上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 13 下一页
摘要: 点击查看代码 https://blog.51cto.com/u_16213433/10538881 from DrissionPage import Chromium tab = Chromium().latest_tab tab.get('https://www.jxjyedu.org.cn/') 阅读全文
posted @ 2024-10-12 16:45 神仙不在 阅读(56) 评论(0) 推荐(0)
摘要: 点击查看代码 安装 pip install DrissionPage pip install -i https://pypi.tuna.tsinghua.edu.cn/simple DrissionPage 卸载pip uninstall DrissionPage 查看版本pip show dris 阅读全文
posted @ 2024-10-10 19:23 神仙不在 阅读(76) 评论(0) 推荐(0)
摘要: 点击查看代码 import requests import os # 下图片功能 def down_img(url, zid): if not os.path.exists(zid): os.makedirs(zid) headers = { "user-agent": "Mozilla/5.0 ( 阅读全文
posted @ 2024-10-09 23:32 神仙不在 阅读(18) 评论(0) 推荐(0)
摘要: 方法一走登录验证码逻辑,搞定验证码和一个变化的参数,练技术 点击查看代码 import requests from lxml import etree session = requests.Session() url = 'https://www.spiderbuf.cn/playground/e0 阅读全文
posted @ 2024-10-08 22:09 神仙不在 阅读(25) 评论(0) 推荐(0)
摘要: 点击查看代码 import requests from lxml import etree login_url = 'https://www.spiderbuf.cn/playground/e01/login' headers = { "User-Agent": "Mozilla/5.0 (Wind 阅读全文
posted @ 2024-10-08 16:23 神仙不在 阅读(16) 评论(0) 推荐(0)
摘要: 点击查看代码 import requests from lxml import etree url = 'https://www.spiderbuf.cn/playground/s08' headers = { "user-agent": "Mozilla/5.0 (Windows NT 10.0; 阅读全文
posted @ 2024-10-08 15:54 神仙不在 阅读(26) 评论(0) 推荐(0)
摘要: 点击查看代码 import requests url = 'https://www.spiderbuf.cn/playground/iplist' headers = { "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWe 阅读全文
posted @ 2024-10-08 15:30 神仙不在 阅读(21) 评论(0) 推荐(0)
摘要: 点击查看代码 import requests from lxml import etree url = 'https://www.spiderbuf.cn/playground/s06' headers = { "user-agent": "Mozilla/5.0 (Windows NT 10.0; 阅读全文
posted @ 2024-10-08 14:52 神仙不在 阅读(40) 评论(0) 推荐(0)
摘要: 点击查看代码 import requests from lxml import etree import os if not os.path.exists('./美图'): os.makedirs('./美图') url = 'https://www.spiderbuf.cn/playground/ 阅读全文
posted @ 2024-10-08 09:35 神仙不在 阅读(20) 评论(0) 推荐(0)
摘要: 点击查看代码 // ==UserScript== // @name 52pojie自动签到 // @namespace http://tampermonkey.net/ // @version 0.2 // @description 自动在52pojie论坛进行每日签到 // @match http 阅读全文
posted @ 2024-10-08 07:26 神仙不在 阅读(145) 评论(2) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 13 下一页