当前位置:首页 > 毕业论文计算机科学与技术专业-个人博客系统设计
潍坊科技学院
本科毕业设计(论文)
题 目 基于ASP技术的个人博客系统的开发设计研究
院(系) 中印计算机软件学院 专业 计算机科学与技术
学 号 200801450015 学生姓名 指导教师
起讫日期 2011.12.22-2012.4.30
设计地点 潍坊科技学院
摘要
摘 要
随着Internet的广泛应用,动态网页技术也应运而生。本文介绍了应用ASP动态网页技术开发博客系统的设计与实现。
博客系统主要为用户提供发表文章、浏览文章等功能,用户通过Internet可以发表一些自己撰写的文章以和其他网友进行交流。博客系统主要实现了文章管理的数字化、信息化、智能化,是打破传统报刊、杂志发表文章方式的新尝试。
本系统的开发设计实现采用ASP技术,系统后台使用SQL Server 2005数据库,并通过使用ODBC技术访问。
本文对博客系统进行整体分析,明确了系统的可行性和用户需求;根据模块化原理,规划设计了系统功能模块;在数据库设计部分,详细说明了系统数据库的结构和数据库的完整性、安全性措施;程序设计则采用面向对象的程序设计思想,提出系统的程序设计思路,对前台与后台功能的程序实现进行了详细论述;系统测试部分,具体分析测试过程中出现的主要问题,并提出了解决方案,实现系统功能。最后,对系统作以客观、全面的评价,并对进一步改进提出了建议。 关键字:博客 ASP
I
Abstract
Abstract
Along with the wide application of Internet, dynamic web technology also arises at the historic moment. This paper introduces the application of ASP dynamic web technology development blog system design and implementation.
The blog system mainly for the user to provide published articles, browse the article, and other functions, the user through the Internet can express some of his writing articles and other users to communicate. The blog system mainly realizes the management of the digital and information, intelligence, is to break the traditional magazines, newspapers, published articles new way to try.
The development of system design and implementation USES ASP technology, the system background use SQL Server 2005 database, and by using ODBC technology access.
In this paper, the overall analysis blog system, made clear the feasibility and user needs; According to the principle of modular, planning and design the system function module; In database design part, detail the system database structure and database of integrity, security measures; The program design, the use of object-oriented program design idea, the program design thought system is presented to the front desk and backstage function the program realization are discussed in detail; System testing part, specific analysis and test appeared in the process of the main problems, and put forward the solution to the system function. Finally, the system in the objective and comprehensive assessment, and put forward some Suggestions on the further improvement.
Key Words: blog ASP SQL Server 2005 ODBC
II
目录
目 录
第一章 系统概述 .............................................. 1
1.1 开发背景 ......................................................... 1 1.2 系统开发的意义 ................................................... 1 1.3 系统开发的目标 ................................................... 2 1.4 系统相关技术及开发工具介绍 ....................................... 3
1.4.1 ASP技术概论 ......................................................... 3 1.4.2 ASP工作原理 ......................................................... 4 1.4.3 ODBC技术 ............................................................ 5 1.4.4 硬件设备及操作系统................................................... 6 1.4.5 系统开发平台 ........................................................ 6
1.5 研究方法介绍 ...................................................... 6
第二章 系统分析 .............................................. 8
2.1 可行性分析 ....................................................... 8 2.2 需求分析 ......................................................... 8
2.2.1 管理员登录 .......................................................... 9 2.2.2 文章管理 ............................................................ 9 2.2.3 系统信息管理 ........................................................ 9
2.3 数据分析 ........................................................ 10 2.4 数据流图 ........................................................ 10
2.4.1 博客整体结构示意图.................................................. 10 2.4.2 博客文章细节示意图.................................................. 11
第三章 数据库设计 ........................................... 12
3.1 数据库技术概述 .................................................. 12 3.2 数据库选择 ....................................................... 13 3.3数据库逻辑结构设计 ............................................... 13 3.4 数据库的完整性和安全性 .......................................... 15
III
共分享92篇相关文档