asp.net交友中心論壇子系統(tǒng)+外文翻譯.doc
約100頁DOC格式手機打開展開
asp.net交友中心論壇子系統(tǒng)+外文翻譯,目 錄摘要1abstract20 引言41 概述51.1 開發(fā)背景51.2 開發(fā)環(huán)境和工具71.2.1 windows xp81.2.2 visual basic121.2.3 sql server 200014 1.2.4 reamweaver mx 2004172 主要技術和分析212.1 asp.net的產生21...
內容介紹
此文檔由會員 wanli1988go 發(fā)布
目 錄
摘要………………………………………………………………………… 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 主要技術和分析……………………………………………………… 21
2.1 ASP.NET的產生…………………………………………………… 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結合…………………………………………… 33
2.6 利用ADO.NET訪問數(shù)據庫………………………………………… 34
3 論壇的系統(tǒng)設計……………………………………………………… 36
3.1 B/S結構模式的確定……………………………………………… 36
3.2 功能目標設計……………………………………………………… 36
3.3具體頁面確定……………………………………………………… 37
4 論壇的數(shù)據庫設計…………………………………………………… 38
4.1 數(shù)據庫的需求分析………………………………………………… 38
4.2數(shù)據庫的結構設計………………………………………………… 39
5 BBS論壇子系統(tǒng)后臺的數(shù)據庫和文件配置…………………………… 39
5.1 后臺數(shù)據庫配置…………………………………………………… 39
5.2 后臺文件配置……………………………………………………… 39
6 網上論壇系統(tǒng)詳細設計與實現(xiàn)……………………………………… 40
6.1 系統(tǒng)概況…………………………………………………………… 40
6.2 功能描述…………………………………………………………… 41
6.2.1 頭、尾文件及首頁描述………………………………………… 41
6.2.2 調查頁面描述…………………………………………………… 42
6.2.3 注冊功能描述…………………………………………………… 43
6.2.4 發(fā)、回貼功能描述……………………………………………… 45
7 心得體會……………………………………………………………… 50
8 參考文獻……………………………………………………………… 52
9 附錄…………………………………………………………………… 54
10 外文譯文……………………………………………………………… 75
11 原文說明……………………………………………………………… 89
摘 要
隨著科技的發(fā)展網絡越來越普及,大多數(shù)人都能夠使用計算機,人們通過計算機獲取各種各樣的知識,通過計算機進行娛樂,通過計算機結識朋友,通過計算機進行交流,甚至還能通過互聯(lián)網購物,在此之前他們只能通過報紙,電視等途徑獲得信息。BBS正是網友們進行交流的途徑之一。
BBS的開發(fā)工具有好多,一般常用的是ASP、ASP.NET、VB、C++、Java,后臺數(shù)據庫有SQL以及ACCESS等等。一般網上的BBS都是使用ASP跟ACCESS數(shù)據庫相結合,采用的語言一般是C++,因為ACCESS數(shù)據庫結構比較簡單而C++語言比較規(guī)范。
本系統(tǒng)利用ASP.NET和ADO.NET技術開發(fā),運作于Windows XP的環(huán)境下,采用的HTML編輯器形式為Dreamweaver MX 2004,后臺數(shù)據庫采用SQL SERVER 2000.因為本系統(tǒng)屬于交友中心網站的一個子系統(tǒng)所以沒有使用較簡單的ACCESS數(shù)據庫而是使用大型數(shù)據庫SQL。
該系統(tǒng)可以分為兩個模塊:論壇調查模塊和論壇模塊。
對于論壇調查模塊,根據系統(tǒng)的功能分析,它包括以下的功能:論壇調查、查看調查結果。對于論壇模塊,根據系統(tǒng)的功能分析,它包括以下功能:論壇首頁、用戶注冊、查看文章、發(fā)表文章、回復文章等等。
關鍵詞: ASP.NET,ADO.NET,SQL SERVER 2000,調查模塊,論壇模塊
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 Ce..
摘要………………………………………………………………………… 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 主要技術和分析……………………………………………………… 21
2.1 ASP.NET的產生…………………………………………………… 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結合…………………………………………… 33
2.6 利用ADO.NET訪問數(shù)據庫………………………………………… 34
3 論壇的系統(tǒng)設計……………………………………………………… 36
3.1 B/S結構模式的確定……………………………………………… 36
3.2 功能目標設計……………………………………………………… 36
3.3具體頁面確定……………………………………………………… 37
4 論壇的數(shù)據庫設計…………………………………………………… 38
4.1 數(shù)據庫的需求分析………………………………………………… 38
4.2數(shù)據庫的結構設計………………………………………………… 39
5 BBS論壇子系統(tǒng)后臺的數(shù)據庫和文件配置…………………………… 39
5.1 后臺數(shù)據庫配置…………………………………………………… 39
5.2 后臺文件配置……………………………………………………… 39
6 網上論壇系統(tǒng)詳細設計與實現(xiàn)……………………………………… 40
6.1 系統(tǒng)概況…………………………………………………………… 40
6.2 功能描述…………………………………………………………… 41
6.2.1 頭、尾文件及首頁描述………………………………………… 41
6.2.2 調查頁面描述…………………………………………………… 42
6.2.3 注冊功能描述…………………………………………………… 43
6.2.4 發(fā)、回貼功能描述……………………………………………… 45
7 心得體會……………………………………………………………… 50
8 參考文獻……………………………………………………………… 52
9 附錄…………………………………………………………………… 54
10 外文譯文……………………………………………………………… 75
11 原文說明……………………………………………………………… 89
摘 要
隨著科技的發(fā)展網絡越來越普及,大多數(shù)人都能夠使用計算機,人們通過計算機獲取各種各樣的知識,通過計算機進行娛樂,通過計算機結識朋友,通過計算機進行交流,甚至還能通過互聯(lián)網購物,在此之前他們只能通過報紙,電視等途徑獲得信息。BBS正是網友們進行交流的途徑之一。
BBS的開發(fā)工具有好多,一般常用的是ASP、ASP.NET、VB、C++、Java,后臺數(shù)據庫有SQL以及ACCESS等等。一般網上的BBS都是使用ASP跟ACCESS數(shù)據庫相結合,采用的語言一般是C++,因為ACCESS數(shù)據庫結構比較簡單而C++語言比較規(guī)范。
本系統(tǒng)利用ASP.NET和ADO.NET技術開發(fā),運作于Windows XP的環(huán)境下,采用的HTML編輯器形式為Dreamweaver MX 2004,后臺數(shù)據庫采用SQL SERVER 2000.因為本系統(tǒng)屬于交友中心網站的一個子系統(tǒng)所以沒有使用較簡單的ACCESS數(shù)據庫而是使用大型數(shù)據庫SQL。
該系統(tǒng)可以分為兩個模塊:論壇調查模塊和論壇模塊。
對于論壇調查模塊,根據系統(tǒng)的功能分析,它包括以下的功能:論壇調查、查看調查結果。對于論壇模塊,根據系統(tǒng)的功能分析,它包括以下功能:論壇首頁、用戶注冊、查看文章、發(fā)表文章、回復文章等等。
關鍵詞: ASP.NET,ADO.NET,SQL SERVER 2000,調查模塊,論壇模塊
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 Ce..