摘要: 安装环境 我的环境是mac + firefox42 + selenium 2.9.1 火狐历史版本的下载链接:http://ftp.mozilla.org/pub/firefox/releases/ 本次实验需要下载大量jar包,如下图所示 需要下载链接的同学可以私信我 实验过程 1. 打开sele 阅读全文
posted @ 2018-04-15 00:11 Iridescent_Izayoi 阅读(425) 评论(0) 推荐(0) 编辑
摘要: 代码(修改版,可运行) package tjuscsst_hw3; public class hw3 { / Finds and prints n prime integers Jeff Offutt, Spring 2003 / private static int MAXPRIMES = 100 阅读全文
posted @ 2018-03-24 17:41 Iridescent_Izayoi 阅读(649) 评论(0) 推荐(0) 编辑
摘要: Junit和Hamcrest的安装 环境:Mac 10.12.6 Eclipse 安装包:Junit 4.12版本 Hamcrest 1.3版本 链接:http://pan.baidu.com/s/1c2cRqdM 密码:hfix 下载完成后,将这些jar包导入到Java项目中。 新建一个Java项 阅读全文
posted @ 2018-03-22 11:16 Iridescent_Izayoi 阅读(278) 评论(0) 推荐(0) 编辑
摘要: 代码段1 q1: Identify the fault a1: 循环条件中i 0应该改为i =0, 如果不更改会忽略数组第一个数字 q2: If possible, identify a test case that does not execute the fault. (Reachability 阅读全文
posted @ 2018-03-14 22:14 Iridescent_Izayoi 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 写在前面 这条博客的目的是完成作业,就搬运了自己以前的一篇博客略加修改 ,内容是自己以前写的一道acm题,应该也算project吧...... 题目链接 http://acm.hdu.edu.cn/showproblem.php?pid=2089 题目大意 给出一个数字区间[n,m](0 inclu 阅读全文
posted @ 2018-03-12 14:47 Iridescent_Izayoi 阅读(146) 评论(0) 推荐(0) 编辑