Tool Hub

Cron 构建器

使用字段选择器构建 cron 表达式 (分/小时/日/月/周几)

预设

分钟

小时

月份中的日期

月份

星期几

Cron 表达式
* * * * *

运行: 每分钟

另请参见: Cron Expression Parser

使用方法

  1. Pick a preset (every minute, hourly, daily, weekly, monthly) to start from a common schedule, or configure each field manually.
  2. Set the minute, hour, day-of-month, month, and day-of-week fields using the each/every/specific/range controls.
  3. Read the generated cron expression and the human-readable plain-English description below it.
  4. Copy the expression with the copy button and use the share link to save your schedule.

示例

  • Setting hour to 9, minute to 0, and every day produces 0 9 * * * — runs every day at 09:00.
  • Setting weekday to 1 (Monday), hour to 8, minute to 30 produces 30 8 * * 1 — described as "every Monday at 08:30".

生产环境使用前请验证输出。无担保 — 参见 条款.