资源描述:
《毕业设计(论文)基于专业分流系统的设计与实现》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、摘要专业分流系统是基于Java语言的专业分配系统,在互联网络迅速发展的今天,计算机逐步代替了大量的人力。该系统就是利用计算机的快速,高效率的工作能力来代替教师进行学牛专业的分配。本系统主要使用Eclipse开发工具,服务端利用Tomcat7.0配置运行,主要实现了网上专业志愿填报、成绩计算、志愿成绩排名、专业分流录取等功能。本文在需求分析和设计方面的实现上进行了详细的论述。主要分为以下几方面:首先,本文详细介绍了专业分流系统的市场需求。它使高校教务管理工作中一项重要的工作。随着高等院校招生规模的持续增长,依靠传统的手工方式来完成专业分配的工作已不能够适应当今新形势下对专业分流的要求
2、,因此,设计开发一套基于教务管理平台的专业分流系统是很有必耍的。其次,木文主要概述了该系统的技术架构和设计思路。采用的是分层设计思想,使用SpringMVC,Spring,Hibernate开发框架和JSP技术进行Web服务的实现。最后,详细的描述了专业分流系统的数据库和主要模块的编码实现。关键词:SpringMVC,Spring,Hibernate,MySQLoABSTRACTProfessionaltriagesystemisbasedonJavalanguageprofessionaldistributionsystem,withtherapiddevelopmentofth
3、eInternettoday,computerhasreplacedthelargenumberofhuman.Thissystemistheuseofcomputerfast,efficientallocationofworkabilityinsteadofteacherstostudents.ThissystemmainlyusingtheEclipsedevelopmenttools,serversideusingTomcat7.0runconfiguration,mainlyrealizethefunctionofonlineprofessionalvoluntaiyrep
4、orting,performancecalculation,voluntaryperformanceranking,professionaltriageadmission.Thispaperrealizesinrequirementanalysisanddesignondetail.Mainlydividedintothefollowingaspects:Firstly,thispaperintrcxiucestheprofessionaldistributionsystemsmarketdemand・Educationaladministrationofcollegesandun
5、iversitiesinanimportant,duetothecomplexityofthework,withthecontinuousexpansionofcollegeenrollment,relyingonthetraditionalmanualwaycompletediversionworkcannotadapttothenewsituationofshuntprofessionalrequirements,designanddevelopmentofateachingmanagementplatformbasedonprofessionaltriagesystemsof
6、twareisverynecessary.Secondly,thispapersummarizesthetechnicalarchitectureofthesystemanddesignideas.Usingthehierarchicaldesign,theuseofSpringMVC,Spring,HibernateframeworkandJSPtechnologyforWebservices.Finally,adetaileddescriptionoftheprofessionaltriagesystemdatabaseandmainmodulecoderealization.
7、Keywords:SpringMVC;Spring,;Hibernate,;MySQLo目录1绪论11・1课题背景11.2课题目的11・3课题意义11.4主要开发技术22系统需求分析32.1系统可行性分析32.1.1操作可行性分析32.1.2经济可行性分析32.1.3技术可行性分析42.2需求分析82.2.1学生需求分析82.2.2管理员需求分析92.2.3市场需求分析92.3功能分析102.3.1学生功能102.3.2管理员功能102・4系统流程图103系统设计与实