摘要:
1、下载jquery easyui组件 http://www.jeasyui.com/download/index.php 2、解压 放到工程中 如图 3、jsp引入组件:必须按照如下顺序 <script type="text/javascript" src="jslib/jquery-easyui 阅读全文
摘要:
1、导入hibernate4 jar包:注意之前引入的struts2需要排除javassist 否则冲突 <!-- hibernate4 --> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</art 阅读全文
摘要:
1、引入struts2 <!-- struts2 和心包 排除javassist 因为hibernate也有 会发生冲突--> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-core</artifactId 阅读全文