上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 26 下一页
摘要: 安装 django pip install django 创建虚拟环境 python -m venv testenvironment 进入虚拟环境: testenvironment\Scripts\activate.bat 虚拟环境安装 django pip install django 创建项目: 阅读全文
posted @ 2017-08-19 14:44 testway 阅读(151) 评论(0) 推荐(0)
摘要: 装python 2.7 RobotFramework是python2 写的,图形界面使用的wxpython及ride 还不支持python3 所以要安装python2.7版本, 官网下载:https://www.python.org/downloads/release/python-2713/ 选中 阅读全文
posted @ 2017-08-16 11:10 testway 阅读(1431) 评论(0) 推荐(0)
摘要: 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 阅读(5921) 评论(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 阅读(151) 评论(0) 推荐(0)
摘要: 第二种,会有显示,好用点 阅读全文
posted @ 2017-08-08 20:05 testway 阅读(3998) 评论(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 阅读(433) 评论(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 阅读(1921) 评论(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 阅读(334) 评论(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 阅读(4667) 评论(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 阅读(5357) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 26 下一页