- 博客(2)
- 资源 (1)
- 收藏
- 关注
原创 Python与LR的http协议POST请求
Action() { web_add_auto_header("Content-Type","application/x-www-form-urlencoded;charset=UTF-8"); web_add_auto_header("Host","14.23.93.66:4082"); web_add_auto_header("user-agent","Push SERVICE CLIE
2014-04-29 09:51:28
439
原创 简单抓取豆瓣电影
import urllib.request import re import time def movie(url): tagUrl=urllib.request.urlopen(url) tagUrl_read = tagUrl.read().decode('utf-8') return tagUrl_read def subject(tagUrl_read
2013-12-28 15:09:46
608
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人