From 9a2a3388cf2e0ff5fb1c664384ae8074f8d2e2f9 Mon Sep 17 00:00:00 2001 From: pengshiyu <1940607002@qq.com> Date: Sun, 24 Apr 2022 10:06:16 +0800 Subject: [PATCH] fix --- blog/mysq-advance/mysql-index.md | 7 +++++++ blog/php-basic/index.md | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 blog/mysq-advance/mysql-index.md diff --git a/blog/mysq-advance/mysql-index.md b/blog/mysq-advance/mysql-index.md new file mode 100644 index 0000000..11fea5a --- /dev/null +++ b/blog/mysq-advance/mysql-index.md @@ -0,0 +1,7 @@ +# MySQL 索引 + + +Windows终端连接工具:Finalshell + +mkdir mysql +tar -xvf mysql.tar diff --git a/blog/php-basic/index.md b/blog/php-basic/index.md index c31569e..3796db6 100644 --- a/blog/php-basic/index.md +++ b/blog/php-basic/index.md @@ -24,10 +24,10 @@ 11. [PHP 字符串 String](blog/php-basic/string.md) -[PHP 数组 array](blog/php-basic/array.md) +12. [PHP 数组 array](blog/php-basic/array.md) -[PHP 数组相关函数](blog/php-basic/array-function.md) +13. [PHP 数组相关函数](blog/php-basic/array-function.md) -[编程思想](blog/php-basic/thinking.md) +14. [编程思想](blog/php-basic/thinking.md) [算法 algorithm](blog/php-basic/algorithm.md) -- GitLab