摘要: 安装Firefox42.0版本,点击菜单栏并选择附加组件,依次搜索Selenium IDE,Firepath和Firebug, 并选择与浏览器相适配的版本添加,添加后如图所示: 工具栏出现如下图标: 2.学会使用SeleniumIDE录制脚本和导出脚本 (1)点击工具栏上的seleniumIDE图标 阅读全文
posted @ 2018-04-14 22:10 V_SWAN 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 一:(a) 对于图中表示的细节: 1:int curPrime....curPrime=2 2~3:numPrimes<n 3:curPrime++;isPrime=true; 4:int i=0 5~6:i<=numPrimes-1 6~7:curPrime%primes[i]==0(T) 6~8 阅读全文
posted @ 2018-03-23 20:30 V_SWAN 阅读(114) 评论(0) 推荐(0) 编辑
摘要: Software Testing, Lab 1 Hamcrest的安装: http://mvnrepository.com/artifact/org.hamcrest/hamcrest-all/1.3 从该网址下载hamcrest-all/1.3版本,将其copy进项目下的lib文件夹,单击右键“B 阅读全文
posted @ 2018-03-23 20:27 V_SWAN 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 程序一: public int findLast (int[] x, int y) { //Effects: If x==null throw NullPointerException // else return the index of the last element // in x that 阅读全文
posted @ 2018-03-11 20:25 V_SWAN 阅读(112) 评论(0) 推荐(0) 编辑
摘要: cnblog: http://www.cnblogs.com/taehyungv97/ Github: https://github.com/kthlj 在angular框架应用学习过程中出现的问题 错误:在angular使用过程中出现$http.post()参数类型不正确的错误。 当时正在学习基于 阅读全文
posted @ 2018-03-11 20:21 V_SWAN 阅读(66) 评论(0) 推荐(0) 编辑