毕业论文 基于aspnet的博客网站.doc

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

毕业论文 基于aspnet的博客网站,摘要随着internet的广泛应用,动态网页技术也应运而生。本文介绍了应用asp.net动态网页技术开发博客网站的设计与实现。博客网站主要为用户提供发表文章、浏览文章等功能,用户通过internet可以发表一些自己撰写的文章以和其他网友进行交流。博客网站主要实现了文章管理的数字化、信息化、智能化。 本网站的开发设计实现...
编号:30-202459大小:3.66M
分类: 论文>计算机论文

内容介绍

此文档由会员 ljjwl8321 发布

摘要
随着Internet的广泛应用,动态网页技术也应运而生。本文介绍了应用ASP.NET动态网页技术开发博客网站的设计与实现。博客网站主要为用户提供发表文章、浏览文章等功能,用户通过Internet可以发表一些自己撰写的文章以和其他网友进行交流。博客网站主要实现了文章管理的数字化、信息化、智能化。 本网站的开发设计实现采用ASP.NET技术,网站后台使用Microsoft的SQL2005数据库,并通过使用ADO.NET技术访问。 本文对博客网站进行整体分析,明确了网站的可行性和用户需求;根据模块化原理,规划设计了网站功能模块;在数据库设计部分,详细说明了网站数据库的结构和数据库的完整性、安全性措施;程序设计则采用面向对象的程序设计思想,提出网站的程序设计思路,对前台与后台功能的程序实现进行了详细论述。最后,对网站作以客观、全面的评价,并对进一步改进提出了建议。
关键词:博客; 数据管理系统; ASP.NET程序设计

Abstract
With the extensive application of the Internet, dynamic web technology has emerged. This text describes the application of ASP.NET dynamic web technology and development the blog website. Blog website 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 website 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 makes a new way to try. The website is designed by ASP.NET technology, backstage adoption SQL 2005 database,and use the ADO.NET technology to visit. In this paper,it analysis the blog website by feasibility and the demand of the user. Under the modular theory, planning and design of the website 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, website design ideas, background for the future and function of the program in detail. Finally, the website in an objective, comprehensive eva luation, as well as further improvements made.
Keywords: blog; database management system; ASP.NET;
目录
摘要 I
1 引言 1
1.1网站开发背景 1
1.2课题研究的意义 1
1.3 ASP.NET简介 1
2 BLOG网站总体设计 2
2.1网站设计方案 2
2.2 网站功能模块 2
2.3数据库需求分析 3
2.4网站操作流程 4
2.5网站插件 5
3 BLOG 网站详细设计 5
3.1 数据库详细设计 5
3.1.1数据表设计 5
3.1.2数据表E-R图 8
3.1.3数据库访问 10
3.2后台功能详细设计 10
3.2.1身份验证 10
3.2.2用户管理 11
3.2.3分类管理 11
3.2.4博文管理 12
3.2.5相册管理 12
3.2.6图片管理 12
3.2.7评论管理 12
3.2.8留言管理 13
3.2.9系统管理 13
3.3前台功能详细设计 14
3.3.1 用户模块 14
3.3.2分类模块 18
3.3.3博文模块 18
3.3.4相册模块 19
3.3.5留言模块 21
3.3.6换肤模块 21
4 安全性分析 22
5 结束语 22
5.1不足之处与改进 22
5.1.1并发性 22
5.1.2界面美观化 22
5.2结论 22
参考文献 23
致谢 24