基于ASP.NET博客网站的设计与实现

来源:本站原创 作者:管理员 添加时间:2011-07-20 点击数:4703

一、开发工具:ASP.NET+SQL2000

二、开发期限:2011年

三、相关介绍:

1、计算机毕业论文介绍
摘  要

本博客园系统是为了在网络平台上展示自己,利用网络交友、学习而设计的。本文对博客网站的现状及发展趋势做了简单介绍,对系统的功能模块及实现过程作了详细描述。界面用Net2005实现,然后通过AspNet数据库编程来实现界面上的每个按钮功能,使其与数据库交互得以实现。为了保证数据库的完整、安全,数据库的设计必须严格按照数据库工程原理来设计、开发。同时,为了保证本系统顺利、高效完成,而且也要保证系统维护的高效、便利,系统的设计也必须严格遵从软件工程思想,用软件工程原理来开发系统。所以本系统结构严整,界面美观,操作简单,每一个用户都能在短时间内熟悉本系统。本系统是简单的个人博客园系统,实现了博客交流平台的基本功能,如有需要,可以方便的添加其他功能。

关键词:博客园  ASP.NET  Browser/Server  SQL Server
〖资料来源:计算机毕业论文 www.xiaoniu168.com

ABSTRACT

Park of the blog system is the network platform to display their use of network friends, designed the study. This article on the blog of the park system to do the status quo and development trend of the simple introduction to the system function modules and the realization of the process was described in detail. Net2005 interface to achieve, and then to achieve AspNet database programming interface function of each button to interact with the database can be achieved. In order to ensure database integrity, security, database design must be in strict accordance with engineering principles to the database design, development. At the same time, the system in order to ensure the smooth and efficient completion of maintenance but also to ensure efficient, convenient, and system design must also be strict compliance with the thinking of software engineering, software engineering principles to develop the system. Therefore, thorough, and the system architecture, interface aesthetics, simple operation, each user can be familiar with the system in a short period of time. The system is simple personal blog park system, a blog platform for the realization of the basic functions, if necessary, can easily add other functions

Keywords: blog Park ASP.NET Browser / Server SQL Server

2、计算机毕业设计功能介绍

4.1 系统设计思想
本课题主要是采用Web2.0的相关新技术实现,运用一系列的基于Web2.0的新应用包括博客、日志、评论、文件、博客空间和新闻i等模块完成,开发实现区别于传统Web应用的博客管理平台。
本系统分为前台和后台两部分,前台主要提供给用户浏览博客,与博客主实现双向的互动,同时用户可以使用系统提供的网摘功能,感受资源收藏共享的乐趣,分享各自的珍藏资源,同时可以使用掘客功能,参与文章的Dig,充分感受Web2.0的人是Web应用的灵魂和主导的理念;系统的后台主要实现个人资料信息的编辑,博客文章的发布和管理,对日志资源的整理和管理,和文件类文章、新闻类文章以及文件共享的发布和管理。
4.2  系统功能模块划分
根据上述的系统总体设计思想的分析,本系统主要划分为以下几个角色的功能模块:管理员模块:主要功能包括博客类别管理、博客管理、日志信息以及评论管理、文件共享管理、新闻信息发布管理、博客空间维护管理等;会员模块:建立博客空间、发表日志、查看和下载其他的文件以及文章信息,管理自己的日志和评论信息,参与博客空间的讨论等功能,主要的系统模块如图2-1所示。

计算机毕业论文

相关代码:

 '显示博客信息

            strCount = "博客:" & tmpData.Get_Table("select count(*) from 博客").Rows(0)(0).ToString() & "
" & "
日志:" & tmpData.Get_Table("select count(*) from 日志").Rows(0)(0).ToString() & "
" & "
评论:" & tmpData.Get_Table("select count(*) from 评论").Rows(0)(0).ToString() & "
" & "
新闻:" & tmpData.Get_Table("select count(*) from 新闻").Rows(0)(0).ToString() & "
" & "
文件:" & tmpData.Get_Table("select count(*) from 文件").Rows(0)(0).ToString()


<责任编辑:计算机毕业设计网(http://www.xiaoniu168.com)>

第1页

【联系方式】

【本站信誉】

用心做计算机毕业设计论文网