基于asp.net的web-bbs系統(tǒng).rar
基于asp.net的web-bbs系統(tǒng),基于asp.net的web-bbs 系統(tǒng)1.9萬(wàn)字 46頁(yè)包括開題報(bào)告和任務(wù)書摘 要隨著internet 技術(shù)的飛速發(fā)展,論壇隨之產(chǎn)生,已經(jīng)成為網(wǎng)絡(luò)上不可缺少的交流方式之一,深受網(wǎng)民的喜愛。“網(wǎng)上論壇”是internet上的一種信息服務(wù)系統(tǒng),它提供一塊公共電子白板,每個(gè)用戶都可以在上面書寫,可發(fā)布信息或提出看法,可以讓...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會(huì)員 usactu 發(fā)布
基于Asp.net的Web-BBS 系統(tǒng)
1.9萬(wàn)字 46頁(yè)
包括開題報(bào)告和任務(wù)書
摘 要
隨著Internet 技術(shù)的飛速發(fā)展,論壇隨之產(chǎn)生,已經(jīng)成為網(wǎng)絡(luò)上不可缺少的交流方式之一,深受網(wǎng)民的喜愛?!熬W(wǎng)上論壇”是Internet上的一種信息服務(wù)系統(tǒng),它提供一塊公共電子白板,每個(gè)用戶都可以在上面書寫,可發(fā)布信息或提出看法,可以讓來(lái)自世界各個(gè)角落的用戶針對(duì)某個(gè)主題進(jìn)行討論,如此便可以達(dá)到集思廣益的效果。
本論文重點(diǎn)闡述了系統(tǒng)的需求以及代碼與數(shù)據(jù)庫(kù)的實(shí)現(xiàn)。作為一個(gè)Web-BBS系統(tǒng),其前臺(tái)的設(shè)計(jì)是相當(dāng)重要的,包括有:用戶能使用BBS的最基本權(quán)力;使用者資料正確,即可以在討論區(qū)當(dāng)中發(fā)表文章、發(fā)表話題、回復(fù)話題;具有正式注冊(cè)身份的使用者才具有進(jìn)入本系統(tǒng)并參與其中的各項(xiàng)信息服務(wù)的各種權(quán)利。使用者通過(guò)了身份的確認(rèn)后,即可具有上述使用權(quán)。管理員根據(jù)自己的權(quán)限對(duì)話題進(jìn)行查詢、修改、增加和刪除操作,對(duì)注冊(cè)用戶進(jìn)行查詢、修改、增加和刪除操作,對(duì)用戶的基本資料進(jìn)行查看和修改等操作。
系統(tǒng)使用Microsoft Visual Studio 2005編譯和管理代碼,使用Microsoft SQL Server 2000存儲(chǔ)、處理和管理數(shù)據(jù),使用Microsoft SQL Server 2000查詢分析器和事件追蹤器查詢和追蹤SQL語(yǔ)句,此開發(fā)工具利于減輕服務(wù)器和帶寬的負(fù)擔(dān),從而達(dá)到節(jié)約ISP的空間及帶寬租用成本的目的,使用會(huì)話管理和密鑰加密管理用戶信息。系統(tǒng)頁(yè)面直觀、明了、條理清晰,易學(xué)、易用、易管理。保證數(shù)據(jù)的存儲(chǔ)穩(wěn)定,保持頁(yè)面的穩(wěn)定,信息更新的速度以及論壇人員和信息的容量,登陸信息的加密以及會(huì)話管理都是論文很重要的一部分。
關(guān)鍵字:
BBS,Web-BBS,發(fā)表話題,Asp.net,Sql server
Web-BBS system based on Asp.net
ABSTRACT
With the development of Internet technology, the BBS has become the one of the indispensable exchanges in network. "Web-BBS" is the one of the information service systems in internet. It can provide a public bulletin board, and every users can write on it. The users from everywhere can deliver the information and discuss some issues, so that it is full of many points.
This paper expatiates the BBS system's needs and the design of the code and database. As a Web-BBS system, the design of prelude is a quite important part. Users can use the most basic power. While the user's information is correct, then he can deliver the articles, issues and revert to issues in the discussing. Only having formally registered, users can have access to the system and participate all the information service of their rights. Through the confirmation of the identity, users may have the rights to use these. Under the authority of their topic of inquiry, administrators can do exanmiations, modifications, additions and deletions of the issues and the registered users, and they can examine or modify the users' information.
By using Microsoft Visual Studio 2005 management of compilering code, Microsoft SQL Server 2000 storage to process and manage data, and tracking SQL statement with the query analyzer and incident tracking of Microsoft SQL Server 2000 devices. Those development tools are to reduce server and bandwidth burdens, thus that can saving ISP space and the cost of renting bandwidth. Manage users information by using session management and encryption key management. The system here is direct, clear , lucid, and easy to learn, to use, to manage. Ensuring data storage stability, maintaining the stability of pages, the speed of updating information, theBBS system staff and information capacity, landing information encryption and session management are very important parts in this paper.
Key words:
BBS,Web-BBS,the issues delivering,Asp.net,Sql server
目 錄
1. 緒論 1
1.1 引言 1
1.2 BBS的歷史 1
1.2.1 BBS的起源 1
1.2.2 BBS的分類 2
1.3 BBS與Blog 3
1.4 課題來(lái)源和研究背景 4
1.4.1 課題來(lái)源 4
1.4.2 研究背景 5
2. 系統(tǒng)環(huán)境簡(jiǎn)介 9
2.1 軟件選擇 9
2.1.1 服務(wù)器端: 9
2.1.2 客戶端: 9
2.1.3 開發(fā)工具 9
2.2 硬件選擇 9
2.2.1 服務(wù)器端: 9
2.2.2 客戶端: 10
2.3項(xiàng)目目標(biāo)及主要內(nèi)容 10
2.3.1 項(xiàng)目目標(biāo) 10
2.3.2 主要內(nèi)容 10
2.4 可行性分析 11
2.4.1 經(jīng)濟(jì)方面的可行性: 11
2.4.2 技術(shù)條件方面的可行性: 11
2.4.3 操作方面的可行性: 11
2.4.4 社會(huì)環(huán)境方面的可行性: 11
2.4.5 人員方面的可行性: 11
3. 系統(tǒng)開發(fā)概況 13
3.1 系統(tǒng)設(shè)計(jì)目標(biāo) 13
3.2 系統(tǒng)模塊劃分 13
3.2.1 系統(tǒng)前臺(tái)模塊劃分 13
3.2.2 系統(tǒng)后臺(tái)模塊劃分 14
3.3 系統(tǒng)流程圖 14
3.3.1 用戶流程圖 15
3.3.2 管理員流程圖(后臺(tái)) 15
4. 系統(tǒng)詳細(xì)設(shè)計(jì) 16
4.1 注冊(cè)與登陸模塊 16
4.1.1 功能概述 16
4.1.2 實(shí)現(xiàn)闡述 16
4.2 查看基本信息和修改個(gè)人信息模塊 19
4.2.1 功能概述 19
4.2.2 實(shí)現(xiàn)闡述 19
4.3 話題模塊 20
4.3.1 功能概述 20
4.3.2 實(shí)現(xiàn)闡述 20
4.4 短信息模塊 22
4.4.1 功能概述 22
4.4.2 實(shí)現(xiàn)闡述 22
4.5 管理者模塊 23
4.5.1功能概述 23
4.5.1 實(shí)現(xiàn)闡述 23
5. 數(shù)據(jù)庫(kù)設(shè)計(jì) 25
5.1 數(shù)據(jù)庫(kù)總體設(shè)計(jì) 26
5.2 數(shù)據(jù)庫(kù)連接 27
6. 創(chuàng)新點(diǎn)和程序的優(yōu)化 28
6.1 程序的優(yōu)化 28
6.1.1 代碼復(fù)用 28
6.1.2 連接池 29
6.1.3 使用Page.IsPostback 屬性 29
6.2 創(chuàng)新點(diǎn) 30
6.2.1 加密技術(shù) 30
6.2.2 數(shù)據(jù)庫(kù)控制版塊分類 30
6.2.3 用戶OS、IP信息查看 32
7.系統(tǒng)優(yōu)點(diǎn)與不足 33
7.1 BBS的特點(diǎn): 33
7.2 本W(wǎng)eb-BBS系統(tǒng)的優(yōu)點(diǎn) 34
7.3 本W(wǎng)eb-BBS系統(tǒng)的不足和局限性 34
總 結(jié) 35
致 謝 36
參考文獻(xiàn) 37
參考文獻(xiàn)
[9] 李應(yīng)偉,姚素霞. 景麗ASP.NET數(shù)據(jù)庫(kù)高級(jí)編程(C# 篇)[M]. 北京:清華大學(xué)出版社.
[10] 吳晨,孫少波. Asp.netT數(shù)據(jù)庫(kù)庫(kù)項(xiàng)目案例導(dǎo)航[M]. 北京:中國(guó)鐵道出版社.
[13] 郭茂燦. 虛擬社區(qū)中的規(guī)則及其服從(以天涯社區(qū)為例)[OL]. 社會(huì)學(xué)研究
[14] 本書編委會(huì).SQL Server編程篇[M]. 電子工業(yè)出版社.
[15] 李存斌等. 數(shù)據(jù)庫(kù)應(yīng)用技術(shù)—SQL Server 2000簡(jiǎn)明教程[M]. 北京:中國(guó)水利水電出版社.
[16] Macro Bellinaso,Kevin Hoffman. Asp.net Web站點(diǎn)高級(jí)編程[M]. 康博譯. 北京:清華大學(xué)出版社.
1.9萬(wàn)字 46頁(yè)
包括開題報(bào)告和任務(wù)書
摘 要
隨著Internet 技術(shù)的飛速發(fā)展,論壇隨之產(chǎn)生,已經(jīng)成為網(wǎng)絡(luò)上不可缺少的交流方式之一,深受網(wǎng)民的喜愛?!熬W(wǎng)上論壇”是Internet上的一種信息服務(wù)系統(tǒng),它提供一塊公共電子白板,每個(gè)用戶都可以在上面書寫,可發(fā)布信息或提出看法,可以讓來(lái)自世界各個(gè)角落的用戶針對(duì)某個(gè)主題進(jìn)行討論,如此便可以達(dá)到集思廣益的效果。
本論文重點(diǎn)闡述了系統(tǒng)的需求以及代碼與數(shù)據(jù)庫(kù)的實(shí)現(xiàn)。作為一個(gè)Web-BBS系統(tǒng),其前臺(tái)的設(shè)計(jì)是相當(dāng)重要的,包括有:用戶能使用BBS的最基本權(quán)力;使用者資料正確,即可以在討論區(qū)當(dāng)中發(fā)表文章、發(fā)表話題、回復(fù)話題;具有正式注冊(cè)身份的使用者才具有進(jìn)入本系統(tǒng)并參與其中的各項(xiàng)信息服務(wù)的各種權(quán)利。使用者通過(guò)了身份的確認(rèn)后,即可具有上述使用權(quán)。管理員根據(jù)自己的權(quán)限對(duì)話題進(jìn)行查詢、修改、增加和刪除操作,對(duì)注冊(cè)用戶進(jìn)行查詢、修改、增加和刪除操作,對(duì)用戶的基本資料進(jìn)行查看和修改等操作。
系統(tǒng)使用Microsoft Visual Studio 2005編譯和管理代碼,使用Microsoft SQL Server 2000存儲(chǔ)、處理和管理數(shù)據(jù),使用Microsoft SQL Server 2000查詢分析器和事件追蹤器查詢和追蹤SQL語(yǔ)句,此開發(fā)工具利于減輕服務(wù)器和帶寬的負(fù)擔(dān),從而達(dá)到節(jié)約ISP的空間及帶寬租用成本的目的,使用會(huì)話管理和密鑰加密管理用戶信息。系統(tǒng)頁(yè)面直觀、明了、條理清晰,易學(xué)、易用、易管理。保證數(shù)據(jù)的存儲(chǔ)穩(wěn)定,保持頁(yè)面的穩(wěn)定,信息更新的速度以及論壇人員和信息的容量,登陸信息的加密以及會(huì)話管理都是論文很重要的一部分。
關(guān)鍵字:
BBS,Web-BBS,發(fā)表話題,Asp.net,Sql server
Web-BBS system based on Asp.net
ABSTRACT
With the development of Internet technology, the BBS has become the one of the indispensable exchanges in network. "Web-BBS" is the one of the information service systems in internet. It can provide a public bulletin board, and every users can write on it. The users from everywhere can deliver the information and discuss some issues, so that it is full of many points.
This paper expatiates the BBS system's needs and the design of the code and database. As a Web-BBS system, the design of prelude is a quite important part. Users can use the most basic power. While the user's information is correct, then he can deliver the articles, issues and revert to issues in the discussing. Only having formally registered, users can have access to the system and participate all the information service of their rights. Through the confirmation of the identity, users may have the rights to use these. Under the authority of their topic of inquiry, administrators can do exanmiations, modifications, additions and deletions of the issues and the registered users, and they can examine or modify the users' information.
By using Microsoft Visual Studio 2005 management of compilering code, Microsoft SQL Server 2000 storage to process and manage data, and tracking SQL statement with the query analyzer and incident tracking of Microsoft SQL Server 2000 devices. Those development tools are to reduce server and bandwidth burdens, thus that can saving ISP space and the cost of renting bandwidth. Manage users information by using session management and encryption key management. The system here is direct, clear , lucid, and easy to learn, to use, to manage. Ensuring data storage stability, maintaining the stability of pages, the speed of updating information, theBBS system staff and information capacity, landing information encryption and session management are very important parts in this paper.
Key words:
BBS,Web-BBS,the issues delivering,Asp.net,Sql server
目 錄
1. 緒論 1
1.1 引言 1
1.2 BBS的歷史 1
1.2.1 BBS的起源 1
1.2.2 BBS的分類 2
1.3 BBS與Blog 3
1.4 課題來(lái)源和研究背景 4
1.4.1 課題來(lái)源 4
1.4.2 研究背景 5
2. 系統(tǒng)環(huán)境簡(jiǎn)介 9
2.1 軟件選擇 9
2.1.1 服務(wù)器端: 9
2.1.2 客戶端: 9
2.1.3 開發(fā)工具 9
2.2 硬件選擇 9
2.2.1 服務(wù)器端: 9
2.2.2 客戶端: 10
2.3項(xiàng)目目標(biāo)及主要內(nèi)容 10
2.3.1 項(xiàng)目目標(biāo) 10
2.3.2 主要內(nèi)容 10
2.4 可行性分析 11
2.4.1 經(jīng)濟(jì)方面的可行性: 11
2.4.2 技術(shù)條件方面的可行性: 11
2.4.3 操作方面的可行性: 11
2.4.4 社會(huì)環(huán)境方面的可行性: 11
2.4.5 人員方面的可行性: 11
3. 系統(tǒng)開發(fā)概況 13
3.1 系統(tǒng)設(shè)計(jì)目標(biāo) 13
3.2 系統(tǒng)模塊劃分 13
3.2.1 系統(tǒng)前臺(tái)模塊劃分 13
3.2.2 系統(tǒng)后臺(tái)模塊劃分 14
3.3 系統(tǒng)流程圖 14
3.3.1 用戶流程圖 15
3.3.2 管理員流程圖(后臺(tái)) 15
4. 系統(tǒng)詳細(xì)設(shè)計(jì) 16
4.1 注冊(cè)與登陸模塊 16
4.1.1 功能概述 16
4.1.2 實(shí)現(xiàn)闡述 16
4.2 查看基本信息和修改個(gè)人信息模塊 19
4.2.1 功能概述 19
4.2.2 實(shí)現(xiàn)闡述 19
4.3 話題模塊 20
4.3.1 功能概述 20
4.3.2 實(shí)現(xiàn)闡述 20
4.4 短信息模塊 22
4.4.1 功能概述 22
4.4.2 實(shí)現(xiàn)闡述 22
4.5 管理者模塊 23
4.5.1功能概述 23
4.5.1 實(shí)現(xiàn)闡述 23
5. 數(shù)據(jù)庫(kù)設(shè)計(jì) 25
5.1 數(shù)據(jù)庫(kù)總體設(shè)計(jì) 26
5.2 數(shù)據(jù)庫(kù)連接 27
6. 創(chuàng)新點(diǎn)和程序的優(yōu)化 28
6.1 程序的優(yōu)化 28
6.1.1 代碼復(fù)用 28
6.1.2 連接池 29
6.1.3 使用Page.IsPostback 屬性 29
6.2 創(chuàng)新點(diǎn) 30
6.2.1 加密技術(shù) 30
6.2.2 數(shù)據(jù)庫(kù)控制版塊分類 30
6.2.3 用戶OS、IP信息查看 32
7.系統(tǒng)優(yōu)點(diǎn)與不足 33
7.1 BBS的特點(diǎn): 33
7.2 本W(wǎng)eb-BBS系統(tǒng)的優(yōu)點(diǎn) 34
7.3 本W(wǎng)eb-BBS系統(tǒng)的不足和局限性 34
總 結(jié) 35
致 謝 36
參考文獻(xiàn) 37
參考文獻(xiàn)
[9] 李應(yīng)偉,姚素霞. 景麗ASP.NET數(shù)據(jù)庫(kù)高級(jí)編程(C# 篇)[M]. 北京:清華大學(xué)出版社.
[10] 吳晨,孫少波. Asp.netT數(shù)據(jù)庫(kù)庫(kù)項(xiàng)目案例導(dǎo)航[M]. 北京:中國(guó)鐵道出版社.
[13] 郭茂燦. 虛擬社區(qū)中的規(guī)則及其服從(以天涯社區(qū)為例)[OL]. 社會(huì)學(xué)研究
[14] 本書編委會(huì).SQL Server編程篇[M]. 電子工業(yè)出版社.
[15] 李存斌等. 數(shù)據(jù)庫(kù)應(yīng)用技術(shù)—SQL Server 2000簡(jiǎn)明教程[M]. 北京:中國(guó)水利水電出版社.
[16] Macro Bellinaso,Kevin Hoffman. Asp.net Web站點(diǎn)高級(jí)編程[M]. 康博譯. 北京:清華大學(xué)出版社.
TA們正在看...
- 小學(xué)美術(shù)教師的自我鑒定范文.doc
- 財(cái)務(wù)工作學(xué)習(xí)總結(jié).doc
- 小學(xué)老師函授畢業(yè)自我鑒定.doc
- 財(cái)務(wù)工作總結(jié)與工作計(jì)劃.doc
- 小學(xué)老師年考核自我鑒定.doc
- 財(cái)務(wù)豬場(chǎng)學(xué)習(xí)總結(jié).doc
- 小學(xué)自我鑒定范文.doc
- 財(cái)務(wù)知識(shí)培訓(xùn)學(xué)習(xí)總結(jié).doc
- 小學(xué)英語(yǔ)實(shí)習(xí)老師工作自我鑒定范文.doc
- 財(cái)務(wù)科工作總結(jié)范文.doc