묻고 답해요
158만명의 커뮤니티!! 함께 토론해봐요.
인프런 TOP Writers
-
해결됨비전공자도 이해할 수 있는 MySQL 성능 최적화 입문/실전 (SQL 튜닝편)
혹시 심화 수업은 계획이 없으신가요..?
강의 너무 잘 보았습니다.혹시 힌트 도 주요 튜닝 방법중 하나인데.이쪽은 강의계획이 없으신지 여쭤보고싶습니다.
-
미해결스프링 MVC 1편 - 백엔드 웹 개발 핵심 기술
http 요청 메세지를 서버에서 가공할 일이 생기면 어떻게 하시나요?
[질문 템플릿]1. 강의 내용과 관련된 질문인가요? 네2. 인프런의 질문 게시판과 자주 하는 질문에 없는 내용인가요? 네3. 질문 잘하기 메뉴얼을 읽어보셨나요? 네[질문 내용]안녕하세요. 영한님 강의 언제나 잘 듣고 있습니다 ㅎㅎ강의를 들으면서 궁금증이 하나 드는데요. 만약 http 메세지를 서버에서 가공할 일이 생기면 어떻게 가공하시는지 궁금합니다.예시에 나오는 방법은 모두 매핑 방식인데요.예를 들어,클라이언트에서는 현재 시간이 서버로 전달됩니다.17시 1분도, 17시 59분도 같은 데이터를 조회해야 할 때, 애플리케이션에서 데이터를 조작하거나 sql로 데이터를 조작해야 할 것 같아서요. 이렇게 데이터를 조작해야 할 때 어떤 방법을 채택하시는지 궁금합니다.dto에서 생성자를 만들어 조작해야 할까요? 아니면 조작 메서드를 따로 만들어야 하는지, aop 같은 걸로(될지는 모르겠지만..) 조작해야 하는지 궁금합니다.
-
미해결[개정3판] Node.js 교과서 - 기본부터 프로젝트 실습까지
connect.sid를 쿠키에 넣는 시점과 express-session
req.login를 통해 req.session에 { 랜덤값: 유저아이디}를 저장하는 건 알겟는데, connect.sid=랜덤값을 쿠키에 넣는 시점은 언제인가요?그리고 서버가 connect.sid를 세션 쿠키로 전송할 때, express-session 은 자동으로 이 값을 secret으로 서명하여 전송하나요?
-
해결됨Godot Engine 으로 시작하는 첫 게임 개발
뷰포트 툴바 세팅방법이나 버전 추천
8/15일 업뎃한 Godot 4.3버전인데 뷰포트 툴바를 영상에 나오는 기능들이 다 보이게 하는 방법이 있을까요?도움말에 검색 키워드를 어떤걸로 해아하는지도 궁금해요.아예 버전을 바꿔서할까 생각도 드는데버전이 많아서 최신으로 해야하는지 영상에 해당하는 버전을 추천하는지도 궁금합니다
-
미해결설계독학맛비's 실전 FPGA를 이용한 HW 가속기 설계 (LED 제어부터 Fully Connected Layer 가속기 설계까지)
Write response channel의 BRESP 신호 활성화 시기
안녕하세요,Write response channel의 BRESP 의 활성화 시기가 궁금하여 질문남깁니다.axi protocol 문서를 읽어보았는데, 해당 문서에서는 OKAY 응답은 "the success of a normal access" 에 이루어진다고 나와 있습니다. 선생님께서는 강의 중에 Write가 정상적으로 되면 신호가 들어온다고 하셨는데, Master 에서 WDATA bit을 모두 받은 시점에서 OKAY신호가 들어오는건지, Slave에서 write를 완료했을때 OKAY 신호가 들어오는건지 궁금합니다. 읽어주셔서 감사드립니다.
-
미해결[코드팩토리] [초급] Flutter 3.0 앱 개발 - 10개의 프로젝트로 오늘 초보 탈출!
Align 과 Center 위젯 차이
비디오 플레이어 제작하실때비디오 위에 올라올 아이콘 정렬을 위해서 Align() 위젯을 사용하셨는데Center() 위젯도 똑같이 영상의 가운데로 정렬이 되던데 혹시 Align() 위젯을 사용하신 이유가 따로 있을까요?
-
미해결토비의 스프링 6 - 이해와 원리
BeanFactory 의존관계
@Configurationpublic class ObjectFactory { @Bean public PaymentService paymentService () { return new PaymentService(exRateProvider()); } @Bean public ExRateProvider exRateProvider() { return new WebApiExRateProvider(); }} 여기서 Bean 어노테이션을 붙이면 paymentService가 호출되지 않아도 paymentService와 exRateProvider의 의존관계가 설정이 되는게 맞나요?? 만약 exRateProvider에만 Bean 어노테이션을 붙이지 않으면 어떻게 되는 건가요??
-
미해결직장인 생존 엑셀 - 8개의 실무 프로젝트로 엑셀 마스터하기
섹션 7_평균 계산
안녕하세요 섹션 7에서 전년도~하반기를 선택해서 동시에 평균 계산하는 부분에서첫 번째 셀에 수식을 입력하고 채우기를 하면 모든 셀에 첫 번째 셀의 값이 복사되어 나옵니다 다른 시트도 해당 시트의 첫 번째 셀의 값이 똑같이 복사되어 나옵니다 시트 동시 선택을 해제하고 한 시트에서 평균 계산해서 채우기하면 정상적으로 실행됩니다 강의에서 진행하시는대로 똑같이 했는데 왜 안 되는 걸까요?
-
미해결프론트엔드 개발환경의 이해와 실습 (webpack, babel, eslint..)
자주 사용하는 플러그인 에서 질문이 있습니다.
new HtmlWebpackPlugin({ template: "./src/index.html", templateParameters: { env: process.env.NODE_ENV === "development" ? "(개발용)" : "" }, minify: process.env.NODE_ENV === "production" ? { collapseWhitespace: true, removeComments: true, } : false }), new CleanWebpackPlugin({ }), ...(process.env.NODE_ENV === "production" ? [new MiniCssExtractPlugin({filename: "[name].css"})] : []) ]왜 MiniCssExtractPlugin에서는 spread operator를 쓰고 삼항연산자를 쓴 건가요? 위에 HtmlWebpackPlugin에서 한것처럼 그냥 process.env.NODE_ENV 삼항연산자를 쓰면 되는게 아닌가요?추가적으로 spread operator를 쓴 이유를 알고 싶습니다!!
-
미해결AWS Certified Solutions Architect - Associate 자격증 준비하기
수강연장 문의드립니다.
- 학습 관련 질문을 남겨주세요. 상세히 작성하면 더 좋아요! - 먼저 유사한 질문이 있었는지 검색해보세요. - 서로 예의를 지키며 존중하는 문화를 만들어가요. - 잠깐! 인프런 서비스 운영 관련 문의는 1:1 문의하기를 이용해주세요. 안녕하세요, 수강기간이 얼마남지 않았는데 완강하지 못하여수강연장 문의드립니다.감사합니다.
-
미해결김영한의 실전 자바 - 고급 1편, 멀티스레드와 동시성
메서드 영역에 있는 상수풀이
학습하는 분들께 도움이 되고, 더 좋은 답변을 드릴 수 있도록 질문 전에 다음을 꼭 확인해주세요.1. 강의 내용과 관련된 질문을 남겨주세요.2. 인프런의 질문 게시판과 자주 하는 질문(링크)을 먼저 확인해주세요.(자주 하는 질문 링크: https://bit.ly/3fX6ygx)3. 질문 잘하기 메뉴얼(링크)을 먼저 읽어주세요.(질문 잘하기 메뉴얼 링크: https://bit.ly/2UfeqCG)질문 시에는 위 내용은 삭제하고 다음 내용을 남겨주세요.=========================================[질문 템플릿]1. 강의 내용과 관련된 질문인가요? (예/아니오)2. 인프런의 질문 게시판과 자주 하는 질문에 없는 내용인가요? (예/아니오)3. 질문 잘하기 메뉴얼을 읽어보셨나요? (예/아니오)[질문 내용]자바 8이후로는 힙 영역에 있다고 하는데 맞나요?? 자료에는 메서드 영역에 있길래 여쭤봅니다
-
미해결김영한의 실전 자바 - 고급 1편, 멀티스레드와 동시성
개념이랑 원리는 이해하고
학습하는 분들께 도움이 되고, 더 좋은 답변을 드릴 수 있도록 질문 전에 다음을 꼭 확인해주세요.1. 강의 내용과 관련된 질문을 남겨주세요.2. 인프런의 질문 게시판과 자주 하는 질문(링크)을 먼저 확인해주세요.(자주 하는 질문 링크: https://bit.ly/3fX6ygx)3. 질문 잘하기 메뉴얼(링크)을 먼저 읽어주세요.(질문 잘하기 메뉴얼 링크: https://bit.ly/2UfeqCG)질문 시에는 위 내용은 삭제하고 다음 내용을 남겨주세요.=========================================[질문 템플릿]1. 강의 내용과 관련된 질문인가요? (예/아니오)2. 인프런의 질문 게시판과 자주 하는 질문에 없는 내용인가요? (예/아니오)3. 질문 잘하기 메뉴얼을 읽어보셨나요? (예/아니오)[질문 내용]실사용은 Executor(멀티스레드), Look(동시성)을 위주로 사용하는 거죠?
-
미해결[코드팩토리] [초급] Flutter 3.0 앱 개발 - 10개의 프로젝트로 오늘 초보 탈출!
[섹션11] 웹사이트 웹뷰에 띄우기 질문입니다.
안녕하세요 🙂 프로그래밍 초보이지만,플러터 강의 덕분에 즐겁게 공부하고 있습니다.아래 코드에서, https://blog.codefactory.ai 로 Uri를 연결했더니, 코드팩토리님 블로그로 잘 연결되는데요, final homeUrl = Uri.parse('https://blog.codefactory.ai'); class HomeScreen extends StatelessWidget { WebViewController controller = WebViewController()..loadRequest(homeUrl); HomeScreen({super.key}); 제가 처음에 오타로 https를 http로 입력했더니,오류가 발생하더라구요. 혹시 원인을 설명해주실 수 있나요?ㅜㅜ
-
미해결홍정모의 따라하며 배우는 C++
비트 마스크에서 red,green 추출이 잘 안됩니다.
unsigned int pixel_color = 0xDAA520; cout << "pixel_color : " << bitset<32>(pixel_color) << endl; // const unsigned char red_mask = 0xFF0000; const unsigned char green_mask = 0x00FF00; const unsigned char blue_mask = 0x0000ff; unsigned char red, green, blue; blue = pixel_color & blue_mask; cout << "blue_color : " << bitset<8>(blue) <<" " << int(blue) <<endl; green = (pixel_color & green_mask)>>8; cout << "green_color : " << bitset<8>(green) << " " << int(green) << endl; red = (pixel_color & red_mask) >> 16; cout << "red_color : " << bitset<8>(red) << " " << int(red) << endl; 이렇게 코드 작성했는데 blue는 잘 추출되지만 red랑 green은 0으로 추출됩니다.ㅠㅠ shift연산자 잘 한거 같은데 왜 0인지 모르겠습니다.
-
미해결10주완성 C++ 코딩테스트 | 알고리즘 코딩테스트
연속해서 자음, 모음을 구하는거에서 저는 단순하게 풀었는데
http://boj.kr/2a16a22c3a174c32bb1a46a3157072b5 제 코드입니다. 저는 너무 주먹구구식으로 생각하는 것 같은데.알고리즘으로 푸는 문제가 아닌 상황을 해결해야 하는 문제를 직면하게 되면 제 코드를 보시다시피 너무 주먹구구식으로 생각하는 경향이 있는 것 같습니다.선생님처럼 우아한 코드를 쓰고 싶은데 어떻게 생각을 늘려야 할까요?
-
미해결ESXi 가상 인프라 구축과 보안 솔루션을 활용한 이상징후 탐지 모니터링
설치 환경 문의
안녕하세요.강의잘 듣고 있습니다강의중 이해가 잘 안가서 그러는데 ㅜ 클라이언트용 가상머신과 서버용 가상머신을 서로 다른컴퓨터에 설치하신건가요?아니면 2번방법으로 베어메탈-vmware esxi 구동하시고 그위에 클라이언트 머신과 서버용 머신을 다 올리신건가요?참고로 저는 1번 방법으로 하려고 합니다 ㅜ
-
미해결[2025] 비전공자도 가능한 React Native 앱 개발 마스터클래스
설치 관련 질문
npx create-react-native-app@latest 요거 터미널에 입력하니까, ⚠ This tool does not initialize new React Native projects. 뜨는데, 어떻게 해결하면 좋을까요?
-
미해결
The Benefits of ATRCM’s Customized Medical Billing Solutions
Every healthcare practice has unique needs and challenges when it comes to billing and revenue cycle management. ATRCM Solutions offers customized medical billing solutions tailored to meet the specific requirements of each practice. This article explores the benefits of ATRCM’s customized billing solutions and how they support the success of healthcare providers.Why Customized Medical Billing Solutions MatterCustomized medical billing solutions are crucial for addressing the unique needs of healthcare practices. Key benefits include:Tailored Processes: Customized solutions ensure that billing processes align with the specific workflows and requirements of a practice.Improved Accuracy: Customization helps address unique coding and billing needs, reducing the risk of errors.Enhanced Efficiency: Tailored solutions streamline billing processes, leading to improved efficiency and faster reimbursements.Better Compliance: Customized solutions ensure that billing practices adhere to specific regulations and payer guidelines relevant to the practice.How ATRCM Provides Customized Billing SolutionsATRCM, or Advanced Technology Revenue Cycle Management, offers a range of customized medical billing solutions designed to meet the unique needs of healthcare practices. Here’s how ATRCM supports practices with tailored billing solutions:1. Personalized Billing ProcessesATRCM works closely with healthcare practices to develop personalized billing processes that align with their specific workflows and requirements. By understanding the unique needs of each practice, ATRCM creates customized billing solutions that improve accuracy and efficiency.2. Customized Coding SolutionsAccurate coding is essential for billing and reimbursement. ATRCM’s team of certified coding experts provides customized coding solutions that address the specific needs of each practice. This tailored approach ensures that all services are billed correctly according to the latest guidelines, reducing the risk of errors and denials.3. Tailored Claims ManagementClaims management is a critical aspect of the revenue cycle. ATRCM offers tailored claims management solutions that address the unique challenges faced by each practice. This customization includes personalized strategies for claim submission, follow-up, and denial management, leading to faster reimbursements and improved financial performance.4. Adaptable Compliance SupportCompliance with regulations is essential for avoiding audits and penalties. ATRCM provides adaptable compliance support that ensures billing practices align with the specific regulations and payer guidelines relevant to each practice. This customization helps practices maintain compliance and reduce the risk of non-compliance issues.5. Free Medical Billing AuditTo support customized billing solutions, ATRCM offers a free medical billing audit that assesses current practices and identifies areas for improvement. The audit includes:Process Review: Evaluating current billing processes and identifying opportunities for customization.Coding Accuracy Check: Assessing the accuracy of coding practices and providing recommendations for improvement.Claims Management Analysis: Reviewing claims management practices and tailoring strategies for better outcomes.Compliance Assessment: Ensuring that billing practices adhere to relevant regulations and payer guidelines.The insights gained from the audit provide healthcare practices with actionable recommendations to enhance billing processes and achieve better financial outcomes.Case Study: Customizing Billing Solutions for a Specialty PracticeA specialty practice faced challenges with billing accuracy and efficiency due to unique billing needs. After partnering with ATRCM and undergoing a free medical billing audit, the practice implemented ATRCM’s customized billing solutions. As a result, the practice experienced improved accuracy, faster reimbursements, and enhanced financial performance.ConclusionCustomized medical billing solutions are essential for addressing the unique needs of healthcare practices and achieving better financial outcomes. ATRCM Solutions offers tailored billing solutions that improve accuracy, efficiency, and compliance. The free medical billing audit provides valuable insights for customizing billing practices and optimizing revenue. By partnering with ATRCM, healthcare practices can enhance their billing processes and focus on delivering exceptional patient care.
-
해결됨[리뉴얼] 맛집 지도앱 만들기 (React Native & NestJS)
윈도우/안드로이드 Ninja를 설치해야하나요?
윈도우 안드로이드 보고있는데잘 되다가 stack Navigation 공식문서보고 인스톨하고 코드추가 한 후에yarn start 하고 a 하면[CXX1416] Could not find Ninja on PATH or in SDK CMake bin folders.[CXX1416] Could not find Ninja on PATH or in SDK CMake bin folders.FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring project ':react-native-screens'. > [CXX1416] Could not find Ninja on PATH or in SDK CMake bin folders. * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. * Get more help at https://help.gradle.org 라고 나옵니다
-
미해결
selenium 팝업창 문의
이런 종류의 팝업창을 끄려면 코드를 어떻게 작성해야하나요 ?