묻고 답해요
167만명의 커뮤니티!! 함께 토론해봐요.
인프런 TOP Writers
-
미해결서버개발자 과제전형 완벽가이드 - 1편
패키지 vs 모듈 선택 기준
학습관련 질문을 남겨주세요! 상세히 작성주시면 더 좋아요 🙂 안녕하세요, 재밌는 강의 만들어주셔서 감사합니다! 저는 먼저 구현 후, 강사님의 강의를 보며 리팩토링을 진행하고 있습니다. 제가 궁금한 것은 강사님은 external 모듈에서 naver/kakao 를 하위 모듈로 분리하셨는데, 저는 external 하위에 kakao 패키지, naver 패키지로 분리했었습니다. 그래서, 모듈로 분리하신 이유가 무엇인질 고민하다가 naver 와 kakao 의 수정되는 주기가 달라서 빌드/배포에 이점이 있겠다는 생각이 들었는데 강사님은 어떤 기준으로 모듈과 패키지를 선택하시는지 질문 드립니다.
-
미해결타입스크립트로 배우는 Next.js 16+ 완전 정복 : 기초부터 최신 아키텍처까지
02-04 layout.tsx 구조가 달라요
맨 위가 강의에 나오는 기본 구조밑에 코드가 제 코드 구조입니다.버전이 달라서 그런가요?
-
미해결바닥부터 시작하는 STM32 드론 개발의 모든 것
비행승인 문의드립니다
안녕하세요 얼마전 드론강의 수료하여 드론을 날려보려하는데 드론원스톱 민원서비스 기준으로 신청방법이나 비행승인하는 그런 과정이 나와있지않아 제원및 성능표 또는 안정성인증 등등에서 막혀서 실내에서만 비행을 진행하고있습니다. 가능하다면 이와 관련된 내용도 촬영하여 제공받을수있을까요? 또한 GPS를 이용한 웨이포인트 강의는 찾을수가 없던데 그 강의도 제공이되는건가요?
-
미해결
강의 선물하기
결제한 강의가 ‘수강전’ 상태라면 다른 사람에게 선물할수 있나요?? 지인이 강의 결제를 엄청했는데 하나도 안봐서 선물 가능하면 하고 싶다고 해서요 ㅠㅠ
-
미해결클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지
언제 만들었나요?
counter.htmlstopwatch.htmltodo.html언제 만들었나요?
-
미해결클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지
어떤 폴더에 뭐가 있어야하는지 모르겠어요.
어떤 폴더에 뭐가 있어야하는지 모르겠어요.워크스페이스, 클로드 코드 마스터리 등 안에 무엇무엇 파일이 있어야되나요?
-
미해결[인프런 챌린지] 4월 봄 맞이 인프런 운동회
구매한지 1주일이 넘으면 취소가 안되는걸까요?
18일 경에 구매를 했는데....4월 생각외로 큰 프로젝트를 맡아서 강의가 현실적으로 진행하기에 어려움이 있을 꺼 같아서 혹시 취소가 되는지 여쭤봅니다.혼자 하는거면 넘어가겠는데....팀전이라고 하니까 더 신경쓰여서요ㅠ
-
미해결초보자를 위한 BigQuery(SQL) 입문
수업자료 다운
수업자료 다운로드 했는데 아무 파일도 들어있지 않습니다. 테이블 생성 때 필요합니다!
-
해결됨(2026 최신!) 일주일만에 합격하는 정보처리기사 실기
튜플을 리턴하는법(0:40:01)
for문과 if문을 통해 가장 첫번째 달성하는 순간 return(i,j)까지는 이해 했는데요.해당 코드를 봤을때, 첫번째 i for문과 두번째 j for문이 있는데 가장 밖에 return -1은 첫번째 i for문에 return이 아닌 함수 fp(arr)의 return으로 봐야하는건가요? i for문과 j for문에 해당하는 리턴값이 없을경우에 영향을 미치는 걸까요?return(i,j) 값을 받아 함수를 탈출할때, return -1은 영향이 없는지 궁금합니다.
-
미해결실제 프로젝트 실습을 통해 배우는 코틀린 마스터 클래스
DI시 eager과 lazy
authService를 주입받을때 get을 사용해서 eager로 가져오는 것으로 보이는데 by inject<>으로 lazy로 가져오는 것이랑 어떤 차이가 있는지 알고 싶습니다. 또 실무에서는 보통 어느 상황에서 eager혹은 lazy를 사용하는지 알고 싶습니다.
-
미해결30분안에 끝내는 객체지향의 본질
다형성 개념 문의
안녕하세요, 요즘 이직 준비하면서 CS 인사이드나 좀 얻고자 해당 강의를 무료로 수강 중인데요. 우선 영상 만드시는데 수고하신 것 같습니다만 이해가 안되는 부분들(다형성)이 있어서 문의드립니다. 2강 '객체지향은 어떻게 동작하는가?' 6:08 해당 주제명과 코드는 추상화 라고 해야 적합할 듯한데요. OCP는 추상화에 관련 있기도 하고요 6:26 다형성의 핵심은 부모타입으로 다루는 것(구현이 아닌 추상에 의존한다) 이 말씀이 무슨 말씀인지 이해가 잘 안되는데, 공부하셨던 자료 출처가 있을까요? 결론적으로 문의를 요약하면 다형성 개념을 오버로딩/오버라이딩 개념보단 추상화 개념으로 보는 것 같은 데 다형성과 추상화과 어떤 관련이 있는 지 궁금하며 공부하신 자료 출처를 남겨 놔주시면 다른 이들도 함께 공부하는 기회가 될 것 같습니다 :))
-
미해결클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지
커스텀커맨드 $ARGUMENTS를 통해 여러개의 동적 인수를 전달할때
여러개의 동적 값들을 전달하고자 할때, 한개의 값이 스페이스를 포함하는 텍스트일 경우에도 전달이 가능한가요? 예를들어 두개의 값을 전달하고자 할때$1이 "변하지 않는 값"$2가 5 일 경우 review-pr 이라는 커스텀 커맨드를 생성하였다고 가정하고 /review-pr 변하지 않는 값 5 라고 작성하면 안될 것 같은데, 가능한가요? 가능하다면 방법이 어떻게 될까요?
-
미해결리눅스 시스템 프로그래밍 - 이론과 실습
inotify 객체에 등록된 watch descriptor 해제 관련 질문
inotify 객체에 등록된 watch descriptor에 대한 자원 정리를 할 때는 close 호출이 아니라 inotify_rm_watch(fd, wd1), inotify_rm_watch(fd, wd2) 와 같은 식으로 해야 하지 않나요?
-
미해결리눅스 시스템 프로그래밍 - 이론과 실습
select API 실습 코드 질문
FD_ISSET(fd, &fds), FD_ISSET(STDIN_FILENO, &fds)를 같은 조건-분기문으로 묶는 것이 아니라 분리해야 되는 것 아닌가요?select API의 return 값인 readable한 fd가 여러 개일 수도 있으니까 모두 검증해야 되지 않나요?
-
미해결실전! 스프링 부트와 JPA 활용1 - 웹 애플리케이션 개발
오탈자 - @Transactional
[질문 템플릿]1. 강의 내용과 관련된 질문인가요? (예)2. 인프런의 질문 게시판과 자주 하는 질문에 없는 내용인가요? (예)3. 질문 잘하기 메뉴얼을 읽어보셨나요? (예)[질문 내용]안녕하세요. 영한님.프로젝트 환경설정 - JPA와 DB 설정, 동작확인 오탈자 제보합니다.강의에서는 Spring을 사용하고 있기 때문에Spring의 org.springframework.transaction.annotation.Transactional을 사용하셨지만수업자료는 jakarta.transaction.Transactional을 사용하고 있습니다.[1. 프로젝트 환경설정 | JPA와 DB 설정, 동작확인]import org.junit.jupiter.api.Test; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.test.annotation.Rollback; import org.springframework.transaction.annotation.Transactional;import문 수정 내용입니다. 감사합니다.
-
미해결Certified Kubernetes Administrator (CKA) – Practical Exam Guide
가상머신 가져오는법?
강사님 지금 Oracle VirtualBox를 다운받았습니다. MobaXterm에서 알려주신 IP로 진입 시, Connection timed out이 떠서 확인해보니 강사님이 갖고계신 cka_master_node_17~에 해당하는 가상머신이 없어서 에러가나는거같은데, 이 가상머신은 어디서 다운받는지 알수있을까요? (+혹시 몰라 카페랑, ai한테 물어보니, .ova파일이 필요하다 하는데 어떤건지 잘모르겠습니다 ㅠㅠ)
-
미해결[퇴근후딴짓] 빅데이터 분석기사 실기 (작업형1,2,3)
결정트리에서 적절한 깊이 선택 후 시각화 과정에서 학습 데이터만 사용하는 이유
안녕하세요, 강사님.수업에서 다루지 않은 내용이지만 질문할 곳이 없어 이렇게 글을 남깁니다. 저는 혼자서 코드 필사를 하며 머신러닝을 공부하고 있는데, 일부 코드가 이해가 잘 되지 않아 문의드립니다.제가 질문하고 싶은 코드의 흐름은 다음과 같습니다.트리 깊이에 따라 모델 성능 비교적절한 트리 깊이 선택선택한 트리를 시각화 코드 필사를 하면서 트리 깊이를 선택하는 과정은 이해했지만, 트리 깊이를 선택한 후에 트리를 시각화하기 전에 학습 데이터만 사용하여 모델을 fit하는 것이 의문이 들었습니다.model = DecisionTreeClassifier(max_depth=5, criterion='entropy')model.fit(X.iloc[train_idx], Y.iloc[train_idx]) 개인적으로는 타겟값 원인 분석을 위해 학습 데이터와 검증 데이터를 함께 사용하는 것이 더 나을 것 같은데, 이 부분이 맞는지 확신이 서지 않아 문의드립니다.혹시 이에 대해 설명해주실 수 있을까요? 아래는 질문 관련 코드입니다.# Parameter Searching ==> Depth 2 ~ 10for i in range(2,11,1): print(">>>> Depth {}".format(i)) model = DecisionTreeClassifier(max_depth=i, criterion='entropy') model.fit(X.iloc[train_idx], Y.iloc[train_idx]) # Train Acc y_pre_train = model.predict(X.iloc[train_idx]) cm_train = confusion_matrix(Y.iloc[train_idx], y_pre_train) print("Train Confusion Matrix") print(cm_train) print("Train Acc : {}".format((cm_train[0,0] + cm_train[1,1])/cm_train.sum())) # Test Acc y_pre_test = model.predict(X.iloc[valid_idx]) cm_test = confusion_matrix(Y.iloc[valid_idx], y_pre_test) print("Valid Confusion Matrix") print(cm_test) print("TesT Acc : {}".format((cm_test[0,0] + cm_test[1,1])/cm_test.sum())) print("-----------------------------------------------------------------------") print("-----------------------------------------------------------------------")# Depth가 깊어질 수록 정확도는 높게 나오지만 해석력에 대한 가독성을 위해 Depth 5를 선택함 model = DecisionTreeClassifier(max_depth=5, criterion='entropy')model.fit(X.iloc[train_idx], Y.iloc[train_idx]) from sklearn import tree# Creating the tree plot# Creating the tree plot (left = True, Right = False)tree.plot_tree(model, filled=True, feature_names=X.columns, class_names = ['BAD', 'GOOD'])plt.rcParams['figure.figsize'] = [40,10]
-
해결됨바닥부터 만드는 언리얼 에이전트 (Liu)
인증 코드 복사 넣기시 오류
강의를 따라가고 있는데 복사 붙여넣기를 하면 위의 경로중 일부분에 인증코드가 들어가 정상적으로 진행이 안되는 상태입니다. 혹시 이런 경우에는 어떻게 하는건지 알 수 있을까요?
-
미해결클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지
진행하던 모든 프롬프트 확인 및 내보내기
안녕하세요!다름이 아니라 과제로 인해서 AI를 사용 후 사용한 모든 프롬프트를 제출해야 하는데 claude code에서 지원하는 기능이 있을까요?따로 파일에 저장한다거나 확장프로그램이 있는지 궁금합니다!
-
미해결
How to Import MBOX to Google Workspace?
Are you having difficulties importing MBOX file to Google Workspace? Well, if you're experiencing a similar problem, here you go. We can import mail data from MBOX format-the default of popular email clients like Thunderbird-to Google Workspace for easy access and collaboration. Just go through the steps you need to take to make the process smooth and easy.An MBOX file basically consists of a single text file format used to store email messages. This format is often used by many email clients, starting from Thunderbird and up to Apple Mail, Eudora, etc. MBOX files are simply just a concatenated collection of multiple email messages; they are separated by certain delimiters.Google Workspace is a suite developed by Google that provides several different tools on communication and collaboration in an application supported from a cloud. Earlier, it was known as G Suite. Some popular applications installed in it include Gmail, Google Drive, Google Docs, Google Sheets, Google Slides, and Google Meet. Why Transfer MBOX to Google Workspace?Several advantages are associated when transferring MBOX files to Google Workspace:Accessibility: Using Google Workspace enables you to remotely access your email from any device connected with an internet connection.Collaboration: Sharing mails and collaborating with the team is easy in cloud computing.Storage: Google comes with generous storage options so that all important data is held in emails without losing anything running out of space. From the above section, you have understood the reasons behind transferring MBOX data to Google Workspace. Now, it's time to move over a manual solution to complete the conversion.#1. Free Method to Import MBOX to Google WorkspaceStart by downloading Thunderbird free email client which installs on your computer.After installation, open the Thunderbird application.On the menu bar click on "Tools" then tap on "Settings" which appears from the dropdown list.On the Settings window click on "Account settings" and then on "Account Actions."You can add your Google Workspace account now by clicking on "Add Account."Configuring your Google Workspace account with the IMAP settings supplied by Google will make Thunderbird sync your Google account.You need to install the "ImportExportTools" add-on in Thunderbird for importing MBOX files. It makes it very easy to manage MBOX files.ImportExportTools will allow adding your MBOX files into local folders of Thunderbird.Once the import is done, drag and drop the MBOX files from your local folder to the configured Google Workspace account in Thunderbird.After transferring the files, it will automatically synchronize with the Google Workspace account.Once done, login in your Google Workspace account to access your imported MBOX files. Upon completion of this procedure, you can import MBOX files into Google Workspace, thereby making emailing much more efficient and accessible.Drawbacks of Free ApproachComplex Setup: You will need a specific email client, probably something like Thunderbird or Apple Mail, to serve as a kind of a bridge between your MBOX files and Google Workspace. This will be pretty technical for those who are not.One-by-One Import: It imports one MBOX file at a time. So, if there are additional mailboxes to import, it can be quite a long and arduous task.Technical Knowledge: You'll have to configure the account of Google Workspace with an email client, follow some additional configuration tool procedures, and then turn on IMAP. Deep technical knowledge is necessary for this.Uncertain Outcome: Besides the proper settings, there is still a chance the manual import would not work absolutely. Some errors or incomplete imports may be encountered. #2. Pro Solution to Batch Transfer MBOX to Google WorkspaceConsider using BitRecover MBOX Converter Wizard. This tool is specially designed for importing emails from MBOX files into the Google Workspace. Also, this tool is capable of uploading multiple MBOX files at one time, which is very quick and efficient. The transfer will ensure that all email elements and attributes such as sender information, attachments, and so on are not lost. This will ensure you do not lose valuable information while you are moving your emails into Google Workspace.Why is Pro Solution Recommended Over Manual Method?This application enables importing of bulk MBOX files without any errors. The application ensures your email data stays intact while transferring to Google Workspace by keeping necessary elements intact during email transfer from MBOX format. This utility not only converts MBOX mailboxes to Google Workspace but also helps you migrate MBOX mailboxes to other cloud services. The tool allows you to export MBOX file to PST, PDF, EML and many more.The tool features an extremely simple and handy interface. From the point of view of very minimum knowledge of technology, one may work upon the tool without asking any person for help. Final WordsIn a nutshell, transferring MBOX files to Google Workspace can really make a big difference to your email management. With such detailed steps, it is very easy to import one's emails for easier access and collaboration. While there are always manual ways to do it, the dedicated tool, like MBOX Converter, simplifies the process making sure that all your email data is maintained appropriately.