交友中心論壇子系統(tǒng).doc
交友中心論壇子系統(tǒng),畢業(yè)論文目 錄摘要 1abstract 20 引言 41 概述 51.1 開發(fā)背景 51.2 開發(fā)環(huán)境和工具 71.2.1 windows xp 81.2.2 visual basic 121.2.3 sql server 2000 14 1.2.4 reamweaver mx 2004 172 主要...
內(nèi)容介紹
此文檔由會員 zn25637415 發(fā)布交友中心論壇子系統(tǒng)畢業(yè)論文
目 錄
摘要………………………………………………………………………… 1
Abstract…………………………………………………………………… 2
0 引言……………………………………………………………………… 4
1 概述……………………………………………………………………… 5
1.1 開發(fā)背景……………………………………………………………… 5
1.2 開發(fā)環(huán)境和工具……………………………………………………… 7
1.2.1 Windows XP………………………………………………………… 8
1.2.2 Visual Basic……………………………………………………… 12
1.2.3 SQL Server 2000……………………………………………… 14
1.2.4 Reamweaver MX 2004…………………………………………… 17
2 主要技術(shù)和分析……………………………………………………… 21
2.1 ASP.NET的產(chǎn)生…………………………………………………… 21
2.2 ASP.NET的優(yōu)勢…………………………………………………… 23
2.3 ASP.NET的主要文件……………………………………………… 26
2.4 ASP.NET中的列表綁定控件……………………………………… 28
2.5 ASP.NET與IIS…………………………………………………… 29
2.5.1 IIS簡介………………………………………………………… 30
2.5.2 IIS與ASP.NET結(jié)合…………………………………………… 33
2.6 利用ADO.NET訪問數(shù)據(jù)庫………………………………………… 34
3 論壇的系統(tǒng)設(shè)計……………………………………………………… 36
3.1 B/S結(jié)構(gòu)模式的確定……………………………………………… 36
3.2 功能目標(biāo)設(shè)計……………………………………………………… 36
3.3具體頁面確定……………………………………………………… 37
4 論壇的數(shù)據(jù)庫設(shè)計…………………………………………………… 38
4.1 數(shù)據(jù)庫的需求分析………………………………………………… 38
4.2數(shù)據(jù)庫的結(jié)構(gòu)設(shè)計………………………………………………… 39
5 BBS論壇子系統(tǒng)后臺的數(shù)據(jù)庫和文件配置…………………………… 39
5.1 后臺數(shù)據(jù)庫配置…………………………………………………… 39
5.2 后臺文件配置……………………………………………………… 39
6 網(wǎng)上論壇系統(tǒng)詳細設(shè)計與實現(xiàn)……………………………………… 40
6.1 系統(tǒng)概況…………………………………………………………… 40
6.2 功能描述…………………………………………………………… 41
6.2.1 頭、尾文件及首頁描述………………………………………… 41
6.2.2 調(diào)查頁面描述…………………………………………………… 42
6.2.3 注冊功能描述…………………………………………………… 43
6.2.4 發(fā)、回貼功能描述……………………………………………… 45
7 心得體會……………………………………………………………… 50
8 參考文獻……………………………………………………………… 52
9 附錄…………………………………………………………………… 54
10 外文譯文……………………………………………………………… 75
11 原文說明……………………………………………………………… 89
摘 要
隨著科技的發(fā)展網(wǎng)絡(luò)越來越普及,大多數(shù)人都能夠使用計算機,人們通過計算機獲取各種各樣的知識,通過計算機進行娛樂,通過計算機結(jié)識朋友,通過計算機進行交流,甚至還能通過互聯(lián)網(wǎng)購物,在此之前他們只能通過報紙,電視等途徑獲得信息。BBS正是網(wǎng)友們進行交流的途徑之一。
BBS的開發(fā)工具有好多,一般常用的是ASP、ASP.NET、VB、C++、Java,后臺數(shù)據(jù)庫有SQL以及ACCESS等等。一般網(wǎng)上的BBS都是使用ASP跟ACCESS數(shù)據(jù)庫相結(jié)合,采用的語言一般是C++,因為ACCESS數(shù)據(jù)庫結(jié)構(gòu)比較簡單而C++語言比較規(guī)范。
本系統(tǒng)利用ASP.NET和ADO.NET技術(shù)開發(fā),運作于Windows XP的環(huán)境下,采用的HTML編輯器形式為Dreamweaver MX 2004,后臺數(shù)據(jù)庫采用SQL SERVER 2000.因為本系統(tǒng)屬于交友中心網(wǎng)站的一個子系統(tǒng)所以沒有使用較簡單的ACCESS數(shù)據(jù)庫而是使用大型數(shù)據(jù)庫SQL。
該系統(tǒng)可以分為兩個模塊:論壇調(diào)查模塊和論壇模塊。
對于論壇調(diào)查模塊,根據(jù)系統(tǒng)的功能分析,它包括以下的功能:論壇調(diào)查、查看調(diào)查結(jié)果。對于論壇模塊,根據(jù)系統(tǒng)的功能分析,它包括以下功能:論壇首頁、用戶注冊、查看文章、發(fā)表文章、回復(fù)文章等等。
關(guān)鍵詞: ASP.NET,ADO.NET,SQL SERVER 2000,調(diào)查模塊,論壇模塊
BBS of making friends
Abstract
Owing to increasingly development of technology, network is more and more widespread, so that most people can use computers. They can gain knowledge with computers, do recreation, meeting new friends, chating with other people and intercommunicate with computers. They can also do shipping whith Internet. We can get information from Internet, before that people can only get information from news paper, TV etc. BBS is just one way for Net Pals to intercommunicate with each other.
There are a lot of exploit tools of BBS, including the most common ASP, ASP.NET, VB, C++, JAVA; and background database, such as SQL SERVER 2000 and ACCESS, etc. The most common BBS in Internet is maked of ASP, ACCESS and C++. Because ACCESS is easier and smaller than SQL SERVER 2000 and C++ is standarded than other computer languages.
This system is made of ASP.NET and ADO.NET, ASP.NET and ADO.NET is newer than ASP and ADO. They have more and better function than ASP.NET and ADO.NET.The system moves and operates under Windows XP. Its HTML editor is Dreamweaver MX2004; background database is SQL SERVER 2000.This system is one part of Making Friends Center.Because of this reason this system is maked of SQL SERVER.
The system includes two modules: forum investigation and forum modules. According to function analysis to the system, forum investigation module comprises investigation and examing outcome, while forum module comprises homepage, user registration, browsing, releasing and writing back passages.
Key words: ASP.NET,ADO.NET,SQL SERVER 2000, investigation module,forum module