묻고 답해요
158만명의 커뮤니티!! 함께 토론해봐요.
인프런 TOP Writers
-
미해결코드로 배우는 React 19 with 스프링부트 API서버
삭제 쿼리 질문드립니다.
삭제 테스트중 의문점이 하나 있어서 질문드립니다 삭제를 위한 검색쿼리Hibernate: select c1_0.cno from tbl_cart c1_0 left join tbl_cart_item c2_0 on c2_0.cart_cno=c1_0.cno where c2_0.cino=?작성하지 않았는데 발생하는 쿼리Hibernate: select c1_0.cino, c2_0.cno, o1_0.email, o1_0.nickname, o1_0.pw, o1_0.social, p1_0.pno, p1_0.del_flag, p1_0.pdesc, p1_0.pname, p1_0.price, c1_0.qty from tbl_cart_item c1_0 left join tbl_cart c2_0 on c2_0.cno=c1_0.cart_cno left join member o1_0 on o1_0.email=c2_0.member_owner left join tbl_product p1_0 on p1_0.pno=c1_0.product_pno where c1_0.cino=? 삭제쿼리Hibernate: delete from tbl_cart_item where cino=?삭제후 아이템 재검색쿼리Hibernate: select c1_0.cino, c1_0.qty, p1_0.pname, p1_0.price, i1_0.file_name from tbl_cart_item c1_0 join tbl_cart c2_0 on c1_0.cart_cno=c2_0.cno left join tbl_product p1_0 on c1_0.product_pno=p1_0.pno left join product_image_list i1_0 on p1_0.pno=i1_0.product_pno where i1_0.ord=0 and c2_0.cno=? 삭제 쿼리시 위와같은 쿼리들이 실행되는데요 삭제를 위한 검색쿼리후 알수없는 쿼리하나가 더 실행되는데 이쿼리가 실행되는 이유를 알고 싶습니다.
-
미해결스프링 입문 - 코드로 배우는 스프링 부트, 웹 MVC, DB 접근 기술
중복_회원_예외 fail 부분 질문 있습니다.
학습하는 분들께 도움이 되고, 더 좋은 답변을 드릴 수 있도록 질문전에 다음을 꼭 확인해주세요.1. 강의 내용과 관련된 질문을 남겨주세요.2. 인프런의 질문 게시판과 자주 하는 질문(링크)을 먼저 확인해주세요.(자주 하는 질문 링크: https://bit.ly/3fX6ygx)3. 질문 잘하기 메뉴얼(링크)을 먼저 읽어주세요.(질문 잘하기 메뉴얼 링크: https://bit.ly/2UfeqCG)질문 시에는 위 내용은 삭제하고 다음 내용을 남겨주세요.=========================================[질문 템플릿]1. 강의 내용과 관련된 질문인가요? (예)2. 인프런의 질문 게시판과 자주 하는 질문에 없는 내용인가요? (예)3. 질문 잘하기 메뉴얼을 읽어보셨나요? (예)[질문 내용]여기에 질문 내용을 남겨주세요.fail(); 부분에서 setName("test")로 member1, member2를 같게 해주었는데도 오류가 발생하여 질문드립니다.혹시 fail()을 잘못 사용하였는지 확인하기 위해 join을 두번 다 member1으로 하였을 때는 오류가 발생하지 않았습니다.
-
미해결문과생도, 비전공자도, 누구나 배울 수 있는 파이썬(Python)!
jupyter lab 왼쪽 숏컷 질문
안녕하세요, jupyter lab 실행한 후에 왼쪽 란에 숏컷이라고 설명하시는 명령어들 나열되어있는 부분이 저는 없는데(두 번쨰 사진) 저 부분은 어떻게 불러올 수 있나요?
-
해결됨김영한의 실전 자바 - 기본편
객체지향 문제풀이
학습하는 분들께 도움이 되고, 더 좋은 답변을 드릴 수 있도록 질문전에 다음을 꼭 확인해주세요.1. 강의 내용과 관련된 질문을 남겨주세요.2. 인프런의 질문 게시판과 자주 하는 질문(링크)을 먼저 확인해주세요.(자주 하는 질문 링크: https://bit.ly/3fX6ygx)3. 질문 잘하기 메뉴얼(링크)을 먼저 읽어주세요.(질문 잘하기 메뉴얼 링크: https://bit.ly/2UfeqCG)질문 시에는 위 내용은 삭제하고 다음 내용을 남겨주세요.=========================================[질문 템플릿]1. 강의 내용과 관련된 질문인가요? (예/아니오)2. 인프런의 질문 게시판과 자주 하는 질문에 없는 내용인가요? (예/아니오)3. 질문 잘하기 메뉴얼을 읽어보셨나요? (예/아니오)[질문 내용]여기에 질문 내용을 남겨주세요.문제풀이 1번 정사각형에 관한 질문을 드립니다.메서드의 반환타입을 다 작성하셨는데 꼭 작성을 해야하나요?void로 처리를 해도 상관없는거죠..?
-
미해결실무에 바로 적용하는 프런트엔드 테스트 - 1부. 테스트 기초: 단위・통합 테스트
vitest를 설치했는데 이 작업 영역에서 아직 발견된 테스트가 없습니다.라는 문구가 떠서 테스트를 진행할 수 없습니다..
안녕하세요.2.1 단위 테스트란 무엇일까? 강의를 들으며 따라하고 있습니다.강의에서 진행하고 있는 unit-test-example 브랜치에서 TextField.spec.jsx 파일을 따라 치며 테스트를 하려고 하는데 vscode 테스트 메뉴에서 '이 작업 영역에서 아직 발견된 테스트가 없습니다.'라는 문구와 '추가 테스트 확장 설치'라는 버튼만 떠서 테스트 진행을 하지 못하고 있습니다.강의에서 소개해주신 vitest를 설치하고 vscode를 껐다가 다시 켜봐도 테스트를 찾을 수 없다고 뜨고 있는데 제가 어떻게 하면 될까요?
-
미해결스프링 MVC 1편 - 백엔드 웹 개발 핵심 기술
톰캣의 webapp 인식에 대한 문제
학습하는 분들께 도움이 되고, 더 좋은 답변을 드릴 수 있도록 질문전에 다음을 꼭 확인해주세요.1. 강의 내용과 관련된 질문을 남겨주세요.2. 인프런의 질문 게시판과 자주 하는 질문(링크)을 먼저 확인해주세요.(자주 하는 질문 링크: https://bit.ly/3fX6ygx)3. 질문 잘하기 메뉴얼(링크)을 먼저 읽어주세요.(질문 잘하기 메뉴얼 링크: https://bit.ly/2UfeqCG)질문 시에는 위 내용은 삭제하고 다음 내용을 남겨주세요.=========================================[질문 템플릿]1. 강의 내용과 관련된 질문인가요? (예)2. 인프런의 질문 게시판과 자주 하는 질문에 없는 내용인가요? (예)3. 질문 잘하기 메뉴얼을 읽어보셨나요? (예)[질문 내용]안녕하세요 강의를 듣다가 문제가 발생하여 질문 남깁니다.먼저 발생한 문제점은 어느 순간부터 톰캣이 localhost:8080을 인식하지 못하는 것 같습니다. 코드를 실행하면 톰캣이 8080에서 start했다는 로그는 찍히는데 url 창에 localhost:8080을 입력하면 톰캣의 루트 디렉토리(webapp)에 있는 webapp.index.html을 인식하지 못하는 것 같습니다. 그런데 html을 브라우저로 여는 것을 지원해주는 것 같길래 열어보니(첫 번째 사진에 화살표로 강조된 부분) 두 번째 사진과 같이 localhost:8080이 아닌 "http://localhost:63342/spring_MVC/servlet.main/webapp/index.html?_ijt=22fu4h3punn2kubkafeq5afd18&_ij_reload=RELOAD_ON_SAVE" 로 찍히네요 혹시 이러한 상황에 대해서 조언을 얻을 수 있을까 해서 글을 남깁니다 답변주시면 감사하겠습니다.
-
해결됨한 입 크기로 잘라 먹는 리액트(React.js) : 기초부터 실전까지
저장을 해도 실행이 안 돼요
🚨 아래의 가이드라인을 꼭 읽고 질문을 올려주시기 바랍니다 🚨질문 하시기 전에 꼭 확인해주세요- 질문 전 구글에 먼저 검색해보세요 (답변을 기다리는 시간을 아낄 수 있습니다)- 코드에 오타가 없는지 면밀히 체크해보세요 (Date와 Data를 많이 헷갈리십니다)- 이전에 올린 질문에 달린 답변들에 꼭 반응해주세요 (질문에 대한 답변만 받으시고 쌩 가시면 속상해요 😢)질문 하실때 꼭 확인하세요- 제목만 보고도 무슨 문제가 있는지 대충 알 수 있도록 자세한 제목을 정해주세요 (단순 단어 X)- 질문의 배경정보를 제공해주세요 (이 문제가 언제 어떻게 발생했고 어디까지 시도해보셨는지)- 문제를 재현하도록 코드샌드박스나 깃허브 링크로 전달해주세요 (프로젝트 코드에서 문제가 발생할 경우)- 답변이 달렸다면 꼭 확인하고 반응을 남겨주세요- 강의의 몇 분 몇 초 관련 질문인지 알려주세요!- 서로 예의를 지키며 존중하는 문화를 만들어가요. - 인프런 서비스 운영 관련 문의는 1:1 문의하기를 이용해주세요.codesendbox에서 ctrl+s 하면 저장하면서, console에 뜨는 구조가 아닌가요!?올려주신 해결책 다 사용해봤는데도 console창은 묵묵부답이네요...ㅠ
-
미해결HTML+CSS+JS 포트폴리오 실전 퍼블리싱(시즌1)
실습에 필요한 이미지들은 어디에 있나요
실습에 필요한 소스 찾다가 시간을 엄청 쓰네요...어디가야 있는건지..
-
미해결자바 ORM 표준 JPA 프로그래밍 - 기본편
ManyToOne 설정 질문있습니다.
public class ReservationGoods extends BaseEntity { @ManyToOne @JoinColumn(name = "reservation_id") private Reservation reservation;}public class Reservation extends BaseEntity { @OneToMany(fetch = FetchType.LAZY,mappedBy = "reservation") private List<ReservationGoods> reservationGoods = new ArrayList<>(); }네이버 헤어 예약처럼 시간상품이 하나의 주문에만 들어갈 수 있고 주문 하나의 여러개의 상품을 신청할 수 있어서 지금 db설계가 상품: 주문이 다대일 상황입니다이게 상품이 생성될때는 주문관해서는 모르는상황이라이거는 어쩔 수 없이 주문1 : 상품다 로 단방향 연결밖에 답이 없을까요?
-
미해결FreeRTOS 프로그래밍
PuTTy에 출력되지 않습니다
장치관리자에서 port를 확인해서 seiral line과 speed를 설정하고 open을 했습니다.01_ TASKMAN을 디버그 했습니다.그런데 영상처럼 출력되지 않고 커서만 표시됩니다.어떻게 해결해야 하나요?
-
미해결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?