Uiautomator2 Uiautomator2准备工作 配置Android-adb 安装uiautomator2 pip install --pre -U ui 2019-06-02 Python 爬虫 Re正则表达式 正则表达式是什么 正则表达式(Regular Expression)目的是为了字符串模式匹配,从而实现搜索和替换功能。所以它是一种用来描述规 2019-06-01 Python Python Requests库 Requests库 Get请求import response response = requests.get('http://www. 2019-05-30 Python 爬虫 Selenium Selenium自动化测试工具,支持多种浏览器,爬虫中主要用来解决JavaScript渲染的问题. 基本使用from selenium im 2019-05-28 Python 爬虫 CSV文件存储 CSV文件存储CSV,(Comma-Separated Values)其文件以纯文本形式存储表格数据。 写入import csv with 2019-04-30 Python 爬虫 Json存储 JSON格式转换JSONimport json str = """ [ { "id":"001", 2019-04-29 Python 爬虫 Scrapy-爬虫 安装 pip install --upgrade pip pip install Scrapy 爬取步骤 新建项目 明确目标 制作爬虫 2019-04-27 Python 爬虫 Scrapy Django-Cookie与Session cookie在网站中,http请求是无状态的。也就是说即使第一次和服务器连接后并且登录成功后,第二次请求服务器依然不能知道当前请求是哪个用户 2019-04-26 Python Django Django-表单 表单必须指定的东西 目的地 用户将数据发送的目的 方式 发送数据的HTTP方法 Django自带表单类编写表单类 提前导入forms模块 2019-04-26 Python Django 初体验 PyQt5GUI Graphical User Interface 官方标准库 PyQt PySide wxPython PyGUI Ki 2019-04-21 Python PyQt5