摘要:
一、re模块 re模块中常用的方法。 match: 默认从字符串开头开始匹配,re.match('fun', 'funny') 可以匹配出来 'fun' match(pattern, string, flags=0): """Try to apply the pattern at the start 阅读全文
摘要:
一、git push origin master 时出错 错误信息为: Permission denied(publickey). fatal: Could not read from remote repository. Please make sure you have the correct 阅读全文