struts2+hibernate+mysql实现注册登录

上传者: oceaman | 上传时间: 2019-12-21 20:24:19 | 文件大小: 12.79MB | 文件类型: zip
struts2+hibernate+mysql实现简单的注册和登录,适合新手

文件下载

资源详情

[{"title":"( 65 个子文件 12.79MB ) struts2+hibernate+mysql实现注册登录","children":[{"title":"struts2+hibernate+mysql实现注册登录","children":[{"title":"TestCode1","children":[{"title":".project <span style='color:#111;'> 1.02KB </span>","children":null,"spread":false},{"title":"WebContent","children":[{"title":"show.jsp <span style='color:#111;'> 691B </span>","children":null,"spread":false},{"title":"WEB-INF","children":[{"title":"lib","children":[{"title":"asm.jar <span style='color:#111;'> 25.74KB </span>","children":null,"spread":false},{"title":"asm-commons-3.3.jar <span style='color:#111;'> 37.38KB </span>","children":null,"spread":false},{"title":"javassist-3.4.GA.jar <span style='color:#111;'> 459.97KB </span>","children":null,"spread":false},{"title":"commons-fileupload-1.3.1.jar <span style='color:#111;'> 67.38KB </span>","children":null,"spread":false},{"title":"dom4j-1.6.1.jar <span style='color:#111;'> 306.54KB </span>","children":null,"spread":false},{"title":"asm-attrs.jar <span style='color:#111;'> 16.38KB </span>","children":null,"spread":false},{"title":"log4j-core-2.2.jar <span style='color:#111;'> 807.36KB </span>","children":null,"spread":false},{"title":"jdbc2_0-stdext.jar <span style='color:#111;'> 6.57KB </span>","children":null,"spread":false},{"title":"commons-io-2.2.jar <span style='color:#111;'> 169.52KB </span>","children":null,"spread":false},{"title":"xerces-2.6.2.jar <span style='color:#111;'> 987.12KB </span>","children":null,"spread":false},{"title":"freemarker-2.3.22.jar <span style='color:#111;'> 1.24MB </span>","children":null,"spread":false},{"title":"jaas.jar <span style='color:#111;'> 101.91KB </span>","children":null,"spread":false},{"title":"commons-lang3-3.2.jar <span style='color:#111;'> 375.75KB </span>","children":null,"spread":false},{"title":"xwork-core-2.3.24.1.jar <span style='color:#111;'> 661.35KB </span>","children":null,"spread":false},{"title":"javassist-3.11.0.GA.jar <span style='color:#111;'> 599.81KB </span>","children":null,"spread":false},{"title":"antlr-2.7.6.jar <span style='color:#111;'> 433.04KB </span>","children":null,"spread":false},{"title":"commons-collections-3.1.jar <span style='color:#111;'> 546.26KB </span>","children":null,"spread":false},{"title":"jaxen-1.1-beta-7.jar <span style='color:#111;'> 221.56KB </span>","children":null,"spread":false},{"title":"asm-tree-3.3.jar <span style='color:#111;'> 21.00KB </span>","children":null,"spread":false},{"title":"log4j-api-2.2.jar <span style='color:#111;'> 130.39KB </span>","children":null,"spread":false},{"title":"ehcache-1.2.3.jar <span style='color:#111;'> 203.17KB </span>","children":null,"spread":false},{"title":"jgroups-2.2.8.jar <span style='color:#111;'> 1.54MB </span>","children":null,"spread":false},{"title":"hibernate3.jar <span style='color:#111;'> 2.64MB </span>","children":null,"spread":false},{"title":"cglib-2.1.3.jar <span style='color:#111;'> 275.72KB </span>","children":null,"spread":false},{"title":"asm-3.3.jar <span style='color:#111;'> 42.56KB </span>","children":null,"spread":false},{"title":"slf4j-simple-1.5.10.jar <span style='color:#111;'> 7.42KB </span>","children":null,"spread":false},{"title":"slf4j-api-1.5.10.jar <span style='color:#111;'> 23.10KB </span>","children":null,"spread":false},{"title":"jta-1.1.jar <span style='color:#111;'> 12.93KB </span>","children":null,"spread":false},{"title":"commons-logging-1.0.4.jar <span style='color:#111;'> 37.12KB </span>","children":null,"spread":false},{"title":"log4j-1.2.11.jar <span style='color:#111;'> 342.41KB </span>","children":null,"spread":false},{"title":"mysql-connector-java-5.1.7-bin.jar <span style='color:#111;'> 693.28KB </span>","children":null,"spread":false},{"title":"ognl-3.0.6.jar <span style='color:#111;'> 222.65KB </span>","children":null,"spread":false},{"title":"struts2-core-2.3.24.1.jar <span style='color:#111;'> 812.68KB </span>","children":null,"spread":false},{"title":"xml-apis.jar <span style='color:#111;'> 120.81KB </span>","children":null,"spread":false}],"spread":false},{"title":"web.xml <span style='color:#111;'> 651B </span>","children":null,"spread":false}],"spread":true},{"title":"regis.jsp <span style='color:#111;'> 702B </span>","children":null,"spread":false},{"title":"user.jsp <span style='color:#111;'> 365B </span>","children":null,"spread":false},{"title":"META-INF","children":[{"title":"MANIFEST.MF <span style='color:#111;'> 39B </span>","children":null,"spread":false}],"spread":true},{"title":"login.jsp <span style='color:#111;'> 618B </span>","children":null,"spread":false}],"spread":true},{"title":"src","children":[{"title":"cn","children":[{"title":"wk","children":[{"title":"action","children":[{"title":"LoginAction.java <span style='color:#111;'> 1.18KB </span>","children":null,"spread":false},{"title":"RegisAction.java <span style='color:#111;'> 1.36KB </span>","children":null,"spread":false}],"spread":true},{"title":"xml","children":[{"title":"User.hbm.xml <span style='color:#111;'> 603B </span>","children":null,"spread":false}],"spread":true},{"title":"dao","children":[{"title":"UserDao.java <span style='color:#111;'> 1.66KB </span>","children":null,"spread":false}],"spread":true},{"title":"bean","children":[{"title":"User.java <span style='color:#111;'> 486B </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true},{"title":"struts.xml <span style='color:#111;'> 620B </span>","children":null,"spread":false},{"title":"hibernate.cfg.xml <span style='color:#111;'> 1.09KB </span>","children":null,"spread":false},{"title":"log4j.properties <span style='color:#111;'> 796B </span>","children":null,"spread":false}],"spread":true},{"title":".settings","children":[{"title":"org.eclipse.wst.jsdt.ui.superType.container <span style='color:#111;'> 49B </span>","children":null,"spread":false},{"title":"org.eclipse.wst.common.project.facet.core.xml <span style='color:#111;'> 345B </span>","children":null,"spread":false},{"title":"org.eclipse.jdt.core.prefs <span style='color:#111;'> 364B </span>","children":null,"spread":false},{"title":"org.eclipse.wst.jsdt.ui.superType.name <span style='color:#111;'> 6B </span>","children":null,"spread":false},{"title":"org.eclipse.wst.common.component <span style='color:#111;'> 479B </span>","children":null,"spread":false},{"title":".jsdtscope <span style='color:#111;'> 503B </span>","children":null,"spread":false}],"spread":true},{"title":"build","children":[{"title":"classes","children":[{"title":"cn","children":[{"title":"wk","children":[{"title":"action","children":[{"title":"RegisAction.class <span style='color:#111;'> 1.99KB </span>","children":null,"spread":false},{"title":"LoginAction.class <span style='color:#111;'> 2.08KB </span>","children":null,"spread":false}],"spread":true},{"title":"xml","children":[{"title":"User.hbm.xml <span style='color:#111;'> 603B </span>","children":null,"spread":false}],"spread":true},{"title":"dao","children":[{"title":"UserDao.class <span style='color:#111;'> 2.62KB </span>","children":null,"spread":false}],"spread":true},{"title":"bean","children":[{"title":"User.class <span style='color:#111;'> 908B </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true},{"title":"struts.xml <span style='color:#111;'> 620B </span>","children":null,"spread":false},{"title":"hibernate.cfg.xml <span style='color:#111;'> 1.09KB </span>","children":null,"spread":false},{"title":"log4j.properties <span style='color:#111;'> 796B </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":".classpath <span style='color:#111;'> 834B </span>","children":null,"spread":false}],"spread":true},{"title":"mysql","children":[{"title":"user.sql <span style='color:#111;'> 428B </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明