db연동을 확인해봐도 그렇고 로그인,가입,비디오 등록할 때마다 [HPM] Error occurred while trying to proxy request /api/users/auth from localhost:3000 to http://localhost:5000 (ECONNREFUSED) (https://nodejs.org/api/errors.html#errors_common_system_errors) 이러한 에러가 뜹니다.. 뭐가 문제인걸 까요 ㅠㅠ 깃주소입니다: https://gitlab.com/jangsenoho/react-youtube.git
다른 엔티티들과 달리, 주문과 주문상품은 상태값 외에는 바뀔일이 없기 때문에 생성 메서드를 사용한게 맞는지 궁금합니다. (사실 이 부분도 의문입니다. 다른 엔티티들에도 유지보수를 위해 생성 메서드를 사용하는게 맞지 않을까 싶습니다.) 예제에서 주문과 주문상품에서도 @Setter를 사용하고 있기에 언제든 값이 변경될 수 있는 점 때문에 제가 생각한게 틀린건지 맞는건지 잘 모르겠습니다.
안녕하세요 캡틴님 ㅎ_ㅎ main.bundle.js 파일이 아래와 같이 나타나서 배웠던 내용을 기억해서 webpack.config.js 파일을 살펴보니 mode가 production으로 되어있더라구요! 그래서 none으로 수정 후 저장했는데 main.bundle.js는 그대로입니다 ㅠㅠ 혹시 webpack.config.js에서 어떤 내용을 수정한 후에는 npm run build 명령어를 다시 쳐주어야 할까요??
안녕하세요 강의 잘 듣고 있습니다. 어플이 열리지 않아서 오류를 보니, side-by-side-NDK ~이런 내용이 있어서 NDK 설치해주고 build.gradle(Module:app)에 compileSdkVersion 29 android.ndkVersion "21.3.6528147" 이렇게 import 하고 sync도 해서 Build할때는 아무 문제 없다가 어플만 열면 안열어집니다.;; 어떻게 해야 할까요;;;
집합(Set) 강의 마지막에 리스트에도 clear() 메소드를 적용할 수 있다고 예시를 보여주셨는데요. 따라하다가 이해가 안 되는 부분이 있어 질문드립니다! print(a.clear()) 라고 하면 결과가 'None'이 나오고 a.clear() 하고 print(a) 하면 [] 가 나옵니다. 어떤 차이가 있는 걸까요?! a = [1, 2, 3] print(a.clear()) # 이렇게 하면 결과가 'None'이 나옴 a = [1, 2, 3] a.clear() print(a) # 이렇게 하면 결과가 [] (빈 리스트)가 나옴
학습이 너무 빨리 끝나서 확인해 봤더니 100번만 학습하고, weight 파일을 열지 못했습니다. 100: 348.003265, 435.162811 avg loss, 0.000000 rate, 5.142107 seconds, 3200 images Saving weights to backup/custom-train-yolo_last.weights Couldn't open file: backup/custom-train-yolo_last.weights cfg 파일의 maxbatch가 4000인데도 100번만 학습하는데 추가로 수정할 부분이 있을까요. 그리고 구글 드라이브 폴더로 이동했는데 %cd /content/gdrive/My Drive/darknet/backup %ls weight 파일이 저장되어 있지 않습니다.
안녕하세요 강의 잘 듣고 있습니다. 10강 npm install bcrypt --save 설치 시 오류가 발생합니다. 해결 방법 가르쳐 주시면 감사겠습니다. > node-addon-api@3.0.0 install C:\Users\admin\Documents\boilerplate\node_modules\node-addon-api > node-gyp rebuild C:\Users\admin\Documents\boilerplate\node_modules\node-addon-api>if not defined npm_config_node_gyp (node "C:\Users\admin\AppData\Roaming\npm\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "" rebuild ) gyp ERR! configure error gyp ERR! stack Error: Can't find Python executable "/path/to/executable/python", you can set the PYTHON env variable. gyp ERR! stack at PythonFinder.failNoPython (C:\Users\admin\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\configure.js:482:19) gyp ERR! stack at PythonFinder.<anonymous> (C:\Users\admin\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\configure.js:508:16) gyp ERR! stack at C:\Users\admin\AppData\Roaming\npm\node_modules\npm\node_modules\graceful-fs\polyfills.js:284:29 gyp ERR! stack at FSReqCallback.oncomplete (fs.js:167:21) gyp ERR! System Windows_NT 10.0.18362 gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\admin\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" gyp ERR! cwd C:\Users\admin\Documents\boilerplate\node_modules\node-addon-api gyp ERR! node -v v12.17.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules\chokidar\node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) npm WARN boilerplate@1.0.0 No description npm WARN boilerplate@1.0.0 No repository field. npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! node-addon-api@3.0.0 install: `node-gyp rebuild` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the node-addon-api@3.0.0 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\admin\AppData\Roaming\npm-cache\_logs\2020-06-14T15_10_34_551Z-debug.log
YOLO 강의를 다시 보고 있습니다. 제공해주신 사과 이미지로 콜랩에 트레이닝을 시작했습니다. 강의에서는 6시간 정도 걸리는데 세션이 끊기지 않게 관리가 필요하다고 하셨는데요. 90분 단위로 (그보다 더 짧게) 크롬 브라우저의 해당 페이지를 움직여줘야 할까요. 혹시 세션이 끊어지면 다시 연결해서 사용해도 되는지도 함께 문의 드립니다. 좋은 강의 감사드립니다. :)