python定时任务
摘要:
#!/usr/bin/env python#-- encoding:utf-8 --import timedef task(): print ("task ...")def timer(n): while True: print (time.strftime('%Y-%m-... 阅读全文
posted @ 2015-12-17 22:09 Arvin-9 阅读(169) 评论(0) 推荐(0)
posted @ 2015-12-17 22:09 Arvin-9 阅读(169) 评论(0) 推荐(0)