毕业论文 基于aspnet的博客管理系统的设计与实现.doc

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

毕业论文 基于aspnet的博客管理系统的设计与实现,摘 要随着internet的广泛应用,动态网页技术也应运而生。本文介绍了应用asp动态网页技术开发博客系统的设计与实现。blog的全名应该是web log,中文意思是“网络日志”,后来缩写为blog,而博客(blogger)就是写blog的人。从理解上讲,博客是“一种表达个人思想、网络链接、内容,按照时间顺序排列,并且...
编号:20-201897大小:2.75M
分类: 论文>计算机论文

内容介绍

此文档由会员 ljjwl8321 发布

摘 要
随着Internet的广泛应用,动态网页技术也应运而生。本文介绍了应用ASP动态网页技术开发博客系统的设计与实现。Blog的全名应该是Web log,中文意思是“网络日志”,后来缩写为Blog,而博客(Blogger)就是写Blog的人。从理解上讲,博客是“一种表达个人思想、网络链接、内容,按照时间顺序排列,并且不断更新的出版方式”。
Visual C#是微软公司为它的ASP.NET计划推出的核心编程语言。该语言几乎综合了目前所有编程语言系统的优点,并结合因特网的需要,增加了丰富的新特性和增强功能。Visual C#语言面向对象的设计,可以用来构建从高水平的商务目标到体系标准应用程序的范围宽广的组件。使用Visual C#语言,程序员能够迅速地建造提供充分开拓计算和通信的工具和服务的新的ASP.NET平台。C#语言的组成部分使用简单的C#语言结构体,能被转化成WEB服务,允许人们通过Internet调用在任何操作系统上运行的任何语言。
Access就是关系数据库开发工具,数据库能汇集各种信息以供查询、存储和检索。数据库(Database)是由一些有意义和有关系的数据(data)所组合而成。我们称之为数据库管理管理系统(Database Management System DBMS)。Access 的优点在于它能使用数据表示图或自定义窗体收集信息,数据表示图提供了一种类似于 Excel 的电子表格,可以使数据库一目了然。
本网站基于B/S模式,在Visual Studio 2005集成开发环境下采用ASP.NET编程技术和C#语言,使用ACCESS数据库管理整个系统的后台数据。以IIS为服务平台,实现博客系统的构建


关健词:博客blog ASP.NET C# ACCESS数据库 IIS











Abstract
With the extensive application of the Internet, dynamic web technology has emerged. This text describes the application of ASP dynamic web technology and development the blog system. Blog full name should be the Web log, in Chinese means "Web log", later known as Blog, the blog (Blogger) who is writing Blog. From the understanding of speaking, the blog is "a personal expression of ideas, network links, content, are arranged in chronological order, and constantly update the publication of way."
Microsoft Visual C # for its ASP.NET plans to introduce the core programming language. The language of the current integrated almost all the advantages of programming language system, combining the Internet and the need to increase the wealth of new features and enhancements. Visual C # language object-oriented design, can be used to build the high-level business goals to the system standard application of a wide range of components. The use of Visual C # language, programmers can quickly open up the construction of the provision of adequate computing and communications tools and services of the new ASP.NET platform. C # language an integral part of using a simple C # language structure, can be transformed into WEB services through the Internet allow people to call in any operating system running on any language.
Access is the relational database development tools, database information can be pooled for enquiries, storage and retrieva l. Database (Database) by some meaningful and the data (data) by a combination of. We call management database management system (Database Management System DBMS). Access has the advantage of the use of data that can map or custom forms to collect information, data plans that provide a similar Excel spreadsheet, database can make clear at a glance.
This website system is based on the mode of B/S in the environment of Visual Studio 2005 integration development kit. It is developed with the technology of ASP.NET, C# programming language and ACCESS database.




【Keywords】Blog ASP.NET C# ACCESS database IIS

目录
摘 要 1
ABSTRACT 2
第一章 系统概述 5
§1.1 项目背景、意义、特点及用途 5
1.1课题背景 5
1.2 课题的意义 6
1.3系统开发的目标 7
§1.2主题研究工作 7
§1.3论文的组织 7
第二章 系统分析 8
§2.1用户需求分析 8
2.1用户需求分析 8
2.2系统需求分析 9
2.3数据库需求分析 11
§2.2系统功能分析 12
2.2.1 文章日志 12
2.2.2 发表评论 12
2.2.3 资源下载 12
2.2.4 相片浏览 13
2.2.5 管理功能 13
2.2.6 加密功能 13
§2.3 系统功能流程图 13
第三章 开发工具及工具简介 14
§3.1 ASP.NET语言简介 14
§3.2编程环境 15
§3.3 ASP.NET技术分折 15
3.3.1 ASP.NET的优点 15
§3.4 ASP.NET平台要求 16
3.4.1硬件平台 16
3.4.2软件平台 16
§3.5ACCESS数据库 17
3.5.1 Access的简介 17
3.5.2 ACCESS数据库的几个主要概念 17
3.5.3 Access的特点 18
§3.6 SQL SEVER 2005数据库 19
3.6.1 SQL server 2005的简介 19
3.6.2 SQL server2005的特点 19
§3.7数据库的选择 20
§3.8数据库的完整性和安全性 21
3.7.1 数据库的完整性约束 21
3.7.2 数据库的安全性 21
§3.8 IIS的介绍及配置 22
第四章 详细设计与实现 26
§4.1系统设计 26
§4.2系统总体设计 26
§4.4 主页设计 27
§4.5 非博客主人访问模块设计 28
4.5.1 文章列表 28
4.5.2浏览文章 29
4.5.3发表评论 29
4.5.4浏览评论 30
§4.6博客主人访问模块设计 30
4.6.1 管理员登录 30
4.6.2发表文章 31
4.6.3. 文章管理 32
4.6.4发表评论 33
4.6.5文章评论管理 33
4.6.6投票 34
4.6.7广告 35
问题******4.6.8 Web服务使用ASP.NET内部对象 不知道怎么用语言描叙清楚。 35
4.6.9 导航的使用 35
..