摘要: 1、下载jquery easyui组件 http://www.jeasyui.com/download/index.php 2、解压 放到工程中 如图 3、jsp引入组件:必须按照如下顺序 <script type="text/javascript" src="jslib/jquery-easyui 阅读全文
posted @ 2016-02-29 23:07 cac2020 阅读(265) 评论(0) 推荐(0) 编辑
摘要: 1、导入hibernate4 jar包:注意之前引入的struts2需要排除javassist 否则冲突 <!-- hibernate4 --> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</art 阅读全文
posted @ 2016-02-29 22:47 cac2020 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 1、引入struts2 <!-- struts2 和心包 排除javassist 因为hibernate也有 会发生冲突--> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-core</artifactId 阅读全文
posted @ 2016-02-29 01:25 cac2020 阅读(345) 评论(0) 推荐(0) 编辑