.submit.bat cvio19692 ∙ Session token prefix: 32fe457c60 ✔ [0] Session 32fe457c60 is ready. Uploading files: 100%|█████████████| 5.69k/5.69k [00:00<00:00, 158kbytes/s, file=arithmetic_unit_test.py] ✔ [0] Uploading done. ✘ [0] BackendClientError('Request to the API endpoint has failed.nCheck your network connection and/or the server status.nError detail: WSServerHandshakeError("404, message=\'Invalid response status\'")') 위와 같은 오류가 과제 제출시 뜨는데 해결 방법이 뭔가요..?
외부 cpp에 있는 함수를 main cpp 에서 extern void doSomething(); 이런식으로 접근한다는 건 알겠는데 만약에 외부 cpp에 함수가 아니라 네임스페이스가 있다면, 헤더파일로 우회하여 간접적으로 링킹하는 것이 아닌, 어떻게 하면 바로 main cpp에서 extern void doSomething()처럼 직접적으로 링킹할 수 있는지 궁금합니다.
.submit.bat cvio19692 ∙ Session token prefix: 32fe457c60 ✔ [0] Session 32fe457c60 is ready. Uploading files: 100%|█████████████| 5.69k/5.69k [00:00<00:00, 158kbytes/s, file=arithmetic_unit_test.py] ✔ [0] Uploading done. ✘ [0] BackendClientError('Request to the API endpoint has failed.nCheck your network connection and/or the server status.nError detail: WSServerHandshakeError("404, message=\'Invalid response status\'")') 위와 같은 오류가 과제 제출시 뜨는데 해결 방법이 뭔가요..?
수고하십니다. 강의 열심히 듣고 있습니다. 감사합니다. 몇가지 질문 드리겠습니다. 바쁘시겠지만 답변 부탁 드리겠습니다. 질문 1 Header 의 Location 정보는 ResponseEntity.created(uri정보)에 의해 만들어 지는건가요? 질문 2 컨트롤러의 에노테이션이 @RestController이고 반환되는 데이터 타입이 객체(예: User)인 경우 디폴트로 json형태로 반환되는지요 질문3 ResponseEntity로 반환 하는건 객체를 body에 담을 수도 있고 헤더 정보등을 셋팅 할수 있기 때문에 사용 하는 건지요
while (1) { printf("정답을 맞춰보세요. 기회는 %d번 남았습니다.n", chance--); scanf_s("%d", &answer); if (answer > num) { printf("더 작은 숫자입니다↓↓\n\n"); } else if (answer < num) { printf("더 큰 숫자입니다↑↑\n\n"); } else if (answer = num) { printf("정답입니다!!\n\n"); break; } else if (chance == 0) { printf("아쉽게도 정답을 맞추지 못했습니다. 정답은%d었습니다.\n", num); break; } else { printf("알 수 없는 오류입니다."); } else if (chance == 0) 로 바꿀 경우에는 찬스가 마이너스로 표시되면서 끝없이 실행되던데, 왜 그런건가요? 그리고 처음에 int answer = 0; 를 0으로 설정하신 이유가 있나요? 그냥 int answer; 하면 안되는건가요? 질문하기 오류가 나서 여러번 보내진것같아서 지우고 다시 보냅니다.
C:UsersHyejeongpython-workspacewindows>submit.bat hehr122374 ∙ Session token prefix: 1870f7bf87 ✔ [0] Session 1870f7bf87 is ready. Uploading files: 100%|█| 5.71k/5.71k [00:00<00:00, 9.93kbytes/s, file=arithmetic_unit_test.py] ✔ [0] Uploading done. ✘ [0] BackendClientError('Request to the API endpoint has failed.nCheck your network connection and/or the server status.nError detail: WSServerHandshakeError("404, message=\'Invalid response status\'")') 이런식으로 에러나는데 어떻게 해야할지 모르겠습니다. 마지막에 x 표시된 것이 잘못된건가요?
'''C:Usersuserworkspacepython_moocwindows>submit.bat pdox135219 ∙ Session token prefix: 157ef020cd ✔ [0] Session 157ef020cd is ready. Uploading files: 100%|██████████████████████████| 5.69k/5.69k [00:00<00:00, 7.44kbytes/s, file=arithmetic_unit_test.py] ✔ [0] Uploading done. ✘ [0] BackendClientError('Request to the API endpoint has failed.nCheck your network connection and/or the server status.nError detail: WSServerHandshakeError("404, message=\'Invalid response status\'")')''' 이런 오류가 나는데 어떻게 해야 할까요?
안녕하세요 Custom_Keyboard_3 강의를 보고 따라하던 중에 오류가 발생하여 질문 남깁니다. 현재 XCode 10.1 (10B61) 에서 작업 중 입니다. CustomKeyboard Delegate를 만든 후 버튼 클릭 하였으나 앱이 비정상 종료되고 있습니다. func keyboardTapped(str: String) { print(str) } 오류 내용은 아래와 같습니다. [MC] System group container for systemgroup.com.apple.configurationprofiles path is ... [MC] Reading from private effective user settings. 7분대 강의까지는 따라 했는데 구글링을 해 보아도 이유를 잘 모르겠습니다. 확인 부탁드립니다. 감사합니다.
섹션 7번의 동영상을 그대로 따라 했는데.. App.js 에서 phoneForm.js 의 내용을 읽어오지 못하고 있습니다. App.js 파일 상단의 import phoneForm from './components/phoneForm' 줄에 커서를 올려 놓으면 [ts] 'phoneForm' is declared but its value is never read. 라는 메시지가 나옵니다. 어찌 해결하면 좋을런지요?
[0] BackendClientError('Request to the API endpoint has failed.nCheck your network connection and/or the server status.nError detail: WSServerHandshakeError("404, message=\'Invalid response status\'")') submit.bat 해쉬코드를 입력하면 이러한 오류메시지가 출력됩니다. 해결방법을 알수가 없네요 ㅠ
이번엔 여기서 막혔네요 ㅎㅎㅎ 이번엔 AzureDB에 연결을 하고 싶어서 응용해보고 있는데 강의대로 마이그레이션 생성까지는 성공 했습니다! 그런데 곧바로 dotnet ef database update를 치니 다음과 같은 오류가 나타났습니다. 동영상과 다른 사항이 있다면 사진처럼 서버 이름과 Trusted_Connection=False;로 바꿨습니다 Trusted_Connection을 안바꾸면 아래처럼 Windows logins are not supported in this version of SQL Server. 오류가 나타나는데 SO 사이트에서 다른분들 조언을 들어보니 저대로 해보면 또 다르게 아래 사진처럼 오류가 납니다 참고로 사용할 Azure DB 사용자 이름은 'onair1127' 이며, SQL 서버 로그인엔 지장이 없습니다 ㅠㅠ 해결 부탁 드립니다 ㅠㅠㅠ
팔로우를 하거나 언팔로우를 할때 시퀄라이즈에서 await user.addFollowing(parseInt(req.params.id, 10)); 혹은 await user.removeFollowing(parseInt(req.params.id, 10)) 를 사용해 구현하던데 addFloowing이나 removeFollowing은 시퀄라이즈에 기본으로 제공되는 내장함수인건가요?? 내장함수라면 sns를 만들때 팔로우,언팔로우 기능이 필요할테니 그때 이걸써라 라고 미리 예상해놓고 만든건가요..?? 그리고 parseInt함수안에 들어간 req.params.id는 팔로우할 사람의 아이디인것같은데 두번째인자로 들어가는 10은 무엇을 의미하는건지 궁금합니다