07 2017 档案

摘要:IntelliJ Idea 常用快捷键 列表(实战终极总结!!!!) 1. 自动代码 常用的有fori/sout/psvm+Tab即可生成循环、System.out、main方法等boilerplate样板代码 例如要输入for(User user : users)只需输入user.for+Tab 阅读全文
posted @ 2017-07-28 15:10 testway 阅读(1912) 评论(0) 推荐(0) 编辑
摘要:package myspider; import java.io.UnsupportedEncodingException; /** * * @author mark */ public class Test { public static void main(String[] args) throws UnsupportedEncodingExc... 阅读全文
posted @ 2017-07-24 21:42 testway 阅读(323) 评论(0) 推荐(0) 编辑
摘要:resource_dir=/tmp/jobs20170711/jobs/*/config.xmltarget_dir=/tmp/jobs20170711/bakefilelist=`ls $resource_dir`for file in $filelistdores_file=`echo $fil 阅读全文
posted @ 2017-07-12 21:33 testway 阅读(4655) 评论(0) 推荐(0) 编辑
摘要:为了获取android toast ,需要升级selenium 到 3.4.0 和appium 5.0.0-BETA9 到最新版本,并在启动代码前面追加一行代码: capabilities.setCapability(MobileCapabilityType.AUTOMATION_NAME, Aut 阅读全文
posted @ 2017-07-12 20:17 testway 阅读(5288) 评论(0) 推荐(0) 编辑
摘要:jemter 官方也一直强调要在非GUI下执行 Run your JMeter test in command-line non-GUI mode as 在linux下执行jmeter压力测试,生成jtl文件,在gui下导入该jtl,没有请求信息和响应信息 请求信息显示:No data to dis 阅读全文
posted @ 2017-07-07 21:23 testway 阅读(3372) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2017-07-04 21:26 testway 阅读(0) 评论(0) 推荐(0) 编辑