🎨 截断
This commit is contained in:
parent
71d73599c2
commit
789e86220f
@ -14,7 +14,7 @@ Cron 表达式由空格分隔的五个字段组成,分别表示分钟、小时
|
|||||||
minute hour day month week command 顺序:分 时 日 月 周
|
minute hour day month week command 顺序:分 时 日 月 周
|
||||||
|
|
||||||
```
|
```
|
||||||
<!--more-->>
|
<!--more-->
|
||||||
>以下是每个字段的取值范围和特殊字符的说明:
|
>以下是每个字段的取值范围和特殊字符的说明:
|
||||||
|
|
||||||
分钟字段:取值范围是 0-59。
|
分钟字段:取值范围是 0-59。
|
||||||
|
@ -14,4 +14,4 @@ tags: Git
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
git pull <remote> <branch>
|
git pull <remote> <branch>
|
||||||
```
|
```
|
||||||
|
@ -23,7 +23,7 @@ EXECUTE stmt;
|
|||||||
DEALLOCATE PREPARE stmt;
|
DEALLOCATE PREPARE stmt;
|
||||||
|
|
||||||
```
|
```
|
||||||
<!--more-->>
|
<!--more-->
|
||||||
|
|
||||||
上述代码中的 `database_name` 替换为要操作的数据库的名称,`regex_pattern` 替换为要匹配的表名的正则表达式模式。
|
上述代码中的 `database_name` 替换为要操作的数据库的名称,`regex_pattern` 替换为要匹配的表名的正则表达式模式。
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user