摘要: brief : exception: trap: 阅读全文
posted @ 2017-04-14 01:01 去啥名字好 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 本次实验要求 1、安装SeleniumIDE插件 2、学会使用SeleniumIDE录制脚本和导出脚本 3、访问http://121.193.130.195:8080/使用学号登录系统(账户名为学号,密码为学号后6位),进入系统后可以看到该同学的git地址。 4、编写Selenium Java We 阅读全文
posted @ 2017-03-26 21:02 去啥名字好 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 作业内容: Use the following method printPrimes() for questions a–f below. 代码如下: 要求: (a) Draw the control flow graph for the printPrimes() method. (b) Consi 阅读全文
posted @ 2017-03-14 23:01 去啥名字好 阅读(322) 评论(0) 推荐(0) 编辑
摘要: 一、实验任务 Tasks: a) Description of triangle problem: Function triangle takes three integers a,b,c which are length of triangle sides; calculates whether 阅读全文
posted @ 2017-03-12 16:42 去啥名字好 阅读(473) 评论(0) 推荐(0) 编辑
摘要: 在课堂上学习了fault, error, failure的区别 fault: 指的是程序中静态的缺陷,也就是指在程序中存在的编程错误。;类似于人类生病的病因 error:指由于程序中存在的fault而产生的不正确的内在状态。类似医生寻找病人具体引起的内部状况,如高血压等 failure:指程序产生与 阅读全文
posted @ 2017-03-03 23:39 去啥名字好 阅读(272) 评论(0) 推荐(0) 编辑
摘要: 转眼已经是大三学生了,回顾学习编程知识的这三年,写了一些小程序。这些程序中不可避免地会出现一些bug,这些bug基本都是些基础的错误引起的,比如拼写错误导致程序运行不了,漏写标点符号,或者在逻辑跳转中出现了错误。而令我印象最深刻的bug时在编写一个从文档中直接调入程序时,由于编译器的文本编码格式使用 阅读全文
posted @ 2017-02-27 17:00 去啥名字好 阅读(912) 评论(0) 推荐(0) 编辑