摘要: #### 如何进行linux带宽测试5. how to test NetWidth : ### 5.1 method1 to see (https://blog.csdn.net/Deronn/article/details/86682715): 1.从github克隆包到本地 # git clon 阅读全文
posted @ 2020-03-25 17:14 不带R的墨菲特 阅读(255) 评论(0) 推荐(0)
摘要: 1.如何镜像重命名: 第一种方法: docker tag localimage-id repo:new_tag chenyangdeMacBook-Pro:~ chenyang$ docker images REPOSITORY TAG IMAGE ID CREATED SIZE hello-wor 阅读全文
posted @ 2020-03-25 16:56 不带R的墨菲特 阅读(528) 评论(0) 推荐(0)
摘要: 1.前言关于uiautomator2: python-uiautomator2封装了谷歌自带的uiautomator2测试框架,提供便利的python接口。他允许测试人员直接在PC上编写Python的测试代码,操作手机应用,完成自动化,大大提高了自动化代码编写的效率。 工作原理 以下图片使用Wind 阅读全文
posted @ 2020-03-25 12:20 不带R的墨菲特 阅读(1743) 评论(0) 推荐(0)
摘要: 1、备份命令 格式:mysqldump -h主机名 -P端口 -u用户名 -p密码 --database 数据库名 > 文件名.sql 例如: mysqldump -h 192.168.1.100 -p 3306 -uroot -ppassword --database cmdb > /data/b 阅读全文
posted @ 2020-03-25 10:32 不带R的墨菲特 阅读(455) 评论(0) 推荐(0)