基于jsp的bbs論壇管理系統(tǒng).rar
基于jsp的bbs論壇管理系統(tǒng),基于jsp的bbs論壇管理系統(tǒng)包括源代碼目 錄摘 要 1關鍵詞 1abstract 1keywords 1前 言 21 系統(tǒng)技術及運行環(huán)境 31.1 jsp技術簡介 31.2 javabean技術簡介 41.3 jdbc技術簡介 41.4 tomcat技術簡介 51.5運行環(huán)境 52 需求分析 62.1 編寫目的 62...
該文檔為壓縮文件,包含的文件列表如下:


內容介紹
原文檔由會員 wanli1988go 發(fā)布
基于JSP的BBS論壇管理系統(tǒng)
包括源代碼
目 錄
摘 要 1
關鍵詞 1
Abstract 1
Keywords 1
前 言 2
1 系統(tǒng)技術及運行環(huán)境 3
1.1 JSP技術簡介 3
1.2 JAVABEAN技術簡介 4
1.3 JDBC技術簡介 4
1.4 TOMCAT技術簡介 5
1.5運行環(huán)境 5
2 需求分析 6
2.1 編寫目的 6
2.2 任務目標 6
2.2.1基本性能 6
2.2.2開發(fā)目標 7
2.2.3 應用目標 7
2.3選擇編程語言 7
2.3.1 JSP與ASP的比較 7
2.3.2 JSP的特點與優(yōu)點 8
3系統(tǒng)設計 10
3.1系統(tǒng)設計思想 10
3.1.1 網上論壇系統(tǒng)說明 10
3.1.2 網上論壇系統(tǒng)總體分析 10
3.2 數(shù)據庫設計思想 11
3.3 各單元模塊設計 12
3.3.1用戶注冊登陸功能 12
3.3.2會員發(fā)貼與回復功能 13
3.3.3管理員管理帖子與用戶管理功能 15
4 編碼實現(xiàn) 16
4.1 功能總體說明 16
4.1.1 功能總體說明 16
4.1.2主要功能流程 17
4.2各個功能模塊的實現(xiàn) 17
4.2.1數(shù)據庫的連接 17
4.2.2用戶登陸與注冊模塊的實現(xiàn) 18
4.2.3分頁顯示的功能實現(xiàn) 23
4.2.4 發(fā)表與回復功能模塊實現(xiàn) 24
4.2.5后臺管理模塊的實現(xiàn) 27
5 系統(tǒng)測試 30
總 結 31
參考文獻 33
致 謝 33
摘 要
為了方便信息的交流,在結合動態(tài)服務網頁(JSP)和MYSQL 技術之下開發(fā)了這個快截、界面友好的網上交流系統(tǒng)。論壇使用動態(tài)服務網頁(JSP)技術建設論壇的骨干框架,使用MYSQL制作系統(tǒng)的數(shù)據庫,實現(xiàn)了一個功能相對齊全的論壇系統(tǒng),網友可以自由地提出問題以及幫助他人解決問題,或者交流經驗。
該論壇功能較齊全,在這里可以自由地發(fā)表自己的觀點和對論壇的主題發(fā)表意見,我們還可以對網友的問題及時地解決,獲取對自己有用的知識。該論壇還有一些特殊的功能,強大的搜索功能等。
關鍵詞
動態(tài)服務網頁;論壇;用戶管理
BBS forum Management System Based on JSP
Abstract
In order to facilitate people information the exchange, in unified JSP and MYSQL under the server technology has developed this quick truncation, the contact surface friendly system. The system use the JSP technology construction the main frame, use MYSQL as the systems database, realized a forum system which function relatively completely, the net friend has been possible freely to propose the question as well as helped other people to solve the problem, or exchange experience.
This forum function is complete, everyone may freely express his viewpoint in here and express the opinion to the subject, we also may promptly solve to net friend's question, and gain the useful knowledge from there. This forum also has some special functions, for example the power search function.
Keywords
Java Server Pages; BBS; user management
參考文獻
主要參考資料:
[1] 武延軍,黃飛躍. 精通JSP編程技術[M]. 北京:人民郵電出版社,2001:126-178.
[2] 柏亞軍. JSP編程基礎及應用實例集錦[M].北京:人民郵電出版社,2001:41-82.
[3] 清宏計算機工作室.JSP編程技巧[M].北京:機械工業(yè)出版社,2000 :32-39.
[4] 周影 .網絡編程語言JSP實例教程[M].北京:電子工業(yè)出版社,2003:17-32.
[5] 陳海山.深入Java Servlet 網絡編程[M].北京:清華大學出版社,2002 :55-62.
[6] Donny.JSP與網站開發(fā)編程實戰(zhàn)[M].北京:科學出版社 ,2001:22-53.
[7] Steven Holzner.Java技術內幕[M].北京:機械工業(yè)出版社,2002 : 22-25.
[8] Phil Hanna .JSP技術大全[M].北京:機械工業(yè)出版社,2002 : 222-223.
[9] Karl Moss. Java Servlet開發(fā)人員指南[M].北京:清華大學出版社,2002:45-67.
[10] 李存珠,李宣東. 軟件工程概論[M].南京大學計算機系出版, 2001:30-87.
包括源代碼
目 錄
摘 要 1
關鍵詞 1
Abstract 1
Keywords 1
前 言 2
1 系統(tǒng)技術及運行環(huán)境 3
1.1 JSP技術簡介 3
1.2 JAVABEAN技術簡介 4
1.3 JDBC技術簡介 4
1.4 TOMCAT技術簡介 5
1.5運行環(huán)境 5
2 需求分析 6
2.1 編寫目的 6
2.2 任務目標 6
2.2.1基本性能 6
2.2.2開發(fā)目標 7
2.2.3 應用目標 7
2.3選擇編程語言 7
2.3.1 JSP與ASP的比較 7
2.3.2 JSP的特點與優(yōu)點 8
3系統(tǒng)設計 10
3.1系統(tǒng)設計思想 10
3.1.1 網上論壇系統(tǒng)說明 10
3.1.2 網上論壇系統(tǒng)總體分析 10
3.2 數(shù)據庫設計思想 11
3.3 各單元模塊設計 12
3.3.1用戶注冊登陸功能 12
3.3.2會員發(fā)貼與回復功能 13
3.3.3管理員管理帖子與用戶管理功能 15
4 編碼實現(xiàn) 16
4.1 功能總體說明 16
4.1.1 功能總體說明 16
4.1.2主要功能流程 17
4.2各個功能模塊的實現(xiàn) 17
4.2.1數(shù)據庫的連接 17
4.2.2用戶登陸與注冊模塊的實現(xiàn) 18
4.2.3分頁顯示的功能實現(xiàn) 23
4.2.4 發(fā)表與回復功能模塊實現(xiàn) 24
4.2.5后臺管理模塊的實現(xiàn) 27
5 系統(tǒng)測試 30
總 結 31
參考文獻 33
致 謝 33
摘 要
為了方便信息的交流,在結合動態(tài)服務網頁(JSP)和MYSQL 技術之下開發(fā)了這個快截、界面友好的網上交流系統(tǒng)。論壇使用動態(tài)服務網頁(JSP)技術建設論壇的骨干框架,使用MYSQL制作系統(tǒng)的數(shù)據庫,實現(xiàn)了一個功能相對齊全的論壇系統(tǒng),網友可以自由地提出問題以及幫助他人解決問題,或者交流經驗。
該論壇功能較齊全,在這里可以自由地發(fā)表自己的觀點和對論壇的主題發(fā)表意見,我們還可以對網友的問題及時地解決,獲取對自己有用的知識。該論壇還有一些特殊的功能,強大的搜索功能等。
關鍵詞
動態(tài)服務網頁;論壇;用戶管理
BBS forum Management System Based on JSP
Abstract
In order to facilitate people information the exchange, in unified JSP and MYSQL under the server technology has developed this quick truncation, the contact surface friendly system. The system use the JSP technology construction the main frame, use MYSQL as the systems database, realized a forum system which function relatively completely, the net friend has been possible freely to propose the question as well as helped other people to solve the problem, or exchange experience.
This forum function is complete, everyone may freely express his viewpoint in here and express the opinion to the subject, we also may promptly solve to net friend's question, and gain the useful knowledge from there. This forum also has some special functions, for example the power search function.
Keywords
Java Server Pages; BBS; user management
參考文獻
主要參考資料:
[1] 武延軍,黃飛躍. 精通JSP編程技術[M]. 北京:人民郵電出版社,2001:126-178.
[2] 柏亞軍. JSP編程基礎及應用實例集錦[M].北京:人民郵電出版社,2001:41-82.
[3] 清宏計算機工作室.JSP編程技巧[M].北京:機械工業(yè)出版社,2000 :32-39.
[4] 周影 .網絡編程語言JSP實例教程[M].北京:電子工業(yè)出版社,2003:17-32.
[5] 陳海山.深入Java Servlet 網絡編程[M].北京:清華大學出版社,2002 :55-62.
[6] Donny.JSP與網站開發(fā)編程實戰(zhàn)[M].北京:科學出版社 ,2001:22-53.
[7] Steven Holzner.Java技術內幕[M].北京:機械工業(yè)出版社,2002 : 22-25.
[8] Phil Hanna .JSP技術大全[M].北京:機械工業(yè)出版社,2002 : 222-223.
[9] Karl Moss. Java Servlet開發(fā)人員指南[M].北京:清華大學出版社,2002:45-67.
[10] 李存珠,李宣東. 軟件工程概論[M].南京大學計算機系出版, 2001:30-87.