Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我写了一个网络应用程序。假设有很多对象(存储在 DB 中),我需要在每个 00:00inc或dec它的值。以及如何处理?
inc
dec
我认为有一种方式。1. 在每 00:00 运行一个脚本来处理这个问题。
如果您使用的是 Unix 或 Linux 系统,则可以依赖系统的Cron实用程序。
如果您使用的是Node.js,另一个不错的选择是node-cron模块,它非常类似于系统的 Cron,但更容易集成到您的应用程序中。