资源描述:
《asp个人博客网站毕业论文》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、随着Internet的广泛应用,动态网页技术也应运而生。本文介绍了应用ASP动态网页技术开发博客系统的设计与实现。博客系统主要为用户提供发表文章、浏览文章等功能,用户通过Internet可以发表一些自己撰写的文章以和其他网友进行交流。博客系统主要实现了文章管理的数字化、信息化、智能化,是打破传统报刊、杂志发表文章方式的新尝试。该系统以ASP.NET为开发技术,使用C#为开发语言,采用Web展示层和SQLServer2000数据库两层架构模式同时采用MVC开发模式,实现Blog网站的动态管理,使得对Blog信息的管理更加及时、
2、高效,提高了工作效率。本文对博客系统进行整体分析,明确了系统的可行性和用户需求;根据模块化原理,规划设计了系统功能模块;在数据库设计部分,详细说明了系统数据库的结构和数据库的完整性、安全性措施;程序设计则采用面向对象的程序设计思想,提出系统的程序设计思路,对前台与后台功能的程序实现进行了详细论述;系统测试部分,具体分析测试过程中出现的主要问题,并提出了解决方案,实现系统功能。最后,对系统作以客观、全面的评价,并对进一步改进提出了建议。关键词:Blog,ASP.NET,C+,SQLServerAbstractWiththeex
3、tensiveapplicationoftheInternet,dyneimicwebtcchnologyhasemerged.ThistextdescribestheapplicationofASPdynamicwebtcchnologyanddcvclopmenttheblogsystem.Blogsystemismainlytoprovideuserswithpublishedarticles,browsearticles,andotherfunctions,Userscamexpressthemselvesbysom
4、eeirticlcsandwithothernctizenstoconduetexchanges.Blogsystemofthemainarticleonthedigitalmanagement,infornrntion,intelligencc,istobreakthewayofReleasedanarticlebytraditioneilncwspapersandmagazincpublished,itmakeanewwaytotry.ThissystemtakeASP.NETasthedevelopmenttechno
5、logy,usesC#isthedevelopmentlanguage,usestheWebdemonstrationlevelandtheSQLServer2000databasetwo~tiersystempatternsimultaneouslyusestheMVCdevelopmentpattern,realizestheBlogwebsitedynamicmanagement,causestobeevenmoreprompttotheBloginformationmanagement,highlyeffective
6、,raisedtheworkingefficiency.Inthistext,itanalysistheblogsystembyfeeisibi1ityandthedemandoftheuser.Underthemodulartheory,planninganddesignofthesystemfunctionalmodules;Inthedatabasedesign,adetaileddescriptionofthedatabasestructureanddatabaseintegrity,securitymeasures
7、;Programmingisusedobject-orientedprogrammingdesign,systemdesignideas,backgroundforthefutureandfunctionoftheprogramindetai1;Systemtesting,Analysisofthespecificcourseoftestingthekeyissuesandproposedsolutionstoachievesystemfunction.Finally,thesysteminanobjcctivc,compr
8、ehensiveevaluation,aswellasfurtherimprovementsmade.keyword:Blog,ASP.NET,Ctt,SQLserve目录第一章引言51・1系统开发背景51.2课题研究的意义61.3系统概述6第二章博客系统开发技术72.1可行性分析72.2