上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 26 下一页
摘要: 想在jenkins中,自动定时启动appium服务,shell命令已准备如下: 其中,nohup 是后台启动命令 清理进程: ps -ef |grep appium |grep -v grep |awk '{print $2}' |xargs kill -9 如果appium服务已经启动,就杀死该进 阅读全文
posted @ 2018-05-18 12:42 testway 阅读(673) 评论(0) 推荐(0)
摘要: 在实践中,使用Jenkins发送测试报告,收到邮件,邮件内容中的中文为乱码,邮件发送的方式是在Jenkins发邮件设置中设置邮件内容为:${FILE,path="report_ug.html"} ,其中report_ug.html 就是报告内容的html report_ug.html java生成方 阅读全文
posted @ 2018-05-15 09:27 testway 阅读(1062) 评论(0) 推荐(0)
摘要: 执行存储过程,报错 java.sql.SQLException: The user specified as a definer ('root'@'10.%.%.%') does not exist at com.mysql.cj.jdbc.exceptions.SQLError.createSQL 阅读全文
posted @ 2018-05-10 11:46 testway 阅读(670) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2018-05-10 08:33 testway 阅读(2) 评论(0) 推荐(0)
摘要: java连接mysql 8.0.11报错 java.sql.SQLException: Unknown system variable 'query_cache_size' at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQL 阅读全文
posted @ 2018-05-09 11:40 testway 阅读(4757) 评论(0) 推荐(0)
摘要: IDEA for MAC OS X 快捷键键位说明(注:本人的control+space是spotLight) 键位 功能介绍 使用说明 推荐指数 tab+空格 基本代码补全功能,包括类名、方法名、或者变量名 当你想要偷懒时可以使用这个功能 4 tab+shift+空格 智能代码补全 4 comma 阅读全文
posted @ 2018-05-09 09:45 testway 阅读(2475) 评论(0) 推荐(0)
摘要: 使用appium1.8 ,启动app过程中报错: 2018-05-08 17:09:16:890 - [W3C] Encountered internal error running command: Error: [100%] /data/local/tmp/UnicodeIME-debug.ap 阅读全文
posted @ 2018-05-08 17:56 testway 阅读(853) 评论(0) 推荐(0)
摘要: idea 下载git代码 执行testng用例,报错: 下午4:47 Error running 'Test.apkStart': Cannot start process, the working directory '/Users/pub_pawf_autotest/autotest/auto_ 阅读全文
posted @ 2018-05-08 17:05 testway 阅读(1265) 评论(0) 推荐(0)
摘要: 报错 xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xc 阅读全文
posted @ 2018-05-08 14:59 testway 阅读(7136) 评论(0) 推荐(0)
摘要: 1、下载MySQL Community 版本:8.0.11,本次例子是以dmg安装的方式,下载的文件名为:mysql-8.0.11-macos10.13-x86_64.dmg 下载地址:https://dev.mysql.com/downloads/mysql/ 下载需要自己登录oracle账号 2 阅读全文
posted @ 2018-05-07 14:59 testway 阅读(1510) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 26 下一页