摘要: https://help.ubuntu.com/community/CronHowto 可以在 "http://tool.lu/crontab/" 进行测试 阅读全文
posted @ 2016-06-30 13:33 Tacey Wong 阅读(198) 评论(0) 推荐(0) 编辑
摘要: ```python # coding:utf-8 from optparse import OptionParser def migrate_func(): print 'You give the migrate arg\n' def show_func(): print 'You give the show arg-s\n' def grasp_func(): ... 阅读全文
posted @ 2016-06-30 09:58 Tacey Wong 阅读(462) 评论(0) 推荐(0) 编辑