묻고 답해요
164만명의 커뮤니티!! 함께 토론해봐요.
인프런 TOP Writers
-
미해결JIRA를 활용해 더 효과적으로 프로젝트 협업하기
[JIRA] 계획에서 연결 선 노출방법
안녕하세요 추가 궁금한 사항이 있어 문의를 남깁니다. 1. 계획에서 연장선 노출 방법 지라 > 계획에서 epic, story 끼리 연결선이 노출되고 있습니다. 아래 이미지 처럼 링크 연결선이 노출되는 방법 문의드립니다. (realate to 로 설정시 링크 아이콘만 노출되고 선은 미노출됩니다.) 2. 계획에서 노출되는 날짜 방식 변경 가능 여부 default 노출 은 11/nov/21 로 노출, 날짜 노출방식 변경가능한지 문의드립니다. 3. 계획에서 진행중인 상태바 색상 변경이 가능 여부 할일, 진행중, 완료 상태별 고정색이 노출되며, 계획에서는 이색상이 노출됩니다. 상태별 색상이 변경가능한지 추가로 상태를 추가할 수 있는지 문의드립니다. 감사합니다!
-
미해결자바 ORM 표준 JPA 프로그래밍 - 기본편
em.close();
안녕하세요. 예제를 돌려보던중 궁금한 점이 생겨 문의 드립니다. public class JpaMain { public static void main(String[] args) { EntityManagerFactory emf = Persistence.createEntityManagerFactory("hello"); EntityManager em = emf.createEntityManager(); EntityTransaction tx = em.getTransaction(); tx.begin(); try { Member member1 = em.find(Member.class, 150L); member1.setName("AAA"); //em.detach(member1); //em.clear(); em.close(); System.out.println("====================="); tx.commit(); } catch (Exception e) { tx.rollback(); } finally { em.close(); } emf.close(); }} 위와 같이 테스트 하였는데요. em.detach(member1); em.clear(); 과는 달리 em.close(); 의 경우는 업데이트 문이 찍히고 DB도 업데이트 되는데 나머지 둘과는 다르게 동작하는걸까요?
-
미해결데이터 분석을 위한 파이썬: 입문부터 꿀팁까지
강의교자료 링크가 잘못되었습니다.
안녕하세요? 에러를 만났을떄 강의자료 링크가 잘못되었구요, 변수 부분은 강의자료 링크가 없습니다.수정 부탁드립니다. 감사합니다.
-
미해결풀스택을 위한 탄탄한 프런트엔드 부트캠프 (HTML, CSS, 바닐라 자바스크립트 + ES6) [풀스택 Part2]
풀스택을 위한 Vue 프레임워크 기본 언제 오픈 되는지 궁금해요~!
안녕하세요, 풀스택2번 강의가 이해하기 쉽고 도움이 되어서 이전 강의들도 수강하려고 해요..! 이전에 나온 강의 듣고 있다보면 오픈 예정으로 적혀 있는 [풀스택을 위한 Vue 프레임워크 기본] 도 조만간 오픈이 될까요? vue.js를 배우고 싶어서 시작한 공부라서요 ㅎㅎ... 좋은 강의 감사합니다~!
-
미해결[C++과 언리얼로 만드는 MMORPG 게임 개발 시리즈] Part4: 게임 서버
윈도우 서버를 보통 어디 클라우드에 올려야 하나요?
혹시 강의 추가로 아마존이나 네이버 클라우드에 서버 올리는걸 알려주실 수 있을까요:?? 보통 비용은 한달에 얼마 나오는지 유저가 하루에 100명정도 동접한다 그럴때 계산을 어떻게 할 까요? 패킷당 해야할 것 같은데 강사님 경험을 토대로 말씀해주실 수 있나요?
-
해결됨타입 파이썬! 올바른 class 사용법과 객체지향 프로그래밍
인스턴스와 데이터
강의에서 인스턴스를 클래스에서 정의한것을 토대로 실제 메모리상에 할당되는 것으로 실제 프로그램에서 사용되는 데이터이다. ㄹㅏ고 되어있는데,, 여기서 쓰인 데이터의 의미가 무엇인가요? 객체에는 변수도 있고, 메서드도 있는데 음,,, 특정객체의 변수가 데이터인것은 와닿는데 메서드도 데이터인가?라는 측면에서는 잘 안와닿아서요. (동시성 프로그래밍 듣고 좋아서, 바로 여기도 넘어왔습니다..fastapi로 해보는데, 그쪽진영에서는 typing을 적극적으로 쓰는것같아서 배워보려고요.)
-
미해결더 자바, 코드를 조작하는 다양한 방법
gradle 사용시
gradle 사용시 mainfest plugin은 어떻게 넣어야하나요? 관련 링크를 못찾겠습니다...
-
미해결[C++과 언리얼로 만드는 MMORPG 게임 개발 시리즈] Part4: 게임 서버
c++ 11 socket linux에서는
linux에서는 어떤 socket을 사용하나요? 거기에도 setsocket , getsocket이 있을까요?
-
미해결SCSS(SASS)+GRID+FLEX 실전 포트폴리오 퍼블리싱
중복된 강의 동영상이 있습니다.
'@mixin에 매개변수를 활용해서 다양한 border radius 만들기' 강좌와 바로 다음 강좌인 '부모요소 참조해서 일관성 있는 html 레이아웃 구조 만들기' 가 중복됩니다.
-
미해결[리뉴얼] Node.js 교과서 - 기본부터 프로젝트 실습까지
현업에서 부하테스트는 비용부담을 하고 하는건가요?
현업에서도 대부분 클라우드 서버를 사용하는 것으로 알고 있습니다. 이럴 경우 부하테스트를 하면 제로초님이 말씀하신대로 비용에 부담이 될듯한데 현업에서 부하테스트를 하는 편인가요?
-
미해결자바(Java) 알고리즘 문제풀이 입문: 코딩테스트 대비
수강 관련 문의드립니다.
김태원 강사님 안녕하세요~ 현재 Java 알고리즘 문제풀이 강의 너무 잘 듣고있습니다! "코딩테스트 실전 모의고사(with C++) : 대기업 대비" 강의도 듣고 싶은데 언어가 C++이여서 고민 중입니다. Java 사용하는 사람도 해당 강의 들어도 괜찮을까요?? 답변 부탁드립니다. 감사합니다~
-
미해결리액트로 나만의 블로그 만들기(MERN Stack)
그대로 따라하였고 하루종일 reboot하는데 되지않습니다..
강사님.. 저는 다른 추가 기능없이 강사님의 코드 그대로 따라하였는데 어찌 build가 되지 않을까요?? 얼마를 내야 배포가 가능한 것입니까?
-
해결됨리액트로 나만의 블로그 만들기(MERN Stack)
Encountered two children with the same key 에러..
안녕하세요 무한스크롤 강의를 들은 이후로 이상한 에러가 뜹니다.. index.js:1 Warning: Encountered two children with the same key, `61888dc0bcad5b898380d112`. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version. 다른 페이지에서 다시 홈으로 가면 이런 오류가 포스트마다 뜨네요.. 처음 로드될때 []안해줘서 그런건가요? 왜이러는 거죠?
-
해결됨스프링 시큐리티
안녕하세요 강사님 antMatchers 질문드립니다!
안녕하세요 정수원 강사님 항상 수업 잘듣고있는 학생입니다. 3) 사용자 DB 등록 및 PasswordEncoder 강의 수강중 20:42 에서 서버 기동후에 편집이 되었는지 이후 20:55에 SecurityConfig 의 http.antMatchers() 파라미터로서 "user/login/**" 패턴이 새로 추가된 것이 보여집니다. 사실 10) 인증 실패 핸들러 : CustomAuthenticationFailureHandler 강의를 듣는 과정까지 해당패턴을 추가하지 않고 .antMatchers("/", "/users", "/login*").permitAll() 상태로 진행을 하였는데 딱히 에러가 발생하거나 하는부분을 겪지못했습니다.(제가 제대로 실습을 따라가지 못했을 가능성이 존재합니다..ㅠ) 결과적으로 "user/login/**" 패턴을 추가하신 이유가 무엇인지 궁금합니다. 추가로 antMatchers로써 추가해주는 패턴이라는 것이 클라이언트가 요청하는 URL만을 검사해주고 (ex: GetMapping("/ex"..)) 모델뷰로 반환하여 렌더링해주는 뷰의 경로까지는 검사해주지 않는지 혹은 뷰의 경로까지 검사하기 때문에 해당 뷰 경로까지 패턴으로 넣어주어야 하는것인지 궁금합니다. (사실 web.Ingnoreing을 통해 평소 시큐리티가 정적자원을 검사해주는 것까지는 이해하였는데 스프링에서 뷰를 렌더링해줄때도 시큐리티가 적용이 되는지 궁금한것인데 최대한 상세하게 질문드리려 하니 글이 길어졌습니다.) 항상 좋은강의 감사드리며 답변기다리겠습니다. 감사합니다!
-
미해결현존 최강 크롤링 기술: Scrapy와 Selenium 정복
xml을 parsing할때 <을 < 로 인식합니다.
안녕하세요, 강사님. requests로 url을 가져오고, BeautifulSoup으로 그것의 content를 html.parser로 parsing하면, 결과를 print하면 < 을 <로 인식합니다. 몇몇 <, >, ... 을 저런식으로 인식해서 그것을 고치려고 하는데 잘 안되네요 이럴땐 어떻게 해야하나요? 참고로 이전강의인 뷰티풀숩을 듣다가, 이어서 이 강의를 들으며 생긴 질문이라서 문의드립니다.
-
미해결따라하며 배우는 노드, 리액트 시리즈 - 유튜브 사이트 만들기
server npm install 오류
서버에서 npm install 을 하였는데 gyp ERR! find Python gyp ERR! find Python Python is not set from command line or npm configuration gyp ERR! find Python Python is not set from environment variable PYTHON gyp ERR! find Python checking if "python" can be used gyp ERR! find Python - "python" is not in PATH or produced an error gyp ERR! find Python checking if "python2" can be used gyp ERR! find Python - "python2" is not in PATH or produced an error gyp ERR! find Python checking if "python3" can be used gyp ERR! find Python - "python3" is not in PATH or produced an error gyp ERR! find Python checking if the py launcher can be used to find Python 2 gyp ERR! find Python - "py.exe" is not in PATH or produced an error gyp ERR! find Python checking if Python is C:\Python27\python.exe gyp ERR! find Python - "C:\Python27\python.exe" could not be run gyp ERR! find Python checking if Python is C:\Python37\python.exe gyp ERR! find Python - "C:\Python37\python.exe" could not be run gyp ERR! find Python gyp ERR! find Python ********************************************************** gyp ERR! find Python You need to install the latest version of Python. gyp ERR! find Python Node-gyp should be able to find and use Python. If not, gyp ERR! find Python you can try one of the following options: gyp ERR! find Python - Use the switch --python="C:\Path\To\python.exe" gyp ERR! find Python (accepted by both node-gyp and npm) gyp ERR! find Python - Set the environment variable PYTHON gyp ERR! find Python - Set the npm configuration variable python: gyp ERR! find Python npm config set python "C:\Path\To\python.exe" gyp ERR! find Python For more information consult the documentation at: gyp ERR! find Python https://github.com/nodejs/node-gyp#installation gyp ERR! find Python ********************************************************** gyp ERR! find Python gyp ERR! configure error gyp ERR! stack Error: Could not find any Python installation to use gyp ERR! stack at PythonFinder.fail (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-python.js:307:47) gyp ERR! stack at PythonFinder.runChecks (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-python.js:136:21) gyp ERR! stack at PythonFinder.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-python.js:225:16) gyp ERR! stack at PythonFinder.execFileCallback (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-python.js:271:16) gyp ERR! stack at exithandler (child_process.js:397:5) gyp ERR! stack at ChildProcess.errorhandler (child_process.js:409:5) gyp ERR! stack at ChildProcess.emit (events.js:400:28) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12) gyp ERR! stack at onErrorNT (internal/child_process.js:467:16) gyp ERR! stack at processTicksAndRejections (internal/process/task_queues.js:82:21) gyp ERR! System Windows_NT 10.0.19043 gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "configure" "--fallback-to-build" "--module=C:\\react-youtube-clone-master\\node_modules\\bcrypt\\lib\\binding\\bcrypt_lib.node" "--module_name=bcrypt_lib" "--module_path=C:\\react-youtube-clone-master\\node_modules\\bcrypt\\lib\\binding" "--napi_version=8" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v83" gyp ERR! cwd C:\react-youtube-clone-master\node_modules\bcrypt gyp ERR! node -v v14.17.6 gyp ERR! node-gyp -v v5.1.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute 'C:\Program Files\nodejs\node.exe C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js configure --fallback-to-build --module=C:\react-youtube-clone-master\node_modules\bcrypt\lib\binding\bcrypt_lib.node --module_name=bcrypt_lib --module_path=C:\react-youtube-clone-master\node_modules\bcrypt\lib\binding --napi_version=8 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v83' (1) node-pre-gyp ERR! stack at ChildProcess.<anonymous> (C:\react-youtube-clone-master\node_modules\node-pre-gyp\lib\util\compile.js:83:29) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:400:28) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:1055:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:288:5) node-pre-gyp ERR! System Windows_NT 10.0.19043 node-pre-gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\react-youtube-clone-master\\node_modules\\node-pre-gyp\\bin\\node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd C:\react-youtube-clone-master\node_modules\bcrypt node-pre-gyp ERR! node -v v14.17.6 node-pre-gyp ERR! node-pre-gyp -v v0.12.0 node-pre-gyp ERR! not ok Failed to execute 'C:\Program Files\nodejs\node.exe C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js configure --fallback-to-build --module=C:\react-youtube-clone-master\node_modules\bcrypt\lib\binding\bcrypt_lib.node --module_name=bcrypt_lib --module_path=C:\react-youtube-clone-master\node_modules\bcrypt\lib\binding --napi_version=8 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v83' (1) npm WARN rollback Rolling back node-pre-gyp@0.12.0 failed (this is probably harmless): EPERM: operation not permitted, scandir 'C:\react-youtube-clone-master\node_modules\fsevents\node_modules' npm WARN react-chat-app@1.0.0 No repository field. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! bcrypt@3.0.6 install: `node-pre-gyp install --fallback-to-build` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the bcrypt@3.0.6 install script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\82102\AppData\Roaming\npm-cache\_logs\2021-11-08T02_42_50_702Z-debug.log 이런 오류가 뜨는데 파이썬을 깔아야하는건가요??? 완성본 위에 있는 깃허브는 404에러가 떠서 완성본에서 다운 받고 실행한겁니다!
-
미해결스프링 MVC 1편 - 백엔드 웹 개발 핵심 기술
메세지 컨버터 선택에 대한 질문이 있습니다.
안녕하세요 강사님 강의 듣고 스프링에 입문하게된 개발자입니다. 응답body에 대한 타입 변환은 메세지컨버터가 관여하며 이는 요청 파라미터의 Accept, 정확히는 Controller의 produces가 관여한다 고 배웠습니다. 그렇다면 요청하는 쪽에서 Header에 이를 명시하여야 제어가 가능하다 고 이해했는데 이를 요청 Parameter나 요청 Body를 이용하여 서버 내부에서 제어할 수 있는 방법이 있을까요?
-
미해결[비전공자 대환영] 제로베이스도 쉽게 입문하는 파이썬 데이터 분석 - 캐글입문기
강의자료
강의자료 _JS 파일 크롬으로 실행 시 스크립트로만 뜨는데 어떻게 실행을 해야하나요?? 윈도우, 알집으로 압축 풀었습니다
-
미해결따라하며 배우는 리액트 테스트 [2023.11 업데이트]
이번 강의에 보이는 terminal 내용이랑 제 컴퓨터 터미널 내용이랑 다릅니다.
카운터 숫자 구현하기 이 강의에 나오는 터미널 내용이랑 제 컴퓨터 터미널 내용이랑 다릅니다. 아마도 package.json 부분에 "test": "react-scripts test", 이 부분을 수정해야 하는건가요? 강의 내용중에 없었던 것 같아서 질문합니다. FAIL src/App.test.js ● Test suite failed to run Cannot find module 'core-js-pure/features/get-iterator' from 'node_modules/@babel/runtime-corejs3/core-js/get-iterator.js' Require stack: node_modules/@babel/runtime-corejs3/core-js/get-iterator.js node_modules/aria-query/lib/rolesMap.js node_modules/aria-query/lib/index.js node_modules/@testing-library/jest-dom/dist/to-be-checked.js node_modules/@testing-library/jest-dom/dist/matchers.js node_modules/@testing-library/jest-dom/dist/extend-expect.js node_modules/@testing-library/jest-dom/dist/index.js src/setupTests.js at Resolver.resolveModule (node_modules/jest-runtime/node_modules/jest-resolve/build/index.js:306:11) at Object.<anonymous> (node_modules/@babel/runtime-corejs3/core-js/get-iterator.js:1:107) Test Suites: 1 failed, 1 total Tests: 0 total Snapshots: 0 total Time: 0.358 s Ran all test suites. Watch Usage: Press w to show more.
-
해결됨스스로 구축하는 AWS 클라우드 인프라 - 기본편
key pair type
6분 25초쯤 key pair설정하는 단계에서 실습 과정 중 AWS가 재정비되며 새로 생긴 key pair type에 RSA, ED25519 중 선택해야 하는데 무엇을 선택해야 할까요?