jsp+sql留言簿系统的设计与实现.rar
jsp+sql留言簿系统的设计与实现,jsp+sql留言簿系统的设计与实现摘 要个人网站留言板及用户注册系统是一个针对个人而开发的网站系统,个人网站是一个可以发布个人信息及相关内容。通俗理解个人网站:就是指网站内容是介绍自己的或是以自己的信息为中心的网站,访客可以在网站注册后留言。本网站是一个典型的简单的个人网站系统,其开发主要包括后台数据库的建立和维护以...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 heshihuakai 发布JSP+SQL留言簿系统的设计与实现
摘 要
个人网站留言板及用户注册系统是一个针对个人而开发的网站系统,个人网站是一个可以发布个人信息及相关内容。通俗理解个人网站:就是指网站内容是介绍自己的或是以自己的信息为中心的网站,访客可以在网站注册后留言。本网站是一个典型的简单的个人网站系统,其开发主要包括后台数据库的建立和维护以及前端WEB页面的设计两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库,不会出现增加,删除,修改的异常。而对于后者则要求应用功能完备,易使用,界面友好等特点。另外,本文还着重论述了留言板和用户注册系统的功能与实现,包括数据流程及存储、注册用户管理、留言板信息管理、用户权限管理、用户密码管理、留言信息和用户的增加、留言信息的删除、留言信息的查询、注册用户的查询、等。本系统提供管理员、访客的登录。管理员可以查看用户注册信息和留言信息,可对其进行删除修改等功能。访客登录可以注册临时用户,并用该用户留言。
关键词:个人网站;访客;管理员;留言板
Abstract
Personal website message board and user registration system are web site developed for individual systems, personal Web site can publish a personal information and related content. Popular understanding of website: that the content of a site is to introduce their own information, or to the center of the site, visitors can leave a message after the site up. This site is a typical simple personal website system, which mainly includes the establishment and maintenance of back-end database and front two aspects of the design of WEB pages. Request for the establishment of data consistency and integrity, data security and good libraries, does not appear to add, delete, modify the exception. For the latter requires the application of functions, easy to use, friendly interface and so on. In addition, this paper focuses on the message boards and user registration system function and implementation, including data flow and storage, the registered user management, message board information management, user rights management, user password management, message information and user increases, voice messages delete, the message information query, the query registered users, and so on. The system administrator, visitor login. Administrators can view the user registration information and message information, can be modified to delete its functions. Visitors can sign up for casual users log in and use the user a message.
Keywords: Personal website; Visitor; Managor;Message board
目 录
第一章 课题背景 - 1 -
1.1 课程要求 - 1 -
1.2设计概要 - 1 -
1.3工具及环境简介 - 1 -
第二章 设计简介及设计方案论述 - 2 -
2.1 系统功能概述 - 2 -
2.1.1 用户类型 - 2 -
2.1.2 管理员 - 2 -
2.1.3 普通访客 - 3 -
2.1.4 用户登录判断 - 3 -
2.1.5 用户检测及登录流程 - 4 -
2.2 数据库设计 - 5 -
2.2.1管理员息表: - 5 -
2.2.2注册用户信息表: - 5 -
2.2.3注册用户留言信息表: - 5 -
2.3 运行本软件所要求的硬设备的最小配置: - 6 -
第三章 详细设计 - 7 -
3.1 首页设计 - 7 -
3.1.1 管理员登录 - 10 -
3.1.2 访客登录 - 11 -
3.2 注册访客信息管理 - 12 -
3.2.1 注册新访客用户信息 - 12 -
3.3 留言信息管理 - 14 -
3.3.1 留言信息的添加 - 14 -
3.4 信息查询 - 16 -
3.4.1 查询用户留言信息 - 16 -
第四章 设计结果及分析 - 18 -
4.1 首页界面结果 - 18 -
4.1.1首页界面如下: - 18 -
4.1.2 管理员登录 - 18 -
4.1.2 用户登录 - 19 -
4.2 系统主界面 - 19 -
4.3 留言板信息管理 - 20 -
4.3.1 留言内容信息 - 20 -
4.3.2 删除用户信息 - 21 -
4.4 留言管理 - 21 -
4.4.1 查看用户留言信息 - 21 -
4.5 信息查询 - 22 -
4.5.1 注册用户信息查询 - 22 -
4.6 结果分析 - 22 -
总 结 - 23 -
致 谢 - 24 -
参考文献 - 25 -