摘要: #!/bin/bash #@date:2019-11-28 #@auth:tigergao #@update_all function depprot() { curdir=`dirname $0` tar xvfz $curdir/update.tgz -C / echo "Finger Prin 阅读全文
posted @ 2020-12-21 19:45 tigergaonotes 阅读(90) 评论(0) 推荐(0) 编辑
摘要: https://www.runoob.com/regexp/regexp-syntax.html 正整数 : ^\d+$ 负整数 : ^-\d+$ 电话号码 : ^+?[\d\s]{3,}$ 电话代码 : ^+?[\d\s]+(?[\d\s]{10,}$ 整数 : ^-?\d+$ 用户名 : ^[\ 阅读全文
posted @ 2020-12-21 19:36 tigergaonotes 阅读(55) 评论(0) 推荐(0) 编辑