资源描述:
《学位论文—科研信息交流平台后台管理论文.doc》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、科研信息交流平台后台管理的设计与实现软件工程学院:专业:指导教师:2014年9月科研信息交流平台后台管理的设计与实现摘要本文对科研信息交流平台后台管理的设计与开发过程进行了分析与叙述。依照完成系统开发的操作步骤,文章从系统概述、系统分析、系统设计和系统实现这四大章节对系统开发过程进行分别阐述。系统概述中主要进行了课题意义、课题背景和现状分析;系统分析主要包括了系统设计前的需求分析、业务流程分析、数据流程分析;而系统设计是对系统体系结构、各项功能模块、数据库结构设计等具体的系统实现过程进行展示,在系统设计章节中还有详细的文字解释并且配图说明。本文还列举了关键的功能模块实现相
2、关代码。本文力求可以为科研信息交流平台后台管理的开发设计找到一种操作简便的方案,在分析了目前国内外科研信息系统的现状的基础上,并经过反复摸索和学习研究后,借助流行的编程语言JSP,Tomcat和Oracle数据库最终实现了科研信息交流平台后台的开发,并在一系列测试后,达成操作清晰的设计目标。关键词:科研信息,JSP,Tomcat,OracleDesignandimplementationofresearchandinformationexchangeplatformmanagementbackgroundAbstractIn this paper,Researchandi
3、nformationexchangeplatformforthebackgroundmanagement system design and developmentprocess are analyzed anddescribed. Inaccordance with the actual steps of system development, thearticledescribessystemdevelopment’sprocessfrom fourparts:systemoverview, systemanalysis,systemdesign and system
4、realization.System’soutlined includes thesignificance, backgroundand statusanalysisof the subject;systemanalysisincludesthedemandofsystemdesignpriortoanalysis,businessprocessanalysis,dataflowanalysis.Thesystemisdesignedforaspecificsystemarchitecturesystem,thefunctionmodule,databasestructu
5、redesignimplementationprocessondisplay,therearechaptersinthesystemdesigndetaileddescriptionwithpicturesandtextexplanation.Thearticlealsocitedcriticalfunctionmodulestoachievetherelevantcode.Thispaperseekstofindaneasy-to-designresearchprogramforthedevelopmentofinformationexchangeplatformman
6、agementbackgroundinresearchandanalysisofthecurrentsituationathomeandabroadonthebasisoftheinformationsystem,andaftertrialanderrorandlearningresearch,withpopularprogramminglanguagesJSP,TomcatandOracledatabasesandultimatelythedevelopmentofresearchandinformationexchangeplatformforthebackgroun
7、d,andafteraseriesoftestsdesignedtoachieveclearoperationalobjectives.Keywords:Scientificinformation,JSP,Tomcat,Oracle6目录1.引言11.1课题背景,意义11.2主要内容及成果21.3技术综述21.4小结32.系统分析42.1系统的需求分析42.2业务流程分析52.2.1管理员业务流程分析52.3数据流程分析62.3.1管理员管理模块62.3.2用户管理模块72.3.3科研类别管理模块82.3.4科研动态信息管理模