From cfaf9d5b358155f306e881cd0c9fcad999ab1fc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9F=A9=E9=9C=87=E6=B4=8B?= <11785166+hzyai77@user.noreply.gitee.com> Date: Wed, 25 Oct 2023 08:22:09 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E9=9F=A9=E9=9C=87=E6=B4=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 韩震洋 <11785166+hzyai77@user.noreply.gitee.com> --- .../20231023\347\254\224\350\256\260.md" | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 "40 \351\237\251\351\234\207\346\264\213/20231023\347\254\224\350\256\260.md" diff --git "a/40 \351\237\251\351\234\207\346\264\213/20231023\347\254\224\350\256\260.md" "b/40 \351\237\251\351\234\207\346\264\213/20231023\347\254\224\350\256\260.md" new file mode 100644 index 0000000..0759f3f --- /dev/null +++ "b/40 \351\237\251\351\234\207\346\264\213/20231023\347\254\224\350\256\260.md" @@ -0,0 +1,5 @@ +# 笔记 + +50题练习讲解 + +substring_index(str,'分界字符',n) -- 返回从字符串str截取到第n个分界符的字符串,当n大于1从左到右,小于1从右到左 curdate() -- 返回当前日期 curtime() -- 返回当前时间 now() -- 返回当前时间日期 year(date) -- 获取指定date的年份 month(date) -- 获取指定date的月份 day(date) -- 获取指定date的日期 \ No newline at end of file -- Gitee From 2243c283e2316898e35397b47f6f9e75eb46b479 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9F=A9=E9=9C=87=E6=B4=8B?= <11785166+hzyai77@user.noreply.gitee.com> Date: Wed, 25 Oct 2023 08:23:47 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=2040=20?= =?UTF-8?q?=E9=9F=A9=E9=9C=87=E6=B4=8B/20231808=20=E5=AD=98=E5=82=A8?= =?UTF-8?q?=E8=BF=87=E7=A8=8B=E8=AF=BE=E5=90=8E=E7=BB=83=E4=B9=A0.md=20?= =?UTF-8?q?=E4=B8=BA=2040=20=E9=9F=A9=E9=9C=87=E6=B4=8B/20231008=20?= =?UTF-8?q?=E5=AD=98=E5=82=A8=E8=BF=87=E7=A8=8B=E8=AF=BE=E5=90=8E=E7=BB=83?= =?UTF-8?q?=E4=B9=A0.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...47\250\213\350\257\276\345\220\216\347\273\203\344\271\240.md" | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename "40 \351\237\251\351\234\207\346\264\213/20231808 \345\255\230\345\202\250\350\277\207\347\250\213\350\257\276\345\220\216\347\273\203\344\271\240.md" => "40 \351\237\251\351\234\207\346\264\213/20231008 \345\255\230\345\202\250\350\277\207\347\250\213\350\257\276\345\220\216\347\273\203\344\271\240.md" (100%) diff --git "a/40 \351\237\251\351\234\207\346\264\213/20231808 \345\255\230\345\202\250\350\277\207\347\250\213\350\257\276\345\220\216\347\273\203\344\271\240.md" "b/40 \351\237\251\351\234\207\346\264\213/20231008 \345\255\230\345\202\250\350\277\207\347\250\213\350\257\276\345\220\216\347\273\203\344\271\240.md" similarity index 100% rename from "40 \351\237\251\351\234\207\346\264\213/20231808 \345\255\230\345\202\250\350\277\207\347\250\213\350\257\276\345\220\216\347\273\203\344\271\240.md" rename to "40 \351\237\251\351\234\207\346\264\213/20231008 \345\255\230\345\202\250\350\277\207\347\250\213\350\257\276\345\220\216\347\273\203\344\271\240.md" -- Gitee