
python
Marshal Zheng
CUHK-SZ PhD student
展开
-
pip使用清华源下载包
pip清华源原创 2023-01-31 09:23:27 · 650 阅读 · 0 评论 -
原 LeetCode题解(python)-10. 正则表达式匹配 + python正则表达式总结回顾
LeetCode题解(python)+ python正则表达式10. 正则表达式匹配题目描述给定一个字符串 (s) 和一个字符模式 (p)。实现支持 '.' 和 '*' 的正则表达式匹配。'.' 匹配任意单个字符。'*' 匹配零个或多个前面的元素。匹配应该覆盖整个字符串 (s) ,而不是部分字符串。说明:s 可能为空,且只包含从 a-z 的小写字母。p 可能为空,且只包含从 ...原创 2019-03-08 22:21:52 · 622 阅读 · 0 评论 -
pip安装库报错
Could not find a version that satisfies the requirement xlrd (from versions: )No matching distribution found for xlrd解决方法:pip install xlrd -i http://pypi.douban.com/simple/ --trusted-host pypi.doub...原创 2019-03-26 21:10:55 · 707 阅读 · 0 评论