From 495d28750702b8c7dcab957fa92c13f70f9855f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E9=87=91=E9=87=91?= <1665966989@qq.com> Date: Thu, 17 Nov 2022 04:18:18 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E8=B0=A2=E9=87=91=E9=87=9126?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 谢金金 <1665966989@qq.com> --- ...\345\210\231\344\275\234\344\270\232.html" | 94 +++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 "26\350\260\242\351\207\221\351\207\221/\344\275\234\344\270\232/11_16\346\255\243\345\210\231\344\275\234\344\270\232.html" diff --git "a/26\350\260\242\351\207\221\351\207\221/\344\275\234\344\270\232/11_16\346\255\243\345\210\231\344\275\234\344\270\232.html" "b/26\350\260\242\351\207\221\351\207\221/\344\275\234\344\270\232/11_16\346\255\243\345\210\231\344\275\234\344\270\232.html" new file mode 100644 index 0000000..b77af5d --- /dev/null +++ "b/26\350\260\242\351\207\221\351\207\221/\344\275\234\344\270\232/11_16\346\255\243\345\210\231\344\275\234\344\270\232.html" @@ -0,0 +1,94 @@ + + + + + + + Document + + + + + \ No newline at end of file -- Gitee From 65f92aaf2a87176a77e8c22c34606e7ced54ddaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E9=87=91=E9=87=91?= <1665966989@qq.com> Date: Thu, 17 Nov 2022 04:18:40 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E8=B0=A2=E9=87=91=E9=87=9126?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 谢金金 <1665966989@qq.com> --- ...2\345\270\270\347\254\224\350\256\260.txt" | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 "26\350\260\242\351\207\221\351\207\221/\347\254\224\350\256\260/11_16\346\255\243\345\210\231\345\274\202\345\270\270\347\254\224\350\256\260.txt" diff --git "a/26\350\260\242\351\207\221\351\207\221/\347\254\224\350\256\260/11_16\346\255\243\345\210\231\345\274\202\345\270\270\347\254\224\350\256\260.txt" "b/26\350\260\242\351\207\221\351\207\221/\347\254\224\350\256\260/11_16\346\255\243\345\210\231\345\274\202\345\270\270\347\254\224\350\256\260.txt" new file mode 100644 index 0000000..476e584 --- /dev/null +++ "b/26\350\260\242\351\207\221\351\207\221/\347\254\224\350\256\260/11_16\346\255\243\345\210\231\345\274\202\345\270\270\347\254\224\350\256\260.txt" @@ -0,0 +1,26 @@ + +非捕获,反向引用 +非捕获((?:exp)):能让捕获的分组隐藏 + +| 选择或关系; --分支;|| +自左向右匹配,一旦匹配上 就不再回头 + +eg: 192.168.2.2 + +eg:如何获取日期时间 + +断言 +\b:单词边界 + +^:单词开头 + +$:单词结尾 + 异常 +try{ +这里报错 catch抛出错误 +} +catch{ +} +finally{ +这里报错不继续执行 +} \ No newline at end of file -- Gitee