摘要:
文章目录 mysql安装配置 错误1 service could not be started 失败原因+解决方法(端口被占用) 错误2 ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061) +解决方法(在计 阅读全文
摘要:
一 类的基本语法与结构 一般形式 ,首字母大写 class ClassName (bases): #bases基类,写父类的名称,继承,如果没有继承,则不填 data = value #定义数据属性 ,类属性 def method(self,...): #定义方法属性,第一个参数必须为self se 阅读全文