找回密码
 立即注册
registration文章修复mysql | 系统编程 2022-10-09 101 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
这个简单网站使用了javabean+JSP+servlet+mysql(MVC)开发,包括了(1)用户管理:用户注册,登录,头像上传,用户信息显示,注册信息修复,密码修复,退出登录;(2)文章管理:文章列表分页显示,新文章,修复和删去文章特征:1注册页面加了token,防重复提交2登录界面加了随机验证码3防SQL注入,防XSS跨站漏洞4将基础的数据库连接改成了JNDI连接池模式开发环境:java1.8+tomcat8+mysql5.x+eclipseforjavaee注:开发需求的几个jar包已经在WEB-INF/lib里了

(This simple website is developed using javabean JSP servlet mysql (MVC), including (1) user management: user registration, login, avatar upload, user information display, registration information repair, password repair, and logout; (2) Article management: The article list is displayed in pages. New articles are repaired and deleted. Features: 1. Token is added to the registration page to prevent duplicate submission. 2. Random verification code is added to the login interface. 3. SQL injection and XSS cross site vulnerabilities are prevented. 4. The basic database connection is changed to JNDI connection pool mode. The development environment: java 1.8 tomcat 8 mysql5. x eclipse for java ee Note: several jar packages for development requirements are already in WEB INF/lib)

[下载]15573891889.rar




上一篇:Android即时通讯
下一篇:Java+Network+Programming