摘要: First,entre the official website http://www.seleniumhq.org/download/ Click this link. And click the installation button. Finally, in the add-on, add s 阅读全文
posted @ 2017-03-24 17:36 Jerome文 阅读(123) 评论(0) 推荐(0) 编辑
摘要: First create a java project (eg.lab1), and then create a class (eg.triangle).Then right click on lab1-Build Path-Add Extend Archives (As shown below). 阅读全文
posted @ 2017-03-10 15:14 Jerome文 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 7. ① Use the following method printPrimes () for questions a-d (a)Draw a flow chart for the printPrimes () method. (b)Consider test cases t1 = (n = 3) 阅读全文
posted @ 2017-03-08 16:17 Jerome文 阅读(268) 评论(0) 推荐(0) 编辑
摘要: 1、 The first program’s fault is the end condition of for loop. It’s not i > 0, it should i >= 0; Because the index of the array is starting from 0. Th 阅读全文
posted @ 2017-02-26 16:47 Jerome文 阅读(122) 评论(0) 推荐(1) 编辑
摘要: One of my most impressive bugs is in the C # experiment, it’s a todolist app. This bug occurs in the remaining days of the calculation time. Because o 阅读全文
posted @ 2017-02-26 14:35 Jerome文 阅读(107) 评论(1) 推荐(0) 编辑