上一页 1 2 3 4 5 6 7 8 9 10 ··· 92 下一页
摘要: # 1、requests_1_基本使用 ```python """ .-''-. .--. _..._ .' .-. ) |__| .' '. / .' / / .--..-,.--. . .-. . (_/ / / | || .-. | | ' ' | / / | || | | | _ _ | | 阅读全文
posted @ 2023-05-21 15:18 yub4by 阅读(59) 评论(0) 推荐(0)
摘要: # 1. 为什么要学习selenium ![image](https://img2023.cnblogs.com/blog/2370433/202304/2370433-20230413212506797-398737562.png) ![image](https://img2023.cnblogs 阅读全文
posted @ 2023-04-13 21:26 yub4by 阅读(39) 评论(0) 推荐(0)
摘要: <!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)
摘要: { "store": { "book": [ { "category": "修真", "author": "六道", "title": "坏蛋是怎样练成的", "price": 8.95 }, { "category": "修真", "author": "天蚕土豆", "title": "斗破苍穹" 阅读全文
posted @ 2023-04-11 23:51 yub4by 阅读(53) 评论(0) 推荐(0)
摘要: """ .-''-. .--. _..._ .' .-. ) |__| .' '. / .' / / .--..-,.--. . .-. . (_/ / / | || .-. | | ' ' | / / | || | | | _ _ | | | | / / _ _ | || | | || ' / | 阅读全文
posted @ 2023-04-10 21:57 yub4by 阅读(84) 评论(0) 推荐(0)
摘要: 解析_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)
摘要: urllib_9_ajax的get请求豆瓣电影第一页 """ .-''-. .--. _..._ .' .-. ) |__| .' '. / .' / / .--..-,.--. . .-. . (_/ / / | || .-. | | ' ' | / / | || | | | _ _ | | | 阅读全文
posted @ 2023-04-03 22:58 yub4by 阅读(44) 评论(0) 推荐(0)
摘要: 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)
摘要: 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)
摘要: 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 下一页