浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年9月3日

摘要: #!/usr/bin/env python#encoding=utf-8"""清空最后修改时间跑今天7天以前的所有文件"""#指定监控的路径path="/home/maolingzhi/remove_logs/aa"import os,time,stat,datetimefor elem in os.listdir(path): try: pa = os.path.join(path,elem) ... 阅读全文
posted @ 2013-09-03 19:33 lexus 阅读(206) 评论(0) 推荐(0)

摘要: How to convert `ctime` to `datetime` in Python? - Stack OverflowHow to convert `ctime` to `datetime` in Python? 阅读全文
posted @ 2013-09-03 19:19 lexus 阅读(250) 评论(0) 推荐(0)