摘要: Selenium 编程实验报告 1. 录制脚本 首先下载SeleniumIDE 插件,这里我选择selenium_ide-2.9.1-fx版本。然后拖到firefox浏览器中插件管理界面,点击安装。在所需要进行录制的界面上,点击插件,之后在该界面上完成一系列的操作。当需要停止录制的时候,点击sele 阅读全文
posted @ 2017-03-26 23:02 喷水小火龙 阅读(953) 评论(0) 推荐(0) 编辑
摘要: a) Draw the control flow graph for the printPrimes() method. a) Consider test cases t1=(n=3) and t2=(n=5). Although these tour the same prime paths in 阅读全文
posted @ 2017-03-14 23:12 喷水小火龙 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 1. Install JUnit, Hamcrest, eclemma. I use IntelliJ IDEA IDE instead of Eclipse. Now I report the step to install the JUnit in IDEA. First of all, we 阅读全文
posted @ 2017-03-12 16:30 喷水小火龙 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 最近一周接触了laravel。 了解了laravel5.4的新特性。 thinkphp是MVC框架。 个人感觉laravel的框架结构比thinkphp更加细腻,多出了路由这一个东西。Model层同样的为Controller层提供便利。视图层进行界面的渲染,而路由和Controller进行绑定之后可 阅读全文
posted @ 2017-03-07 18:33 喷水小火龙 阅读(405) 评论(0) 推荐(0) 编辑
摘要: Project The project I recently completed is a Registration system of Innovation Contest of Tianjin University(天津大学创新创想大赛). Nature The nature of the pr 阅读全文
posted @ 2017-02-28 16:30 喷水小火龙 阅读(223) 评论(0) 推荐(0) 编辑
摘要: Code1 1. Identify the fault. The condition expression of the for loop, should be i >= 0. it’s wrong because it ignores the condition when i=0. 2. If p 阅读全文
posted @ 2017-02-27 15:14 喷水小火龙 阅读(296) 评论(0) 推荐(0) 编辑
摘要: The problem which impress me most is that when a input file is not given as the rule, what would happen? Please look as the following code. The code i 阅读全文
posted @ 2017-02-27 15:09 喷水小火龙 阅读(297) 评论(0) 推荐(0) 编辑