每日总结

Posted Arisf

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了每日总结相关的知识,希望对你有一定的参考价值。

pymysql连接报错:

_init__() takes 1 positional argument but 5 positional arguments (and 1 keyword-only argument) were given

解决方法:

连接方法加属性名称,例

pymysql.connect("localhost", "root", "password", "database",charset="utf8")

改为

pymysql.connect(host="localhost", user="root", password="password", database="database",charset="utf8")

 

以上是关于每日总结的主要内容,如果未能解决你的问题,请参考以下文章

python常用代码片段总结

BootStrap有用代码片段(持续总结)

寒假每日总结——2020.2.3

5.27每日总结

BootStrap实用代码片段(持续总结)

每日总结-2016年3月7日