欢迎来到天天文库
浏览记录
ID:18726910
大小:1.47 MB
页数:41页
时间:2018-09-20
《基于net的博客站点的设计与实现》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、基于.Net的博客站点的设计与实现基于.Net的博客站点的设计与实现[摘要]基于.Net的博客站点系统实现用户在线文章发表、文章浏览及文章评论,为用户提供了友好的个人信息共享和思想感情交流平台。它改变传统的文章发表方式,突破了传统出版物的枷锁,实现文章创作的网络化,使传统繁琐的文章发表简单化、大众化。本网站基于B/S模式,在VisualStudio2003集成开发环境下采用ASP.NET技术和C#语言,后台数据库使用SQLServer2000,可满足用户个人信息和文章共享的需求,实现了用户之间简单的信息交流,提供用户注册、发表文章、管理文章、管理评论、发表评论、
2、切换博客模板等功能。本网站跨平台性强,运行速度快,用户可以快速查询文章、高效执行管理操作,达到了预期效果。[关键词]ASP.NETC#SQLServer2000博客网站基于.Net的博客站点的设计与实现TheDesignandRealizationofBlogWebsiteBasedon.net[Abstract]Thesimpleblogwebsiterealizesthefunctionsofpublishingarticles,browsingarticlesandremarkingarticlesonline,offersafriendlyplatfor
3、mofsharingindividualinformationandexchangingpeople’sthoughtandfeelings.Itchangesthetraditionalwaysofpublishingarticles,breaksthechainsoftraditionalpublication,realizesthecreationofarticlesonlineandmakestraditionalandcomplicatedarticlespublishingmoresimplyandpopularly.Thiswebsitesyste
4、misbasedonthemodeofB/SandintheenvironmentofVisualStudio2003integrationdevelopmentkit.ItisdevelopedwiththetechnologyofASP.NET,C#programminglanguageandbasedonSQLServer2000databasesystem.Itcansatisfytherequirementofindividualinformationsharingandarticleinformation,realizesimpleinformati
5、oncommunicationsbetweenpeople,andofferthefollowingfunctions:usersregistration,publishingarticlesandremarks,managingarticlesandremarks,changingtemplateofblog,etc.Thissystemcanstrideoverplatformstrongly,runquickly.Userscansearcharticlesrapidly,implementmanagementoperationefficientlyand
6、achievetheanticipatedeffect.[Keywords]ASP.NETC#SQLServer2000blogwebsite基于.Net的博客站点的设计与实现目录第一章引言11.1概述11.2设计背景11.3设计意义11.4设计方法21.4.1提供用户注册21.4.2博客模板21.4.3 用户维护个人基本信息31.4.4 文章和评论管理3第二章需求分析42.1调查研究42.1.1 注册用户需求42.1.2普通用户需求42.1.3 管理员需求42.2组织结构42.3操作流程52.4环境配置62.4.1硬件条件62.4.2软件条件6第三章概要设计7
7、3.1模块划分73.2 功能模块初步设计73.2.1注册用户模块73.2.2普通用户模块73.2.3管理员模块83.3功能模块结构图83.3.1 注册用户模块93.3.2普通用户模块93.3.3 管理员模块103.4数据库设计113.4.1 用户信息表113.4.2 文章信息表113.4.3 评论信息表123.4.4管理员登录表123.4.5文章类型表133.4.6 管理员公告表13基于.Net的博客站点的设计与实现第四章详细设计144.1网站界面设计144.1.1首页界面设计144.2 个人主页界面设计164.2.1 功能描述164.2.2 界面设计174.2
8、.3 核心代码184.3
此文档下载收益归作者所有