会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
熊咪
博客园
首页
新随笔
联系
订阅
管理
公告
2015年5月16日
爬虫学习---美丽汤
摘要: #coding:utf-8#version: 0.1#note:实现了查找0daydown最新发布的10页资源。import urllib.requestfrom bs4 import BeautifulSoupfor i in range(1,11): url = "http://www.0day...
阅读全文
posted @ 2015-05-16 13:21 熊咪
阅读(169)
评论(0)
推荐(0)
编辑
爬虫学习--使用百度api---天气
摘要: #coding:utf-8#version:0.1#note:该即用API能查询指定城市的空气质量指数,但城市数量有限,截止2015年3月26日,只能查到全国161个城市的。import urllib.requestimport jsonimport collectionsimport urllib...
阅读全文
posted @ 2015-05-16 13:02 熊咪
阅读(267)
评论(0)
推荐(0)
编辑