上一页 1 2 3 4 5 6 7 8 ··· 23 下一页
摘要: import hashlib import random import re import ssl import requests import time from lxml import etree import pymysql import requests from hashlib impor 阅读全文
posted @ 2023-06-13 11:17 布都御魂 阅读(47) 评论(0) 推荐(0) 编辑
摘要: # 下载图片 def download_img(save_path, img_url): headers = { 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Geck 阅读全文
posted @ 2023-06-06 16:41 布都御魂 阅读(18) 评论(0) 推荐(0) 编辑
摘要: ''' https://www.mining120.com/shebei/ 粉碎设备 https://www.mining120.com/shebei/search.php?catid=1972&page=2 ''' import hashlib import random import reque 阅读全文
posted @ 2023-06-05 16:22 布都御魂 阅读(19) 评论(0) 推荐(0) 编辑
摘要: import restr1='<h1>2022你好呀</h1>'print(''.join(re.findall('[\u4e00-\u9fa5]',str1))) 阅读全文
posted @ 2023-06-05 15:00 布都御魂 阅读(36) 评论(0) 推荐(0) 编辑
摘要: ''' 百度爱采购 ''' import hashlib import json import random import re from selenium.webdriver.support.ui import WebDriverWait from selenium.webdriver.suppo 阅读全文
posted @ 2023-06-01 15:28 布都御魂 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 用r'''复制内容''' 阅读全文
posted @ 2023-06-01 09:27 布都御魂 阅读(19) 评论(0) 推荐(0) 编辑
摘要: import random import time from selenium import webdriver import requests from lxml import etree from selenium.webdriver.common.by import By def reques 阅读全文
posted @ 2023-05-31 10:41 布都御魂 阅读(36) 评论(0) 推荐(0) 编辑
摘要: # -*- coding:utf-8 -*- # 生产键列表 f = open(r'key_list.txt', 'r') a = [i.replace('\n', '') for i in f] # 生成值列表 f2 = open(r'value_list.txt', 'r') b = [i.re 阅读全文
posted @ 2023-05-30 16:14 布都御魂 阅读(6) 评论(0) 推荐(0) 编辑
摘要: import random import time import pymysql import requests dict_area = {'北京': '32', '天津': '33', '上海': '34', '重庆': '35', '河北': '5', '山西': '6', '辽宁': '7', 阅读全文
posted @ 2023-05-30 15:23 布都御魂 阅读(43) 评论(0) 推荐(0) 编辑
摘要: import hashlib import random import re from urllib.parse import quote, unquote import pymysql import time import requests from lxml import etree def g 阅读全文
posted @ 2023-05-26 17:07 布都御魂 阅读(62) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 23 下一页