基于ASP的博客网站设计与实现
摘 要:博客简单来说就是“网络日记”,本课题研究的博客网站就是可以让用户零成本、较少维护地创建自己的网络媒体。本课题开发实现博客的通用功能:发表日志,上传图片,管理博客,阅读博客,发表评论等几大功能。另外系统页面风格的可变性是本博客系统一大优势。
本课题遵循了“放眼于系统,按功能分快”的原则,巧妙地将开发一个完整的博客网站的过程分解成各个模块,然后逐一的实现各个功能模块,最后把所有的模块连在一起就构成了一个完整的博客系统。
本系统的页面设计主要是在Dreamweaver环境下完成的,通过引入ASP技术和数据库技术使得博客系统的动态功能得以很好的实现,本系统的成功开发可以说是Dreamweaver结合ASP技术开发动态网站的成功体现。
关键词: 博客 ASP 数据库 Dreamweaver
The Design and Realization of Blog Website Based on ASP
Abstract: This project studies a web blog, with which users can create their own web media without any cost and any maintenance. It develops and realizes commonplace functions of a blog, such as publishing blogs, uploading pictures, administrating blogs, reading blogs, publishing comments and so forth.
This project goes with the principle that we regard the system as a whole but break up the whole into parts when realizing it. So we divide the whole system into several parts called modules and then we develop the system one by one and finally we combine all the parts
together and get a complete blog system.
The system is developed mainly with Dreamweaver. And with the adoption of database technology and ASP, dynamic functions of the blog system perfectly come true. We can see the successful development of this system as a reflection of excellent combination of Dreamweaver and ASP technology when developing dynamic websites.
Keywords: blog; ASP; database; Dreamweaver
目 录
1 引言. 1
1.1 课题的研究背景与意义. 1
1.1.1 课题的研究背景. 1
1.1.2 课题的研究意义. 1
1.2 问题定义和简介. 1
1.2.1 课题的定义. 1
1.2.2 课题简介. 2
1.3 课题调研与可行性分析. 2
1.3.1 课题调研. 2
1.3.2 可行性分析. 2
1.4 论文各章内容介绍. 3
2 系统需求分析. 4
2.1 需求调研. 4
2.2 业务流程分析. 4
2.3 系统数据流图. 5
2.4 系统功能需求分析. 6
2.4.1 功能划分. 6
2.4.2 功能描述. 6
2.5 系统功能需求分析. 8
2.5.1 创建用例图. 8
2.5.2 详细描述用例. 9
2.6 数据字典. 11
3 系统设计. 15
3.1 系统总体结构设计. 15
3.2 系统数据模型设计. 16
3.3 数据库表的设计. 19
3.4 系统开发与运行环境确定. 21
3.4.1 系统开发环境. 21
3.4.2 系统运行环境. 22
3.5 系统实现的若干关键技术. 22
3.5.1 UML建模技术. 22
3.5.2 ASP与IIS技术. 23
3.5.3 利用ADO访问数据库技术. 24
4 数据库连接函数. 27
5 详细设计. 28
5.1 系统登录模块模块简介. 28
5.2 模块体系结构. 28
5.3 运行图. 29
5.4 设计说明. 29
5.4.1 新用户注册子模块. 29
5.4.2 管理员登陆子模块. 31
6 博客管理系统模块. 33
6.1 博客管理子模块. 33
6.1.1 模块简介. 33
6.1.2 模块体系结构. 33
6.1.3 设计说明. 33
6.2 系统管理子模块. 36
6.2.1 模块简介. 36
6.2.2 模块体系结构. 36
6.2.3 设计说明. 36
7 博客浏览系统模块. 40
7.1 博客浏览模块. 40
7.1.1 模块简介. 40
7.1.2 模块体系结构. 40
7.1.3 运行流程. 40
7.1.4 设计说明. 40
7.2 访问量统计模块. 41
8 用户手册. 42
8.1 系统运行环境. 42
8.1.1 硬件要求. 42
8.1.2 软件环境. 42
8.2 系统的安装. 42
8.3 系统页面及其功能. 42
8.4 系统的使用. 43
8.4.1 常用操作说明. 43
8.4.2 各模块的使用说明. 43
结 论. 48
致 谢. 50
参 考 文 献. 51
1 引言
1.1 课题的研究背景与意义
1.1.1 课题的研究背景
第一批中文博客是在2002年出现的,早些时候博客只是一个新的网络名词并无特殊之处,。就在不经意间,博客竟如雨后春笋般冒出来,博得越来越多网民的欢心,并在互联网上引发了一股博客热潮。
博客的发展现状呈现出以下特点:发展速度惊人;从精英向大众人群迅猛扩展;博客人群主体更加多元化;博客服务商激增,出现群雄争霸局面;博客资源争夺激烈,博客服务商面临市场洗牌。
博客发展到今天已经取得了相当规模的成就,以新浪、搜狐、网易为代表的三大门户网站都已经推出了自己的博客服务,还有一些著名的专业博客网站都已经对博客资源展开了激烈的争夺。在规模扩大的同时博客技术也在不断的进步和完善,目前博客技术已经取得的成果包括:发表日志,发表评论,相册等一些通用功能。
但是现在的博客技术还不够完善,要想永久确立它的网络地位必须不断开发并推出新的博客技术来满足人们的需要。本课题的研究正是基于这样一种追求博客新技术的基础上而展开的。