2016年7月6日

摘要: 自动生成行号,支持checkbox全选,动态选择显示哪些列,支持本地以及远程分页,可以对单元格按照自己的想法进行渲染,这些也算可以想到的功能。 序言 功能丰富,无人能出其右。无论是界面之美,还是功能之强,ext的表格控件都高居榜首。单选行,多选行,高亮显示选中的行,拖拽改变列宽度,按列排序,这些基本 阅读全文
posted @ 2016-07-06 09:13 煜渝 阅读(219) 评论(0) 推荐(0) 编辑
摘要: jQuery EasyUI是一组基于jQuery的UI插件集合体,而jQuery EasyUI的目标就是帮助web开发者更轻松的打造出功能丰富并且美观的UI界面。开发者不需要编写复杂的javascript,也不需要对css样式有深入的了解,开发者需要了解的只有一些简单的html标签。 特点 jQue 阅读全文
posted @ 2016-07-06 09:05 煜渝 阅读(152) 评论(0) 推荐(0) 编辑
摘要: MVC全名是Model View Controller,是模型(model)-视图(view)-控制器(controller)的缩写,一种软件设计典范,用一种业务逻辑、数据、界面显示分离的方法组织代码,将业务逻辑聚集到一个部件里面,在改进和个性化定制界面及用户交互的同时,不需要重新编写业务逻辑。MV 阅读全文
posted @ 2016-07-06 08:56 煜渝 阅读(201) 评论(0) 推荐(0) 编辑

2016年7月2日

摘要: Insert title here Insert title here "> package com.hanqi.web; import java.io.IOException; import javax.servlet.Filter; import javax.servlet.FilterChain; import javax.se... 阅读全文
posted @ 2016-07-02 15:35 煜渝 阅读(212) 评论(0) 推荐(0) 编辑
摘要: Insert title here 注册 用户名 密码 确认密码 package com.hanqi.web; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException; import javax.servlet.http.Coo... 阅读全文
posted @ 2016-07-02 08:48 煜渝 阅读(287) 评论(0) 推荐(0) 编辑

2016年7月1日

摘要: package hanqi.test; public class Student { private String name; private String sex; private int age; public String getName() { return name; } public v 阅读全文
posted @ 2016-07-01 09:11 煜渝 阅读(523) 评论(0) 推荐(0) 编辑
摘要: Insert title here 输入名字: 输入内容: Insert title here "+"内容:"+messages+""; String str=(String)application.getAttribute("message"); if(str==null) { application.setAttribute("mess... 阅读全文
posted @ 2016-07-01 08:55 煜渝 阅读(162) 评论(0) 推荐(0) 编辑

2016年6月29日

摘要: Insert title here 用户名: 密码: Insert title here Insert title here 退出登录 阅读全文
posted @ 2016-06-29 09:35 煜渝 阅读(170) 评论(0) 推荐(0) 编辑

2016年6月28日

摘要: Insert title here 账号: 密码: Insert title here 登陆成功 Insert title here 密码:"+password); %> 阅读全文
posted @ 2016-06-28 09:28 煜渝 阅读(257) 评论(0) 推荐(0) 编辑

2016年6月25日

摘要: Insert title here 账号: 密码: Insert title here Insert title here 账号或密码错误 阅读全文
posted @ 2016-06-25 09:51 煜渝 阅读(313) 评论(0) 推荐(0) 编辑

导航