摘要: Task Visit the students' ID system (http://121.193.130.195:8080/), after logging the system we can see the whole information of one particular student 阅读全文
posted @ 2017-03-26 16:01 陈旭远 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 1. Codes from the textbook /******************************************************* * Finds and prints n prime integers * Jeff Offutt, Spring 2003 *** 阅读全文
posted @ 2017-03-14 22:14 陈旭远 阅读(167) 评论(0) 推荐(0) 编辑
摘要: Tasks: 1.Install Junit(4.12), Hamcrest(1.3) with Eclipse 2.Install Eclemma with Eclipse 3.Write a java program for the triangle problem and test the p 阅读全文
posted @ 2017-03-11 13:12 陈旭远 阅读(128) 评论(0) 推荐(0) 编辑
摘要: Question: 1. Indentify the fault 2. Indentify a test case that does not execute the fault 3. Indentify a test case that execute the fault but does not 阅读全文
posted @ 2017-03-11 13:12 陈旭远 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 上学期我们编写web开发大作业(使用node.js作为后端开发)的时候,我遇到了几个令我印象十分深刻的错误。这几个错误看似微小,但是确实阻碍了程序的正常运行,我也是经过在网上查找资料才得以解决。 第一个错误是新生成的Jquery对象的事件绑定不能使用最简单的$(‘a’).click()函数,而必须使 阅读全文
posted @ 2017-03-11 13:11 陈旭远 阅读(117) 评论(0) 推荐(0) 编辑