随笔分类 -  Python

摘要:代码:# _*_ coding:utf-8 _*_import urllib2import re#import sys#reload(sys)#sys.setdefaultencoding('utf-8') class Tool: removeImg = re.compile(r'') ... 阅读全文
posted @ 2015-11-28 20:28 AndyJee 阅读(1128) 评论(0) 推荐(0) 编辑
摘要:代码:# _*_ coding:utf-8 _*_import urllibimport urllib2import reclass Tool: removingImg = re.compile('| {7}|') removingAddr = re.compile('|') re... 阅读全文
posted @ 2015-11-27 17:20 AndyJee 阅读(758) 评论(0) 推荐(0) 编辑
摘要:代码:# _*_ coding:utf-8 _*_import urllib2import refrom datetime import datetimeclass QSBK: def __init__(self): self.pageIndex = 1 self.... 阅读全文
posted @ 2015-11-26 11:15 AndyJee 阅读(763) 评论(0) 推荐(0) 编辑
摘要:最近想学一下Python爬虫与检索相关的知识,在网上看到这个教程,觉得挺不错的,分享给大家。来源:http://cuiqingcai.com/1052.html一、Python入门1.Python爬虫入门一之综述2.Python爬虫入门二之爬虫基础了解3.Python爬虫入门三之Urllib库的基本... 阅读全文
posted @ 2015-11-25 10:05 AndyJee 阅读(1117) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示