【正文】
戶權限還可以對帖子進行管理 ,如圖 24 管理員功能圖 。 本節(jié)主要用流程圖的形式展現所有用戶的功能 。 置頂帖子 :可以將帖子置于頂部 。 帖子搜索 : 在首頁面中 ,用戶可以在搜索欄中 ,按照帖子作者或帖子標題來搜索帖子 ,沒有查找到則為空 。 查看發(fā)過的帖子 : 在個人首頁 ,選擇發(fā)過的帖子 ,用戶可以查看自己曾經發(fā)過的帖子 。 用戶登錄 : 普通用戶登錄成功后 ,跳轉到論壇頁面 ,可以發(fā)帖 ,回帖 .版主登錄后 ,會有相應的管理頁面 ,提供后臺管理功能 。 版主 :負責管理論壇的版塊 ,有禁止用戶發(fā)言 ,刪除帖子等功能 。 系統(tǒng)功能需求 主要分為前臺和后臺兩個模塊。 運行可行性 系統(tǒng)的功能開發(fā)可以滿足用戶的需求。 河南大學本科畢業(yè)生學士學位論文 第 4 頁 第 2 章 需求分析 可 行 性研究 軟件開發(fā)的第一個階段就是可行性研究。然而, Spring 的用途不僅限于 服務器 端的開發(fā)。 Spring spring 在英文里有春天、彈簧、跳躍和泉眼的意思。 Struts 2 以 WebWork 為核心,采用攔截器的機制來處理用戶的請求,這樣的設計也使得業(yè)務邏輯控制器能夠與 ServletAPI完全脫離開,所以 Struts 2 可以理解為 WebWork 的更新產品。 jQuery 還有一個比較大的優(yōu)勢是,它的文檔說明很全,而且各種 應用也說得很詳細,同時還有許多成熟的 插件 可供選擇。使用級聯(lián)樣式表,可以擴充精確指定網頁元素位置,外觀以 及創(chuàng)建特殊效果的能力。 Css 級聯(lián)樣式表( Cascading Style Sheet)簡稱 “CSS”,通常又稱為 “風格樣式表( Style Sheet) ”,它是用來進行網頁風格設計的。 用 JSP 開發(fā)的 Web 應用是跨平臺的,既能在 Linux 下運行,也能在其他 操作系統(tǒng) 上運行。 Java 技術具有卓越的通用性、高效性、平臺移植性和安全性,廣泛應用于個人 PC、數據中心、游戲控制臺、科學超級計算機、移動電話和互聯(lián)網,同時擁有全球最大的 開發(fā)者專業(yè)社群。 關鍵詞 JAVA、 WEB、 BBS、 SSH 河南大學本科畢業(yè)生學士學位論文 第Ⅱ頁 ABSTRACT 21st century, science and technology has been greatly developed, especially the rapidly growing popularity of Inter technology are widely used. BBS forum base on java technology was released in the form of website and provide a good platform for users to interact and learning, The use of JQuery will make the user a better user experience This paper first introduces the status of the BBS system, projectrelated technical presentations, and then describes the feasibility of system development, system requirements analysis and outline design, more detailed discussion of the system requirements and functional modules, needs analysis, outline design, databasedesign, detailed design. Finally, a summary of the BBS forum. BBS forum use the classic SSH framework for implement, struts+spring+hibernate, three frameworks are responsible for the different levels. SSH is particularly popular in java web framework, build, develop, maintain easy, and there are a lot of open source plugin can take advantage of The BBS forum use the B/S structure, provide users the user registration, user login, personal information management, personal posts management, message management, user management, user rights management and other functions and, depending on the permission of the user is divided into four main categories of visitors, registered users, moderators, administrators all users can use the functions of the front desk module, only registered users, moderators and administrators can use the function of the backend module users can access the forum easily through the browser, the forum can be fully functional, easy to wil introduce the forum in detail . Keywords: JAVA、 WEB、 BBS、 SSH 河南大學本科畢業(yè)生學士學位論文 第 1 頁 第 1 章 緒 論 BBS 是 Bulletin Board System 的縮寫,通俗的講就是論壇,它通過豐富的用戶界面,為廣大網友提供一個交流學習的平臺。 SSH 是現在特別流行的 java web 系統(tǒng)框架,搭建、開發(fā)、維護都很方便, 并且有很多開源的插件可以利用 , 運用 一些 JQuery 的前臺功能插件會讓用戶有更好的用戶體驗 。 本文 基于 java 技術 的 論壇 ( BBS) 以網站的形式被發(fā)布, 為網友 相互交流 和學習 提供一個很好的平臺 。 目 錄 摘 要 .............................................................................................................................5 ABSTRACT ....................................................................................................................6 第 1 章 緒 論 .............................................................................................................1 課題來源 ........................................................................................................1 相關技術介紹 ................................................................................................1 第 2 章 需求分析 .........................................................................................................4 可行 性研究 ......................................................................................................4 技術可行性 .........................................................................................4 運行可行性 .........................................................................................4 系統(tǒng)運行需求 ................................................................................................4 系統(tǒng)功能需求 ................................................................................................4 用戶角色 .............................................................................................4 前臺功能 .............................................................................................5 帖子功能 .............................................................................................5 后臺管理 .............................................................................................6 用戶功能流程圖 ............................................................................................6 游客具有的功能 .................................................................................6 注冊用戶具有的功能 .........................................................................6 版主具有的功能 .................................................................................7 管理員具有的功能 .............................................................................8 第 3 章 概要設計 .........................................................................................................9 系統(tǒng)功能模塊 ................................................................................................9 前臺功能模塊 .....................................................................................9 后臺功能模塊 .....................................................................................9 系統(tǒng)的功能設計 ..........................................................................................10 論壇首頁 ...........................................................................................10 前臺用戶登錄頁面 ..........................