基于asp.net的留言板设计.doc

约44页DOC格式手机打开展开

基于asp.net的留言板设计,基于asp.net的留言板设计摘要留言板是internet上最基本的交互式网页,是网络上提供的一项基本服务,也是一个和浏览者沟通的园地。经过详细的分析和调查,本设计采用asp作为开发工具,后台数据库采用sql server 2005数据库设计,利用ado.net数据库访问技术实现对数据库的各种管理操作,实现留言板的留言...
编号:10-321297大小:629.50K
分类: 论文>计算机论文

内容介绍

此文档由会员 hjfq888 发布

基于ASP.NET的留言板设计


摘要 
留言板是Internet上最基本的交互式网页,是网络上提供的一项基本服务,也是一个和浏览者沟通的园地。经过详细的分析和调查,本设计采用ASP作为开发工具,后台数据库采用SQL Server 2005数据库设计,利用ADO.NET数据库访问技术实现对数据库的各种管理操作,实现留言板的留言及管理功能。设计过程中,首先建立了系统的应用原型,然后在此基础上进行需求迭代,详细设计时不断的修正和完善,经过测试阶段地反复调试和验证,最终形成达到用户设计要求的可行系统。

关键词:互联网; MVC; SQL Server 2005; ASP; B/S; 动态
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 现状 1
1.3 设计目的与意义 2
第二章 网站概述 3
2.1 软件体系结构介绍 3
2.1.1 C/S结构与B/S结构简介 3
2.1.2 B/S的三层体系结构 4
2.1.3 C/S架构的优势与劣势 5
2.1.4 B/S架构的优势与劣势 5
2.2 数据库概述 6
2.2.1 关系型数据库 7
2.2.2 ADO.NET数据库访问技术 7
2.2.3 SQL语言介绍 9
2.3 开发工具的选用及介绍 10
2.3.1开发工具Visual Studio 2008 简介 10
2.3.2 ASP.NET简介 11
2.3.3 SQL Server2005简介 12
2.4 系统开发运行环境 14
2.4.1 硬件环境及操作系统 14
2.4.2 系统开发平台 14
第三章 网站总体分析与总体设计 16
3.1 网站总体分析 16
3.1.1 网站主要功能 16
3.1.2 需求分析 16
3.1.3 可行性分析 17
3.1.4 网站流程分析 18
3.1.5 网站功能分析 19
3.2 网站总体设计 20
3.2.1 网站界面设计 20
3.2.2 模块设计 24
第四章 后台数据库设计 25
4.1 数据库设计规划 25
4.2 用户需求分析 25
4.3 概念结构设计 26
4.4 逻辑结构设计 27
4.5 数据库运行与维护 28
第五章 网站模块的实现 29
5.1 查看留言模块 29
5.2 添加留言模块 30
5.3 管理员登录模块。 31
5.4 管理留言模块 32
结论 36
致谢 37
参考文献 38
附录 39
附录一 网站使用说明 39