1. 离线安装包下载: Google Chrome 网络浏览器 注意查看其中的参数,可以根据自己的平台修改,参考:Google Chrome 离线安装包的官方下载地址是什么? - 鞠宇飞的回答 - 知乎 https://www.zhihu.com/question/19981495/answer/5 ...
分类:
系统相关 时间:
2021-07-27 17:33:13
阅读次数:
0
目录 安装Chrome 安装Chrome驱动程序 环境:CentOS Linux release 7.4.1708 (Core) 安装Chrome 下载安装包: wget https://dl.google.com/linux/direct/google-chrome-stable_current_ ...
分类:
其他好文 时间:
2021-07-27 17:32:34
阅读次数:
0
一、前言 在 Android 自动化测试方面,Google 提供了一个基于 Java 开发的库 UiAutomator,基本上支持所有的 Android 事件操作,使用简单。 在此基础上,有大佬开发出了一个 Python 的第三方库 uiautomator,原理是在手机上运行了一个http rpc服 ...
分类:
其他好文 时间:
2021-07-26 16:46:31
阅读次数:
0
在上篇文章中已经了解到界面Activity的绘制完全依赖其加载的视图组件View,不仅如此,用户的每次触摸操作都可以在界面Activity内接收并响应,也可以直接传递给其中的某个视图View响应。本文将针对这两种用户交互方式分别展开介绍。 ##界面内交互 ####界面响应 说到界面交互,很容易想到用 ...
分类:
移动开发 时间:
2021-07-19 16:30:37
阅读次数:
0
FastAPI https://fastapi.tiangolo.com/#performance FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based ...
分类:
编程语言 时间:
2021-07-16 17:45:01
阅读次数:
0
1.获取元素 1.1根据ID获取 语法:document.getElementById(id)作用:根据ID获取元素对象参数:id值,区分大小写的字符串返回值:元素对象 或 null 案例代码 <body> <div id="time">2019-9-9</div> <script> // 因为我们 ...
Test I get 10 times more traffic from [Google] [1] than from [Yahoo] [2] or [MSN] [3]. ? [1]: http://google.com/ "Google" [2]: http://search.yahoo.com ...
分类:
其他好文 时间:
2021-07-05 18:14:09
阅读次数:
0
查询历史弹幕 https://api.bilibili.com/x/v2/dm/history 时返回的是 ProtoBuf 格式的数据,需要用 protoc 和 google.protobuf 解析。 流程 首次使用,需要下载安装。https://github.com/protocolbuffer ...
分类:
其他好文 时间:
2021-07-05 17:06:05
阅读次数:
0
S3cmd(s3cmd)是免费的命令行工具和客户端,用于在Amazon S3和其他使用S3协议的云存储服务提供商(例如Google Cloud Storage或DreamHost DreamObjects)中上载,检索和管理数据。最适合熟悉命令行程序的高级用户。它也是批处理脚本和自动备份到S3(由c ...
分类:
其他好文 时间:
2021-07-02 16:24:40
阅读次数:
0
1、内嵌nodejs 作用:显示最终页面。 2、前端组件 包括:Button,Checkbox,Grid,TextField,ProcessBar,Dialog,RadioButton,以及各种Layout等(全部是Java类,实现了Compoment接口) 3、内嵌GWT (Google Web ...
分类:
其他好文 时间:
2021-07-02 15:57:57
阅读次数:
0