asp博客系统设计论文---------博客系统设计说明书.doc
约27页DOC格式手机打开展开
asp博客系统设计论文---------博客系统设计说明书,摘要随着internet的广泛应用,动态网页技术也应运而生。本文介绍了应用asp动态网页技术开发博客系统的设计与实现。博客系统主要为用户提供发表文章、浏览文章等功能,用户通过internet可以发表一些自己撰写的文章以和其他网友进行交流。博客系统主要实现了文章管理的数字化、信息化、智能化,是打破传统报刊、杂志发表文章方...
内容介绍
此文档由会员 wanli1988go 发布
摘 要
随着Internet的广泛应用,动态网页技术也应运而生。本文介绍了应用ASP动态网页技术开发博客系统的设计与实现。
博客系统主要为用户提供发表文章、浏览文章等功能,用户通过Internet可以发表一些自己撰写的文章以和其他网友进行交流。博客系统主要实现了文章管理的数字化、信息化、智能化,是打破传统报刊、杂志发表文章方式的新尝试。
本系统的开发设计实现采用ASP技术,系统后台使用SQL Server 2000数据库.
本文对博客系统进行整体分析,明确了系统的可行性和用户需求;根据模块化原理,规划设计了系统功能模块;在数据库设计部分,详细说明了系统数据库的结构和数据库的完整性、安全性措施;程序设计则采用面向对象的程序设计思想,提出系统的程序设计思路,对前台与后台功能的程序实现进行了详细论述;系统测试部分,具体分析测试过程中出现的主要问题,并提出了解决方案,实现系统功能。最后,对系统作以客观、全面的评价,并对进一步改进提出了建议。
关键词:博客系统 ASP SQL Server 2000
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 system is mainly to provide users with published articles, browse articles, and other functions,Users can express themselves by some articles and with other netizens to conduct exchanges. Blog system of the main article on the digital management, information, intelligence, is to break the way of Released an article by traditional newspapers and magazine published ,it make a new way to try.
The system is designed by ASP technology, backstage adoption SQL Server 2000 database。
In this text,it analysis the blog system by feasibility and the demand of the user. Under the modular theory, planning and design of the system functional modules; In the database design, a detailed description of the database structure and database integrity, security measures; Programming is used object-oriented programming design, system design ideas, background for the future and function of the program in detail; System testing, Analysis of the specific course of testing the key issues and proposed solutions to achieve system function. Finally, the system in an objective, comprehensive eva luation, as well as further improvements made.
Key words:Blog ASP SQL Server 2000
目 录
一、概述 ………………………………………………………………………………………1
(一)背景介绍 ………………………………………………………………………………1
(二)开发项目的意义 ………………………………………………………………………2
(三)系统概述 ………………………………………………………………………………2
(四)系统开发的方法 ………………………………………………………………………2
二、系统分析 …………………………………………………………………………………3
(一)可行性分析 ……………………………………………………………………………3
(二)需求分析 ………………………………………………………………………………4
(三)系统开发平台 …………………………………………………………………………4
三、总体设计 …………………………………………………………………………………4
(一)项目规划 ………………………………………………………………………………4
(二)系统功能结构图 ………………………………………………………………………4
四、系统设计 …………………………………………………………………………………5
(一)设计目标 ………………………………………………………………………………5
(二)逻辑结构设计 …………………………………………………………………………6
五、公共文件设计 ……………………………………………………………………………8
(一)系统配置文件 …………………………………………………………………………8
(二)数据库链接文件 ………………………………………………………………………8
(三)公共函数文件 …………………………………………………………………………9
(四)CSS样式文件 ……………………………………………………………………… 11
(五)xmlthhprequest对象文件……………………………………………………………12
六、前台主要功能模块详细设计……………………………………………………………12
七、文章模块设计……………………………………………………………………………13
八、相册模块设计……………………………………………………………………………16
九、音频点播模块设计………………………………………………………………………20
十、视频播放模块设计………………………………………………………………………23
十一、后台主要功能模块详细设计…………………………………………………………25
十二、管理员登陆模块设计…………………………………………………………………25
十三、后台主页模块设计……………………………………………………………………28
十四、文章管理模块设计……………………………………………………………………30
十五、图片上传模块设计……………………………………………………………………38
十六、程序调试与错误处理…………………………………………………………………47
(一)获取文章路径错误(upfile.asp)…………………………………………………47
(二)页面不刷新………………………………………………..
随着Internet的广泛应用,动态网页技术也应运而生。本文介绍了应用ASP动态网页技术开发博客系统的设计与实现。
博客系统主要为用户提供发表文章、浏览文章等功能,用户通过Internet可以发表一些自己撰写的文章以和其他网友进行交流。博客系统主要实现了文章管理的数字化、信息化、智能化,是打破传统报刊、杂志发表文章方式的新尝试。
本系统的开发设计实现采用ASP技术,系统后台使用SQL Server 2000数据库.
本文对博客系统进行整体分析,明确了系统的可行性和用户需求;根据模块化原理,规划设计了系统功能模块;在数据库设计部分,详细说明了系统数据库的结构和数据库的完整性、安全性措施;程序设计则采用面向对象的程序设计思想,提出系统的程序设计思路,对前台与后台功能的程序实现进行了详细论述;系统测试部分,具体分析测试过程中出现的主要问题,并提出了解决方案,实现系统功能。最后,对系统作以客观、全面的评价,并对进一步改进提出了建议。
关键词:博客系统 ASP SQL Server 2000
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 system is mainly to provide users with published articles, browse articles, and other functions,Users can express themselves by some articles and with other netizens to conduct exchanges. Blog system of the main article on the digital management, information, intelligence, is to break the way of Released an article by traditional newspapers and magazine published ,it make a new way to try.
The system is designed by ASP technology, backstage adoption SQL Server 2000 database。
In this text,it analysis the blog system by feasibility and the demand of the user. Under the modular theory, planning and design of the system functional modules; In the database design, a detailed description of the database structure and database integrity, security measures; Programming is used object-oriented programming design, system design ideas, background for the future and function of the program in detail; System testing, Analysis of the specific course of testing the key issues and proposed solutions to achieve system function. Finally, the system in an objective, comprehensive eva luation, as well as further improvements made.
Key words:Blog ASP SQL Server 2000
目 录
一、概述 ………………………………………………………………………………………1
(一)背景介绍 ………………………………………………………………………………1
(二)开发项目的意义 ………………………………………………………………………2
(三)系统概述 ………………………………………………………………………………2
(四)系统开发的方法 ………………………………………………………………………2
二、系统分析 …………………………………………………………………………………3
(一)可行性分析 ……………………………………………………………………………3
(二)需求分析 ………………………………………………………………………………4
(三)系统开发平台 …………………………………………………………………………4
三、总体设计 …………………………………………………………………………………4
(一)项目规划 ………………………………………………………………………………4
(二)系统功能结构图 ………………………………………………………………………4
四、系统设计 …………………………………………………………………………………5
(一)设计目标 ………………………………………………………………………………5
(二)逻辑结构设计 …………………………………………………………………………6
五、公共文件设计 ……………………………………………………………………………8
(一)系统配置文件 …………………………………………………………………………8
(二)数据库链接文件 ………………………………………………………………………8
(三)公共函数文件 …………………………………………………………………………9
(四)CSS样式文件 ……………………………………………………………………… 11
(五)xmlthhprequest对象文件……………………………………………………………12
六、前台主要功能模块详细设计……………………………………………………………12
七、文章模块设计……………………………………………………………………………13
八、相册模块设计……………………………………………………………………………16
九、音频点播模块设计………………………………………………………………………20
十、视频播放模块设计………………………………………………………………………23
十一、后台主要功能模块详细设计…………………………………………………………25
十二、管理员登陆模块设计…………………………………………………………………25
十三、后台主页模块设计……………………………………………………………………28
十四、文章管理模块设计……………………………………………………………………30
十五、图片上传模块设计……………………………………………………………………38
十六、程序调试与错误处理…………………………………………………………………47
(一)获取文章路径错误(upfile.asp)…………………………………………………47
(二)页面不刷新………………………………………………..