05 2023 档案

摘要: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 布都御魂 阅读(50) 评论(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 布都御魂 阅读(13) 评论(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 布都御魂 阅读(62) 评论(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 布都御魂 阅读(108) 评论(0) 推荐(0)
摘要: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-05-26 17:05 布都御魂 阅读(48) 评论(0) 推荐(0)
摘要:1.查询条件里有空格 2.查询条件应该有引号引起来 阅读全文
posted @ 2023-05-24 08:34 布都御魂 阅读(35) 评论(0) 推荐(0)
摘要:import requestsdef request_zy(url): response = requests.get(url=url) return response.urlif __name__ == '__main__': url='http://www.baidu.com/link?url= 阅读全文
posted @ 2023-05-23 11:20 布都御魂 阅读(40) 评论(0) 推荐(0)
摘要:找不到MSVCR120.dll,无继续法执行代码” 官方链接Microsoft Visual C++可再发行的最新下载 mysqld: Can't create/write to file 'Drowerdownload\mysql-5.7.19-winx64\mysql-5.7.19-winx64 阅读全文
posted @ 2023-05-22 13:48 布都御魂 阅读(10) 评论(0) 推荐(0)
摘要:# -*- coding: utf-8 -*- # @Time : 2023/07/21 0021 21:46 # @Author : 张鑫 # @File : xnews # @Project : PyCharm 2023.1.1 import json import random import 阅读全文
posted @ 2023-05-20 19:07 布都御魂 阅读(243) 评论(0) 推荐(0)
摘要:# 导入必要的模块和库import timeimport reimport jsonimport requestsfrom hashlib import md5import hashlibfrom Crypto.Cipher import AESfrom Crypto.Util.Padding im 阅读全文
posted @ 2023-05-07 18:18 布都御魂 阅读(159) 评论(0) 推荐(0)
摘要:pip install crypto pycryptodomepip uninstall crypto pycryptodomepip install pycryptodome 阅读全文
posted @ 2023-05-07 17:18 布都御魂 阅读(102) 评论(0) 推荐(0)
摘要:删除迅雷插件 阅读全文
posted @ 2023-05-04 17:28 布都御魂 阅读(30) 评论(0) 推荐(0)