묻고 답해요
158만명의 커뮤니티!! 함께 토론해봐요.
인프런 TOP Writers
-
해결됨모든 개발자를 위한 HTTP 웹 기본 지식
컨트롤 uri 질문있습니다
컨트롤 URI라는 것 자체가 하나의 "uri 작명 방법론"(?) 인 거죠?? 가독성을 위해 최대한 명사 중심으로 하되, 정 안된다면 동사를 넣어도 된다는 것이 컨트롤 uri 설계라고 이해했는데 맞는걸까요 ???
-
해결됨이득우의 언리얼 프로그래밍 Part2 - 언리얼 게임 프레임웍의 이해
13강 헤드업 디스플레이 강의중 질문입니다
플레이어 컨트롤러의 코드 부분에서 TEXT 안에 부분을 레퍼런스를 복사한뒤_C 붙여서 넣어도 보고 지웠던 앞의 부분을 남겨두어도 보고 했는데 지속적으로 CDO Constructor Failed to Find 에러가 뜹니다. 게임 데이터 연동을 하기 전에는 잘 작동되었었는데 데이터 연동을 하니 이런 오류가 뜨는데 혹시 이유를 알 수 있을까요?static ConstructorHelpers::FClassFinder<UABHUDWidget> ABHUDWidgetRef(TEXT("")); if (ABHUDWidgetRef.Class) { ABHUDWidgetClass = ABHUDWidgetRef.Class; }
-
미해결[초중급편] 안드로이드 데이팅 앱 만들기(Android Kotlin)
강의 FCM 소개 1:56에 디펜던시 추가하는게 최신버전으로 바뀐 듯합니다.
해당 강의 1:56초에 나오는implementation("com.google.firebase:firebase-messaging-ktx")문구를 복사해서 앱 수준의 그래들 파일에 디펜던시 항목에 넣는 것이 24년 5월 9일 기준으로 동일한 제목의 FCM 관련 사이트에 접속하니 내용이 달라져 있네요. 이제 앱 매니페스트 수정을 하는 것으로 바뀐 것 같아요.
-
미해결양자 컴퓨터 프로그래밍 입문
왜 circuit += 문법에서 왜 오류뜨는지 모르겠습니다.
강의에서는 계속 circuit += 문법을 계속 사용하셔서저도 강의보면서 실제로 주피터노트북에 똑같이 작성하지만계속 오류가 뜹니다. 오류코드는 다음과 같습니다 왜이럴까요? 답변 해주시면 감사하겠습니다.--------------------------------------------------------------------------- TypeError Traceback (most recent call last) Cell In[66], line 4 2 x=2 3 circuit = QuantumCircuit(3, 2) ----> 4 circuit += init(n) 5 circuit.barrier() 6 circuit += oracle(n,x) TypeError: unsupported operand type(s) for +=: 'QuantumCircuit' and 'QuantumCircuit'
-
미해결Three.js로 시작하는 3D 인터랙티브 웹
material에 canvas 를 texture 로 넣는방법이 궁금해요
안녕하세요!수강한지는 좀 됐는데ㅠㅠ 이제 좀 사용해볼까 하고혼자 작업해보면서 이것저것 해보고있는데요.. 궁금한것이 2가지 있습니다.material에 canvas를 new THREE.CanvasTexture로 변환해서 한쪽(앞)면에만 map을 넣어서 테스트해보고 있는데요,, map에 넣게되면 화면이 까만색으로 나오게 되어서.. 콘솔 창에 오류는 나오지 않아요 (needsUpdate = true도 해주었습니다)canvas에 이미지 여러개 또는 텍스트를 context를 통해서 추가할 때 위치,넓이,높이는 직접 지정해줘야 하는건가요?(블렌더를 사용 X)
-
미해결따라하면서 배우는 3D Human Pose Estimation과 실전 프로젝트
2D pose estimation model
해당 강의에서 2D pose estimation을 진행하는데, 어떤 모델을 사용하는지 알 수 있을까요 ㅎㅎ?
-
해결됨실무자가 알려주는 CANoe (For CAN 통신)
canoe license
제가 Network Interface 장비를 가지고 있지 않기에, 라이선스가 없습니다. 그래서 canoe 17을 설치하고 이미지에 있는 화면과 같이 'No license for canoe 17 could be found' 저 창이 떴을때 'Continue'를 클릭해서 Canoe를 체험판?처럼 사용하고 있는데 괜찮은건지 궁금합니다.
-
미해결게임 프로그래머 취업 전략 가이드
강의 수강 관련해서 질문이 있습니다.
사실 작년에 유니티강의를 결제 해놓고, 안 듣고 뒤로 미루고 있다가.. 현재로는 유니티는 건들지 않고, 언리얼 독학해서 언리얼 클라이언트는 어느정도 공부를 했는데 서버쪽에서 막혀버린 것 같습니다.. 이런상황에서는 어떻게 하는게 좋을까요..? 이전에 구매했었던 유니티 강의를 들으면 언리얼 c++서버도 가능할까요.. 언리얼 서버 강의를 듣고싶긴한데 이전에 유니티 강의를 구매했었어서 고민이 되는 것 같습니다. 아니면 언리얼, 유니티 두 개 다 공부를 해야할까요. 다이렉트 X도 방학 때 공부를 해야하니.. 조금 고민이 되는 상황입니다. 또한 유니티 강의구매했던 걸 변경해서 언리얼 강의 서버강의로 듣는 것도 가능한지 여쭤보고 싶습니다.
-
해결됨[취업폭격기] 공공기관 전산직(IT) 취업 준비를 위한 정규과정 (기초~고급)
깃헙, 아카이브에 관하여
안녕하세요 막 강의를 구매한 취준생입니다.강의 내용 중 강의 자료 권한 부여에 관하여 질문이 있습니다.Zeromini-Lab Archive 1달 접근 권한 부여 (학습자료 공유용)Zeromini Github 1달 접근 권한 부여 (필기 모의고사, 취업 후기 등 다양한 자료) 4위의 자료에 대한 접근 권한은 어디에서 신청하는걸까요?감사합니다
-
미해결
Crafting an Essay on Unbelievable Topics: Simple Tips
Crafting an essay on incredible subjects can seem like a daunting undertaking at first. How do you address topics that push the limits of imagination and perception? Fear not! With the right approach and a dash of creativity, you can turn even the most implausible topics into compelling essays that captivate your readers. In this article, we'll explore some easy tips to help you craft an essay on fantastic subjects that leave a lasting impression.While exploring incredible subjects, it's essential to ground your ideas in reality. Even the most outlandish concepts have roots in real-world experiences, emotions, and observations. Look for connections between the incredible and the familiar, drawing parallels that make the topic more relatable and accessible to your readers.When writing an essay on incredible subjects, it's crucial to engage your audience from the start. Spark curiosity and intrigue with a captivating introduction that piques your readers' interest and sets the stage for what's to come. Use vivid imagery, compelling anecdotes, or thought-provoking questions to draw your audience in and make them eager to explore the incredible with you.Collegeessay.org professional essay writing service can assist you in crafting an exceptional essay on incredible subjects. Their team of expert writers is skilled at turning complex topics into engaging essays that captivate readers. With our assistance, you can transform even the most unbelievable ideas into compelling narratives that leave a lasting impression.1. Embrace Your CuriosityWhen confronted with an incredible topic, step one is to embody your interest and explore the unexplored. Dive deep into studies, looking for unique views, anecdotes, and examples that shed mild on the subject from unexpected angles. Don't be afraid to challenge into uncharted territory that is in which the most fascinating discoveries are frequently observed.Example: Suppose your essay topic is "The Existence of Parallel Universes." Instead of rehashing acquainted theories, delve into lesser-regarded clinical research, philosophical debates, and speculative fiction to uncover new insights and possibilities.2. Ground Your Ideas in RealityWhile exploring unbelievable subjects, it is important to floor your thoughts. Even the most outlandish principles have roots in real-global studies, feelings, and observations. Look for connections between the unbelievable and the acquainted, drawing parallels that make the subject extra relatable and reachable to your readers.Example: If your essay topic is "Time Travel," don't forget how the concept of time is perceived and skilled in regular existence. Explore historic occasions, non-public anecdotes, and clinical principles to illustrate the plausibility and implications of time travel in a manner that resonates with your audience.3. Engage Your AudienceWhen writing an essay on implausible subjects, it is critical to interact with your audience from the start. Spark curiosity and intrigue with a charming introduction that piques your readers' hobby and sets the stage for what is to return. Use vivid imagery, compelling anecdotes, or idea-provoking questions to draw your target market in and cause them to be eager to explore the fantastic with you.Example: Begin your essay on "Extraterrestrial Life" with a vivid description of the vastness of the universe and humanity's enduring fascination with the opportunity of life past Earth. Invite your readers to ponder the mysteries of the cosmos and the potential implications of discovering shrewd alien civilizations.4. Support Your Arguments with EvidenceWhen tackling unbelievable subjects, it is crucial to guide your arguments with proof and good judgment. While you will be exploring speculative or hypothetical thoughts, grounding your claims in credible resources, studies findings, and logical reasoning provides credibility for your essay. Presenting a solid foundation of evidence allows persuade your readers not to forget the validity of your arguments, even on the maximum implausible subjects.Example: If you're writing an essay on "Cryptids: Myth or Reality?" offer historical bills, eyewitness tales, and medical analyses of alleged cryptid sightings to aid your arguments. Presenting a balanced view of the evidence lets your readers draw their conclusions and encourages critical wondering.5. Conclude with Impact As you wrap up your essay on implausible topics, the goal is to have an enduring impact on your readers. Summarize your fundamental points, reinforcing the importance of the topic and the insights gained from exploring it. Consider ending with a concept-frightening question, a call to motion, or a powerful citation that encourages further mirrored image and engagement with the implausible ideas presented for your essay.Example: Conclude your essay on "The Power of Dreams: Unlocking the Unconscious Mind" by way of inviting readers to not forget the profound implications of dreaming for understanding human consciousness and creativity. Encourage them to explore their dreams and delve deeper into the mysteries of their thoughts. Crafting an essay on improbable subjects calls for a blend of interest, creativity, and critical thinking. By embracing your interest, grounding your thoughts, engaging your target market, supporting your arguments with evidence, and concluding with impact, you may create essays that project perceptions, stimulate creativity, and leave a long-lasting effect on your readers. So move ahead dive into the area of the improbable and find out the magic of turning remarkable ideas into outstanding essays.Looking for help with your essay on incredible subjects? MyPerfectWords.com offers professional essay writing services tailored to your needs. Get top-quality essays delivered on time, every time. Trust MyPerfectWords for all your essay writing needs!Frequently Asked Questions1. Why is it vital to discover implausible subjects in essays?Exploring fantastic subjects in essays can spark interest, stimulate imagination, and challenge conventional questioning. It encourages important wondering and permits writers to discover new thoughts and perspectives.2. How can I engage my audience whilst writing approximately implausible subjects?To interact with your audience whilst writing about incredible topics, start with a captivating introduction that piques your interest. Use vibrant imagery, compelling anecdotes, or idea-upsetting inquiries to draw readers in and make them keen to explore the topic similarly.3. How do I support my arguments whilst writing about improbable subjects?When writing approximately fantastic topics, it's important to guide your arguments with evidence and logic. Use credible assets, research findings, and logical reasoning to back up your claims and upload credibility for your essay.4. How can I finish an essay on unbelievable subjects efficiently?To finish an essay on incredible topics correctly, summarize your important points and toughen the importance of the subject. Consider ending with an idea-frightening query, a name to action, or a powerful citation to depart a lasting effect for your readers.5. What do need to I do if I'm struggling to jot down a fantastic topic?If you are struggling to write about an improbable topic, attempt drawing near it from one-of-a-kind angles or seeking suggestions from associated topics. Break down the subject into smaller, greater manageable components, and do not be afraid to discover unconventional ideas or perspectives.You May Also LikeHow can CollegeEssay.org enhance my essay-writing skills?How can I improve my essay-writing skills?Writing Exceptional Essays Using MyPerfectWords.comHow Much Content Should be Included in The Body of an Essay?What is the ideal proximity to the page limit for a class essay?
-
미해결
Access Token과 Refresh Token을 어디에 저장해야 할까요?
현재 프로젝트를 진행중인데, Access Token과 Refresh Token을 헤더에 담아 로컬스토리지에 저장하는 방법을 사용중입니다. 그런데 로컬 스토리지는 보안에 취약하다는 글을 보았습니다. 로컬 스토리지에 담아도 jwt 정책으로 대응이 가능하다는 글도 있었습니다. Access Token과 Refresh Token을 어디에 저장해야 할까요? 만약 로컬 스토리지나 쿠키에 저장한다면 어떻게 관리해야하나요?
-
미해결김영한의 실전 자바 - 중급 2편
캐스팅 관련 질문 있습니다.
[질문 템플릿]1. 강의 내용과 관련된 질문인가요? (예/아니오)2. 인프런의 질문 게시판과 자주 하는 질문에 없는 내용인가요? (예/아니오)3. 질문 잘하기 메뉴얼을 읽어보셨나요? (예/아니오)[질문 내용]여기에 질문 내용을 남겨주세요.package generic.ex1; public class BoxMain2 { public static void main(String[] args) { ObjectBox integerBox = new ObjectBox(); integerBox.set(10); Integer integer = (Integer) integerBox.get(); //Object -> Integer 캐스팅 System.out.println("integer = " + integer); } }위 코드에서 integerBox.set(10);을 빼고 실행해봤는데 integerBox.get()은 null인 상태인데 classCastException이 터지지 않더라고요 null인 경우면 원래 classCastException이 터지지 않나요?
-
미해결홍정모의 게임 만들기 연습 문제 패키지
Mac vscode 으로 시작하시려는 분들께
안녕하세요! 간단한 문제이지만 저도마주했고 이것에 대해 2년전에도 같은 질문이 올라온 것이 보이는데맥의 vscode에서 코드 실행시 발생하는 문제에 대해 간단한 해결법을 공유하고자합니다. 처음 클론을 하셔서 파일을 받아오셔서 파일 실행을 하려하면 다음과 같은 오류가 발생합니다.인코딩 방식에 관한 문제로 주황색 부분을 누르시면가 뜨는데 Save with Encoding을 선택,UTF-8로 변경하시면 이 다음 부터는 코드가 정상실행 됩니다.감사합니다.
-
미해결스프링 입문 - 코드로 배우는 스프링 부트, 웹 MVC, DB 접근 기술
./gradlew build 후 에러가 났습니다.
=========================================[질문 템플릿]1. 강의 내용과 관련된 질문인가요? 예2. 인프런의 질문 게시판과 자주 하는 질문에 없는 내용인가요? 예3. 질문 잘하기 메뉴얼을 읽어보셨나요? 예[질문 내용]이렇게 에러가 났는데, 초심자라 전혀 해석을 못하겠습니다.JDK17, Gradle8.7, SpringBoot 3.1.11 로 실행하고 있습니다. 처음 JAVA8을 사용하고 있다가, springboot가 3.0만이 지원되고 있다고 하여, JAVA17을 설치하여 환경변수 등 모두 잘 설정하였습니다. 이외에 수강 내용대로 잘 따라가서, 인텔리제이에서 실행할 때에는 잘 되고 있었는데, wsl에서 build를 하니 에러가 났네요. 어떤 점이 잘못된 걸까요?
-
미해결[C++과 언리얼로 만드는 MMORPG 게임 개발 시리즈] Part1: C++ 프로그래밍 입문
비교연산과 논리연산 질문있습니다.
16:42 에서 헷갈리는것이 있습니다.test가 "죽었는가?(IsDead)"라는 의미의 변수일때,처음에 'isInvincible' 을 'true', 즉 값 1로 설정하였으로, 'isInvincible == false' 이것이 '무적이냐? == 아니다' 로 해석될 때, 사망에 적합한 조건(무적아님)으로 해석이 되므로 그 결과가 1이 나와야 하지만, '1(isInvincible)==0(false)' => '0' 이 되어서 무적이 아님에도 불구하고 사망의 조건('1')에 부합하지 않는다는 해석이 되어버리는데 혹시 제가 잘못 이해하고 있는지 궁금합니다.제 생각에는 isInvincible 변수를 처음에 초기화할때 '0'으로 둔다면 해석으로 보았을떄 정상적으로 작동하지 않을까 싶은데 솔직히 머리도 아프고 잘 모르겠습니다. 제가 잘못 이해하고 있는걸까요?
-
미해결떠먹는 Three.js
화면 출력에서 이상해요
화면 출력 부분 강의에서window.addEventListener('resize', () => { // 카메라의 종횡비 camera.aspect = window.innerWidth / window.innerHeight; camera.updateProjectionMatrix(); // 렌더러의 크기 renderer.setSize(window.innerWidth, widow.innerHeight); });이 코드에서 창 크기를 바꿀시 box의 크기가 줄어드는 것이 아닌 box가 늘어나는 현상이 발생합니다 별의 별짓을 다해도 못고칠것 같아서 질문드려요<canvas id="result" style="border:1px solid red; width: 100%; height: 100vh"></canvas>혹시몰라 html코드도 첨부합니다
-
미해결[코드팩토리] [초급] NestJS REST API 백엔드 완전 정복 마스터 클래스 - NestJS Core
안녕하세요..!
혹시 이건 꼭 vscode로만 가능한 것일까요? webstorm으로는 불가능한것인지 궁금합니다.
-
해결됨실전! 스프링 부트와 JPA 활용1 - 웹 애플리케이션 개발
양방향 연관관계 메서드에서 순서
[질문 템플릿]1. 강의 내용과 관련된 질문인가요? (예)2. 인프런의 질문 게시판과 자주 하는 질문에 없는 내용인가요? (예)3. 질문 잘하기 메뉴얼을 읽어보셨나요? (예)[질문 내용]안녕하세요. 강사님 덕분에 JPA를 이해하며 공부중입니다. 항상 양질의 강의와 사례를 들어 설명해주셔서 감사합니다. 다름이 아니라 제가 양방향 연관관계에 있어 이해한것이 맞는지, 그리고 연관관계 메서드 설정 시 코드원리에 있어 궁금한 점이 있어 질문남깁니다.<이해한 내용>양방향 연관관계는 RDBMS에서는 표현가능하나, 자바 객체에서는 직접적으로 표현이 어려워 단방향 2개를 사용하여 표현한다.그렇기에 서로를 참조하는 형태이기 때문에 데이터 변경을 양쪽에서하면 무한루프, 데이터 불일치,성능 문제가 발생한다.그렇기에 연관관계의 주인(테이블에서의 N)으로 설정해주어 주인에서만 데이터 반영이가능하고 다른 1쪽에서는 mappedBy를 이용해 읽기 전용으로만 설정하여준다. 그렇기에 member.setTeam(team);연관관계 편의 메서드를 통해 참조를 넣어주고, 영속성에 의해 관리되는 즉 1차 캐시에서의 객체내에서 조회될 수 있도록 한다.(객체지향적임) 물론 em.flush();em.clear();를 사용하면 자바에서 우리가만든 객체가아닌 JPA에서의 객체를 반환하여 조회되서 상관없긴하다. 근데 넣어주자.연관관계 편의메서드는 비즈니스 로직상 컨트롤하는 부분이 많은쪽에 만드는것이 좋다.<질문>이 연관관계 메서드에서는 orderItem내의 order가 주입되지않은상태로 List에 저장된 후 order를 주입해주는데 결과는 똑같은것같은데위와같이 주입시켜주고 그것을 List에 저장시키는게 더 좋은것아닌지 궁금해서 질문드립니다. 어차피 조회할때는 Order객체를 통하기때문에 순서는 상관이없나요? 사소한것일수도있고 제 자바에 대한 부족함이 커서그런것같지만 너무 궁금해서 질문드립니다.. 장문이라 죄송합니다ㅜㅜ
-
해결됨10주완성 C++ 코딩테스트 | 알고리즘 코딩테스트
4 - M 조건 질문드립니다.
안녕하세요. 큰돌님. 큰돌님의 풀이 중 아래부분에 대해 질문 드립니다.if(i < s.size() - 1 && s.substr(i, 2) == "pi" || s.substr(i, 2) == "ka") i += 1; 현재 코드는 연산자 우선순위 때문에 if(false && false || true)일 경우 true를 반환하는데 if(false && (false || true))처럼 괄호를 추가해서 false를 반환하는게 원래 의미하신 코드인 것 같아서 질문드립니다. 조건에서 괄호가 있는게 나을지 궁금합니다.
-
해결됨파이썬 API 마스터! FastAPI
소스코드는 어디서 받을 수 있나요..?
소스코드는 어디서 받을 수 있나요...