加解密 7个在线工具

文本工具 8个在线工具

开发 9个在线工具

网络 1个在线工具

换算器 15个在线工具

生活 8个在线工具

图片 4个在线工具

旧版工具 9个在线工具

定时任务生成器 - crontab generator

在线linux定时器crontab语句生成解析器。
The quick and simple editor for cron schedule expressions
分钟 小时 日期 月份 星期

下一次执行时间

相关知识

┌──────────── [optional] seconds (0 - 59)
| ┌────────── minute (0 - 59)
| | ┌──────── hour (0 - 23)
| | | ┌────── day of month (1 - 31)
| | | | ┌──── month (1 - 12) OR jan,feb,mar,apr ...
| | | | | ┌── day of week (0 - 6, sunday=0) OR sun,mon ...
| | | | | |
* * * * * * command
* 所有可能的值
, 列表值,如: “1,3,4,7,8″
- 指定范围值 如 “1-6″, 代表 “1,2,3,4,5,6″
*/n 每隔n单位执行一次