09 2020 档案

摘要:快代理:https://www.kuaidaili.com 云代理:http://www.ip3366.net 66ip:http://www.66ip.cn 米扑代理:https://proxy.mimvp.com/freesecret.php 站大爷:https://www.zdaye.com/ 阅读全文
posted @ 2020-09-24 11:14 leon-chan 阅读(196) 评论(0) 推荐(0)
摘要:import html # 转义html格式 test_str = '"\u003Ch1\u003E第一\u003C\u002Fh1\u003E\u003Cdiv' result_str = html.unescape(test_str) print(result_str) # 输出没有转 阅读全文
posted @ 2020-09-17 19:34 leon-chan 阅读(1134) 评论(0) 推荐(0)
摘要:在python中有多种安装第三方库的方法,常用到的有如下几种: 1、pip install 第三方库名 ,弊端:很多资源都是外网资源,经常出现timeout现象,解决方案为: pip install -i ****(国内资源链接) 2、到国内的资源服务器上下载相应的版本库,自行安装,常用的有:htt 阅读全文
posted @ 2020-09-11 15:07 leon-chan 阅读(183) 评论(0) 推荐(0)