묻고 답해요
158만명의 커뮤니티!! 함께 토론해봐요.
인프런 TOP Writers
-
미해결따라하며 배우는 노드, 리액트 시리즈 - 레딧 사이트 만들기(NextJS)(Pages Router)
서버 실행 시 에러 관련하여 답변받고 1차 조치했는데 여전하여서 질문 남깁니다
data-source hostname db로 변경하라는 말씀 듣고 변경해보았는데 여전히 해결이 안되어서 질문 남깁니다
-
미해결따라하며 배우는 노드, 리액트 시리즈 - 레딧 사이트 만들기(NextJS)(Pages Router)
엔티티 모두 작성 후 서버 실행 시 에러가 발생합니다
서버 실행 시 해당 에러가 발생해서 질문 남깁니다문제 파악에 도움될까해서 data-source.ts, server.ts 파일도 첨부합니다
-
미해결홍정모의 따라하며 배우는 C언어
3.12 강의 수학적으로 존재하지 않는 식을 강행했을 때
안녕하세요. 비주얼 스튜디오에서 선생님과 똑같이 asinf() 코드를 작성하고 실행을 했는데 선생님 화면에서 나온1.570796-nan(ind)대신에8096.0000008096.000000이렇게 나옵니다. 뭐가 잘못된걸까요?
-
해결됨코드로 배우는 React 19 with 스프링부트 API서버
강의 영상에 혹시 빠진게 있나요??
조금 전 있던 질문글 이랑 동일한 에러가 발생해서 코드 확인했더니 TodoController 클래스에서 put, delete를 구현하지 않았더라구요. 제가 뭔가 빼먹었나보다 하고 소스코드 찾아보니까 소스코드에는 있길래 소스코드 참고해서 해결했거든요. 그런데 그 다음에도 RootConfig 클래스를 만드는거나, CustomServletConfig 클래스에 addCorsMappings 메서드를 추가하는 과정을 소스코드 보면서 해결했었는데, 혹시 강의 영상에는 소스코드에 있는 내용 전부가 작성되는 과정이 나오는건 아닌걸까요? 제가 영상보다 코드치다 하면서 실수로 넘어간 부분이 있을수도 있는데, 강의 영상에는 빠져있고, 소스코드는 올라와 있는 부분들이 있는것 같아서요. 한번 확인 부탁드려도 될까요..? 제 착오였다면 죄송합니다 ㅠㅠ
-
미해결파이썬 알고리즘 문제풀이 입문(코딩테스트 대비)
파일 입출력에 대해 질문드립니다.
안녕하세요, 파일입력과 함께 파일출력에 대해 궁금한 부분이 있어 질문드려요.input.txt 파일에서 값을 불러와 output.txt파일로 출력값을 프린트하고 싶은데 이런 경우는 코드를 어떻게 작성하면 되는가요? sys를 쓰면 보다 간단하게 출력파일도 만들어낼 수 있을 거 같아서요.
-
미해결
[핵집] 통합강의안 요청드립니다.
빅데이터분석기사 필기 1,2,3,4 과목 강의 신청했습니다.통합강의안 요청드립니다.감사합니다.narao87@kakao.com
-
미해결스프링 MVC 1편 - 백엔드 웹 개발 핵심 기술
수강하고 만들어 봤는데, DB에 데이터가 안 담길 때
[질문 템플릿]1. 강의 내용과 관련된 질문인가요? (예/아니오)2. 인프런의 질문 게시판과 자주 하는 질문에 없는 내용인가요? (예/아니오)3. 질문 잘하기 메뉴얼을 읽어보셨나요? (예/아니오)[질문 내용]https://drive.google.com/file/d/1Z_rdsH2x1n9SW7aaFnK1holSxUclj0rk/view?usp=sharing제 파일 압축한 겁니다!localhost:8080 들어가면 회원가입 만들었습니다.테이블은 jpa로 생성이 잘 됐는데, 회원가입시 데이터가 DB로 안 들어갑니다. 테이블은 잘 만들어진 걸 보니 mysql과 스프링은 잘 연동이 된 거 같은데이 때 어떤걸 고려해야하나요 ??
-
미해결이것이 우분투 리눅스다
Client가상머신 재생성이 안됩니다.
거의 마지막에 클라이언트 가상머신 삭제하고 다시 만드려니까 Unable to create a new virtual machine: No permission to perform this operation. 이라고 안내 창이 떠요.별 짓 다해보다 안되서 뻘짓으로클라이언트 폴더도 삭제 하고 다시 만들려니까 관리자 권한으로 삭제해야한다네요...어떻게 해결할 수 있을까요?
-
미해결스프링 시큐리티 OAuth2
access_token 받은후 유저정보요청시 에러
안녕하세요 선생님 강의 진행중 오류가 해결되지 않아 이렇게 문의를 남깁니다. 다름이 아니라 제가 access_token을 받고 http://localhost:8081/user?accessToken=access_token이렇게 요청을 보내면OAuth2User oAuth2User = defaultOAuth2UserService.loadUser(oAuth2UserRequest);의 loadUser부분의 ResponseEntity<Map<String, Object>> response = getResponse(userRequest, request);에서 사진과 같이 RestClientException이 발생하고 그 이유는 body null 이기 때문이라는데 여기서 어떻게 손을 써야 오류가 고쳐질지 모르겠습니다. 혹시 해결방법을 아시는지 궁금합니다.
-
미해결[초급편] 안드로이드 커뮤니티 앱 만들기(Android Kotlin)
FireBase 로드와 파일 경로 관련 질문
여기서 강의 '예제앱 만들기 1' 에서 res > layout 파일에서 xml 파일이 있어야 하는데 layaout 파일이 없어요.그리고 그 오른쪽 상단에 스타트 버튼도 비활성화 되어있는데 이것도 왜 그런지 모르겠어요.그리고plugins { id("com.android.application") id("org.jetbrains.kotlin.android") id("com.google.gms.google-services") } android { namespace = "com.example.myfirebaseapp" compileSdk = 33 defaultConfig { applicationId = "com.example.myfirebaseapp" minSdk = 24 targetSdk = 33 versionCode = 1 versionName = "1.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { useSupportLibrary = true } } buildTypes { release { isMinifyEnabled = false proguardFiles( getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro" ) } } compileOptions { sourceCompatibility = JavaVersion.VERSION_1_8 targetCompatibility = JavaVersion.VERSION_1_8 } kotlinOptions { jvmTarget = "1.8" } buildFeatures { compose = true } composeOptions { kotlinCompilerExtensionVersion = "1.4.3" } packaging { resources { excludes += "/META-INF/{AL2.0,LGPL2.1}" } } } dependencies { implementation("androidx.core:core-ktx:1.9.0") implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.2") implementation("androidx.activity:activity-compose:1.7.0") implementation(platform("androidx.compose:compose-bom:2023.03.00")) implementation("androidx.compose.ui:ui") implementation("androidx.compose.ui:ui-graphics") implementation("androidx.compose.ui:ui-tooling-preview") implementation("androidx.compose.material3:material3") testImplementation("junit:junit:4.13.2") androidTestImplementation("androidx.test.ext:junit:1.1.5") androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1") androidTestImplementation(platform("androidx.compose:compose-bom:2023.03.00")) androidTestImplementation("androidx.compose.ui:ui-test-junit4") debugImplementation("androidx.compose.ui:ui-tooling") debugImplementation("androidx.compose.ui:ui-test-manifest") implementation(platform("com.google.firebase:firebase-bom:32.7.0")) implementation("com.google.firebase:firebase-analytics") }Firebase 로드가 조금 많이 바뀐거 같은데요, build.gradle.kts (module :app) 이 파일에 이런식으로 로드 하는게 맞나요..?
-
해결됨우리를 위한 프로그래밍 : 파이썬 중급 (Inflearn Original)
제너레이터 이터레이터 질문이 있습니다.
안녕하세요사진에서 iter를 쓰지않고 temp = generator_ex1()을 해도next가 써지던데 굳이 iter로 감싸는 이유가 궁금합니다.
-
미해결MySQL 성능 최적화
Task2는 직접해보는 부분인가요?
Task1만 하시고 끝나서 그런데 Task2는 직접 하는건지 강의가 추후에 올라오는 건지 궁금합니다
-
미해결무작정 따라하며 원리를 깨우치는 웹 해킹 : WebGoat 편
자바에서 디버깅 할 때 좋은 방법이 있을까요?
문제 풀다보면 해당 변수에 어떤 값이 저장돼서 연산들이 이루어져서 문제가 해결되는지 알고 싶습니다.php 언어 같은 경우 var_dump(변수) 형식으로 해서 변수에 어떤 값이 들어가는지 확인하면서 했는데 JAVA 같은 경우에는 어떤식으로 해결하나요?
-
해결됨스프링 DB 1편 - 데이터 접근 핵심 원리
close()에 관해 궁금한점이 있습니다.
학습하는 분들께 도움이 되고, 더 좋은 답변을 드릴 수 있도록 질문전에 다음을 꼭 확인해주세요.1. 강의 내용과 관련된 질문을 남겨주세요.2. 인프런의 질문 게시판과 자주 하는 질문(링크)을 먼저 확인해주세요.(자주 하는 질문 링크: https://bit.ly/3fX6ygx)3. 질문 잘하기 메뉴얼(링크)을 먼저 읽어주세요.(질문 잘하기 메뉴얼 링크: https://bit.ly/2UfeqCG)질문 시에는 위 내용은 삭제하고 다음 내용을 남겨주세요.=========================================[질문 템플릿]1. 강의 내용과 관련된 질문인가요? 예2. 인프런의 질문 게시판과 자주 하는 질문에 없는 내용인가요? 예3. 질문 잘하기 메뉴얼을 읽어보셨나요? 예[질문 내용]Connection 객체의 경우에는 해당 커넥션이 만들어지고 close하지않으면 네트워크 리소스 소모때문에 close를 해야하는것으로 이해했습니다.그렇다면 preparedStatement와 ResultSet객체의 경우에는 해당 데이터베이스로 SQL문을 전송및 전달받는 객체인걸로 보이는데 왜 close로 명시적으로 닫아야하는건가요?
-
미해결
HTML 에서 a 태그의 href 만 뽑아오기
파이썬으로 왓차피디아 사이트를 크롤링 하려고 하는데요.requests 랑 Beautifulsoup 모듈을 사용하고 있습니다.{영화 제목: ~~~,제작연도 : ~~~,링크: ~~~}이렇게 만들고 싶습니다. 근데 링크를 뽑아오는 데서 문제를 겪고 있습니다. 보시다시피 아래에서 두 번째 줄에서 리스트 컴프리헨션을 활용했는데요.soup_links 에 데이터가 비어서 나옵니다.웹에서 개발자 도구로 확인했는데도 저렇게 나오는데 혹시 고수님들 어떻게 해야 링크를 크롤링 할 수 있을까요?url_watcha = "https://pedia.watcha.com/ko-KR" req_watcha = requests.get(url_watcha) html = req_watcha.text soup = BeautifulSoup(html, "lxml") soup_titles = soup.select("div.css-1ntmtyn-ContentTitle-makeTypeFunction-handleHorizontalUlRender") soup_year_countries = soup.select("div.css-zb5qbk-StyledContentYearAndNation-createMediaQuery-makePediaTypeFunction") soup_links = soup.select("li.css-1ofozqs.ei3ci1h10 > a") titles = [t.get_text(strip=True) for t in soup_titles[:10]] year_countries = [y.get_text(strip=True) for y in soup_year_countries[:10]] links = [l["href"] for l in soup_links] time.sleep(1)
-
해결됨실전! Querydsl
stringTemplate("...") 은 어떻게 찾으신건가요?
공식 문서 5.0.0 버전을 봐도 stringTemplate이나 function에 대한 소개가 없더라구요 이렇게 공식문서에서 찾을 수 없는 내용을 강사님께서는 어떻게 찾으시는지 궁금합니다.
-
미해결프로그래밍 시작하기 : 파이썬 입문 (Inflearn Original)
%s에 정수를 넣어봤는데도 작동해요
print('%s %s' % ('one', 'two'))에 one, two 대신 1, 2를 넣어도 출력이 가능하던데 그럼에도 format을 출력하는 이유가 있을까요? #format 사용 (d: 정수, s:문자열, f:실수) print('%s %s' % ('one', 'two')) #정석적 print('{} {}'.format('one', 'two')) #format 함수가 내부적으로 처리해줌
-
미해결Next + React Query로 SNS 서비스 만들기
next aws s3 가능 여부 문의
혹시 aws s3로는 배포가 불가능 할까요??
-
해결됨10주완성 C++ 코딩테스트 | 알고리즘 코딩테스트
7-L 안녕 질문이 있습니다.
http://boj.kr/2451435928954fd4ade7f532de725ef2재귀를 돌면서 hp가 0이하가 되면 0을 반환하고 사람의 명수 만큼 재귀를 돌며 hp가 남아있으면 hppy(행복)을 반환해줘서 최대값을 반환하는 dp를 작성했는데 문제에 나와있는 테스트 케이스와 질문게시판에 있는 테케를 전부 돌려봤는데도 무엇이 잘못되었는지 모르겠습니다.
-
미해결
Unleashing the Power of MyEssayWriter.ai: Transforming Writing Effortlessly 2023-2024
Essay writing tools have revolutionized how individuals approach academic or professional writing tasks. These essay writing tools encompass a wide range of functionalities, from aiding in organization and structure to generating content and ensuring authenticity. With features like AI-driven essay generation, paraphrasing, outlining, and plagiarism detection, these tools streamline the writing process, enhancing essential writing and quality while encouraging individual writing styles and skill sets.Among the plethora of essay writing tools available, MyEssayWriter.ai stands out as the best tool of 2023, full of innovation and efficiency. Its amalgamation of AI-powered features like the Essay Writer, Outliner, Custom Writer, Paraphrasing Tool, and Plagiarism Detection Tool sets it apart.MyEssayWriter.ai MyEssayWriter.ai utilizes an essay writer tool to redefine the realm of academic writing. Specifically designed to meet the demands of professionals, scholars, and learners, it offers an array of features that are carefully crafted to facilitate the writing process.MyEssayWriter.ai is fundamentally a headstone to the cooperation of human creativity and artificial intelligence (AI) capabilities, democratizing access to excellent writing help and assisting users in achieving unmatched academic success.MyEssayWriter.ai offers a user-friendly interface that makes the essay generation process easy. It’s popular for generating full-fledged essays with one click in under 90 seconds. amolife.com Benefits of MyEssayWriter.aiEffortless Efficiency: Saves invaluable time by swiftly generating well-structured essays, liberating users from the tedium of extensive research and formulation of ideas.Enhanced Originality: Ensures authenticity through innovative plagiarism detection tools, safeguarding against unintentional duplication and bolstering academic integrity.Tailored Precision: Offers personalized essay creation, aligning content precisely with individual requirements and preferences, fostering a unique writing approach.Refined Writing Skills: Facilitates skill enhancement through the AI-based paraphrasing tool, refining writing style while preserving the essence of the original content.Comprehensive Organization: It aids in streamlining thoughts and concepts with the AI essay outliner, enabling a structured framework for cohesive and impactful essays. Tools Featured by MyEssayWriter.aiAI Essay Writer: Utilizes advanced algorithms to generate comprehensive essays swiftly and efficiently, analyzing provided prompts or topics to create well-structured content tailored to specific requirements with a focus on accuracy and depth.AI Essay Outliner: Facilitates the organization of thoughts and concepts by creating a structured framework for essays, enhancing coherence, and aiding in the seamless development of content, ensuring a logical flow from ideas to the final composition.Custom Essay Writer: Tailor's essays precisely to individual specifications, offering personalized content creation that aligns with unique preferences, ensuring authenticity, and catering to diverse academic or professional needs.Paraphrasing Tool: This paraphrasing tool enhances writing style by adeptly rephrasing content while preserving original meaning, promoting creativity, refining language proficiency, and fostering an improved and polished writing approach.Plagiarism Detection Tool: Safeguards academic integrity by checking content against extensive databases, ensuring authenticity and originality, thereby preventing unintentional duplication and reinforcing the credibility of the written work. Reviews for MyEssayWriter.aiUsers hailed MyEssayWriter.ai for its user-friendly interface and ability to significantly reduce the time and effort spent on essay writing. Its AI-driven capabilities have been lauded for producing well-researched, coherent, and original content, catering to various academic and professional needs. The platform's versatility and efficiency have garnered praise for enhancing writing skills and fostering academic success. FAQs about MyEssayWriter.aiQ: Is MyEssayWriter.ai suitable for all academic levels?Yes, the platform caters to students from high school to postgraduate levels, adapting to diverse writing needs.Q: How does the plagiarism detection tool work?The tool cross-references the submitted content with extensive databases to identify similarities and potential instances of plagiarism.Q: Can I use MyEssayWriter.ai for non-academic writing purposes?The platform's versatile tools can aid in various writing tasks, including professional, creative, or personal projects.Q: Is the content generated by MyEssayWriter.ai reliable and accurate?Yes, the AI algorithms ensure coherence, accuracy, and reliability in the generated content, which can serve as a strong foundation for further refinement and enhancement. Useful ResourcesTop AI Writing Tools: Navigating the Landscape in 2023-24MyEssayWriter.ai: Revolutionizing Writing Excellence - A Comprehensive ReviewEssay Writing in 2023-2024: How MyEssayWriter.ai Keeps You Ahead