I题目基于java的学校管理系统的设计摘要随着科学技术的发展,社会在不断的改变。办公自动化是办公信息管理的自动化,它使用先进的技术,充分利用了自动化的信息,大大提高了人们的工作效率和工作质量,计算机信息的引进已彻底改变了许多传统的信息交流方式。本系统主要使用到了SpringMVC、Mybatis、JQuery、Easyui等框架,java开发平台,数据库使用mysql,开发工具使用到MyEclipse10,应用服务器Tomcat6.0,jdk1.6.0,其中SpringMVC是一个轻量级的低侵入式的构架思想,SpringIOC组件解决了各组件间的耦合度,也使持久化层的相关组件实现容器注入,同时SpringAOP实现了权限控制。用Ajax辅助页面的跳转,同时使用JSON实现前台数据与后台java对象的装换。Easyui实现了页面的数据显示、提高了开发效率;同时使用了树形菜单和layout布局使整个页面更加清晰明了,在较短的时间是实现了较为直观的页面效果。本系统主要节省学校办公室资源、信息资源共享、异地无纸办公操作。给办公人员提供了更好的办公手段和环境,使之准确高效的工作。关键词:学校;java;SpringMVC;mysqlIIABSTRACTWiththedevelopmentofscienceandtechnology,socialchangeinthecontinuous.Officeautomationistheautomationofofficeinformationmanagement,itusesadvancedtechnology,makefulluseoftheinformationautomation,greatlyimprovingtheworkingefficiencyandqualityofthepeople,theintroductionofcomputerinformationhasthoroughlychangedmanyofthetraditionalwayofinformationexchange.InthisprojectmainlytothespringMVC,mybatis,jQuery,easyUIwithintheframeworkofthe.Javadevelopmentplatform,thedatabaseusingmysql,isusedasthedevelopmenttooltoMyEclipse10,tomcat6.0applicationserver,jdk1.6.0.ThespringMVCisalightweight,lowinvasiontypestructurethoughtframework,componentSpringIOCsolvethecouplingbetweenthecomponentsandthepersistencelayeroftherelevantcomponentsofcontainerintotheandspringAOPimplementaccesscontrolM.WithAjaxsupportpageJumpwhileusingJSONachievereceptionofdataandbackgroundJavaobjectloadedfor.Easyuirealizationofdisplaydatapages,andimprovetheefficiencyofdevelopment;atthesametimeusingthetreemenuandthelayouttomakethepagemoreclear;inarelativelyshortperiodoftimeistoachieveamoreintuitiveresultspage.Thesystemismainlytosavetheschoolofficeresources,informationresourcessharing,remotepaperlessofficeoperations.Totheofficestafftoprovideabetterofficetoolsandenvironment,sothattheaccurateandefficientworkKeywords:school;Java;SpringMVC;MySQLIIIIV湖南涉外经济学院本科生毕业论文(设计)目录诚信声明………………………………………………………………………………Ⅰ摘要....................................................................................................................................IIABSTRACT.......................................................................................................................................III第一章绪论.........................................................................................................................................11.1选题背景....................................................................................................................11.2国内外研究现状........................................................................................................11.3课题研究意义............................................................................................................21.4论文的基本结构........................................................................................................2第二章开发工具和数据库选择..................................................