会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Alice的小屋
To live is to function, that is all there is in living.
博客园
首页
新随笔
联系
订阅
管理
python - 定时任务
schedule:
定时任务
https://blog.csdn.net/qq_39687901/article/details/81985767
https://www.cnblogs.com/anpengapple/p/8051923.html
官网:
https://schedule.readthedocs.io/en/stable/
schedule.every(3).seconds.do(time_task)
-------------------------------------
timer:
djang的定时器 CRONTAB
https://blog.csdn.net/u012442157/article/details/79866504
https://www.jianshu.com/p/1def9226158d
django-crontab 定时任务
https://pypi.org/project/django-crontab/
M(分钟0-59)
H(小时0-23)
D(天1-31)
m(月1-12)
d(一星期内的天0-6,0为星期天)
posted @
2019-01-22 18:35
Alice的小屋
阅读(
205
) 评论(
0
)
编辑
收藏
举报
刷新页面
返回顶部
公告