摘要:
# -*- coding: UTF-8 -*- #python 2.7 #xiaodeng import urllib,urllib2,cookielib import string,re urllib.getproxies_registry=lambda:{} #url url ="https://www.douban.com/accounts/login" #headers heade... 阅读全文
摘要:
# -*- coding: cp936 -*- #xiaodeng #python 27 #requests用法 #获取http://www.weather.com.cn/data/sk/101010100.html的信息 import requests def getJson(): data=requests.get('http://www.weather.com.cn/data/... 阅读全文
摘要:
1、requests 2、lxml 3、Django 4、BeautifulSoup 5、PyMySQL-0.7.0 (适用于python3) 6、图片处理PIL 阅读全文
摘要:
#http://ocs1.maiziedu.com/xxtx/xxtx1.mp4 import urllib def down(): for i in range(15): #print i url='http://ocs1.maiziedu.com/xxtx/xxtx' newUrl=url+str(i+1)+'.mp4' ... 阅读全文