资源描述:
《asp个人博客系统的设计》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、摘要随着Internet的广泛应用,动态网页技术也应运而生。本文介绍了应用ASP动态网页技术开发博客系统的设计与实现。博客系统主要为用户提供发表文章、浏览文章等功能,用户通过Internet可以发表一些自己撰写的文章以和其他网友进行交流。博客系统主要实现了文章管理的数字化、信息化、智能化,是打破传统报刊、杂志发表文章方式的新尝试。本系统的开发设计实现采用ASP技术,系统后台使用Microsoft的Access2000数据库,并通过使用ODBC技术访问。本文对博客系统进行整体分析,明确了系统的可行性和用户
2、需求;根据模块化原理,规划设计了系统功能模块;在数据库设计部分,详细说明了系统数据库的结构和数据库的完整性、安全性措施;程序设计则采用面向对象的程序设计思想,提出系统的程序设计思路,对前台与后台功能的程序实现进行了详细论述;系统测试部分,具体分析测试过程中出现的主要问题,并提出了解决方案,实现系统功能。最后,对系统作以客观、全面的评价,并对进一步改进提出了建议。关键字:博客ASPAccess2000ODBCAbstractWiththeextensiveapplicationoftheInternet,
3、dynamicwebtechnologyhasemerged.ThistextdescribestheapplicationofASPdynamicwebtechnologyanddevelopmenttheblogsystem.Blogsystemismainlytoprovideuserswithpublishedarticles,browsearticles,andotherfunctions,Userscanexpressthemselvesbysomearticlesandwithothern
4、etizenstoconductexchanges.Blogsystemofthemainarticleonthedigitalmanagement,information,intelligence,istobreakthewayofReleasedanarticlebytraditionalnewspapersandmagazinepublished,itmakeanewwaytotry.ThesystemisdesignedbyASPtechnology,backstageadoptionAcces
5、s2000database,andusetheODBCtechnologytovisit.Inthistext,itanalysistheblogsystembyfeasibilityandthedemandoftheuser.Underthemodulartheory,planninganddesignofthesystemfunctionalmodules;Inthedatabasedesign,adetaileddescriptionofthedatabasestructureanddatabas
6、eintegrity,securitymeasures;Programmingisusedobject-orientedprogrammingdesign,systemdesignideas,backgroundforthefutureandfunctionoftheprogramindetail;Systemtesting,Analysisofthespecificcourseoftestingthekeyissuesandproposedsolutionstoachievesystemfunctio
7、n.Finally,thesysteminanobjective,comprehensiveevaluation,aswellasfurtherimprovementsmade.Keywords:blogASPAccess2000ODBC目录第1章系统概述21.1项目背景31.2系统开发的意义41.2.1发布想法41.2.2博客的用途51.3系统开发的目标51.3.1任何拥有博客的人都可以做到51.3.2访问博客系统的人,可以做到61.4系统概述61.5系统的开发方法7第2章系统分析92.1可行性分析9
8、2.2需求分析92.2.1管理员登录102.2.2文章管理102.2.3系统信息管理102.3系统的主要技术分析102.3.1ASP技术概论102.3.2ASP工作原理112.3.3ODBC技术122.3.4硬件设备及操作系统132.3.5系统开发平台132.4数据分析132.5数据流图14第3章数据库设计163.1数据库技术概述163.2数据库选择163.3数据库德概念结构设计18463.3.1实体与属性之间关系183.3.2数据库的E-