该文被密码保护。 阅读全文
posted @ 2020-04-07 16:50 lidowson 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-04-07 16:39 lidowson 阅读(0) 评论(1) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-04-07 14:42 lidowson 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-04-07 11:45 lidowson 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-04-07 11:31 lidowson 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.runoob.com/regexp/regexp-metachar.html * 0次或多次。等于{0,} + 1次或多次。等于{1,} ? 0次或1次。等于{0,1}。非贪婪匹配模式:跟在其他限制符 (*, +, ?, {n}, {n,}, {n,m}) 后面,最少的 阅读全文
posted @ 2020-04-07 11:21 lidowson 阅读(79) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-04-07 11:18 lidowson 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-04-07 11:03 lidowson 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 简介:命令行工具 (建议使用参考1) 参考1:https://www.cnblogs.com/soyxiaobi/p/9695931.html (已取消安装 第2步的替换背景图片 和 第7步的主题) 参考2:iTerm2 安装 官方下载地址:https://www.iterm2.com/downlo 阅读全文
posted @ 2020-04-07 10:55 lidowson 阅读(441) 评论(0) 推荐(0) 编辑
摘要: print打印 换行: #1.加\n: print("hello world\nhaha") #2.字符串加三引号''': print('''hello world haha''') 不换行: #1.\: print("hello world \ haha") #2.多行用一个括号括住: print 阅读全文
posted @ 2020-04-07 10:28 lidowson 阅读(111) 评论(0) 推荐(0) 编辑