摘要:
一、nmon启动失败 -bash: /usr/bin/nmon: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory 原因:缺少插件: 解决:yum install glibc.i686 二、再次提示异常: canno 阅读全文
摘要:
pytest依赖库sugar、rerunfailure、sxdist、ordering等简要说明和使用 阅读全文
摘要:
Python:常见语法错误 错误短语 说明 AttributeError 试图访问一个对象没有的属性,比如foo.x,但是foo没有属性x IOError 输入/输出异常;基本上是无法打开文件 ImportError 无法引入模块或包;基本上是路径问题或名称错误 IndentationError 语 阅读全文
摘要:
阿里云项目部署 阅读全文
摘要:
清除一下本地的DNS缓存,按快捷键 Win+R 打开运行输入CMD,点击确定 在弹出界面中输入ipconfig /flushdns,回车 阅读全文
摘要:
pyhton使用 openpyxl 操作Excel 阅读全文