上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 26 下一页
摘要: org.springframework spring-aop 4.3.9.RELEASE org.springframework spring-beans 4.3.9.RELEASE org.springframework spring-context 4.3.9.RELEASE org.springf... 阅读全文
posted @ 2017-08-13 21:32 testway 阅读(5906) 评论(0) 推荐(0) 编辑
摘要: 1.1 top 1.1.1 命令说明 Top 命令能够实时监控系统的运行状态,并且可以按照cpu、内存和执行时间进行排序 1.1.2 参数说明 命令行启动参数: 用法: top -hv | -bcisSHM -d delay -n iterations [-u user | -U user] -p 阅读全文
posted @ 2017-08-11 21:09 testway 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 第二种,会有显示,好用点 阅读全文
posted @ 2017-08-08 20:05 testway 阅读(3901) 评论(0) 推荐(0) 编辑
摘要: 下载 selenium-server-standalone-3.4.0.jar包 在selenium-server-standalone-3.4.0.jar包目录下面执行cmd 命令 java -jar selenium-server-standalone-3.4.0.jar -role hub 启 阅读全文
posted @ 2017-08-01 17:16 testway 阅读(426) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(1906) 评论(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 阅读(322) 评论(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 阅读(4643) 评论(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 阅读(5267) 评论(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 阅读(3363) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-07-04 21:26 testway 阅读(0) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 26 下一页