摘要:
bl = "hahahah" with open("/etc/hosts","r",encoding="utf-8") as f: lines = f.readlines() with open("/etc/hosts","w",encoding="utf-8") as f_w: for line 阅读全文
摘要:
卸载用 make install 编译安装: make uninstall 离线安装:swig 下载 http://www.swig.org/download.html, 解压tar包 ./configure make make install openssl-devel安装包下载:openssl- 阅读全文
摘要:
报错: Error processing tar file(exit status 1): write /.........../layer.tar: no space left on device 解决: 查看空间:df -h /var/lib/docker目录迁移 1. 关闭所有的容器服务 do 阅读全文