jsp+sql留言簿系統(tǒng)的設(shè)計與實現(xiàn).rar
jsp+sql留言簿系統(tǒng)的設(shè)計與實現(xiàn),jsp+sql留言簿系統(tǒng)的設(shè)計與實現(xiàn)摘 要個人網(wǎng)站留言板及用戶注冊系統(tǒng)是一個針對個人而開發(fā)的網(wǎng)站系統(tǒng),個人網(wǎng)站是一個可以發(fā)布個人信息及相關(guān)內(nèi)容。通俗理解個人網(wǎng)站:就是指網(wǎng)站內(nèi)容是介紹自己的或是以自己的信息為中心的網(wǎng)站,訪客可以在網(wǎng)站注冊后留言。本網(wǎng)站是一個典型的簡單的個人網(wǎng)站系統(tǒng),其開發(fā)主要包括后臺數(shù)據(jù)庫的建立和維護以...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會員 heshihuakai 發(fā)布JSP+SQL留言簿系統(tǒng)的設(shè)計與實現(xiàn)
摘 要
個人網(wǎng)站留言板及用戶注冊系統(tǒng)是一個針對個人而開發(fā)的網(wǎng)站系統(tǒng),個人網(wǎng)站是一個可以發(fā)布個人信息及相關(guān)內(nèi)容。通俗理解個人網(wǎng)站:就是指網(wǎng)站內(nèi)容是介紹自己的或是以自己的信息為中心的網(wǎng)站,訪客可以在網(wǎng)站注冊后留言。本網(wǎng)站是一個典型的簡單的個人網(wǎng)站系統(tǒng),其開發(fā)主要包括后臺數(shù)據(jù)庫的建立和維護以及前端WEB頁面的設(shè)計兩個方面。對于前者要求建立起數(shù)據(jù)一致性和完整性強、數(shù)據(jù)安全性好的庫,不會出現(xiàn)增加,刪除,修改的異常。而對于后者則要求應(yīng)用功能完備,易使用,界面友好等特點。另外,本文還著重論述了留言板和用戶注冊系統(tǒng)的功能與實現(xiàn),包括數(shù)據(jù)流程及存儲、注冊用戶管理、留言板信息管理、用戶權(quán)限管理、用戶密碼管理、留言信息和用戶的增加、留言信息的刪除、留言信息的查詢、注冊用戶的查詢、等。本系統(tǒng)提供管理員、訪客的登錄。管理員可以查看用戶注冊信息和留言信息,可對其進行刪除修改等功能。訪客登錄可以注冊臨時用戶,并用該用戶留言。
關(guān)鍵詞:個人網(wǎng)站;訪客;管理員;留言板
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設(shè)計概要 - 1 -
1.3工具及環(huán)境簡介 - 1 -
第二章 設(shè)計簡介及設(shè)計方案論述 - 2 -
2.1 系統(tǒng)功能概述 - 2 -
2.1.1 用戶類型 - 2 -
2.1.2 管理員 - 2 -
2.1.3 普通訪客 - 3 -
2.1.4 用戶登錄判斷 - 3 -
2.1.5 用戶檢測及登錄流程 - 4 -
2.2 數(shù)據(jù)庫設(shè)計 - 5 -
2.2.1管理員息表: - 5 -
2.2.2注冊用戶信息表: - 5 -
2.2.3注冊用戶留言信息表: - 5 -
2.3 運行本軟件所要求的硬設(shè)備的最小配置: - 6 -
第三章 詳細設(shè)計 - 7 -
3.1 首頁設(shè)計 - 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 -
第四章 設(shè)計結(jié)果及分析 - 18 -
4.1 首頁界面結(jié)果 - 18 -
4.1.1首頁界面如下: - 18 -
4.1.2 管理員登錄 - 18 -
4.1.2 用戶登錄 - 19 -
4.2 系統(tǒng)主界面 - 19 -
4.3 留言板信息管理 - 20 -
4.3.1 留言內(nèi)容信息 - 20 -
4.3.2 刪除用戶信息 - 21 -
4.4 留言管理 - 21 -
4.4.1 查看用戶留言信息 - 21 -
4.5 信息查詢 - 22 -
4.5.1 注冊用戶信息查詢 - 22 -
4.6 結(jié)果分析 - 22 -
總 結(jié) - 23 -
致 謝 - 24 -
參考文獻 - 25 -