如果想要在程序里面做一个定时更新数据库数据的定时器,能有什么实现思路吗,比如我想在每天17:00更新一遍数据库数据(比如是把某个字段加1),有什么实现思路吗,或者如果用setInterval每隔24小时执行会不会有什么问题啊?以前用这个函数没定时过这么久的定时,怕出问题呢。
14 回复
The interval must be in the range of 1-2,147,483,647 inclusive. If the value is outside that range, it’s changed to 1 millisecond. Broadly speaking, a timer cannot span more than 24.8 days. 24小时理论上来讲是可以实现的。