Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- ubuntu
- replace
- mariadb
- random
- SVN
- Selectbox
- install
- docker
- 한글 깨짐
- i18n
- smarty
- php
- TextBox
- Oracle
- yum
- RabbitMQ
- TPL
- MySQL
- Postfix
- 부모창
- JavaScript
- centos
- 문자열자르기
- Eclipse
- 일괄변경
- 확장자
- 천단위
- jQuery
- Python
Archives
- Today
- Total
목록깨짐 (1)
wilson's story
python ORM 생성 sqlacodegen 라이브러리 한글 깨짐
python에서 orm으로 작업하기 위해서는 table을 Model로 만들어줘야한다 이걸 자동으로 해주는 라이브러리 sqlacodegen https://github.com/agronholm/sqlacodegen 설치방법 pip install sqlacodegen Mariadb 사용법 sqlacodegen "mysql+pymysql://user:password@host:port/dbname" > models.py comment에서 한글이 깨질 경우 sqlacodegen "mysql+pymysql://user:password@host:port/dbname?charset=euckr" > models.py # models.py 파일을 vscode로 열고 Encoding을 EUC-KR로 변경 하면 commnet의..
Python
2022. 11. 15. 16:01