묻고 답해요
169만명의 커뮤니티!! 함께 토론해봐요.
인프런 TOP Writers
-
미해결[코드팩토리] [초급] Flutter 3.0 앱 개발 - 10개의 프로젝트로 오늘 초보 탈출!
198강 (){onTap(e);}의 이해 돕기
ScheduleBottomSheets 의 상태 클래스에서 먼저 Categories()의 onTap 속성에 배정해 준 함수가 (String color){ setState(() { selectedColor = color; }); } 입니다만 이는 절대 자동실행되지 않습니다. 그냥 이런 동작을 하겠다고만 지정되었을 뿐입니다. 실제 동작 실행은 자식인 _Categories내에서 일어납니다. _Categories 안에 에 GestureDetector위젯이 있고, 그것의 기본 속성 onTap:에, 즉 컬러 동그라미에 탭을 했을 때, 일어나는 일을 저정합니다. _Categories의 인스턴스가 생성될 때 부모로 부터 받은 함수는 onTap이라는 변수에 저장되어 있습니다. 그래서 이 함수의 이름은 onTap입니다. 그래서 GestureDetector의 onTap: 속성에 부모에게 받은 onTap함수를 실행하겠다고 설정해 놓은 것입니다. 그래서 누군가 탭하면 즉시 (){ onTap(e);}가 실행됩니다. 모든 함수는 (){} 내부에서 실행되는 것은 우리가 아는 대로 입니다.부모로부터 받을 때 String하나를 매개변수로 받도록 되어있으므로 String인 e를 매개변수로 사용하였습니다. 요약하면 부모는 실행할 동작의 모양만 지정하고 결코 실행하지 않습니다. 자식은 생성될 때 부모로부터 그 동작을 일으키는 함수를 받아 onTap변수에 저장합니다. 그래서 이 함수의 이름은 onTap입니다. 누군가 탭하였을 때, 부모로부터 받은 그 함수, onTap을 실행합니다. 이 함수는 칼러를 지정하는 String 하나를 매개변수로 사용하도록 되어 있고 그래서 onTap(e)입니다.
-
미해결
[인프런] 3월 무한 작심삼일 챌린지 수료증
챌린지가 종료되면 지식공유자가 수료증을 발급해준다는데, 해당 챌린지는 수료증이 따로 안나오는 건가요?2월 챌린지의 경우 수료증이 정상 발급되어 문의드립니다!
-
미해결시큐어 코딩(Secure Coding) 쪼개기
받을 수도 없는 수업 자료들이 올라와 있고, 이것들 때문에 강의를 수료할 수도 없습니다.
불필요한 강의 자료가 수업 내용에 포함되어 있고, 이게 진도율에 반영되는게 맞는걸까요?수업진도율과 자료가 별개로 처리되어야 할것 같습니다. 그리고 받을 수도 없는 자료들이 올라와 있는데 이 부분 해결이 필요할 것 같습니다.
-
미해결클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지
ll 명령어 문의
Windows PowerShell:$PROFILE 파일에 Set-Alias ll Get-ChildItem 추가를 해서 ll을 치면 그 당시에는 잘 나오는데 그 이후에 껏다 키면 다시 안됩니다.$PROFILE이라는 파일도 없는 것 같고, 명령어 입력하는 방법을 한번 자세히 여쭤보고 싶습니다.
-
해결됨The 10x AI-Native Developer: 회사에서 AI로 압도적 성과를 내는 법
2026.04에 추가된 강의 시청 불가
2026.04에 업데이트된 일부 강의들을 시청할 수 없습니다. 유튜브 영상은 재생되는데, 나머지는 보이지 않습니다. 어떻게 해결하나요? 안보이는 강의명 예시를 하나 말씀드리면 '11. 1-9. [2026.04] 🚀 2026 Claude Code 2.0 주요 업데이트 기능 안내'입니다.
-
미해결[바이브코딩] Google AntiGravity 마스터 클래스 - Basic
실습 업로드 일자
바이브코딩 실습 자료는 언제 업로드 예정인지요?가이드는 2월중이라고 하였는데, 아직 안되어있네요
-
미해결홍정모의 따라하며 배우는 C언어
Export template 안됨
Export template 기능 따라할 때, 처음에는 잘 됐는데, 제가 똑같이 따라해서 템플릿 만들면ADD a new project에 보이질 않습니다. 밑에 경로에는 탬플릿 만들어진거 확인 됩니다.(2026 버전 사용하고 있습니다)
-
미해결클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지
퀴즈 생성
섹션 7,8 수강 완료를 했으나, 퀴즈 생성이 안됩니다
-
미해결클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지
프로젝트 하위 .claude 폴더
51강을 듣고 있습니다.수업을 듣다보니, 유저폴더 하위가 아닌 프로젝트 폴더 하위에 .cladue가 있는것을 인지했습니다.앞쪽에서 프로젝트 폴더 하위의 .calude에 대해서 설명을 해주셨던가요? 내용이 있다면 언제 생성이 되는지, 어떻게 생성을 하는건지 등에 대해 다시 듣고 싶은데, 어딘지 몰라서 헤매고 있습니다ㅜㅜ해당 강의 순서를 알려주세용ㅠ
-
미해결클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지
클로드코드에서 yes 를 always 로 설정하려면 어떻게 해야하죠?
클로드코드에서 yes 를 always 로 설정하려면 어떻게 해야하죠?
-
해결됨Certified Kubernetes Application Developer (CKAD) – Practical Exam Guide
deployment 업데이트 및 롤백 실행하기 -2
[👍좋은 질문을 했을 때 좋은 답변이 돌아 옵니다]0. 질문 시 시험 지문을 그대로 복사 하거나 이미지 캡쳐를 올리지 말아 주세요.1. 실습 중 본인의 환경이 가이드와 다른 부분이 있었다면 말씀해주세요.2. 해당 문제의 발생 빈도(재설치 여부)와 문제 해결을 위해 시도해본 케이스를 말씀해 주시면 원인 파악에 큰 도움이 됩니다.3. 에러 메시지만 봐서는 저도 모르는 경우가 많아요. 그전에 했던 작업이 포함된 캡쳐 화면도 부탁 드려요.4. 영상 내용에 대한 질문 시 해당 시간을 같이 올려 주시면 답변을 드리는 시간이 더 빨라집니다.5. 긴 로그는 제 메일로 보내주세요. (k8s.1pro@gmail.com)6. 카페 [강의 자료실]에도 많은 질문과 답변들이 있어요! 안녕하세요.해당 문제를 보면 롤백 요구사항이 없는 것 같은데, 롤백을 하는 것이 맞나요?
-
미해결[빡센 챌린지] 4주 만에 나만의 RPG 게임으로 인디 개발자 입문
섹션7 수업자료 업로드 부탁드립니다.
다시 강의 보면서 도전해보고 있는데요.자료 업로드가 안되어 있는 것 같습니다.확인부탁드립니다.
-
미해결강화학습 입문에서 Deep Q-learning/Policy Gradient까지
소리가 겹쳐서 들려요
어떤 강의는 괜찮은데 대부분 강의에서 소리가 두개씩 겹쳐 들립니다.들어보면 같은 내용인데 강의 내용(슬라이드 포인트)보다 0.5초 정도 더 빨리 작게 들리네요.
-
미해결클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지
claude 계정 두개
현재 클로드 계정이 두개가 있고, 터미널에서 claude 를 실행하면 1번 계정이 실행됩니다. 이번 강의를 통해 실습을하며 2번 계정을 이용하고 싶은데, 기존 claude를 claude1 명령어로 alias, 2번 계정을 claude2 명령어로 alias 하고싶은데 클로드코드랑 같이 진행해봐도 자꾸 claude2에서 401에러가 뜨네요ㅜ 혹시 방법이 있을까요?
-
미해결AWS SAA-C03 자격증 벼락치기 - 딱 163문제로 2주만에 합격하기
강의 듣는 중인데,
1강에서 자료 다운받기? 한 것은 언제쯤 보는 걸까요?? 강의 다 끝나고 혼자서 공부하는건가요?? 어떤 순서로 공부를 해야하는지요?
-
해결됨[하루 10분] 노션 AI로 업무 자동화부터 재테크 관리까지! + 나만의 AI 비서팀 만들기
노션 비즈니스 요금제로 워크페이스 새로 하나 생성해서 수업 따라하면 되는지요?
노션 비즈니스 요금제로 워크페이스 새로 하나 생성해서 수업 따라하면 되는지요? 현재는 무료입니다. 그리고 워크페이스 3개가 있는데요,
-
해결됨코드 한 줄 안 쓰고 주식 자동 분석 시스템 만들기 feat. Claude CLI
데스크톱과 노트북 연결
안녕하세요~ 데스크톱으로 작업하다가 노트북으로 작업 병행하고 싶은데, 방법이 있을까요??
-
미해결
How to Read EML files as RTF Format?
Have you ever received an EML file and needed to open it in a clean, editable format like RTF? It usually happens when someone shares an email outside of the original email client, and you just want to read or edit the content without installing extra programs.The good news is that you can view EML files as RTF format without much trouble. In this guide, I’ll explain what EML and RTF files are, why people convert between them, and the easiest ways to do it — both manually and with a professional solution.What is an EML File?An EML file stores a single email message. It contains:Email headers (sender, receiver, subject, date)Message body (text or HTML content)Attachments (if included in the original email)Email applications like Microsoft Outlook, Thunderbird, Windows Mail, and Apple Mail can open EML files directly. But if you don’t have these programs installed, accessing the file can become inconvenient.What is an RTF File?RTF stands for Rich Text Format. It is a document format developed by Microsoft that supports:Basic text formatting (bold, italic, underline)Font styles and sizesParagraph alignmentSimple images and objectsThe biggest advantage of RTF is compatibility. You can open RTF files in Microsoft Word, WordPad, Google Docs (after upload), and many other word processors. It does not depend on a specific email client.Why Convert EML to RTF?Before moving to the methods, let’s understand why someone would want to view EML as RTF:Easy Editing: RTF allows you to edit email content in any word processor.Better Compatibility: RTF files open on almost every operating system without special software.Document Storage: If you need to store email content as documentation, RTF is easier to organize and print.Legal or Office Use: In professional environments, emails are often saved as document files for records or submission.#1. View EML as RTF Using Microsoft OutlookIf you already have Outlook installed, this is one of the simplest methods.Steps:Locate the EML file on your computer.Right-click the file and choose Open With → Microsoft Outlook.Once the email opens, go to File.Click Save As.In the “Save as type” dropdown, select Rich Text Format (*.rtf).Choose the destination folder.Click Save.The email will now be available in RTF format and can be opened in Word or WordPad.#2. Convert EML to RTF Using Mozilla ThunderbirdThunderbird can also help, but it may require an additional add-on depending on the version.Steps:Open Thunderbird.Import the EML file into Thunderbird (drag and drop works in most versions).Open the email.Click on File → Save As.If RTF is available as an option, choose it. Otherwise, save as HTML and later convert to RTF using Word.This method works, but it is not ideal for handling many files.Limitations of Manual MethodsWhile manual solutions work, they have some drawbacks:You can convert only one file at a time.Outlook or Thunderbird must be installed.Large batches take a lot of time.Formatting may slightly change in some cases.Attachments are not always handled properly in document view.If you are dealing with dozens or hundreds of EML files, manual methods are not practical.#3. Professional Method to Convert EML to RTF in BulkWhen multiple EML files need to be converted at once, using a dedicated BitRecover EML Converter is more efficient. A professional EML Converter allows you to:Add single or multiple EML filesSelect RTF as the output formatConvert everything in one goPreserve formatting and attachmentsSimple Steps to Use a Professional ToolInstall the EML Converter software on your system.Add EML files or select the entire folder.Preview the emails if required.Choose RTF as the saving format.Select the destination path.Click Convert to start the process.Within minutes, all selected EML files will be available in RTF format.Key Benefits of Using a Professional SolutionSaves time during bulk conversionMaintains email formatting and layoutConvert EML files to PST, PDF, EMLX and 25+ file formats and email clients.Preserves metadata like subject, sender, and dateNo need to configure email clientsWorks even if Outlook is not installedFinal WordsViewing EML files as RTF format is not complicated. If you only need to convert one or two files, Outlook can handle the task easily. However, for multiple files or professional usage, a dedicated converter makes the job faster and more reliable.RTF format gives you flexibility. It allows you to read, edit, print, and store email content as a standard document without depending on an email application.Choose the method that fits your situation, and you’ll be able to access your EML files in RTF format without any hassle.
-
미해결AWS SAA-C03 자격증 벼락치기 - 딱 163문제로 2주만에 합격하기
36강 오탈자가 있는 거 같습니다.
안녕하세요,36강 1분 10초쯤에AWS Glue의 ETL에서 Tarnsform > Transform 오타인 거 같습니다.
-
미해결15일간의 빅데이터 파일럿 프로젝트
맥북 환경구성 에러
안녕하세요, 강의 수강 중 환경 구성 관련하여 문의드립니다.현재 맥북 Apple M4 칩(ARM 아키텍처)을 사용하고 있습니다.VirtualBox에서 네트워크 설정 후, 제공해주신 이미지 파일로 가상 머신을 실행하는 과정에서 아래와 같은 에러가 발생했습니다.Cannot run the machine because its platform architecture x86 is not supported on ARM.결과 코드: VBOX_E_PLATFORM_ARCH_NOT_SUPPORTED (0x80bb0012)확인해보니 M4 칩(ARM 기반)에서는 x86 아키텍처를 네이티브로 실행할 수 없는 것으로 이해하고 있습니다.혹시 해당 강의를 ARM 환경(M4 맥북)에서도 실행할 수 있는 방법이 있는지,또는 대체 가능한 환경(예: 다른 가상화 도구나 이미지)이 있을까요....