11 2019 档案
摘要:我用的win 系统 bash命令 git clone --recursive xxxx.git
阅读全文
摘要:[size=12px]1。^\d+$ //匹配非负整数(正整数 + 0) ^[0-9]*[1-9][0-9]*$ //匹配正整数 ^((-\d+)|(0+))$ //匹配非正整数(负整数 + 0) ^-[0-9]*[1-9][0-9]*$ //匹配负整数 ^-?\d+$ //匹配整数 ^\d+(\.\d+)?$ //匹配非负浮点数(正浮点数 + 0) ^(([0-9]+\.[0-9]*[1-9][
阅读全文
摘要:地址:https://www.cnblogs.com/pejsidney/p/9001875.html 东西有点多,先看看,看完再写
阅读全文