09 2017 档案

摘要:Python第二十二天 stat模块 os.chmod方法 os.stat方法 pwd grp模块 os.access()方法 stat模块描述了os.stat(filename)返回的文件属性列表中各值的意义,根据stat模块读取os.stat()中的值的意思简单来说,os.stat是将文件的相关 阅读全文
posted @ 2017-09-21 23:41 桦仔 阅读(2048) 评论(0) 推荐(0) 编辑
摘要:Python第二十一天 fileinput模块 fileinput模块fileinput.input([files[, inplace[, backup[, bufsize[, mode[, openhook]]]]]])files: #文件的路径列表,默认是stdin方式,多文件['1.txt', 阅读全文
posted @ 2017-09-19 18:07 桦仔 阅读(676) 评论(0) 推荐(1) 编辑
摘要:Python第二十天 shutil 模块 zipfile tarfile 模块 注意:压缩打包/解压解包目录和文件使用tarfile模块而不要使用shutil 模块!!! os文件的操作还应该包含移动 复制 打包 压缩 解压等操作,这些os模块都没有提供 shutil 模块也是封装的os模块 #sh 阅读全文
posted @ 2017-09-15 21:25 桦仔 阅读(1413) 评论(0) 推荐(0) 编辑