Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save susie-Choi/ee2fcb4d4ce92c0581c3a3fc59133467 to your computer and use it in GitHub Desktop.
Save susie-Choi/ee2fcb4d4ce92c0581c3a3fc59133467 to your computer and use it in GitHub Desktop.
누가 이것 좀 정리해주면 좋겠다
- (new) Android Studio에서 button 등의 위젯 색상이 바뀌지 않는 문제 해결
https://nonameunknown.tistory.com/m/5
- 파이썬 concat 할 때 인덱스가 다른 경우
- LocalHost 에러 해결
localhost Error 해결 : HTTPError_401.3 https://codingcoding.tistory.com/1204 : HTTPError_403.14 https://laigo.kr/691
- MySQL 에러 해결
bad handshake problem:
동일한 버전으로 다운 받은 경우에도 발생하면, 포트 넘버를 확인해야 한다.
기존에 mysql을 다운받았다가 새로 설치하는 경우는 port num 3306가 사용중이라고 뜨는데, 여기서 다른 포트 넘버를 지정해줄 것이 아닌
현재 3306를 차지하고 있는 mysql을 kill 해야 한다.
기존에 MySql 중 일부를 다운로드 받은 경우
리소스 모니터 네트워크에서 포트넘버 3306 의 PID를 봐서 taskkill 로 없애준다.
https://velog.io/@haenyy3153/MariaDB-%EC%84%A4%EC%B9%98-%EC%8B%9C-TCP-Port-3306-%EC%A4%91%EB%B3%B5-%EB%AC%B8%EC%A0%9C-%ED%95%B4%EA%B2%B0%ED%95%98%EA%B8%B0
mysql workbench v8 이상 사용시 result grid가 작동하지 않는 경우
https://www.hanumoka.net/2018/12/02/mysql-20181202-mysql-workbench-bug-not-showing-result-grid/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment