bbs論壇系統(tǒng)的設(shè)計與實現(xiàn).rar
bbs論壇系統(tǒng)的設(shè)計與實現(xiàn),bbs論壇系統(tǒng)的設(shè)計與實現(xiàn)1.2萬字 31頁包括開題報告和任務(wù)書摘要本課題所實現(xiàn)的bbs系統(tǒng)是基于asp.net使用c#語言開發(fā)實現(xiàn),使用的數(shù)據(jù)庫是sql.server2000數(shù)據(jù)庫。并且在其中實現(xiàn)了一般的bbs所具有的通常的共有的功能。比如用戶登錄,發(fā)帖,刪帖,發(fā)表留言等功能。從理論上講,internet 上的電子公...
該文檔為壓縮文件,包含的文件列表如下:
![](http://img.queshao.com/images/pcgzh.gif)
![](http://preview.queshao.com/tobuy/35022.gif)
內(nèi)容介紹
原文檔由會員 xiaowei 發(fā)布
BBS論壇系統(tǒng)的設(shè)計與實現(xiàn)
1.2萬字 31頁
包括開題報告和任務(wù)書
摘 要
本課題所實現(xiàn)的BBS系統(tǒng)是基于asp.net使用c#語言開發(fā)實現(xiàn),使用的數(shù)據(jù)庫是sql.server2000數(shù)據(jù)庫。并且在其中實現(xiàn)了一般的BBS所具有的通常的共有的功能。比如用戶登錄,發(fā)帖,刪帖,發(fā)表留言等功能。
從理論上講,Internet 上的電子公告板與現(xiàn)實生活中的公告板的作用是一樣的。這些數(shù)以萬計的電子公告板都針對某一主題進(jìn)行著持續(xù)不懈的討論,所以電子公告板有時也稱為計算機(jī)會議服務(wù)。
電子公告板的主題多種多樣,其范圍從科學(xué)、政治、文學(xué)、 藝術(shù)到幽默、廚藝、體育、產(chǎn)品、影視、股票、音樂等無所不包。絕大部分的討論是人們?nèi)菀桌斫獾?,但也有一部分需要有高深的專業(yè)知識或相同的背景。有時一個電子公告板僅局限于某個地區(qū)、某些組織甚至某些個人,有時則會對全世界開放。
關(guān)鍵詞:論壇系統(tǒng),數(shù)據(jù)庫,用戶,互連網(wǎng)
The Design and Implementation of BBS Forum System
Abstract
The issue achieved by the BBS system is based on asp.net c # language used to achieve development, the use of the database is sql.server2000 database. And in this system to achieve the general BBS by a total of the usual functions. For example, users log in, post, cut message, delivered messages, and other functions.
Theoretically speaking, the use of electronic bulletin board on Internet and in real life the role of the bulletin board is the same. So many of these electronic bulletin boards are directed against a particular theme of the ongoing discussions, the electronic bulletin board is sometimes called as computer conference services.
Electronic bulletin board contains a variety of topics, ranging from science, politics, literature, art to humor, cooking, sports, products, video, stocks and so on. Most of the discussion is easy to be understand by the people, but there are also part of them need for advanced expertise or the same background. Sometimes an electronic bulletin board is limited to certain area, some organizations or even individuals, and sometimes opened to the world.
Key Words:BBS, Database, ASP.NET, Users, Internet
目錄
目錄 1
1 緒 論 2
1.1概述 2
1.2項目開發(fā)的目的 3
1.3 BBS的歷史 4
1.4 國內(nèi)BBS的現(xiàn)狀與展望 4
2 需求分析 6
2.1 目標(biāo) 6
2.1.1 基本要求 6
2.1.2 開發(fā)目標(biāo) 6
2.1.3 應(yīng)用目標(biāo) 6
2.2 功能需求分析 6
3 系統(tǒng)分析及設(shè)計 8
3.1 系統(tǒng)設(shè)計以及實現(xiàn) 8
3.1.1 設(shè)計思想 8
3.1.2 系統(tǒng)的實現(xiàn) 9
3.1.3 論壇系統(tǒng)說明 17
3.1.4 論壇系統(tǒng)總體分析 17
3.2 數(shù)據(jù)庫設(shè)計 18
3.3 各單元模塊設(shè)計 20
3.3.1 用戶注冊登陸功能 20
3.3.2會員發(fā)貼與回復(fù)功能 21
3.3.3 管理員管理帖子與用戶管理功能 22
3.4 系統(tǒng)測試 23
3.5 本章小結(jié) 24
4 結(jié)論 25
致 謝 25
參考文獻(xiàn) 26
參考文獻(xiàn)
[5] Elias Levy. 2001 October 21. “Security in an Open Electronic Society.” SecurityFocus.
[6] Ross Anderson. 2001. Security Engineering: A Guide to Building Dependable Distributed Systems. John Wiley & Sons. ISBN: 0-471-38922-6.
[7] 楊宏偉,李晶.C#程序員開發(fā)手冊[M].北京:科學(xué)出版社,2006:152-153.
[8] (美) Bill Wagner著.Effective C#中文版:改善C#程序的50種方法[M].北京:人民郵電出版社,2007:50-52.
[9] 金旭亮著.編程的奧秘:.NET軟件技術(shù)學(xué)習(xí)與實踐[M]. 北京:電子工業(yè)出版社,2006:302-303.
[10] Russ Basiura .ASP.NET Web服務(wù)高級編程[M].北京:清華大學(xué)出版社
1.2萬字 31頁
包括開題報告和任務(wù)書
摘 要
本課題所實現(xiàn)的BBS系統(tǒng)是基于asp.net使用c#語言開發(fā)實現(xiàn),使用的數(shù)據(jù)庫是sql.server2000數(shù)據(jù)庫。并且在其中實現(xiàn)了一般的BBS所具有的通常的共有的功能。比如用戶登錄,發(fā)帖,刪帖,發(fā)表留言等功能。
從理論上講,Internet 上的電子公告板與現(xiàn)實生活中的公告板的作用是一樣的。這些數(shù)以萬計的電子公告板都針對某一主題進(jìn)行著持續(xù)不懈的討論,所以電子公告板有時也稱為計算機(jī)會議服務(wù)。
電子公告板的主題多種多樣,其范圍從科學(xué)、政治、文學(xué)、 藝術(shù)到幽默、廚藝、體育、產(chǎn)品、影視、股票、音樂等無所不包。絕大部分的討論是人們?nèi)菀桌斫獾?,但也有一部分需要有高深的專業(yè)知識或相同的背景。有時一個電子公告板僅局限于某個地區(qū)、某些組織甚至某些個人,有時則會對全世界開放。
關(guān)鍵詞:論壇系統(tǒng),數(shù)據(jù)庫,用戶,互連網(wǎng)
The Design and Implementation of BBS Forum System
Abstract
The issue achieved by the BBS system is based on asp.net c # language used to achieve development, the use of the database is sql.server2000 database. And in this system to achieve the general BBS by a total of the usual functions. For example, users log in, post, cut message, delivered messages, and other functions.
Theoretically speaking, the use of electronic bulletin board on Internet and in real life the role of the bulletin board is the same. So many of these electronic bulletin boards are directed against a particular theme of the ongoing discussions, the electronic bulletin board is sometimes called as computer conference services.
Electronic bulletin board contains a variety of topics, ranging from science, politics, literature, art to humor, cooking, sports, products, video, stocks and so on. Most of the discussion is easy to be understand by the people, but there are also part of them need for advanced expertise or the same background. Sometimes an electronic bulletin board is limited to certain area, some organizations or even individuals, and sometimes opened to the world.
Key Words:BBS, Database, ASP.NET, Users, Internet
目錄
目錄 1
1 緒 論 2
1.1概述 2
1.2項目開發(fā)的目的 3
1.3 BBS的歷史 4
1.4 國內(nèi)BBS的現(xiàn)狀與展望 4
2 需求分析 6
2.1 目標(biāo) 6
2.1.1 基本要求 6
2.1.2 開發(fā)目標(biāo) 6
2.1.3 應(yīng)用目標(biāo) 6
2.2 功能需求分析 6
3 系統(tǒng)分析及設(shè)計 8
3.1 系統(tǒng)設(shè)計以及實現(xiàn) 8
3.1.1 設(shè)計思想 8
3.1.2 系統(tǒng)的實現(xiàn) 9
3.1.3 論壇系統(tǒng)說明 17
3.1.4 論壇系統(tǒng)總體分析 17
3.2 數(shù)據(jù)庫設(shè)計 18
3.3 各單元模塊設(shè)計 20
3.3.1 用戶注冊登陸功能 20
3.3.2會員發(fā)貼與回復(fù)功能 21
3.3.3 管理員管理帖子與用戶管理功能 22
3.4 系統(tǒng)測試 23
3.5 本章小結(jié) 24
4 結(jié)論 25
致 謝 25
參考文獻(xiàn) 26
參考文獻(xiàn)
[5] Elias Levy. 2001 October 21. “Security in an Open Electronic Society.” SecurityFocus.
[6] Ross Anderson. 2001. Security Engineering: A Guide to Building Dependable Distributed Systems. John Wiley & Sons. ISBN: 0-471-38922-6.
[7] 楊宏偉,李晶.C#程序員開發(fā)手冊[M].北京:科學(xué)出版社,2006:152-153.
[8] (美) Bill Wagner著.Effective C#中文版:改善C#程序的50種方法[M].北京:人民郵電出版社,2007:50-52.
[9] 金旭亮著.編程的奧秘:.NET軟件技術(shù)學(xué)習(xí)與實踐[M]. 北京:電子工業(yè)出版社,2006:302-303.
[10] Russ Basiura .ASP.NET Web服務(wù)高級編程[M].北京:清華大學(xué)出版社