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 |
Tags
- port
- Linux
- 리눅스
- 다이어트
- IOS
- 유니티
- node.js
- MS-SQL
- PyQt
- swift
- tensorflow
- javascript
- PyQt5
- 날짜
- flutter
- ubuntu
- Excel
- Unity
- ASP
- pandas
- sqlite
- GIT
- mssql
- python
- PER
- MySQL
- 라즈베리파이
- 맛집
- 함수
- urllib
Archives
아미(아름다운미소)
not all arguments converted during string formatting 본문
python sqlite -> MySQLdb 변환시 error
not all arguments converted during string formatting sqllite
not all arguments converted during string formatting sqllite
cursor.execute("INSERT INTO image(num1, num2, filename, ext, thumbnail, image) VALUES(?, ?, ?, ?, ?, ?);" , (num1, num2, _name, _ext, _thumb, _image))MySQLdb
cursor.execute(""" INSERT INTO image (num1, num2, filename, ext, thumbnail, image) VALUES (%s, %s, %s, %s, %s, %s)""" , (num1, num2, _name, _ext, _thumb, _image))
'랭귀지 > python' 카테고리의 다른 글
파이썬 스케줄러를 지속적으로 돌리기위한 방법{python threading} (0) | 2018.11.12 |
---|---|
python round를 이용한 소수점 반올림 (0) | 2018.11.11 |
pymysql 설치 및 사용 (0) | 2018.11.09 |
판다(pandas)를 사용하여 현재 시간을 얻는 방법 (0) | 2018.11.08 |
How to check the existence of a row in SQLite with Python? (0) | 2018.11.05 |
Comments