随笔分类 -  python

摘要:转载: https://www.jb51.net/article/119178.htm 阅读全文
posted @ 2021-10-18 13:46 liuyunhong 阅读(63) 评论(0) 推荐(0)
摘要:转载CSDN坏菠萝:https://blog.csdn.net/abcwanglinyong/article/details/80840813 阅读全文
posted @ 2021-10-01 14:29 liuyunhong 阅读(43) 评论(0) 推荐(0)
摘要:转载博客园python大师:https://www.cnblogs.com/daniumiqi/p/12167764.html 阅读全文
posted @ 2021-10-01 13:55 liuyunhong 阅读(71) 评论(0) 推荐(0)
摘要:今天花了一上午学习python,然后现在在研究做爬虫,结果发现python提示pip需要更高的版本,然后就研究了半天,解决方法如下: 一、检查版本: pip show pip 二、更新版本: python -m pip install --upgrade pip 翻译提示的内容: Could not 阅读全文
posted @ 2021-09-12 21:35 liuyunhong 阅读(2182) 评论(0) 推荐(0)