GithubHelp home page GithubHelp logo

hanquanhq / 09-manager Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 1.0 5.07 MB

【Servlet+jsp项目实战】用户管理系统实战:注册、登录、修改密码、查看所有用户信息、三级联动地区

Home Page: https://blog.csdn.net/sinat_42483341/article/details/100043927

CSS 68.97% JavaScript 16.54% HTML 1.82% Java 12.67%

09-manager's Introduction

更新记录

2019-8-23 增加了地区的三级联动选择功能,可以访问JSP页面查看,但并没有加入到用户信息中。

详细介绍:https://blog.csdn.net/sinat_42483341/article/details/100043927

2019-8-24 使用了EL表达式,JSTL

2019-8-25 使用了Filter过滤器设置请求、响应字符集

信息管理系统开发文档

技术需求 Servlet+jsp+mvc+jdbc

软件需求 开发工具:Eclipse 数据库: mySql 服务器:tomcat 浏览器:Firefox

功能需求 完成用户登录。 完成用户注册。 完成用户退出。 完成查看个人信息。 完成修改密码。 完成查询所有用户信息。

数据库设计 创建用户表 表名:t_user

表设计

在这里插入图片描述

代码规范

命名规范 包名:com.bjsxt.* 类名:首字母大写,见名知意 变量名和方法名:驼峰原则,见名知意

注释规范 方法功能注释。 方法体核心位置必须有说明注释。

日志规范 使用log4j 进行日志输出(可选)。 数据流转的位置必须有后台输出语句。

09-manager's People

Contributors

hanquanhq avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

bruce0601

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.