Skip to content

Commit

Permalink
调整正确得Cron表达式,注意其中在md格式*显示时需要转义
Browse files Browse the repository at this point in the history
  • Loading branch information
dengerYang authored Mar 10, 2022
1 parent 076d510 commit ba65073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ double shift,连按两下shift,输入leeks,找到toolWindow,打开以后
### 设置更新的时间区间
使用Cron表达式设置更新区间,在线cron工具 https://www.bejson.com/othertools/cron/
关于设置Cron表达式组合示例:
*/10 30-59 9,11 ? * 2-6;*/10 * 10,13,14 ? * 2-6】表示周一至周五,9:30-11:30 ,13:00-15:00,每隔10秒刷新一次;
\*/10 30-59 9 ? * 2-6;\*/10 0-30 11 ? * 2-6;\*/10 * 10,13,14 ? * 2-6】表示周一至周五,9:30-11:30 ,13:00-15:00,每隔10秒刷新一次;
多个表达式不要出现时间交集,因为交集内会增加运行次数。


Expand Down

0 comments on commit ba65073

Please sign in to comment.