python想用excel配置表配置schedule,然后程序根据配置表动态生成定时任务计划,可以方便运营人员维护
schedule.every().days.at("16:50")
schedule.every().hours.at('00:00')
比如days hours需要根据excel生成,如何实现?
python想用excel配置表配置schedule,然后程序根据配置表动态生成定时任务计划,可以方便运营人员维护
schedule.every().days.at("16:50")
schedule.every().hours.at('00:00')
比如days hours需要根据excel生成,如何实现?
3 回答4.1k 阅读
2 回答2.4k 阅读
2 回答2k 阅读