摘要:
启动报错: ]# systemctl start docker Job for docker.service failed because start of the service was attempted too often. See "systemctl status docker.servi 阅读全文
摘要:
1、定义模块:用来从逻辑上组织python代码(变量,函数,类,逻辑:实现一个功能),本质就是.py结尾的python文件,(文件名:test.py,对应的模块名test)包:用来从逻辑上组织模块的,本质就是一个目录(必须带有一个__init__.py文件)2、导入(使用)方法import modu 阅读全文