- 博客(5)
- 收藏
- 关注
原创 关于线性代数的思考
Linear Algebra1. Linear Transformation1) What is the Linear Transformation?https://blog.youkuaiyun.com/zhaodongh/article/details/794325212)How can we describe the motion?Every linear transformation is matched with a group of matrices. When we want to descri
2020-07-02 16:39:59
667
原创 爬虫之数据解析
数据解析正则(字符串匹配)Re模块(表达式,方法)1)规则https://blog.youkuaiyun.com/CareChere/article/details/52315728?2)检测https://regex101.com/#javascriptxpath1)安装# 安装支持 解析html和XML的解析库 lxmlfrom lxml import etree2)使用方法1.转解析类型xpath_data = etree.HTML(data)2.调用 xpath的方法r
2020-07-02 16:26:48
252
原创 爬虫之Request库的使用
Requests库一. 优点简单易用url自动转义py2和py3一致二. 使用方法User-Agent包含电脑信息和浏览器信息,为了反爬,采用多个User-Agent的方式。网上可查询到headers = { 'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari
2020-07-02 16:23:13
264
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人