python 链接数据时报错 TypeError: %d format: a number is required, not str 是因为端口号写成字符串格式的了
Posted yannuo
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 链接数据时报错 TypeError: %d format: a number is required, not str 是因为端口号写成字符串格式的了相关的知识,希望对你有一定的参考价值。
python 链接数据库时报错 TypeError: %d format: a number is required, not str 是因为端口写成字符串格式的了
报错的形式
写成这样了
解决办法:
很简单就是把port=3306,
再次运行就不会报错了
以上是关于python 链接数据时报错 TypeError: %d format: a number is required, not str 是因为端口号写成字符串格式的了的主要内容,如果未能解决你的问题,请参考以下文章
python3 django2.0 在生成数据库表时报错: TypeError: __init__() missing 1 required positional argument: 'o(代
Python2.7 在使用BSTestRunner.py时报错TypeError: unicode argument expected, got 'str'
执行python manage.py makemigrations时报错TypeError: __init__() missing 1 required positional argument:
Django :执行 python manage.py makemigrations 时报错 TypeError: __init__() missing 1 required positional a
VUE使用axios数据请求时报错 TypeError: Cannot set property 'xxxx' of undefined 的解决办法
VUE使用axios数据请求时报错 TypeError: Cannot set property 'xxxx' of undefined 的解决办法