spring mvc之实现简单的用户管理四--查看用户信息

上传者: 38669628 | 上传时间: 2021-05-18 10:54:47 | 文件大小: 8.63MB | 文件类型: ZIP
NULL 博文链接:https://appleblue.iteye.com/blog/1853800

文件下载

资源详情

[{"title":"( 57 个子文件 8.63MB ) spring mvc之实现简单的用户管理四--查看用户信息","children":[{"title":"springmvc01","children":[{"title":".project <span style='color:#111;'> 1.22KB </span>","children":null,"spread":false},{"title":".springBeans <span style='color:#111;'> 500B </span>","children":null,"spread":false},{"title":"WebContent","children":[{"title":"WEB-INF","children":[{"title":"hello-servlet.xml <span style='color:#111;'> 926B </span>","children":null,"spread":false},{"title":"jsp","children":[{"title":"hello.jsp <span style='color:#111;'> 371B </span>","children":null,"spread":false},{"title":"welcome.jsp <span style='color:#111;'> 400B </span>","children":null,"spread":false},{"title":"user","children":[{"title":"show.jsp <span style='color:#111;'> 612B </span>","children":null,"spread":false},{"title":"add.jsp <span style='color:#111;'> 847B </span>","children":null,"spread":false},{"title":"update.jsp <span style='color:#111;'> 841B </span>","children":null,"spread":false},{"title":"list.jsp <span style='color:#111;'> 1.14KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"lib","children":[{"title":"spring-instrument-3.2.2.RELEASE.jar <span style='color:#111;'> 7.02KB </span>","children":null,"spread":false},{"title":"spring-instrument-tomcat-3.2.2.RELEASE.jar <span style='color:#111;'> 10.35KB </span>","children":null,"spread":false},{"title":"spring-orm-3.2.2.RELEASE.jar <span style='color:#111;'> 378.05KB </span>","children":null,"spread":false},{"title":"spring-struts-3.2.2.RELEASE.jar <span style='color:#111;'> 35.32KB </span>","children":null,"spread":false},{"title":"spring-aop-3.2.2.RELEASE.jar <span style='color:#111;'> 327.50KB </span>","children":null,"spread":false},{"title":"spring-webmvc-3.2.2.RELEASE.jar <span style='color:#111;'> 621.42KB </span>","children":null,"spread":false},{"title":"spring-jdbc-3.2.2.RELEASE.jar <span style='color:#111;'> 395.58KB </span>","children":null,"spread":false},{"title":"spring-jms-3.2.2.RELEASE.jar <span style='color:#111;'> 200.46KB </span>","children":null,"spread":false},{"title":"jstl-1.2.jar <span style='color:#111;'> 404.53KB </span>","children":null,"spread":false},{"title":"jackson-annotations-2.1.4.jar <span style='color:#111;'> 33.67KB </span>","children":null,"spread":false},{"title":"jackson-core-2.1.4.jar <span style='color:#111;'> 202.02KB </span>","children":null,"spread":false},{"title":"spring-context-3.2.2.RELEASE.jar <span style='color:#111;'> 841.70KB </span>","children":null,"spread":false},{"title":"spring-tx-3.2.2.RELEASE.jar <span style='color:#111;'> 236.50KB </span>","children":null,"spread":false},{"title":"spring-core-3.2.2.RELEASE.jar <span style='color:#111;'> 846.47KB </span>","children":null,"spread":false},{"title":"spring-expression-3.2.2.RELEASE.jar <span style='color:#111;'> 190.88KB </span>","children":null,"spread":false},{"title":"bean-validator.jar <span style='color:#111;'> 297.14KB </span>","children":null,"spread":false},{"title":"spring-webmvc-portlet-3.2.2.RELEASE.jar <span style='color:#111;'> 183.66KB </span>","children":null,"spread":false},{"title":"commons-fileupload-1.2.2.jar <span style='color:#111;'> 58.19KB </span>","children":null,"spread":false},{"title":"spring-core-3.2.2.RELEASE-javadoc.jar <span style='color:#111;'> 1018.55KB </span>","children":null,"spread":false},{"title":"spring-test-3.2.2.RELEASE.jar <span style='color:#111;'> 445.45KB </span>","children":null,"spread":false},{"title":"spring-context-support-3.2.2.RELEASE.jar <span style='color:#111;'> 124.66KB </span>","children":null,"spread":false},{"title":"spring-oxm-3.2.2.RELEASE.jar <span style='color:#111;'> 71.52KB </span>","children":null,"spread":false},{"title":"spring-aspects-3.2.2.RELEASE.jar <span style='color:#111;'> 49.93KB </span>","children":null,"spread":false},{"title":"spring-beans-3.2.2.RELEASE.jar <span style='color:#111;'> 593.21KB </span>","children":null,"spread":false},{"title":"commons-io-2.4.jar <span style='color:#111;'> 180.80KB </span>","children":null,"spread":false},{"title":"spring-build-src-3.2.2.RELEASE.jar <span style='color:#111;'> 71.08KB </span>","children":null,"spread":false},{"title":"commons-logging-1.0.4.jar <span style='color:#111;'> 37.12KB </span>","children":null,"spread":false},{"title":"spring-core-3.2.2.RELEASE-sources.jar <span style='color:#111;'> 463.37KB </span>","children":null,"spread":false},{"title":"jackson-databind-2.1.4.jar <span style='color:#111;'> 904.85KB </span>","children":null,"spread":false},{"title":"spring-web-3.2.2.RELEASE.jar <span style='color:#111;'> 611.51KB </span>","children":null,"spread":false}],"spread":false},{"title":"web.xml <span style='color:#111;'> 1.21KB </span>","children":null,"spread":false},{"title":"welcome-servlet.xml <span style='color:#111;'> 1.02KB </span>","children":null,"spread":false}],"spread":true},{"title":"META-INF","children":[{"title":"MANIFEST.MF <span style='color:#111;'> 39B </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"src","children":[{"title":"com","children":[{"title":"model","children":[{"title":"User.java <span style='color:#111;'> 2.04KB </span>","children":null,"spread":false}],"spread":true},{"title":"controller","children":[{"title":"WelcomController.java <span style='color:#111;'> 1.07KB </span>","children":null,"spread":false},{"title":"UserController.java <span style='color:#111;'> 3.73KB </span>","children":null,"spread":false},{"title":"HelloServlet.java <span style='color:#111;'> 594B </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"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;'> 487B </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":"com","children":[{"title":"model","children":[{"title":"User.class <span style='color:#111;'> 1.69KB </span>","children":null,"spread":false}],"spread":true},{"title":"controller","children":[{"title":"UserController.class <span style='color:#111;'> 3.75KB </span>","children":null,"spread":false},{"title":"HelloServlet.class <span style='color:#111;'> 951B </span>","children":null,"spread":false},{"title":"WelcomController.class <span style='color:#111;'> 1.88KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true}],"spread":true},{"title":".classpath <span style='color:#111;'> 3.50KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}]

评论信息

免责申明

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