You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''urls' ('urlname','urlhref') values('Wikipedia','https://en.wikipedia.org/wiki/W' at line 1")
2017-03-03
看了這個(gè)視頻才知道了postman的另一個(gè)用法 尤其是bulk那個(gè)用法 很實(shí)用啊
2017-02-15
@老賢
https://github.com/PyMySQL/PyMySQL
PyMySQL的官方文檔里的示例,就是 "import pymysql.cursors"
以前看到過相關(guān)的問題,剛才找到了。。。
http://stackoverflow.com/questions/14043920/how-can-module-be-visible-from-one-import-and-not-visible-from-another/14044082#14044082
建議還是按官方給的來,用 import pymysql.cursors
https://github.com/PyMySQL/PyMySQL
PyMySQL的官方文檔里的示例,就是 "import pymysql.cursors"
以前看到過相關(guān)的問題,剛才找到了。。。
http://stackoverflow.com/questions/14043920/how-can-module-be-visible-from-one-import-and-not-visible-from-another/14044082#14044082
建議還是按官方給的來,用 import pymysql.cursors
2017-02-14