资源描述:
《asp动态网页技术开发博客系统的设计与实现 毕业设计论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、大连交通大学2007届本科生毕业设计(论文)摘要随着Internet的广泛应用,动态网页技术也应运而生。本文介绍了应用ASP动态网页技术开发博客系统的设计与实现。博客系统主要为用户提供发表文章、浏览文章等功能,用户通过Internet可以发表一些自己撰写的文章以和其他网友进行交流。博客系统主要实现了文章管理的数字化、信息化、智能化,是打破传统报刊、杂志发表文章方式的新尝试。本系统的开发设计实现采用ASP技术,系统后台使用Microsoft的Access2000数据库,并通过使用ODBC技术访问。本文对博客系统进行整体分析,明确了系统的
2、可行性和用户需求;根据模块化原理,规划设计了系统功能模块;在数据库设计部分,详细说明了系统数据库的结构和数据库的完整性、安全性措施;程序设计则采用面向对象的程序设计思想,提出系统的程序设计思路,对前台与后台功能的程序实现进行了详细论述;系统测试部分,具体分析测试过程中出现的主要问题,并提出了解决方案,实现系统功能。最后,对系统作以客观、全面的评价,并对进一步改进提出了建议。关键字:博客ASPAccess2000ODBC大连交通大学2007届本科生毕业设计(论文)ABSTRACTWiththeextensiveapplicationof
3、theInternet,dynamicwebtechnologyhasemerged.ThistextdescribestheapplicationofASPdynamicwebtechnologyanddevelopmenttheblogsystem.Blogsystemismainlytoprovideuserswithpublishedarticles,browsearticles,andotherfunctions,Userscanexpressthemselvesbysomearticlesandwithothernetiz
4、enstoconductexchanges.Blogsystemofthemainarticleonthedigitalmanagement,information,intelligence,istobreakthewayofReleasedanarticlebytraditionalnewspapersandmagazinepublished,itmakeanewwaytotry.ThesystemisdesignedbyASPtechnology,backstageadoptionAccess2000database,anduse
5、theODBCtechnologytovisit.Inthistext,itanalysistheblogsystembyfeasibilityandthedemandoftheuser.Underthemodulartheory,planninganddesignofthesystemfunctionalmodules;Inthedatabasedesign,adetaileddescriptionofthedatabasestructureanddatabaseintegrity,securitymeasures;Programm
6、ingisusedobject-orientedprogrammingdesign,systemdesignideas,backgroundforthefutureandfunctionoftheprogramindetail;Systemtesting,Analysisofthespecificcourseoftestingthekeyissuesandproposedsolutionstoachievesystemfunction.Finally,thesysteminanobjective,comprehensiveevalua
7、tion,aswellasfurtherimprovementsmade.Keywords:blogASPAccess2000ODBC大连交通大学2007届本科生毕业设计(论文)目录第一章系统概述11.1项目背景11.2系统开发的意义21.2.1发布想法21.2.2博客的用途21.3系统开发的目标21.3.1任何拥有博客的人都可以做到21.3.2访问博客系统的人,可以做到31.4系统概述31.5系统的开发方法3第二章系统分析62.1可行性分析62.2需求分析62.2.1管理员登录62.2.2文章管理72.2.3系统信息管理72.3系统
8、的主要技术分析72.3.1ASP技术概论72.3.2ASP工作原理82.3.3ODBC技术82.3.4硬件设备及操作系统92.3.5系统开发平台92.4数据分析92.5数据流图9第三章数据库设计113.1数据库技术概述1