# ┌───────────── min (0 - 59)
# │ ┌────────────── hour (0 - 23)
# │ │ ┌─────────────── day of month (1 - 31)
# │ │ │ ┌──────────────── month (1 - 12)
# │ │ │ │ ┌───────────────── day of week (0 - 6) (0 to 6 are Sunday to Saturday, or use names; 7 is Sunday, the same as 0)
# │ │ │ │ │
# │ │ │ │ │
# * * * * * command to execute
# ┌───────────── 分钟 (0 - 59)
# │ ┌────────────── 小时 (0 - 23)
# │ │ ┌─────────────── 每月几号 (1 - 31)
# │ │ │ ┌──────────────── 月份 (1 - 12)
# │ │ │ │ ┌───────────────── 星期几 (0 - 6) (0 或 7 为星期天,6 为星期六,以此类推)
# │ │ │ │ │
# │ │ │ │ │
# * * * * * 要执行的命令