资源描述:
《个人空间网站设计与实现》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、个人空间网站的设计与实现摘要个人空间网站即blog博客,博客就是一个网页,通常由简短且经常更新的帖子构成,这些帖子一般是按照年份和日期倒序排列的,而作为blog的内容,它可以是你纯粹个人的想法和心得,也可以是在基于某一主题的情况下或是在某一共同领域内由一群人集体创作的内容,它绝不仅仅是纯粹的想法的表达和日常琐事的记录,它所提供的内容可以用来进行交流和为他人提供帮助,是可以包容整个互联网的,具有极高的共享精神和价值。简言之,blog就是以网络作为载体,简易迅速地发布自己的心得状态,及时有效轻松地与他人进行交流,再集丰富多彩的个性化展示于一体的综合性平台。论文首先论述了系统的开发背景和设计目标,
2、并对系统开发所采用的技术进行相应的简单介绍。在系统分析中,对系统的模型进行简单分析,明确系统的操作流程,并对系统进行可行性分析,确定在目前的条件下,开发博客信息管理系统是可行的。在需求分析结果的基础上,对系统的功能模块进行划分。接着对系统中的数据库进行模型设计,包括数据流图、实体联系图及数据表结构。在系统的设计与实现中,确定系统的开发思想以及开发环境,并对系统中的JavaBean和Servlet代码进行设计。最后给出了系统中模块的详细设计与实现,并对系统模块涉及到的关键源代码进行了详细的分析。经过调试运行后表明,系统可以满足用户创建个人博客的各项要求。关键词:MVC,设计模式,知识共享,博客
3、38ABSTRACTPersonalspacewebsiteblogblog,theblogisawebpage,usuallybythebriefandfrequentlyupdatedposts,thepostsaregenerallyinaccordancewiththedateandyearinreverseorder,andasthecontentsofblog,itcanbeyoupurelypersonalideas,canalsobebasedonacertainthemeorunderinafieldbyagroupofpeopletogetherinthecollecti
4、vecreationofcontent,itisnotonlyapureexpressionofideasandthedailychoresofrecord,itprovidesthecontentcanbeusedtohelpothersandexchange,canbeinclusiveoftheentireInternet,withthespiritofsharingandvalue.Inshort,blogisthenetworkasthecarrier,simplequicklyreleasedtheirexperiences,timelyandeffectivelycommuni
5、catewithothers,andthensetacomprehensiveplatformforrichandcolorfulpersonalizeddisplayinone.Thepaperdiscussesthebackgroundofdevelopmentofthesystemandthedesignofthetargetfirst,andintroducestheteckniquewhichusedtodevelopsimply.Intheanalyseofsystem,proceededthesimpleanalysistothemodelofthesystem,madesur
6、etheoperationprocessofthesystem,proceedtheanalysetothesystem,ensurethatunderthecurrentterm,developingbloginformationmanagementsystemisfeasible.Atthefoundationofrequirementwiththeanalyseresult,proceedingtheprovidingofthefunctionmoduleofthesystem.Follow,designingthedatabasemodel,includingthedataflowd
7、iagram,entityrelationdiagramanddatatables.duringthedesignandrealizationofthesystem,makingsurethedevelopmentthoughtofthesystemandinstalltheenvironmentofdevelopment,atlastshowthedesigndetailswithrealizefinall