您好,欢迎访问三七文档
当前位置:首页 > 商业/管理/HR > 管理学资料 > 开源图形统计库在管理系统中的应用
湖南大学毕业论文HUNANUNIVERSITY毕业设计(论文)设计论文题目:开源图形统计库在管理系统中的应用学生姓名:杨昂学生学号:20041610328专业班级:软件开发2班学院名称:软件学院指导老师:陆绍飞学院院长:林亚平2008年5月18日湖南大学毕业论文第1页开源图形统计库在管理系统中的应用摘要项目管理系统主要是对项目工程的进度进行合理的控制,一个项目分成多个阶段,在每个阶段中都有相应的检查点。监理公司通过系统可以控制每一个阶段及检查点的进度,合理的安排工作人员和分配资金,每个阶段的相关文档和会议内容都会记录在案方便以后的查阅,系统有相关的信息发布,让工作人员能即时的了解最新的信息资讯。在系统的首栏有图表可以详细的表示出项目工程中各个阶段的进度,让工作人员登陆后就能准确的了解自己所在项目的进度情况。我们在实际的项目中经常要用到统计图表。图形统计库JFreeChat是SourceForge上基于J2EE的一个开源项目,是一种很好的解决方案,基本能够解决目前的图形方面的需求,包括绘制饼图(平面和立体)、柱状图、曲线图、时序图、甘特图等,产生的图形可以导出成PNG和JPEG格式,同时还可以与PDF和EXCEL关联[1]。在项目管理系统中,客户要明确的知道项目阶段的进展情况,能够很直观的看到项目的进度,可以明确的看出项目的计划开始时间,计划结束时间,实际结束时间,最主要的是可以看出项目中一个阶段的完成情况和计划的差别,能很好的让监理人员作好下一步的工作排。本论文实现了项目管理系统和开源图形统计库在其中的应用。本文对系统的设计和开源图形统计库JFreeChat做了详细的介绍,并对图形库中的一些API做了详细的解释,对以后的使用有着很大的方便。本系统的设计开发应用了J2EE的开发平台,数据库系统采用的Mysql。关键字:J2EE,项目管理系统,甘特图,JFreeChat湖南大学毕业论文第2页Open-SourceGraphicsLibraryStatisticsApplicationintheManagementSystemAuthor:YangAngTutor:LuShaofeiABSTRACTProjectmanagementsystemistheprogressoftheworksoftheprojecttoconductreasonablecontrol,projectisdividedintoseveralstages,ineachstageofthecheckpointshavecorresponding.Commissionerofthecompanythroughthesystemcanbecontrolledateverystageandtheprogressofinspectionpoints.Reasonablearrangementsforstaffandtheallocationoffunds,eachstageoftherelateddocumentationandcontentofthemeetingwillberecordedforfutureinspection,sothatstaffcanimmediatelyunderstandthelatestinformation.Inthefirstcolumncanhaveadetailedchartoftheprojectexpressedinvariousstagesofprogress.Letstaffafterlandingcanbeaccurateunderstandingoftheirsituationwheretheprogressoftheproject.Inpracticeweoftenusetheprojecttostatisticaltables,graphicstatisticsontheSourceForgeJFreeChatisanopensourceJ2EE-basedprojects,isagoodsolution.Fundamentaltoresolvingthecurrentneedsofgraphics.Includingdrawingthepie-chart(planeandthree-dimensional)Histogram,curves,timingplansGantt,etc.ThegraphicscanbeexportedintoPNGandJPEGformats;canalsobeassociatedwiththePDFandEXCEL.Intheprojectmanagementsystem,customersmustbeclearthatthephaseoftheprojectprogress,canbeveryintuitivetoseetheprogressoftheproject,andcanclearlyseethattheprojectplansstarttime,theendoftime,andtheactualendoftime.Themostimportantthingiscanbeseenthedifferenceinaphaseoftheprojectandplanstocomplete,itwillbeverygoodforthenextcommissionerofstafffortheorganizationofwork.Thisthesisachievedaprojectmanagementsystemandopensourcegraphicslibrarystatisticsinwhichtheapplication.Inthispaper,systemdesignandopen-sourcestatisticalgraphicslibraryJFreeChatdoneadetailedintroduction,andsomeofthegraphicsAPIdoneadetailedexplanationonthefutureuseofalotofconvenience.湖南大学毕业论文第3页ThesystemdesignanddevelopmentoftheJ2EEapplicationdevelopmentplatform,databasesystemsusedinMysql.Keyword:J2EE,ProjectManagementSystem,Gantt,JFreeChat湖南大学毕业论文第4页目录1绪论........................................................................................................................................62相关技术和开源图形统计库简介........................................................................................82.1J2EE简介........................................................................................................................82.1.1平台简介.................................................................................................................82.1.2使用J2EE进行WEB开发的优势.........................................................................102.1.3常用的J2EE技术.................................................................................................112.1.4Struts简介..........................................................................................................112.1.5Struts+Hibernate3的构架模式........................................................................132.2开源图形统计库...........................................................................................................142.2.1开源图形统计库JfreeChart简介......................................................................142.2.2甘特图简介...........................................................................................................153.系统需求分析....................................................................................................................173.1系统目标.......................................................................................................................173.2系统功能分析...............................................................................................................174.系统分析与设计................................................................................................................194.1系统功能模块的设计...................................................................................................194.1.1项目流程管理设计...............................................................................................194.1.2文档管理设计.......................................................................................................204.1.3资金管理设计.......................................................................................................214.1.4用户管理设计.......................................
本文标题:开源图形统计库在管理系统中的应用
链接地址:https://www.777doc.com/doc-4965012 .html