为了账号安全,请及时绑定邮箱和手机立即绑定

Python-在给定时间启动函数

Python-在给定时间启动函数

慕侠2389804 2019-11-14 10:21:09
如何在给定时间在Python中运行函数?例如:run_it_at(func, '2012-07-17 15:50:00')它将func在2012-07-17 15:50:00 运行该功能。我尝试了sched.scheduler,但是它没有启动我的功能。import time as time_modulescheduler = sched.scheduler(time_module.time, time_module.sleep)t = time_module.strptime('2012-07-17 15:50:00', '%Y-%m-%d %H:%M:%S')t = time_module.mktime(t)scheduler_e = scheduler.enterabs(t, 1, self.update, ())我能做什么?
查看完整描述

3 回答

  • 3 回答
  • 0 关注
  • 366 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信