https://crontab.guru/
crontab 表达式 (5或6位) 从小到大分别是:
Linux style
minute hour day(month) month day(week)
or Java style
second minute hour day(month) month day(week)
or Quartz style
second minute hour day(month) month day(week) year[optional]
pattern: *(any) ,(value list separator) -(range of values) /(step values)