会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
左岸丶
自己需要的,才是最好的,,,
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
9
10
11
12
13
14
15
16
17
···
33
下一页
2021年3月2日
Sikulix图形自动化
摘要: https://blog.csdn.net/yuxinxin123456/article/details/82429447
阅读全文
posted @ 2021-03-02 14:18 左岸丶
阅读(102)
评论(0)
推荐(0)
2021年3月1日
apifox接口测试工具
摘要: https://www.apifox.cn/# https://www.apifox.cn/help/
阅读全文
posted @ 2021-03-01 18:05 左岸丶
阅读(255)
评论(0)
推荐(0)
2021年2月23日
Airtest自动化测试工具
摘要: https://www.cnblogs.com/fnng/p/10247339.html
阅读全文
posted @ 2021-02-23 11:37 左岸丶
阅读(74)
评论(0)
推荐(0)
2021年2月4日
maven 配置连接harbor
摘要: 修改配置文件maven/conf/setting.xml的大概130行左右 <server> <id>docker-harbor-registry</id> <username>admin</username> <password>Harbor</password> </server>
阅读全文
posted @ 2021-02-04 16:25 左岸丶
阅读(543)
评论(0)
推荐(0)
jenkins ssh连接超时 SSH: Disconnecting configuration
摘要: SSH: Disconnecting configuration [192.168.2.68] ... ERROR: Exception when publishing, exception message [Exec timed out or was interrupted after 120,0
阅读全文
posted @ 2021-02-04 15:49 左岸丶
阅读(12654)
评论(0)
推荐(0)
2021年2月2日
docker配置文件daemon.json daemon.json
摘要: vim /etc/docker/daemon.json { "insecure-registries": ["XXX:18189","192.168.2.152:18189"], //配置docker支持http方式访问私有仓库 "registry-mirrors": ["http://hub-mi
阅读全文
posted @ 2021-02-02 10:21 左岸丶
阅读(1685)
评论(0)
推荐(0)
2021年1月26日
迁移git项目
摘要: git clone --bare git@e.coding.net:youname/gitname.git #首先克隆一份代码 #新gitlab上创建项目 cd gitname.git #进入文件夹 git push --mirror git@gitlab.xxxx.com:xxx/xxxx.git
阅读全文
posted @ 2021-01-26 16:56 左岸丶
阅读(101)
评论(0)
推荐(0)
APP性能测试
摘要: app常见性能测试点 APP性能测试 APP性能测试工具——GT 使用方法(转)
阅读全文
posted @ 2021-01-26 16:51 左岸丶
阅读(200)
评论(0)
推荐(0)
PerfDog
摘要: PerfDog移动全平台性能分析专家(性能狗performance dog) https://perfdog.qq.com/
阅读全文
posted @ 2021-01-26 16:49 左岸丶
阅读(100)
评论(0)
推荐(0)
adb 常用操作
摘要: 1.安装卸载APP adb install -r 文件名 adb uninstall 包名 2.获取包名 1 1.先连接上手机,使用命令 adb shell am monitor 2.打开想要获取包名的APP即可 2 1.打开app 2.运行adb shell dumpsys window | fi
阅读全文
posted @ 2021-01-26 16:37 左岸丶
阅读(182)
评论(0)
推荐(0)
上一页
1
···
9
10
11
12
13
14
15
16
17
···
33
下一页
公告