基于asp.net的留言板設(shè)計(jì).doc
約44頁DOC格式手機(jī)打開展開
基于asp.net的留言板設(shè)計(jì),基于asp.net的留言板設(shè)計(jì)摘要留言板是internet上最基本的交互式網(wǎng)頁,是網(wǎng)絡(luò)上提供的一項(xiàng)基本服務(wù),也是一個和瀏覽者溝通的園地。經(jīng)過詳細(xì)的分析和調(diào)查,本設(shè)計(jì)采用asp作為開發(fā)工具,后臺數(shù)據(jù)庫采用sql server 2005數(shù)據(jù)庫設(shè)計(jì),利用ado.net數(shù)據(jù)庫訪問技術(shù)實(shí)現(xiàn)對數(shù)據(jù)庫的各種管理操作,實(shí)現(xiàn)留言板的留言...
![](http://img.queshao.com/images/pcgzh.gif)
![](http://preview.queshao.com/tobuy/321297.gif)
內(nèi)容介紹
此文檔由會員 hjfq888 發(fā)布基于ASP.NET的留言板設(shè)計(jì)
摘要
留言板是Internet上最基本的交互式網(wǎng)頁,是網(wǎng)絡(luò)上提供的一項(xiàng)基本服務(wù),也是一個和瀏覽者溝通的園地。經(jīng)過詳細(xì)的分析和調(diào)查,本設(shè)計(jì)采用ASP作為開發(fā)工具,后臺數(shù)據(jù)庫采用SQL Server 2005數(shù)據(jù)庫設(shè)計(jì),利用ADO.NET數(shù)據(jù)庫訪問技術(shù)實(shí)現(xiàn)對數(shù)據(jù)庫的各種管理操作,實(shí)現(xiàn)留言板的留言及管理功能。設(shè)計(jì)過程中,首先建立了系統(tǒng)的應(yīng)用原型,然后在此基礎(chǔ)上進(jìn)行需求迭代,詳細(xì)設(shè)計(jì)時不斷的修正和完善,經(jīng)過測試階段地反復(fù)調(diào)試和驗(yàn)證,最終形成達(dá)到用戶設(shè)計(jì)要求的可行系統(tǒng)。
關(guān)鍵詞:互聯(lián)網(wǎng); MVC; SQL Server 2005; ASP; B/S; 動態(tài)
Abstract
The message page is the most basic interactive web page in internet. An item of basic service provided by network, which provides a platform to communicate with, every browser. After detailed analysis and survey, this design adopts ASP as the development, SQL Server 2005 database design as the backstage database, and adopts the ADO.NET database visit technology to realize various manage operation on database and the message-leaving and manage function of the message page. In the design, firstly the applied medal of this system is built, based on which the service demand is collected from generation, and then after the continuous revise and improvement in detailed design and. In the test stage repeated adjustment and verification. The system which can meet the need of customs is attained.
Key words: Internet; MVC; SQL Server 2005; ASP; B/S; Dynamic
目錄
摘要 I
Abstract II
第一章 前言 1
1.1 背景 1
1.2 現(xiàn)狀 1
1.3 設(shè)計(jì)目的與意義 2
第二章 網(wǎng)站概述 3
2.1 軟件體系結(jié)構(gòu)介紹 3
2.1.1 C/S結(jié)構(gòu)與B/S結(jié)構(gòu)簡介 3
2.1.2 B/S的三層體系結(jié)構(gòu) 4
2.1.3 C/S架構(gòu)的優(yōu)勢與劣勢 5
2.1.4 B/S架構(gòu)的優(yōu)勢與劣勢 5
2.2 數(shù)據(jù)庫概述 6
2.2.1 關(guān)系型數(shù)據(jù)庫 7
2.2.2 ADO.NET數(shù)據(jù)庫訪問技術(shù) 7
2.2.3 SQL語言介紹 9
2.3 開發(fā)工具的選用及介紹 10
2.3.1開發(fā)工具Visual Studio 2008 簡介 10
2.3.2 ASP.NET簡介 11
2.3.3 SQL Server2005簡介 12
2.4 系統(tǒng)開發(fā)運(yùn)行環(huán)境 14
2.4.1 硬件環(huán)境及操作系統(tǒng) 14
2.4.2 系統(tǒng)開發(fā)平臺 14
第三章 網(wǎng)站總體分析與總體設(shè)計(jì) 16
3.1 網(wǎng)站總體分析 16
3.1.1 網(wǎng)站主要功能 16
3.1.2 需求分析 16
3.1.3 可行性分析 17
3.1.4 網(wǎng)站流程分析 18
3.1.5 網(wǎng)站功能分析 19
3.2 網(wǎng)站總體設(shè)計(jì) 20
3.2.1 網(wǎng)站界面設(shè)計(jì) 20
3.2.2 模塊設(shè)計(jì) 24
第四章 后臺數(shù)據(jù)庫設(shè)計(jì) 25
4.1 數(shù)據(jù)庫設(shè)計(jì)規(guī)劃 25
4.2 用戶需求分析 25
4.3 概念結(jié)構(gòu)設(shè)計(jì) 26
4.4 邏輯結(jié)構(gòu)設(shè)計(jì) 27
4.5 數(shù)據(jù)庫運(yùn)行與維護(hù) 28
第五章 網(wǎng)站模塊的實(shí)現(xiàn) 29
5.1 查看留言模塊 29
5.2 添加留言模塊 30
5.3 管理員登錄模塊。 31
5.4 管理留言模塊 32
結(jié)論 36
致謝 37
參考文獻(xiàn) 38
附錄 39
附錄一 網(wǎng)站使用說明 39