上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 25 下一页
摘要: # 导入必要的模块和库import timeimport reimport jsonimport requestsfrom hashlib import md5import hashlibfrom Crypto.Cipher import AESfrom Crypto.Util.Padding im 阅读全文
posted @ 2023-05-07 18:18 布都御魂 阅读(160) 评论(0) 推荐(0)
摘要: pip install crypto pycryptodomepip uninstall crypto pycryptodomepip install pycryptodome 阅读全文
posted @ 2023-05-07 17:18 布都御魂 阅读(107) 评论(0) 推荐(0)
摘要: 删除迅雷插件 阅读全文
posted @ 2023-05-04 17:28 布都御魂 阅读(30) 评论(0) 推荐(0)
摘要: 目标 // 从 var x_bogus = 'DFSzswVVUyXANrqJSkdAml9WX7jG'; // 还原出 var x_array = [64, 0.00390625, 1, 28, 7, 22, 69, 63, 0, 186, 99, 164, 90, 214, 32, 0, 190 阅读全文
posted @ 2023-04-24 21:57 布都御魂 阅读(1174) 评论(1) 推荐(0)
摘要: # -*- coding: utf-8 -*-# @Time : 2023/04/16 0016 14:02# @Author : 张鑫# @File : prac# @Project : PyCharm 2022.1.4import datetimeimport jsonimport timefr 阅读全文
posted @ 2023-04-16 17:56 布都御魂 阅读(30) 评论(0) 推荐(0)
摘要: 在桌面用win+r进入命令窗口,第二次打开只需要win+r启动scrapyd服务,进入gerapy文件夹,启动gerapy服务:gerapy runserver 进入桌面: cd desktop 打开scrapyd服务:scrapyd 重开一个窗口重复1到2 初始化gerapy:gerapy ini 阅读全文
posted @ 2023-03-23 17:41 布都御魂 阅读(270) 评论(0) 推荐(0)
摘要: 错误信息: Could not install packages due to an OSError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Max retries exceeded with url: /pack 阅读全文
posted @ 2022-07-29 16:13 布都御魂 阅读(531) 评论(0) 推荐(0)
摘要: 错误信息:无法将“D:\PyCharm”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确,然后再试一次。 解决方法:更换阿里云镜像源,添加 --trusted-host mirrors.aliyun.com python -m pip inst 阅读全文
posted @ 2022-07-29 15:59 布都御魂 阅读(101) 评论(0) 推荐(0)
摘要: from math import ceildef split_word(lst, size): word_list = list( map(lambda x: lst[x * size:x * size + size], list(range(0, ceil(len(lst) / size))))) 阅读全文
posted @ 2022-07-28 16:55 布都御魂 阅读(24) 评论(0) 推荐(0)
摘要: import warningswarnings.filterwarnings("ignore") 阅读全文
posted @ 2022-07-22 15:23 布都御魂 阅读(371) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 25 下一页