实验3类似源代码-SSM-RegLog

所属分类:其他
开发工具:Java
文件大小:14676KB
下载次数:7
上传日期:2019-05-29 15:31:18
上 传 者huangjuncai
说明:  本项目用用SSM框架(主要是Spring MVC和MyBatis)改写实验1的用户注册/登录模块,大致功能如下: 1 启动首页为登录页 2 如果用户还没有用户名和密码,则请他/她先进行注册,注册信息写入一个文本文件中,注册成功后直接回到登录页 3 登录成功后则提示XXX登录成功 4 登录不成功则提示究竟是用户名不存在还是密码错误 5 其它你想到的情况,请多参看别的软件的登录页 6 任何页面发生错误时,请导向error.jsp 7 加入HttpSession,登录成功后才允许下列操作: A 上传自己的照片 B 下载你的软件说明文档 8把存取用户名/密码及验证用户名/密码都放在MySQL数据库中中,在Spring MVC中对用户的合法性进行验证
(This project uses SSM framework (mainly Spring MVC and MyBatis) to rewrite the user registration/login module of experiment 1. The main functions are as follows: 1 Start Home Page as Login Page If the user does not have a username and password, ask him/her to register first, write the registration information into a text file, and return to the login page directly after successful registration. 3 Successful login prompts XXX to login successfully 4 unsuccessful login prompts whether the username does not exist or the password is incorrect 5 For other scenarios, please refer to the login page of other software. 6 If any page has errors, please go to error.jsp 7 Join HttpSession and allow the following operations only after successful login: A Upload Your Photos B Download your software documentation 8 Place access user name/password and authentication user name/password in MySQL database, and verify user's legitimacy in Spring MVC)

文件列表:
SSM-RegLog\.classpath (4067, 2019-04-16)
SSM-RegLog\.project (910, 2019-04-16)
SSM-RegLog\.settings\.jsdtscope (567, 2019-04-16)
SSM-RegLog\.settings\org.eclipse.jdt.core.prefs (364, 2019-04-16)
SSM-RegLog\.settings\org.eclipse.wst.common.component (559, 2019-04-16)
SSM-RegLog\.settings\org.eclipse.wst.common.project.facet.core.xml (345, 2019-04-16)
SSM-RegLog\.settings\org.eclipse.wst.jsdt.ui.superType.container (49, 2019-04-16)
SSM-RegLog\.settings\org.eclipse.wst.jsdt.ui.superType.name (6, 2019-04-16)
SSM-RegLog\build\classes\applicationContext.xml (2474, 2019-04-16)
SSM-RegLog\build\classes\com\ssm\controller\UserController.class (2455, 2019-04-18)
SSM-RegLog\build\classes\com\ssm\entity\User.class (2168, 2019-04-18)
SSM-RegLog\build\classes\com\ssm\mapper\UserMapper.class (464, 2019-04-18)
SSM-RegLog\build\classes\com\ssm\mapper\UserMapper.xml (801, 2019-04-16)
SSM-RegLog\build\classes\com\ssm\service\impl\UserServiceImpl.class (1215, 2019-04-18)
SSM-RegLog\build\classes\com\ssm\service\UserService.class (312, 2019-04-18)
SSM-RegLog\build\classes\mybatis-config.xml (314, 2019-04-16)
SSM-RegLog\build\classes\springmvc-config.xml (1127, 2019-04-16)
SSM-RegLog\config\applicationContext.xml (2474, 2019-04-16)
SSM-RegLog\config\mybatis-config.xml (314, 2019-04-16)
SSM-RegLog\config\springmvc-config.xml (1127, 2019-04-16)
SSM-RegLog\src\com\ssm\controller\UserController.java (2635, 2019-04-16)
SSM-RegLog\src\com\ssm\entity\User.java (1577, 2019-04-16)
SSM-RegLog\src\com\ssm\mapper\UserMapper.java (493, 2019-04-16)
SSM-RegLog\src\com\ssm\mapper\UserMapper.xml (801, 2019-04-16)
SSM-RegLog\src\com\ssm\service\impl\UserServiceImpl.java (1096, 2019-04-16)
SSM-RegLog\src\com\ssm\service\UserService.java (345, 2019-04-16)
SSM-RegLog\WebContent\index.jsp (6366, 2019-04-16)
SSM-RegLog\WebContent\META-INF\MANIFEST.MF (39, 2019-04-16)
SSM-RegLog\WebContent\WEB-INF\jsp\user\register.jsp (4530, 2019-04-16)
SSM-RegLog\WebContent\WEB-INF\lib\ant-1.9.6.jar (2029794, 2019-04-16)
SSM-RegLog\WebContent\WEB-INF\lib\ant-launcher-1.9.6.jar (18392, 2019-04-16)
SSM-RegLog\WebContent\WEB-INF\lib\asm-5.1.jar (53468, 2019-04-16)
SSM-RegLog\WebContent\WEB-INF\lib\aspectjweaver-1.8.10.jar (1929029, 2019-04-16)
SSM-RegLog\WebContent\WEB-INF\lib\cglib-3.2.4.jar (299725, 2019-04-16)
SSM-RegLog\WebContent\WEB-INF\lib\commons-dbcp2-2.1.1.jar (174167, 2019-04-16)
SSM-RegLog\WebContent\WEB-INF\lib\commons-logging-1.2.jar (61829, 2019-04-16)
SSM-RegLog\WebContent\WEB-INF\lib\commons-pool2-2.4.2.jar (111969, 2019-04-16)
SSM-RegLog\WebContent\WEB-INF\lib\javassist-3.21.0-GA.jar (734815, 2019-04-16)
SSM-RegLog\WebContent\WEB-INF\lib\log4j-1.2.17.jar (489884, 2019-04-16)
SSM-RegLog\WebContent\WEB-INF\lib\log4j-api-2.3.jar (135903, 2019-04-16)
... ...

近期下载者

相关文件


收藏者