摘要: cmd代码比较复杂,用python删除空文件夹,但一时没有找到符合的代码,于是自己写了一点 import os folder='D:/folder/' subdir_list = os.listdir(folder) for cur_dir in subdir_list: cur_path=fold 阅读全文
posted @ 2020-06-08 11:19 重积德 阅读(525) 评论(0) 推荐(0) 编辑
摘要: 原Wordpress部署在Windows下,迁移部署到Ubuntu18.04下, 新环境为Apache2,MySQL5.7,PHP7.0 ubuntu软件安装配置 https://www.cnblogs.com/Minstrel223/p/12306584.html 在root用户下操作,可以不使用 阅读全文
posted @ 2020-06-08 09:25 重积德 阅读(369) 评论(0) 推荐(0) 编辑