摘要: random 随机数 time 时间 tqdm pyxl excel request 爬虫 jsonpath lxml pyppeteer 爬虫 selenium 爬虫 aiohttp asnyc await 验证码识别 pip install pytesseract pip install pil 阅读全文
posted @ 2020-05-15 20:48 雨中上人 阅读(70) 评论(0) 推荐(0) 编辑
摘要: /** * 密码至少包含 数字和英文,长度6-20 */ String reg = "^(?![0-9]+$)(?![a-zA-Z]+$)[0-9A-Za-z]{6,20}$"; /** * 密码包含 数字,英文,字符中的两种以上,长度6-20 */ String reg = "^(?![0-9]+ 阅读全文
posted @ 2020-05-15 16:26 雨中上人 阅读(1766) 评论(0) 推荐(0) 编辑