mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-20 06:01:22 +08:00
feat: add CONTRIBUTING.md
document. efa51c0a06
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
</span><span class="code-line line-number" line="7">└───────────────────── 分钟 (0..59)
|
||||
</span></code></pre>
|
||||
<hr>
|
||||
<table>
|
||||
<table class="show-header ">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>字段</th>
|
||||
@ -61,9 +61,9 @@
|
||||
<td>, - * ? / L #</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</table><!--rehype:className=show-header -->
|
||||
</div></div></div><div class="wrap"><div class="wrap-header h3wrap"><h3>示例</h3><div class="wrap-body">
|
||||
<table class="table-thead-hide">
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Example</th>
|
||||
@ -120,9 +120,9 @@
|
||||
<td>每次重启 <em>(非标准)</em></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table><!--rehype:class=table-thead-hide-->
|
||||
</table>
|
||||
</div></div></div><div class="wrap"><div class="wrap-header h3wrap"><h3>特殊字符串</h3><div class="wrap-body">
|
||||
<table>
|
||||
<table class="show-header ">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>特殊字符串</th>
|
||||
@ -163,9 +163,9 @@
|
||||
<td>每小时运行一次,“0 * * * *” <em>(非标准)</em></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</table><!--rehype:className=show-header -->
|
||||
</div></div></div><div class="wrap"><div class="wrap-header h3wrap"><h3>Crontab 命令</h3><div class="wrap-body">
|
||||
<table class="table-thead-hide">
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>-</th>
|
||||
@ -194,9 +194,9 @@
|
||||
<td>crontab`</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table><!--rehype:class=table-thead-hide-->
|
||||
</div></div></div><div class="wrap col-span-2"><div class="wrap-header h3wrap"><h3>特殊字符</h3><div class="wrap-body"><!--rehype:wrap-class=col-span-2--><!--rehype:-->
|
||||
<table>
|
||||
</table>
|
||||
</div></div></div><div class="wrap col-span-2"><div class="wrap-header h3wrap"><h3>特殊字符</h3><div class="wrap-body"><!--rehype:wrap-class=col-span-2-->
|
||||
<table class="show-header ">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>特殊字符</th>
|
||||
@ -233,7 +233,7 @@
|
||||
<td>可以代替“*”并允许用于月份和星期几。使用仅限于 cron 表达式中的 <code>月份中的某天</code> 或 <code>星期几</code>。</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</table><!--rehype:className=show-header -->
|
||||
</div></div></div></div></div><div class="wrap"><div class="wrap-header h2wrap"><h2>Also see</h2><div class="wrap-body">
|
||||
<ul>
|
||||
<li><a href="https://devhints.io/cron">Devhints</a> <em>(devhints.io)</em></li>
|
||||
|
Reference in New Issue
Block a user