摘要:
< Selenium IDE > 1.Install Download SeleniumIDE at http://www.seleniumhq.org/download/ . Note that SeleniumIDE can only work with Firefox, so you'd be 阅读全文
摘要:
< Selenium IDE > 1.Install Download SeleniumIDE at http://www.seleniumhq.org/download/ . Note that SeleniumIDE can only work with Firefox, so you'd be 阅读全文
摘要:
EXERCISES Section 2.3 7(a)~(d) (a) (b)MAXPRIMES = 4 (c) t = (n = 1) (d) node coverage: TR = {0,1,2,3,4,5,6,7,8,9,10,11,12,13} edge coverage: TR = {(0, 阅读全文
摘要:
1. Installing Junit & Hamcrest right click the project->Propertise->Java Build Path->Libraries->Add External Jars 2. Installing Eclemma Help->Eclipse 阅读全文
摘要:
code 1: 1. 没有考虑x == null的情况 2. for循环应该遍历到i>= 0的时候才退出 test1: x = [2, 3, 5]; y = 5 expected = 2 actual = 2 test2: x = [2, 3, 5]; y = 1 expected = -1 act 阅读全文
摘要:
Project Description: 编写网上银行操作系统,实现银行储蓄员操作(登录、开户、存款、取款)和储户操作(登录、转款、查询当前余额、查询明细) Software Development Environment: My eclipse, mysql Error Description: 阅读全文
摘要:
To Do List Problem StatementVersion 1.0Revision HistoryDate Issue Description Author 17/May/2015 1.0 Initial creation. Extracted the Problem S... 阅读全文
摘要:
这次以windows phone应用的编程为主,记编写ToDoList应用的过程纵观整个程序,觉得最核心的部分是写好DataSource,其中有对每个任务的具体定义,如何存储,如何提取,如何删除等核心的函数,把这个部分写好,其他地方都是对这些函数的调用,只要逻辑不出现差错,就能顺利运行。1.一个叫R... 阅读全文
摘要:
More things about Streams...I'm going to talk mainly about the Asynch I/O.Since it's a bit complicated, I'll explain codes more specifically.In the cl... 阅读全文
摘要:
When I worked on Lab-1, I used Streams, though I hadn't learned that.And this time, let me talk about more details of Streams.First, let's have a look... 阅读全文
摘要:
To be honest, after I finished the teacher's lecture, I didn't quite understand the two topics (maybe due to the fast speed of teaching or something e... 阅读全文
|