会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
happy
To make a good person better.
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
92
下一页
2023年5月21日
requests: 基本使用、get、post、代理、cookie案例、超级鹰打码api
摘要: # 1、requests_1_基本使用 ```python """ .-''-. .--. _..._ .' .-. ) |__| .' '. / .' / / .--..-,.--. . .-. . (_/ / / | || .-. | | ' ' | / / | || | | | _ _ | |
阅读全文
posted @ 2023-05-21 15:18 yub4by
阅读(59)
评论(0)
推荐(0)
2023年4月13日
客户端模拟: selenium等
摘要: # 1. 为什么要学习selenium  
评论(0)
推荐(0)
2023年4月12日
解析: BeautifulSoup (bs4)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <div> <ul> <li id="l1">张三</li> <li id="l2">李四</li>
阅读全文
posted @ 2023-04-12 21:35 yub4by
阅读(68)
评论(0)
推荐(0)
2023年4月11日
解析: jsonpath
摘要: { "store": { "book": [ { "category": "修真", "author": "六道", "title": "坏蛋是怎样练成的", "price": 8.95 }, { "category": "修真", "author": "天蚕土豆", "title": "斗破苍穹"
阅读全文
posted @ 2023-04-11 23:51 yub4by
阅读(53)
评论(0)
推荐(0)
2023年4月10日
解析: xpath续: 站长素材图片下载器
摘要: """ .-''-. .--. _..._ .' .-. ) |__| .' '. / .' / / .--..-,.--. . .-. . (_/ / / | || .-. | | ' ' | / / | || | | | _ _ | | | | / / _ _ | || | | || ' / |
阅读全文
posted @ 2023-04-10 21:57 yub4by
阅读(84)
评论(0)
推荐(0)
2023年4月3日
解析: xpath
摘要: 解析_1_xpath基本使用 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"/> <title>Title</title> </head> <body> <ul> <li id="l1" class="c1">北京</li>
阅读全文
posted @ 2023-04-03 23:01 yub4by
阅读(32)
评论(0)
推荐(0)
urilib: ajax&异常&cookie登陆&handler&代理[池]
摘要: urllib_9_ajax的get请求豆瓣电影第一页 """ .-''-. .--. _..._ .' .-. ) |__| .' '. / .' / / .--..-,.--. . .-. . (_/ / / | || .-. | | ' ' | / / | || | | | _ _ | | |
阅读全文
posted @ 2023-04-03 22:58 yub4by
阅读(44)
评论(0)
推荐(0)
2023年4月1日
浅用文心一言
摘要: import java.util.Scanner; public class HorseRace { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); System.out.print
阅读全文
posted @ 2023-04-01 00:03 yub4by
阅读(71)
评论(0)
推荐(0)
2023年3月27日
浅用chatgpt
摘要: import requests from bs4 import BeautifulSoup # 设置请求头,模拟浏览器访问 headers = { 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36
阅读全文
posted @ 2023-03-27 22:40 yub4by
阅读(81)
评论(0)
推荐(0)
2023年3月25日
JsonUtils
摘要: import net.sf.json.JSONArray; import net.sf.json.JSONObject; import java.beans.IntrospectionException; import java.beans.Introspector; import java.bea
阅读全文
posted @ 2023-03-25 00:54 yub4by
阅读(29)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
92
下一页
公告