会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
枫落之殇
博客园
首页
新随笔
联系
订阅
管理
2016年3月31日
homework3
摘要: a.控制流程图 b.针对数组越界,即可使t2比t1更容易发现 c.n = 1 d. Node Coverage:{0,1,2,3,4,5,6,7,8,9,10,11,12} Edge Coverage:{(0,1),(1,2),(1,9),(2,3),(3,4),(3,7),(4,5),(4,6),
阅读全文
posted @ 2016-03-31 21:04 枫落之殇
阅读(128)
评论(0)
推荐(0)
2016年3月19日
lab 1
摘要: 一、安装Junit及Hamcrest 1. 在Eclipse中新创建一个工程。 2. 右键->Build Path->Add External Libraries,添加Junit及Hamcrest。jar包导入完成 二、安装eclemma 1. 点击Help菜单 Install New Softwa
阅读全文
posted @ 2016-03-19 17:59 枫落之殇
阅读(270)
评论(0)
推荐(0)
2016年3月10日
Homework 2
摘要: 题目一代码: public intfindLast(int[] x, inty) { //Effects: If x==null throw NullPointerException // else return the index of the last element // in x that
阅读全文
posted @ 2016-03-10 22:17 枫落之殇
阅读(138)
评论(0)
推荐(0)
2016年3月7日
解决jsp编写过程中换另一个jsp可以忽视登录过程
摘要: 在编写web大作业时发现,如果直接更换jsp地址,可以直接进入管理员界面。 为了解决这一问题,首先编写一个check文档: <% HttpSession sessi= request.getSession(); String login = (String) sessi.getAttribute("
阅读全文
posted @ 2016-03-07 19:41 枫落之殇
阅读(153)
评论(0)
推荐(0)
公告