02 2016 档案

摘要:<!-- /* GitHub stylesheet for MarkdownPad (http://markdownpad.com) */ /* Author: Nicolas Hery - http://nicolashery.com */ /* Version: b13fe65ca28d2e56 阅读全文
posted @ 2016-02-29 11:20 李兴利 阅读(787) 评论(0) 推荐(0)
摘要:import time,os def showFilePROPERTIES(path): for root,dirs,files in os.walk(path,True): print('位置:' + root) for filename in files: state = os.stat(os. 阅读全文
posted @ 2016-02-29 10:22 李兴利 阅读(204) 评论(0) 推荐(0)
摘要:Python之文件处理 <!-- /* GitHub stylesheet for MarkdownPad (http://markdownpad.com) */ /* Author: Nicolas Hery - http://nicolashery.com */ /* Version: b13f 阅读全文
posted @ 2016-02-29 10:18 李兴利 阅读(1108) 评论(2) 推荐(2)
摘要:字符串 <!-- /* GitHub stylesheet for MarkdownPad (http://markdownpad.com) */ /* Author: Nicolas Hery - http://nicolashery.com */ /* Version: b13fe65ca28d 阅读全文
posted @ 2016-02-02 11:22 李兴利 阅读(284) 评论(0) 推荐(0)