12 2019 档案

摘要:import requestsimport sysimport chardet #检测字符编码,但是有时候会有误差#查看两个网址的编码情况response1 = requests.get("https://github.com/favicon.ico")print(chardet.detect(re 阅读全文
posted @ 2019-12-29 22:03 无聊就来学习 阅读(445) 评论(0) 推荐(0)
摘要:安装jupyter notebook的流程(注意python至少需要3.6版本) python -m pip install jupyter #安装jupyter python -m pip install –upgrade juypter #更新升级 注:这个会比较慢,最好设置时间,或者利用镜像更 阅读全文
posted @ 2019-12-23 21:57 无聊就来学习 阅读(2541) 评论(0) 推荐(0)