资源描述:
《ASP动态网页技术开发博客系统的设计与实现毕业论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、ASP动态网页技术开发博客系统的设计与实现摘要ASP动态网页技术开发博客系统的设计与实现摘要随着Internet的广泛应用,动态网页技术也应运而生。本文介绍了应用ASP动态网页技术开发博客系统的设计与实现。博客系统主要为用户提供发表文章、浏览文章等功能,用户通过Internet可以发表一些自己撰写的文章以和其他网友进行交流。博客系统主要实现了文章管理的数字化、信息化、智能化,是打破传统报刊、杂志发表文章方式的新尝试。本系统的开发设计实现采用ASP技术,系统后台使用SQLServer2008数据库,并通过使用ODBC技术访问。本文对博客系统进行整体分析,明确了系统的
2、可行性和用户需求;根据模块化原理,规划设计了系统功能模块;在数据库设计部分,详细说明了系统数据库的结构和数据库的完整性、安全性措施;程序设计则采用面向对象的程序设计思想,提出系统的程序设计思路,对前台与后台功能的程序实现进行了详细论述;系统测试部分,具体分析测试过程中出现的主要问题,并提出了解决方案,实现系统功能。最后,对系统作以客观、全面的评价,并对进一步改进提出了建议。关键字:博客BlogASP.NET数据库I目录AbstractWiththewidelyapplicationoftheInternet,dynamicwebpagetechnologyalso
3、arisesatthehistoricmoment.ThispaperintroducestheapplicationofASPdynamicwebtechnologytodevelopthedesignandimplementationofblogsystem.Blogsystemismainlytoprovideuserswithpublishedarticles,browsethearticles,andotherfunctions,theusercanthroughtheInternet,publishedsomeofmywritingtocommunic
4、atewithotherusers.Blogsystemmainlyimplementsthemanagementofthedigital,information,intelligence,istobreakthetraditionalwayofnewspapers,magazinespublishednewattempt.ThedevelopmentanddesignofthissystemusingASPtechnology,useSQLServer2008databasesystembackground,andbyusingODBCtechnologytoa
5、ccess.Inthispaper,theblogsystemontheoverallanalysisofthefeasibilityofsystemanduserneeds;Accordingtotheprincipleofmodularization,planninganddesignthesystemfunctionmodule;Indatabasedesignpart,detailedthesystemdatabasestructureanddatabaseintegrity,securitymeasures;Programdesign,theuseoft
6、heobject-orientedprogramdesignthought,systemprogramdesignthinkingisputforward,onthefrontdeskandbackstagefunctionprogramimplementationisdiscussedindetail;Thesystemtest,concreteanalysisofthemainproblemsinthetestingprocess,andputforwardthesolution,therealizationofsystemfunctions.Finally,
7、tomakeinanobjectiveandcomprehensiveevaluationsystem,andputsforwardSuggestionsforfurtherimprovement.Keywords:BlogBlogASP.NETdatabaseI目录目录摘要IABSTRACTII目录III第一章系统概述11.1项目背景11.2系统开发的意义11.2.1发布想法11.2.2博客的用途21.3系统开发的目标21.3.1任何拥有博客的人都可以做到21.3.2访问博客系统的人,可以做到2第二章BLOG系统分析32.1可行性分析32.1.1经济可行性。32
8、.1.2技