会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
yile
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
下一页
2019年11月21日
appium参考资料
摘要: appium desktop https://github.com/appium/appium-desktop/releases sdk与android studio https://developer.android.com/studio/?hl=zh-cn#downloads capabilit
阅读全文
posted @ 2019-11-21 15:47 yile
阅读(130)
评论(0)
推荐(0)
2019年11月14日
allure命令生成html报告
摘要: 1.pytest --alluredir=F:\MyProject\My_First_allure\report F:\MyProject\My_First_allure\test_demo3.py 2.allure generate F:\MyProject\My_First_allure\rep
阅读全文
posted @ 2019-11-14 16:51 yile
阅读(3658)
评论(0)
推荐(0)
2019年11月10日
poetry
摘要: curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python poetry init
阅读全文
posted @ 2019-11-10 10:38 yile
阅读(191)
评论(0)
推荐(0)
2019年11月9日
命令行启动模拟器
摘要: 1.连接设备 adb devices 2.查看当前拥有的模拟器列表(which emulator) -list-avds 3.连接指定的模拟器(which emulator)@模拟器名称 4.可以自己生成appium log,便于分析 5.连接到自己到appium serve
阅读全文
posted @ 2019-11-09 22:35 yile
阅读(1220)
评论(0)
推荐(0)
2019年11月8日
redis直接在Linux登录查询
摘要: 短信:SmsTemplateConfig1. 在test2环境任意位置输入redis-cli(登录redis客户端)2. Keys group_*(查看所有短信用到的key)3. llen group_* (查看短信的数量,如:llen group_notify)4. LRANGE group_no
阅读全文
posted @ 2019-11-08 10:31 yile
阅读(8236)
评论(0)
推荐(0)
2019年11月4日
jenkins构建自动化脚本
摘要:
阅读全文
posted @ 2019-11-04 18:00 yile
阅读(128)
评论(0)
推荐(0)
安装docker
摘要: 1.windows安装docker choco install docker-for-windows 2.安装成功后,需要重启系统 3.配置阿里云docker镜像加速器 注册阿里云 容器Hub服务控制台
阅读全文
posted @ 2019-11-04 10:24 yile
阅读(373)
评论(0)
推荐(0)
2019年11月3日
docker中查看Jenkins administrator密码
摘要: 1.docker ps -a 查看docker容器id 2.docker exec -u 0 -it a0be9d163c23 /bin/bash -u 0是使用root权限 a0be9d163c23是Jenkins的容器id 3.cat /var/jenkins_home/secrets/init
阅读全文
posted @ 2019-11-03 20:15 yile
阅读(1998)
评论(0)
推荐(1)
2019年10月31日
Http缓存机制
摘要: 转:https://juejin.im/post/5a1d4e546fb9a0450f21af23 强制缓存 对于强制缓存,服务器响应的header中会用两个字段来表明——Expires和Cache-Control。 Expires Exprires的值为服务端返回的数据到期时间。 当再次请求时的请
阅读全文
posted @ 2019-10-31 16:33 yile
阅读(160)
评论(0)
推荐(0)
Jenkins启动的两种方式
摘要: 一、tomcat启动 1.准备一台tomcat服务器 2.将Jenkins.war复制到$tomcat_home/wepapp目录下 3.启动tomcat 4.在浏览器中输入http://localhost:8080/jenkins,(http://<tomcat_ip>:<tomcat_port>
阅读全文
posted @ 2019-10-31 10:03 yile
阅读(1173)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告