묻고 답해요
164만명의 커뮤니티!! 함께 토론해봐요.
인프런 TOP Writers
-
미해결React로 NodeBird SNS 만들기
antd에서 useRef메서드를 사용할 수 없나요??
antd에서 useRef메서드를 사용할 수 없나요??
-
미해결프로그래밍, 데이터 과학을 위한 파이썬 입문
backend.ai 설치가 안돼요
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. Collecting backend.ai-client . . . Could not find a version that satisfies the requirement backend.ai-client (from versions: ) No matching distribution found for backend.ai-client 몇번을 다시해도 안되네요ㅠㅠ
-
미해결인터랙티브 웹 개발 제대로 시작하기
질문있습니다~!
안녕하세요 이 강의를 보고 인터렉티브 웹에 관심이 많이 생겼는데요. 문제는 다른 예제로도 연습을 하고 싶은데 머릿속에서 구상이 잘 안되네요... 혹시 이런 예제들을 참고할만한 사이트가 있을까요..?
-
미해결블록체인 이더리움 부동산 댑(Dapp) 만들기 - 기본편
npm install truffle-hdwallet-provider 설치 에러
깃도 설치를 다했고, npm install --global --production windows-build-tools 도 잘 깔았습니다.그런데, npm install truffle-hdwallet-provider 설치 에러가 계속 습니다. 그래서 인퓨라를 통해 ropsten 네트워크에 배포를 할 수가 없는데 어떠한 순서로 깨끗이 지우고 다시 설치를 해야 되나요?
-
미해결파이썬 입문 및 웹 크롤링을 활용한 다양한 자동화 어플리케이션 제작하기
python에서 dict를 합칠려면 어떻게 해야되는지요?
좋은강의를 올려주셔서 감사합니다.이동영상과는 조금 다른 질문이 될수도 있겠습니다.다름이 아니라 아래에 a, b 리스트에 dict 자료가 들어 있습니다. a, b에서 yyyy가 날짜인데 날짜가 같으면 a에 b에 있는 price를 넣는것이구요,같은 날짜가 없으면 price는 0으로 넣어 tmp처럼 만들수가 있을가요.a리스트가 기준이 된다고 생각하시면 됩니다.b에는 없는 날짜도 있구요.파이썬 초보인데 데이터를 합쳐야되는 문제가 있어서 여쭤봅니다.가능하시면 지혜를 주시면 감사하겠습니다.a=[{'yyyy':'20151001','AVG_TA':23.6,'MIN_TA':14.5,'MAX_TA':23},{'yyyy':'20151002','AVG_TA':23.6,'MIN_TA':14.5,'MAX_TA':23}, {'yyyy':'20151003','AVG_TA':23.6,'MIN_TA':14.5,'MAX_TA':23}] b=[{'yyyy':'20151001','price':2134}, {'yyyy':'20151003','price':2234}] tmp=[{'yyyy':'20151001','AVG_TA':23.6,'MIN_TA':14.5,'MAX_TA':23,'price':2134}, {'yyyy':'20151002','AVG_TA':23.6,'MIN_TA':14.5,'MAX_TA':23,'price':0},{'yyyy':'20151003','AVG_TA':23.6,'MIN_TA':14.5,'MAX_TA':23,'price':2234} ]
-
미해결프로젝트를 통해 배우는 파이썬 프로그램
python에서 dict를 합치는 방법여쭤봅니다.
다른 강의도 보고있습니다.좋은강의를 올려주셔서 감사합니다.이동영상과는 조금 다른 질문이 될수도 있겠습니다.다름이 아니라 아래에 a, b 리스트에 dict 자료가 들어 있습니다. a, b에서 yyyy가 날짜인데 날짜가 같으면 a에 b에 있는 price를 넣는것이구요,같은 날짜가 없으면 price는 0으로 넣어 tmp처럼 만들수가 있을가요.a리스트가 기준이 된다고 생각하시면 됩니다.b에는 없는 날짜도 있구요.파이썬 초보인데 데이터를 합쳐야되는 문제가 있어서 여쭤봅니다.가능하시면 지혜를 주시면 감사하겠습니다.a=[{'yyyy':'20151001','AVG_TA':23.6,'MIN_TA':14.5,'MAX_TA':23},{'yyyy':'20151002','AVG_TA':23.6,'MIN_TA':14.5,'MAX_TA':23}, {'yyyy':'20151003','AVG_TA':23.6,'MIN_TA':14.5,'MAX_TA':23}] b=[{'yyyy':'20151001','price':2134}, {'yyyy':'20151003','price':2234}] tmp=[{'yyyy':'20151001','AVG_TA':23.6,'MIN_TA':14.5,'MAX_TA':23,'price':2134}, {'yyyy':'20151002','AVG_TA':23.6,'MIN_TA':14.5,'MAX_TA':23,'price':0},{'yyyy':'20151003','AVG_TA':23.6,'MIN_TA':14.5,'MAX_TA':23,'price':2234} ]
-
미해결iOS12 앱 개발 퍼펙트 가이드
고생많으십니다 질문드릴께 있어 연락드립니다
고생많으십니다 강의 수강중에 질의가 있어연락드립니다. Sign in 까지 강의에서는 Tableview를 통한 별도 xib 작성과 프로그래밍을 통해 화면 전환을 했었는데 Food Meal 강의 경우는 Interface builder를 통해 테이블 뷰 작성, 화면전환 강의를 해주셨습니다. 우선 Food Meal의 화면들을 별도 storyboard로 만들고 테이블뷰셀 역시 별도 xib 를 만들어 화면 구성 밑 화면 전환으로 프로그램을 수정해보고 있는데 현재까지 2가지 문제가 발생했습니다. 1. 별도 테이블뷰셀을 별도 xib로 구성후 테이블뷰에서 해당셀을 호출하는경우, 별도 xib파일에 설정한 autolayout이 먹지 않고 셀의 좌측 상단부터 모든 객체들이 겹치게 나옵니다. 구글 검색등을 통해 비슷한 사래는 많이 확인이 됐는데 정답은 찾지 못하여 부득이 강사님께 질의드립니다. 2. Food Meal의 tableview를 터치시 func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { let memoViewDetailNaviCT = UIStoryboard(name: "MemoViewDetail", bundle: nil).instantiateViewController(withIdentifier: "MemoViewDetail") self.navigationController?.pushViewController(memoViewDetailNaviCT, animated: true) } 이 메소드를 통하여 네비게이션 컨트롤로를 인스턴스화 하여 화면전환을 하게 되면 네비게이션 바버튼에 back버튼이 자동활성화가 되는데 예제진행시 별도 화면성 cancel 버튼을 작성시 back 버튼이 비활성화되고 cancel버튼이 활서와 됩니다. 현재 별도 storyboard상에 화면을 구현하고 있기때문에 생각으로는 prepare와 segue로 접근해서 segue identifier를 통해서 cancel, back버튼을 구분하여 생성해야 하지 않나라고 생각은드는데 어떻게 코드화를 해야할지 모르겠습니다. 상기 기재한 내용에 대해 답변 부탁드립니다-
-
미해결스프링 데이터 JPA
hateoas 기본 host 변경 가능한가요?
안녕하세요 선장님, 유튜브나 인프런 등 다른 매체통해서도 강좌 찾아서 정말 잘 보고있습니다!! ^^ 한가지 궁금한 점이 생겼는데요, 혹시 hateoas사용하여 rest로 반환할때 호스트를 localhost 말고 다른 호스트값을 명시할수있는 설정이 있나요?? 예를들어서 localhost->www.google.com 과 같게요, 또한 http->https 로도 명시적으로 바꾸고싶습니다.
-
미해결OpenCV 강좌 - 컴퓨터 비전
빌드하는데 에러가 납니다 ㅠㅠ 원인을 모르겠습니다.
x64' 모듈 컴퓨터 종류가 'x86' 대상 컴퓨터 종류와 충돌합니다. 어떻게 해결해야할까요? 검색도 해보고 VisualStudio도 재설치하고, 솔루션 정리나 솔루션 다시 빌드 등등 다 다시 해봤는데 계속 뜨네요 ㅠㅠ
-
미해결[리뉴얼] 파이썬입문과 크롤링기초 부트캠프 [파이썬, 웹, 데이터 이해 기본까지] (업데이트)
주피터 노트 설치 불가
윈도우 버전 64bit로 아나콘다를 다운로드했는데, 몇번을 반복해도 Anaconda Navigator가 깔리지 않습니다. 조언 부탁드립니다.
-
미해결파이썬 레시피 - 웹 활용 입문편 (전자책 포함)
크롬드라이버 관련 질문.
제 크롬 버전이 75이고, 크롬드라이버도 75버전으로 깔아서 진행했는데 아래같이 76만 지원한다고 뜨면서 실행이 안되네요..ㅠㅠ 혹시나해서 73-76 다 깔아서 해봤는데 똑같은 에러만 떠요 ㅠㅠㅠ... 환경은 맥 OS, python3.7 입니다.
-
미해결생활코딩 - React
샘플 웹앱 컴파일 실패
npm start 명령어 입력 시 'BrowserslistError: Unknown browser query `android all`. Maybe you are using old Browserslist or made typo in query.'라는 오류 메시지와 함께 컴파일에 실패합니다. npm: v6.9.0 create-react-app: v2.1.8 node: v10.16.0 os: windows10
-
미해결스프링 부트 개념과 활용
bean 동적 생성 문의
안녕하세요. 스프링부트에서 executable jar를 만들어서 파라미터를 주면서 실행할 때, 입력받은 파라미터에 따라 다른 bean이 주입되도록 할 수 있나요? 처음에 로딩될때 빈들이 주입되고 시작해서 안될거같은데 혹시 방법이 있나 해서 여쭤봅니다..
-
미해결함수형 프로그래밍과 JavaScript ES6+
혹시 3편은 언제쯤 나올지 알 수 있을까요?
안녕하세요. 좋은 강의 올려주셔서 진심으로 감사드립니다. 강의를 하나씩 들을 때마다 함수형 프로그래밍을 통해 가능해지는 코드의 간결함과 효율성에 매번 감탄하면서 듣고 있는데요. 지금 듣고 있는 강의를 얼른 듣고 소화시키고 더 깊게, 더 효과적으로 응용하고 싶은 욕심이 많이 드는 것 같습니다. 현재 응용편까지 나와있고 3편은 데이터베이스와 관련된 강의가 될 것이라고 들었는데, 혹시 3편은 언제쯤 출시가 될지, 그리고 데이터베이스와 관련해서 좀 더 구체적으로 어떤 내용의 강의가 될지 미리 조금만 알려주실 수 있을까요? 감사합니다.
-
미해결Klaytn 클레이튼 블록체인 어플리케이션 만들기 - 이론과 실습
npm install
npm install을 하면 > scrypt@6.0.3 preinstall C:\Users\LG\addition-game-starter\node_modules\scrypt > node node-scrypt-preinstall.js > keccak@1.4.0 install C:\Users\LG\addition-game-starter\node_modules\keccak > npm run rebuild || echo "Keccak bindings compilation fail. Pure JS implementation will be used." > keccak@1.4.0 rebuild C:\Users\LG\addition-game-starter\node_modules\keccak > node-gyp rebuild C:\Users\LG\addition-game-starter\node_modules\keccak>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild ) gyp ERR! configure error gyp ERR! stack Error: Command failed: C:\Python\Python36\python.EXE -c import sys; print "%s.%s.%s" % sys.version_info[:3]; gyp ERR! stack File "<string>", line 1 gyp ERR! stack import sys; print "%s.%s.%s" % sys.version_info[:3]; gyp ERR! stack ^ gyp ERR! stack SyntaxError: invalid syntax gyp ERR! stack gyp ERR! stack at ChildProcess.exithandler (child_process.js:294:12) gyp ERR! stack at ChildProcess.emit (events.js:198:13) gyp ERR! stack at maybeClose (internal/child_process.js:982:16) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5) gyp ERR! System Windows_NT 10.0.17134 gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" gyp ERR! cwd C:\Users\LG\addition-game-starter\node_modules\keccak gyp ERR! node -v v10.16.0 gyp ERR! node-gyp -v v3.8.0 gyp ERR! not ok npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! keccak@1.4.0 rebuild: `node-gyp rebuild` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the keccak@1.4.0 rebuild script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm WARN Local package.json exists, but node_modules missing, did you mean to install? npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\LG\AppData\Roaming\npm-cache\_logs\2019-06-18T07_15_07_797Z-debug.log "Keccak bindings compilation fail. Pure JS implementation will be used." > scrypt@6.0.3 install C:\Users\LG\addition-game-starter\node_modules\scrypt > node-gyp rebuild C:\Users\LG\addition-game-starter\node_modules\scrypt>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild ) gyp ERR! configure error gyp ERR! stack Error: Command failed: C:\Python\Python36\python.EXE -c import sys; print "%s.%s.%s" % sys.version_info[:3]; gyp ERR! stack File "<string>", line 1 gyp ERR! stack import sys; print "%s.%s.%s" % sys.version_info[:3]; gyp ERR! stack ^ gyp ERR! stack SyntaxError: invalid syntax gyp ERR! stack gyp ERR! stack at ChildProcess.exithandler (child_process.js:294:12) gyp ERR! stack at ChildProcess.emit (events.js:198:13) gyp ERR! stack at maybeClose (internal/child_process.js:982:16) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5) gyp ERR! System Windows_NT 10.0.17134 gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" gyp ERR! cwd C:\Users\LG\addition-game-starter\node_modules\scrypt gyp ERR! node -v v10.16.0 gyp ERR! node-gyp -v v3.8.0 gyp ERR! not ok npm WARN klay-dapp-boilerplate@0.0.1 No repository field. npm WARN klay-dapp-boilerplate@0.0.1 No license field. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! scrypt@6.0.3 install: `node-gyp rebuild` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the scrypt@6.0.3 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\LG\AppData\Roaming\npm-cache\_logs\2019-06-18T07_15_11_044Z-debug.log 이런 오류가 뜹니다. 어떻게 해야할까요... node: 10.16.0 npm: 6.9.0 입니다
-
해결됨트렐로 개발로 배우는 Vuejs, Vuex, Vue-Router 프론트엔드 실전 기술
강의에서 나온 backend api 개발에 대해서 강의 제작된게 있을까요?
강의에서 제공된 API에 대해서 강의 제작된게 있을까요?? 또는 혹 참고할만한 강의가 있을까요?
-
해결됨Node.js 교과서 - 기본부터 프로젝트 실습까지
500 server error
제로초님과 동일한 코드를 사용하였는데 /test시 Request failed with status code 500에러가 뜹니다. 어디서 오류가 난걸까요...? Request failed with status code 500 at createError (\node_modules\axios\lib\core\createError.js:16:15) at settle (\node_modules\axios\lib\core\settle.js:17:12) at IncomingMessage.handleStreamEnd (\node_modules\axios\lib\adapters\http.js:237:11) at IncomingMessage.emit (events.js:194:15) at endReadableNT (_stream_readable.js:1125:12) at process._tickCallback (internal/process/next_tick.js:63:19)
-
미해결Vue.js 중급 강좌 - 웹앱 제작으로 배워보는 Vue.js, ES6, Vuex
권한 요청합니다.^^
인프런 아이디: joo9789 인프런 이메일: mentoforall@gmail.com 깃헙 아이디: mentoforall@gmail.com 깃헙 Username: Young9789
-
해결됨Vue.js 완벽 가이드 - 실습과 리팩토링으로 배우는 실전 개념
URL에 왜 #이 먼저 들어가 있나요?
안녕하세요. 예제를 따라하다 문득 궁금한게 생겨 연락 드립니다. ip:port/#/news처럼 왜 #을 사용하나요?
-
미해결Klaytn 클레이튼 블록체인 어플리케이션 만들기 - 이론과 실습
npm install
npm ERR! path git npm ERR! code ENOENT npm ERR! errno ENOENT npm ERR! syscall spawn git npm ERR! enoent Error while executing: npm ERR! enoent undefined ls-remote -h -t git://github.com/frozeman/WebSocket-Node.git npm ERR! enoent npm ERR! enoent npm ERR! enoent spawn git ENOENT npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\82109\AppData\Roaming\npm-cache\_logs\2019-06-17T13_52_56_274Z-debug.log 왜 에러 뜨는지 어떻게 해결하는지 알 수 있을까요??..