Java Web入门实例(网络交友)(项目源码)
这个简单网站使用了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)
页:
[1]