🎨 截断

This commit is contained in:
zyimm 2023-10-24 11:27:19 +08:00
parent 71d73599c2
commit 789e86220f
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ Cron 表达式由空格分隔的五个字段组成,分别表示分钟、小时
minute hour day month week command 顺序:分 时 日 月 周
```
<!--more-->>
<!--more-->
>以下是每个字段的取值范围和特殊字符的说明:
分钟字段:取值范围是 0-59。

View File

@ -14,4 +14,4 @@ tags: Git
```sh
git pull <remote> <branch>
```
```

View File

@ -23,7 +23,7 @@ EXECUTE stmt;
DEALLOCATE PREPARE stmt;
```
<!--more-->>
<!--more-->
上述代码中的 `database_name` 替换为要操作的数据库的名称,`regex_pattern` 替换为要匹配的表名的正则表达式模式。