摘要: https://www.cnblogs.com/mmc1206x/p/11053826.html 阅读全文
posted @ 2022-09-07 15:37 胖白白 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 软件设计画图:亿图图示,亿图脑图MindMaster(代替Xmind) 虚拟机:VM 开发IDE:vscode,source insight, pycharm win to linux:MobaXterm,xshell,winscp win 与 linux交互:ssh + samba 记笔记:one 阅读全文
posted @ 2022-09-07 15:14 胖白白 阅读(39) 评论(0) 推荐(0) 编辑
摘要: 一、python中对文件、文件夹操作时经常用到的os模块和shutil模块常用方法。 1.得到当前工作目录,即当前Python脚本工作的目录路径: os.getcwd() 2.返回指定目录下的所有文件和目录名: os.listdir() 3.函数用来删除一个文件: os.remove() 4.删除多 阅读全文
posted @ 2022-09-07 11:17 胖白白 阅读(274) 评论(0) 推荐(0) 编辑