摘要: 转自:https://blog.csdn.net/qq_29663071/article/details/50728429 本文导读:Ext.grid.GridPanel继承自Panel,其xtype为grid,包括了排序、缓存、拖动、隐藏某一列、自动显示行号、列汇总、单元格编辑等实用功能。 当我们 阅读全文
posted @ 2017-10-09 04:18 Sharpest 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 转自:http://blog.chinaunix.net/uid-450400-id-2119168.html 1. 阅读全文
posted @ 2017-10-09 04:17 Sharpest 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 1. 2.添加一个新的部门窗口 3.删除部门 4.部门信息jsp页面 5. 阅读全文
posted @ 2017-10-09 04:05 Sharpest 阅读(318) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://xuganggogo.javaeye.com/blog/440078 方法说明 方法 说明 Restrictions.eq = Restrictions.allEq 利用Map来进行多个等于的限制 Restrictions.gt > Restrictions.ge >= Re 阅读全文
posted @ 2017-10-09 03:15 Sharpest 阅读(746) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/qq_36484521/article/details/54174721 现在假设有一个Student类,内有id,name,age属性 String hql = "from Student s"; 按照以前的做法,我们通常是 Query query 阅读全文
posted @ 2017-10-09 03:13 Sharpest 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 转自:https://veromca273.iteye.com/blog/1889304 1 创建监听器: Java代码 public class LogListener implements ServletContextListener { private Log log = LogFactory 阅读全文
posted @ 2017-10-09 01:48 Sharpest 阅读(277) 评论(0) 推荐(0) 编辑