2021年5月28日
摘要: docker-centos7运行systemctl status jenkins, 出现/etc/rc.d/init.d/jenkins: line 59: /etc/init.d/functions: No such file or directory错误, yum安装即可 yum install 阅读全文
posted @ 2021-05-28 23:56 凌风子 阅读(3669) 评论(0) 推荐(0) 编辑
摘要: docker安装:https://www.cnblogs.com/xioawu-blog/p/11818417.html 镜像管理: 载入镜像 docker pull centos /ubuntu 查看已拉取的镜像 docker image ls 或 docker images 删除镜像 docke 阅读全文
posted @ 2021-05-28 18:27 凌风子 阅读(58) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/guo2733/p/11459144.html 阅读全文
posted @ 2021-05-28 11:26 凌风子 阅读(78) 评论(0) 推荐(0) 编辑
摘要: 3 import openpyxl 4 5 def write_xlsx(value, path, sheet_name='Sheet1'): 6 7 index = len(value) 8 workbook = openpyxl.Workbook() 9 sheet = workbook.act 阅读全文
posted @ 2021-05-28 11:24 凌风子 阅读(423) 评论(0) 推荐(0) 编辑