摘要: jira + svn 集成 centos7.3 + jira7 1、centos7.3环境搭建: (1)下载centos7.3 http://mirrors.aliyun.com 阿里云镜像站 http://mirrors.tuna.tsinghua.edu.cn 清华大学镜像站 http://mi 阅读全文
posted @ 2018-06-20 23:38 宅女士 阅读(297) 评论(0) 推荐(0)
摘要: 1. 删除文件的命令 import os os.remove(file) os.unlink(file) 2.删除目录的命令 import shutil shutil.rmtree(directory) 阅读全文
posted @ 2018-06-20 15:24 宅女士 阅读(1041) 评论(0) 推荐(0)