摘要: 作业题目:教材49页第7题a到d,并基于Junit及Eclemma实现一个主路径覆盖的测试一、Use the following method printPrimes() for questions a-f below (a) Draw the control flow graph for the 阅读全文
posted @ 2016-03-30 21:40 Moody_Abu 阅读(357) 评论(0) 推荐(0)
摘要: 一、上机时间及地点 2016年3月18日10:25到12:00,上机55A210 二、上机实验内容 1、Install Junit(4.12), Hamcrest(1.3) with Eclipse 2、Install Eclemma with Eclipse 3、Write a java prog 阅读全文
posted @ 2016-03-18 17:30 Moody_Abu 阅读(228) 评论(0) 推荐(0)
摘要: 作业题目 Below are four faulty programs. Each includes a test case that results in failure. Answer the following questions (in the next slide) about each 阅读全文
posted @ 2016-03-09 13:59 Moody_Abu 阅读(178) 评论(0) 推荐(0)
摘要: 最近印象最深的是上学期期末的WEB作业,是关于做一个骨髓库系统的网页,当时整体完成后,由于过程中测试的都是英文,所以后来发现输入中文的时候,会出现乱码。根据这一情况,我首先查询了数据库,发现了数据库中存储的即为乱码,当时首先观察数据库存储编码方式,发现并无错误。后来,在代码中分批输出数据,发现是在从 阅读全文
posted @ 2016-03-07 11:43 Moody_Abu 阅读(139) 评论(0) 推荐(0)