liyinglan

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2016年4月15日

摘要: < Selenium IDE > 1.Install Download SeleniumIDE at http://www.seleniumhq.org/download/ . Note that SeleniumIDE can only work with Firefox, so you'd be 阅读全文
posted @ 2016-04-15 16:13 liyinglan 阅读(202) 评论(0) 推荐(0) 编辑

2016年3月30日

摘要: 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, 阅读全文
posted @ 2016-03-30 21:29 liyinglan 阅读(155) 评论(0) 推荐(0) 编辑

2016年3月19日

摘要: 1. Installing Junit & Hamcrest right click the project->Propertise->Java Build Path->Libraries->Add External Jars 2. Installing Eclemma Help->Eclipse 阅读全文
posted @ 2016-03-19 20:33 liyinglan 阅读(121) 评论(0) 推荐(0) 编辑

2016年3月10日

摘要: 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 阅读全文
posted @ 2016-03-10 20:50 liyinglan 阅读(119) 评论(0) 推荐(0) 编辑

2016年3月7日

摘要: Project Description: 编写网上银行操作系统,实现银行储蓄员操作(登录、开户、存款、取款)和储户操作(登录、转款、查询当前余额、查询明细) Software Development Environment: My eclipse, mysql Error Description: 阅读全文
posted @ 2016-03-07 20:48 liyinglan 阅读(126) 评论(0) 推荐(0) 编辑

2015年5月24日

摘要: To Do List Problem StatementVersion 1.0Revision HistoryDate Issue Description Author 17/May/2015 1.0 Initial creation. Extracted the Problem S... 阅读全文
posted @ 2015-05-24 13:41 liyinglan 阅读(144) 评论(0) 推荐(0) 编辑

2015年5月17日

摘要: 这次以windows phone应用的编程为主,记编写ToDoList应用的过程纵观整个程序,觉得最核心的部分是写好DataSource,其中有对每个任务的具体定义,如何存储,如何提取,如何删除等核心的函数,把这个部分写好,其他地方都是对这些函数的调用,只要逻辑不出现差错,就能顺利运行。1.一个叫R... 阅读全文
posted @ 2015-05-17 16:13 liyinglan 阅读(201) 评论(0) 推荐(0) 编辑

2015年5月6日

摘要: 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... 阅读全文
posted @ 2015-05-06 21:01 liyinglan 阅读(92) 评论(0) 推荐(0) 编辑

2015年5月4日

摘要: 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... 阅读全文
posted @ 2015-05-04 22:04 liyinglan 阅读(118) 评论(0) 推荐(0) 编辑

2015年4月27日

摘要: 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... 阅读全文
posted @ 2015-04-27 12:41 liyinglan 阅读(147) 评论(0) 推荐(0) 编辑