资源描述:
《博客系统毕业设计》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、┊┊┊┊┊┊┊┊┊┊┊┊┊装┊┊┊┊┊订┊┊┊┊┊线┊┊┊┊┊┊┊┊┊┊┊┊┊摘要随着Internet的广泛应用,动态网页技术也应运而生。本文介绍了应用JSP网页技术开发博客系统的设计与实现。博客系统主要为用户提供发表文章、浏览文章等功能,用户通过Internet可以发表一些自己撰写的文章以和其他网友进行交流。博客系统主要实现了文章管理的数字化、信息化、智能化,是打破传统报刊、杂志发表文章方式的新尝试。本系统的开发设计实现采用JAVA技术,系统后台使用MySQL5.5数据库,并通过使用JDBC技术访问。本文对博客系统进行整体分析,明确了系统的可行性和用户需求;根据模块化原理,规划设计了系统功能
2、模块;在数据库设计部分,详细说明了系统数据库的结构和数据库的完整性、安全性措施;程序设计则采用面向对象的程序设计思想,提出系统的程序设计思路,对前台与后台功能的程序实现进行了详细论述;系统测试部分,具体分析测试过程中出现的主要问题,并提出了解决方案,实现系统功能。最后,对系统作以客观、全面的评价,并对进一步改进提出了建议。关键词:博客系统,JSP,JFinalAbstract第IV页┊┊┊┊┊┊┊┊┊┊┊┊┊装┊┊┊┊┊订┊┊┊┊┊线┊┊┊┊┊┊┊┊┊┊┊┊┊WiththeextensiveapplicationoftheInternet,dynamicwebtechnologyhasemer
3、ged.ThistextdescribestheapplicationofJSPdynamicwebtechnologyanddevelopmenttheblogsystem.Blogsystemismainlytoprovideuserswithpublishedarticles,browsearticles,andotherfunctions,Userscanexpressthemselvesbysomearticlesandwithothernetizenstoconductexchanges.Blogsystemofthemainarticleonthedigitalmanagemen
4、t,information,intelligence,istobreakthewayofReleasedanarticlebytraditionalnewspapersandmagazinepublished,itmakeanewwaytotry.ThesystemisdesignedbyJAVAtechnology,backstageadoptionMySQL5.5database,andusetheJDBCtechnologytovisit.Inthistext,itanalysistheblogsystembyfeasibilityandthedemandoftheuser.Undert
5、hemodulartheory,planninganddesignofthesystemfunctionalmodules;Inthedatabasedesign,adetaileddescriptionofthedatabasestructureanddatabaseintegrity,securitymeasures;Programmingisusedobject-orientedprogrammingdesign,systemdesignideas,backgroundforthefutureandfunctionoftheprogramindetail;Systemtesting,An
6、alysisofthespecificcourseoftestingthekeyissuesandproposedsolutionstoachievesystemfunction.Finally,thesysteminanobjective,comprehensiveevaluation,aswellasfurtherimprovementsmade.KeyWords:BlogSystem,JSP,JFinal目录1.绪论11.1项目背景1第IV页┊┊┊┊┊┊┊┊┊┊┊┊┊装┊┊┊┊┊订┊┊┊┊┊线┊┊┊┊┊┊┊┊┊┊┊┊┊1.2问题提出11.3设计目的12.开发工具及技术22.1JAVA技术
7、22.1.1简介22.1.2组成22.1.3优势22.2JSP技术22.2.1介绍22.2.2JSP与MVC32.2.3技术强势32.3JFinal框架42.3.1介绍42.3.1特点42.4Eclipse42.4.1介绍42.4.2快捷方式52.4.3安装使用过程62.5Tomcat92.5.1介绍92.5.2Eclipse中安装Tomcat102.6MySQL122.6.1介绍122.6.1特