摘要: 转自:https://blog.csdn.net/dwenxue/article/details/80460161 【例】雇员信息 分页查询(1)setFirstResult(int firstResult):设置开始检索的对象。 (2)setMaxResults(int maxResults):设 阅读全文
posted @ 2018-10-15 11:20 Sharpest 阅读(280) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/eson_15/article/details/51320212 上一节我们完成了EasyUI菜单的实现。这一节我们主要来写一下CategoryServiceImpl实现类,完成数据库的级联查询。一般项目从后往前做,先做service(我们没有抽取D 阅读全文
posted @ 2018-10-15 11:15 Sharpest 阅读(362) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/zheng0518/article/details/11029733 TestStudent.testSchemaExporttestSchemaExport(com.demo.pojo.dxwj.TestStudent)org.hibernate. 阅读全文
posted @ 2018-10-15 10:41 Sharpest 阅读(398) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/eson_15/article/details/51297705 上一节我们使用EasyUI搭建了后台页面的框架,这一节我们主要使用EasyUI技术简单实现后台菜单,先将简单功能做出来,后期再继续丰富。(EasyUI下载地址) 1. 实现左侧菜单 首 阅读全文
posted @ 2018-10-15 10:04 Sharpest 阅读(295) 评论(0) 推荐(0) 编辑
摘要: 一. 加载方式 //class 加载方式<div id="box" class="easyui-tabs" style="width:500px;height:250px;"> <div title="Tab1">tab1</div> <div title="Tab2" data-options=" 阅读全文
posted @ 2018-10-15 09:55 Sharpest 阅读(408) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cnblogs.com/zhuzhenwei918/p/6058457.html 理解与应用css中的display属性 display属性是我们在前端开发中常常使用的一个属性,其中,最常见的有: none block inline inline-block inher 阅读全文
posted @ 2018-10-15 09:25 Sharpest 阅读(298) 评论(0) 推荐(0) 编辑