摘要: # -*- coding: utf-8 -*- # @Time : 2020/9/21 11:13 # @Author : aqiong # @Site : # @File : 站长之家简历爬取.py # @Software: PyCharm import requests from lxml im 阅读全文
posted @ 2020-09-22 22:42 阿琼!!!!! 阅读(241) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*- # @Time : 2020/9/15 22:27 # @Author : aqiong # @Site : # @File : Xpath练习.py # @Software: PyCharm from lxml import etree if __n 阅读全文
posted @ 2020-09-18 11:23 阿琼!!!!! 阅读(308) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*- # @Time : 2020/9/16 21:56 # @Author : aqiong # @Site : # @File : Xpat图片解析.py # @Software: PyCharm import requests from lxml im 阅读全文
posted @ 2020-09-18 00:22 阿琼!!!!! 阅读(287) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*- # @Time : 2020/9/15 21:26 # @Author : aqiong # @Site : # @File : 正则爬虫练习2.py # @Software: PyCharm import requests import re imp 阅读全文
posted @ 2020-09-16 12:43 阿琼!!!!! 阅读(151) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*- # @Time : 2020/9/15 22:23 # @Author : aqiong # @Site : # @File : bs4三国演义练习.py # @Software: PyCharm #https://www.shicimingju.co 阅读全文
posted @ 2020-09-16 12:38 阿琼!!!!! 阅读(273) 评论(0) 推荐(0) 编辑
摘要: test.html: <html lang="en"> <head> <meta charset="UTF-8" /> <title>测试bs4</title> </head> <body> <div> <p>百里守约</p> </div> <div class="song"> <p>李清照</p> 阅读全文
posted @ 2020-09-16 11:18 阿琼!!!!! 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 地址:http://scxk.nmpa.gov.cn:81/xk/ #!/usr/bin/env python # -*- coding: utf-8 -*- # @Time : 2020/9/10 21:32 # @Author : aqiong # @Site : # @File : natio 阅读全文
posted @ 2020-09-14 14:22 阿琼!!!!! 阅读(461) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python # -*- coding: utf-8 -*- # @Time : 2020/8/28 10:05 # @Author : aqiong # @Site : # @File : 贴吧爬虫.py # @Software: PyCharm #https://t 阅读全文
posted @ 2020-09-08 11:26 阿琼!!!!! 阅读(2903) 评论(0) 推荐(0) 编辑
摘要: #https://movie.douban.com/top250 #-*-coding:utf-8-*- import sys from bs4 import BeautifulSoup ##网页解析,获取数据 import re ##正则表达式,进行文字匹配 import urllib.reque 阅读全文
posted @ 2020-08-28 09:59 阿琼!!!!! 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 升级kattle版本。 我之前是用的5,各种问题,查询有说设置内存参数,日志参数还有调整适合的提交数量,但都没有解决,后来改用7就没有这些问题了。 阅读全文
posted @ 2020-08-27 10:51 阿琼!!!!! 阅读(965) 评论(0) 推荐(0) 编辑