摘要: ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.1.0i 14 Aug 2018'. See: https://github. 阅读全文
posted @ 2024-11-06 14:41 潇洒哥001 阅读(810) 评论(0) 推荐(0)
摘要: MySQL对JSON数据操作 链接:[(160条消息) 【MySQL】对JSON数据操作(全网最全)_mysql json_0世界和平0的博客-CSDN博客](https://blog.csdn.net/asd529735325/article/details/107205214) 1. 创建jso 阅读全文
posted @ 2023-07-17 14:38 潇洒哥001 阅读(185) 评论(0) 推荐(0)
摘要: 爬虫自学 解析网页数据: 解析纯文本,可以选择正则表达式,(re模块) 解析HTML或XML格式的数据,则可以选择正则表达式、XPath、BeautifulSoup(lxml库和bs4库) 解析JSON格式的数据,则可以选择JSONPath(jsonpath模块) 正则表达式语法: 元字符 .——匹 阅读全文
posted @ 2023-02-28 21:58 潇洒哥001 阅读(42) 评论(0) 推荐(0)