코딩코딩80 itertools 참고용 from itertools permutations, combinations, combinations, combinations_with_replacement combinations_with_replacement combinations permutations 2022. 1. 6. [DB, Docker] 2003, Can't connect to MySQL server on 'localhost' 문제상황 FastAPI에서 sqlalchemy를 이용해 db와 연결하던 중 테스트를 위해 local에 연결하였는데, 다음과 같은 에러가 발생했었다. sqlalchemy.exc.OperationalError: (pymysql.err.OperationalError) (2003, "Can't connect to MySQL server on 'localhost' ([Errno 99] Cannot assign requested address)") (Background on this error at: https://sqlalche.me/e/14/e3q8) 원인(추정) mysql 컨테이너가 docker 내부 네트워크를 사용해서 다른 컨테이너에서 접근이 불가능 해결 방법 # 기존 코드 LOCAL_SQLALCHEMY_D.. 2021. 12. 25. [vscode] jupyter notebook의 a, b, x, shift+enter, ctrl+enter가 작동하지 않을 때 (단축키, 명령어) extension에서 jupyter keymap을 설치했더니 빠르게 해결되었다. 2021. 12. 23. [vscode] jupyter-notebook에서 ctrl+enter나 shift+enter가 안 되는 경우 0. extension 설치로 해결하기 https://g0n1.tistory.com/183 위 방법으로 안 된다면 아래의 과정을 수행하시면 됩니다. 1. 좌측 상단 File -> Preferences -> Keyboard Shortcuts로 이동 2. 우측 상단의 Open Keyboard Shortcuts(JSON) 클릭 3. 아래 내용 복붙 원래 내용이 있다면, 이어서 붙여주세요. // Place your key bindings in this file to override the defaults [ { "key": "ctrl+enter", "command": "notebook.cell.execute", "when": "notebookCellListFocused" }, { "key": "ctrl+alt+.. 2021. 12. 23. 이전 1 ··· 5 6 7 8 9 10 11 ··· 20 다음