묻고 답해요
158만명의 커뮤니티!! 함께 토론해봐요.
인프런 TOP Writers
-
미해결10주완성 C++ 코딩테스트 | 알고리즘 코딩테스트
6-L 질문합니다
안녕하세요, 선생님 강의 잘 듣고 있습니다!6-L 을 풀던 도중, 제 풀이 방법이 틀렸다고 나와 반례가 궁금합니다.시간 복잡도는 O(n* n/2) 이라 통과 한다고 생각합니다.A[i]에 10을 곱한것은 혹시 모를 부동 소수점 오류가 날지 몰라 처리 해두었습니다.https://www.acmicpc.net/source/70768639
-
해결됨실시간 트렌드 홈페이지 개발(파이썬 크롤링 + Flask)
[page숫자설정]int(page) 관련문의드립니다.
page=request.form['input2'] 가 text 형이어서 for 문에서 사용할 때에 int(page)로 해주어야 오류가 없는데요.index.html 에서 <input type='number'... > 로 number로 지정을 해주는 데 이 때부터 text 가 되는 건지, 아니면 request.form 을 하면서 text로 바뀌는 건지요?
-
미해결
nextjs 화면 작아지면 특정 컴포넌트 사라짐
위쪽이 화면 크기가 줄어들기 전 아래쪽이 화면 크기를 줄이고 난 후 입니다. 왜그럴까요...?<div className="card" onClick={() => {setColpop(colpop + 1)}} style={{background: "orange", justifyContent:'center', display: "flex"}}> <h1 style={{color: 'white'}}>콜팝</h1> </div> <div className="card" onClick={() => {setColpop(colpop - 1)}} style={{background: "orange", justifyContent:'center', display: "flex", height: "30px"}}> <h1 style={{color: 'white'}}> -</h1> </div> </div> <TableContainer style={{display: "block"}}> <Table size='lg'> <Thead style={{justifyContent: "center"}}> <Tr> <Th>품목</Th> <Th>수량</Th> <Th>금액</Th> </Tr> </Thead> <Tbody> <Tr> <Td>타로</Td> <Td>{taro}</Td> <Td>{taro*1000}</Td> </Tr> <Tr> <Td>주먹밥</Td> <Td>{jumuk}</Td> <Td>{jumuk*1500}</Td> </Tr> <Tr> <Td>콜팝</Td> <Td>{colpop}</Td> <Td>{colpop*1000}</Td> </Tr> <Tr> <Td>총계</Td> <Td>-</Td> <Td>{colpop*1000 + taro*1000 + jumuk*1500}</Td> </Tr> </Tbody> </Table></TableContainer> <div className="cardstyle" style={{display: "block"}}> <div className="card" onClick={() => {sendOrder()}} style={{background: "red", justifyContent:'center', display: "flex"}}> <h1 style={{color: "white"}}>주문</h1> </div> <Link href="/orderAdmin"> <div className="card" style={{background: "red", justifyContent:'center', display: "flex", height: "30px"}}> <h1 style={{color: 'white'}}> 관리자 </h1> </div> </Link>
-
미해결[코드팩토리] [초급] NestJS REST API 백엔드 완전 정복 마스터 클래스 - NestJS Core
nest에서 throw시
- 학습 관련 질문을 남겨주세요. 상세히 작성하면 더 좋아요! - 먼저 유사한 질문이 있었는지 검색해보세요. - 서로 예의를 지키며 존중하는 문화를 만들어가요. - 잠깐! 인프런 서비스 운영 관련 문의는 1:1 문의하기를 이용해주세요. 안녕하세요. 강의 너무 잘보구있습니다!!다름아니라 강의를 보던중 예외가 발생하면 throw new nest에서 제공되는 예외처리 이렇게 반환을 해주고있습니다. 그런데 제가 알고있는 부분으로는 throw시 그 함수가 즉시 중단되고 호출한 부분에서 try catch를 해줘야한다고 알고있었습니다. 그런데 강의에서도 그렇고 제가 직접해보았을때 그런 처리없이 postman으로 요청시 예외처리가 정상적으로 됩니다. 이게 어떤 흐름으로 되는것일까요?코드팩토리 통합 링크https://links.codefactory.aiFlutter 강의를 구매하시면 코드팩토리 디스코드 서버 플러터 프리미엄 채널에 들어오실 수 있습니다! 디스코드 서버에 들어오시고 저에게 메세지로 강의를 구매하신 이메일을 보내주시면 프리미엄 채널에 등록해드려요! 프리미엄 채널에 들어오시면 모든 질의응답 최우선으로 답변해드립니다!
-
미해결스프링부트 시큐리티 & JWT 강의
JWT - 24강 authenticationManager() 문제
jwt버전 문제로 안되는 것같아요..
-
미해결스프링부트 시큐리티 & JWT 강의
authenticaiotnMaanger()안됨
버전차이로 오류가 뜬것같습니다!..
-
미해결홍정모의 따라하며 배우는 C언어
Stolen 마지막부분 오류 질문입니다
아무리봐도 똑같이 따라쓴것 같지만 오류가 있다고 뜹니다 ㅠㅠ
-
미해결Do It! 장고+부트스트랩: 파이썬 웹개발의 정석
Mac
Mac으로 강의를 수강하고 있는데 강의를 끝까지 수강하는데 문제가 있을까요? 그리고 맥에서는 cmder이 실행이 안되는것 같습니다. 이 부분을 어떻게 해야 좋을까요? 감사합니다!
-
미해결파이썬 알고리즘 문제풀이 입문(코딩테스트 대비)
강의에서 주신 코드가 입력값이 최악인 경우(ex)10 10) 시간초과 fail받을 코드 아닌가요??
선생님이 주신 테스트 케이스는 통과하지만 문제에 주어진 조건'첫 번째 줄에 자연수 N(3<=N<=10)과 M(2<=M<=N) 이 주어집니다.'에 최악의 케이스에서는 시간 초과로 통과하지 못한다고 생각합니다. 10,10 을 넣으면 3초를 아득히 넘어버리니까요.
-
미해결
The Best AI Tools to Make You a Better Writer in December 2024
Hello, friends who love writing in the tech world! You know how technology keeps changing? Well, we have some cool friends in tech that can help us be better writers. They're called AI tools, and they make our writing better and more fun. Today, let's check out two popular ones: the CollegeEssay.org AI Writing Tool and the 5StarEssays.com AI Essay Writer. We'll see how these friends can make you a great writer! Let's explore the world of AI and make our writing journey super exciting. CollegeEssay.org AI Writing ToolBefore knowing about CollegeEssay.org AI essay writer, it's crucial to understand the foundation upon which it stands. CollegeEssay.org is not just an AI writing tool; it is an online essay writing service designed to assist students and writers at various levels. With a commitment to academic excellence. Whether you're a student grappling with tight deadlines or a writer seeking expert guidance, CollegeEssay.org provides a supportive environment for honing your writing skills. Now, let's explore how the CollegeEssay.org essay generator, an integral part of this service, takes writing assistance to the next level.Features and CapabilitiesThe tool offers a range of features, including automatic grammar and style checks, plagiarism detection, and suggestions for improving sentence structure. These capabilities ensure that the final written piece meets high standards of quality.CollegeEssay.org AI Essay Writing Tool is well-known for being really good at helping students with their assignments. It uses a big database to make sure the results fit what you need. How it Assists in Essay WritingCollegeEssay.org AI goes beyond basic grammar checks. It assists in crafting well-structured essays by providing insights into improving coherence, clarity, and overall writing style. Users report a significant enhancement in their writing skills after integrating this tool into their routine. 5StarEssays.com Essay WriterAnother noteworthy player in the era of AI writing tools is the essay writer from 5StarEssays.com. This tool stands out for its unique features and its applicability in various writing scenarios. Unique Features5StarEssays.com AI Essay Writer stands out as one of the best free AI writer for essays for its robust set of features such as context-aware suggestions, tone adjustment, and targeted content enhancements. These features ensure that the writer's voice remains intact while benefiting from AI-driven improvements. Improving Writing EfficiencyOne of the standout advantages of AI writing tools is their ability to streamline the writing process, leading to improved efficiency.Automated grammar checks, instant suggestions, and plagiarism detection significantly reduce the time writers spend on revisions. This efficiency allows writers to focus more on generating ideas and refining their content. Enhancing Content QualityAI tools act as reliable companions, ensuring that the content produced meets high standards of quality.Beyond simple grammar checks, AI tools excel at analyzing writing style. They offer suggestions to enhance the overall tone, coherence, and readability of the content. User-Friendly InterfaceThe success of AI writing tools relies on an intuitive and user-friendly design.A user-friendly interface ensures that writers of all skill levels can harness the power of AI tools. It removes barriers, making advanced technology accessible to a broader audience.Whether a seasoned writer or a novice, a well-designed AI tool provides a smooth user experience. This inclusivity encourages writers to embrace technology and improve their skills without intimidation. And there you have it, friends! We've had a fun ride exploring the wonders of CollegeEssay.org and its AI Writing Tool, along with the 5StarEssays.com AI Essay Writer. Whether you're a student dealing with assignments or a writer adding sparkle to your prose, think of CollegeEssay.org and 5StarEssays.com as your go-to buddies. With their help, your writing adventures just got a whole lot more awesome. And don't forget, there is an AI essay writer publication that you can follow for more updates on writing tools and advancements in AI. Now, go out there, tackle those essays, and let your words shine bright!Read More:The Academic Game-Changer Top AI Writing Tools of 2023–20243 Best AI Essay Writing Tools For Your Semester in 2024How AI Writing Tools Can Boost Your Writing New Year Resolutions into Achievable Goals in 2024What is the best free AI essay writer?
-
해결됨이득우의 꼭 배워야하는 게임 알고리즘
depth 구할 때 floor로 처리하면 -1이 사라지는 과정이 잘 모르겠어요.
결국엔 log(2, x) -1 = floor ( log(2,x) ) 라는 것 같아 보이는데.. 이 수식이 잘 이해가 안 가는 것 같아요....
-
해결됨쉽게 시작하는 쿠버네티스(v1.30) - {{ x86-64, arm64 }}
8-1 컨테이너 런타임 중지 시킨 후 파드가 동작하는지 확인하는 실습 도중 발생한 문제
강사님 지금 제가 8-1장을 하고있는데 dpy-chk-log를 삭제를 시키고 del-deploy를 재설치해서 진행을 잘 하고 있었는데 중간실습 컨테이너 런타임을 중지시킨 후에 파드가 동작하는지 확인하는 실습에서 w1-k8s에서 도커를 중지시키고 k get po -o wide명령어를 쳤는데이렇게 오류가 뜨면서 안되었습니다.그래서 저는 마스터노드가 문제가 생긴거같다고 생각을해서인터넷으로 서칭을 해서 마스터노드에서 kubeadm을 리셋시켰는데 마스터노드에서도이렇게되어버렸습니다.어떻게 해결해야되나요?+++ 추가로명령어를 쳐봐도 저 문구만 계속 뜹니다
-
해결됨[코드팩토리] [초급] NestJS REST API 백엔드 완전 정복 마스터 클래스 - NestJS Core
프론트엔드에서 토큰을 받아왔을 때 어디에 저장해 두는 것이 좋은가요?
Access Token이나 Refresh Token을 서버에서 받아왔을 때 로컬 스토리지에 토큰들을 저장해 놓고 사용해도 괜찮은가요..?
-
해결됨실무 환경 그대로 주문게시판 만들기 웹개발 기초 마스터
교재가 어디 있나요?
계속 교재가 있다고 하시는데 .. 어디 있나요? 못찾겠네요.
-
해결됨Flutter로 SNS 앱 만들기
firebase 관련오류
안녕하세요..사용자 인증 시 아래와 같은예외가 발생합니다. FirebaseAuthException ([firebase_auth/too-many-requests] We have blocked all requests from this device due to unusual activity. Try again later.) 여기저기 찾아봐도 이유를 모르겠습니다혹시, 이유를 아시면 답변 부탁드리겠습니다. 감사합니다.
-
미해결
강의노트는 수강생이 작성할 수 있나요?
강의노트는 누가 작성할 수 있나요?수강생이 요점 정리와 같은 요약분들을 작성하는 기능들이 있나요? 있다면 메뉴는 어디에 있는지?아니면 강사분들만 올릴 수 있다면 제공이 안되는 과정들은 어떻게 구할 수 있나요?
-
미해결실전! 스프링 부트와 JPA 활용2 - API 개발과 성능 최적화
qeuryDSL 관련하여 여쭤볼게 있습니다.
현재 queryDSL 마지막 릴리즈 버전이 Github 기준으로 2021년도로 파악되는데 업데이트할 사항이 없어서 더이상 릴리즈가 안되는건지 궁금해서 문의드립니다!
-
해결됨[코드캠프] 부트캠프에서 만든 고농축 프론트엔드 코스
pagination 페이지 번호 유지하고 싶습니다.
예시로 pagination을 통해 4번째 게시물 목록을 보고 있는데여기서 새로 고침을 하거나4번 게시물 목록의 해당 게시글 클릭해서 들어가고 다시 뒤로 가기를 통해 게시물 목록으로 이동이 되었을 때4번 게시물 목록이 아닌 1번 게시물 목록으로 초기화가 되는데저는 4번 게시물 목록으로 유지하고 싶습니다. 다른 사이트의 게시물 홈페이지를 참고해 보면 page=4 이런 식으로 주소 창에 입력이 되어있는데 pages폴더에 폴더를 추가해서 유지를 해야 하나요?인프런에서 질문 & 답변 부분에서도 다음과 같이 사용되고 있습니다.https://www.inflearn.com/community/questions?page=2&order=recent 만약 폴더를 추가 해야 한다면 다음과 같이 폴더가 있을 때boards 하위 폴더에 추가하고 해당 page폴더 안에[boardId], new 폴더를 넣어야 할 까요?(page폴더 생성 안 한 상태입니다.)아니면 useState나 useRecoil을 사용해서 상태관리를 해야하는 건가요?어떻게 사용되는지 알고 싶습니다.
-
미해결[켠김에 출시까지] 유니티 방치형 키우기 게임 (M1 + C1)
강의는 유니티 버전 몇으로 진행하시나요?
안녕하세요이번에 진행하시는 강의는 유니티 버전 몇으로 진행하시나요?
-
미해결
강의 영상 재생 안됨
맥북에서 강의 시청중인데, 동영상 재생이 안됩니다.5일전에 채널톡을 통해서 문의했고, 확인 중이라는 말 이후로는 진행상황 공유해달라는 말에도 답변도 없네요. 기본적으로 시크릿모드에서 영상 실행이나 크롬 확장 프로그램 삭제 후 영상 실행은 해본 상태 입니다.모든 쿠키를 지우고 했을 때 되나 싶었는데, 영상 몇번 보다보니 다시 또 영상을 실행안되네요.확인 부탁드립니다.