gpt4 book ai didi

linux - Node JS : node-shedule parser bug

转载 作者:太空宇宙 更新时间:2023-11-04 04:33:51 25 4
gpt4 key购买 nike

此代码不起作用:

var schedule = require('node-schedule');
var j = schedule.scheduleJob('0,30 7-21 * * *', function(){
console.log(Date.now());
});

如果我将 7-21 替换为 * 它就会开始工作。为什么以及如何让它在早上 7 点到晚上 9 点之间工作?

最佳答案

定义您的 package.json 文件

运行以下命令。

npm install
npm install node-schedule
node <your js file/app.js>

(上面的示例代码按预期工作)

关于linux - Node JS : node-shedule parser bug,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36910790/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com