일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
- Visual Studio Code
- run sql script
- cmd
- vscode
- visualstudio code
- OrCAD 다운로드
- csv
- 에러
- DataGrip
- localhost
- 데이터베이스
- error
- import data
- 파이썬
- php
- error 해결
- github token
- console창
- 단축키
- 따옴표 삭제
- 깃 토큰
- clone
- github clone
- 클론
- 오류
- MySQL
- Python
- database
- PHPStorm
- jupyter
- Today
- Total
목록에러 (3)
개발 노트

원래는 phpstorm에서 git clone 하려 했으나 phpstorm과 git이 충돌하여 clone 할 수 없다는 오류 발생 Event log : Clone failed Git@github.com: Permission denied (publickey). Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 그래서 명령 프롬프트 창(CMD)를 통해 직접 git clone하는 방법! 1. cmd 창을 관리자 권한으로 실행한다. 2. 하단의 명령코드를 순서대로 입력한다. 명령 코드 : git f: (저장할 폴더 위치) dir git clone git ..

파이썬 코드를 실행하다가 unicodeescape \UXXXXXXXX 에러가 뜨는 경우 맨 앞 \ 에 한 번 더 \을 써주면 해결 됨.
데이터베이스나 datagrip이나 MariaDB에서 하단의 오류가 발생한 경우 오류 내용 : [42000][1064] You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'corona_Question' (Question_num) on delete cascade 테이블 명에 썼던 '' 작은 따옴표를 삭제하였더니 해결되었다. 다른 컴퓨터에서는 작동이 되는 것을 보면 버전 차이 문제인 듯 하다.