12 2021 档案
Python3链接数据库报错:Connection.__init__() takes 1 positional argument but 5 positional arguments (and 1 keyword-only argument) were given
摘要:一、现象 Python3链接数据库报错:Connection.__init__() takes 1 positional argument but 5 positional arguments (and 1 keyword-only argument) were given 二、解决 把以下红色位置
阅读全文
安装Mysql数据库及配置相关环境变量
摘要:一、下载Mysql 官方链接: https://dev.mysql.com/downloads/mysql TIPS::根据自己的系统下载对应的版本即可 二、当安装完Mysql后,如果在终端中输入 mysql 如果出现“-bash: mysql: command not found”即为没有配置环境
阅读全文
Python 提示 “No matching distribution found for MySQLdb”
摘要:一、现象 终端运行:pip install MySQLdb 报: ERROR: Could not find a version that satisfies the requirement MySQLdb (from versions: none) ERROR: No matching distr
阅读全文
Python中文件命名的注意事项
摘要:1、不能与内置模块名相同, 如os、re
阅读全文