MINUTE Minutes within the hour (0–59)
HOUR The hour of the day (0–23)
DOM The day of the month (1–31)
MONTH The month (1–12)
DOW The day of the week (0–7) where 0 and 7 are Sunday.
要为一个字段指定多个值,可以使用以下运算符。按照先后顺序
* specifies all valid values
M-N specifies a range of values
M-N/X or */X steps by intervals of X through the specified range or whole valid range
A,B,...,Z enumerates multiple values
1条答案
按热度按时间3hvapo4f1#
您必须设置与cron格式的时间表,该字段遵循cron的语法(有微小的差异)。具体来说,每行由5个字段组成,由TAB或空格分隔:
认为:
要为一个字段指定多个值,可以使用以下运算符。按照先后顺序