摘要: inurl: 用于搜索网页上包含的URL. 这个语法对寻找网页上的搜索,帮助之类的很有用. intext: 只搜索网页部分中包含的文字(也就是忽略了标题,URL等的文字).site: 可以限制你搜索范围的域名. filetype: 搜索文件的后缀或者扩展名intitle: 限制你搜索的网页标题.al 阅读全文
posted @ 2019-04-10 21:08 PerilongGideon 阅读(842) 评论(0) 推荐(0) 编辑
摘要: 使用python发送邮件, 解决了邮件不能群发问题 参考文章: https://blog.csdn.net/qq_20417499/article/details/80566265 阅读全文
posted @ 2019-03-17 22:59 PerilongGideon 阅读(180) 评论(0) 推荐(0) 编辑
摘要: #-*- encoding:utf8 -*- ''' Created on 2018年12月25日 @author: Administrator ''' from multiprocessing.dummy import Pool as pl import csv import requests from lxml import etree def spider(url): hea... 阅读全文
posted @ 2018-12-26 00:23 PerilongGideon 阅读(828) 评论(0) 推荐(0) 编辑