03 2018 档案

摘要:主要通过字典查询全国各地主要城市天气情况 from urllib.request import urlopenfrom bs4 import BeautifulSoupimport recityList_main = [ #全国主要城市 #北上广深 {'code':"101010100", 'nam 阅读全文
posted @ 2018-03-29 22:35 Janson鑫 阅读(911) 评论(0) 推荐(0)
摘要:解决方案 https://blog.csdn.net/code_AC/article/details/71159244 阅读全文
posted @ 2018-03-29 10:58 Janson鑫
摘要:打开终端分别输入下面两条命令: update-alternatives --install /usr/bin/python python /usr/bin/python2 100 update-alternatives --install /usr/bin/python python /usr/bi 阅读全文
posted @ 2018-03-25 09:36 Janson鑫