诚信申明本人申明:我所呈交的本科毕业设计(论文)是本人在导师指导下对四年专业知识而进行的研究工作及全面的总结。尽我所知,除了文中特别加以标注和致谢中所罗列的内容以外,论文中创新处不包含其他人已经发表或撰写过的研究成果,也不包含为获得北京化工大学或其它教育机构的学位或证书而已经使用过的材料。与我一同完成毕业设计(论文)的同学对本课题所做的任何贡献均已在文中做了明确的说明并表示了谢意。若有不实之处,本人承担一切相关责任。本人签名:年月日高校迎新工作服务管理系统的设计与实现——院用户模块、一卡通用户模块摘要高校迎新工作服务管理系统是一个基于Internet,采用B/S(Browser/Server,浏览器/服务器模式)模式,并根据现有的迎新管理系统的现状而设计开发的服务于高校开展迎新工作的信息化平台。论文首先介绍了高校迎新工作服务管理系统的现状及开发背景,然后论述了系统的设计目标,系统需求和总体设计方案,较详细的论述了系统的详细设计和实现。本文以JAVA为开发技术,实现了一个迎新管理系统。该迎新管理系统分为管理员部分、学院(部门)最高权限用户部分、学院内迎新负责人(学院超级管理员)部分。系统实现了学院(部门)管理、学院内工作人员管理、新生院系报到管理、新生班主任指定、新生一卡通发放管理等功能;系统将以上功能进行拆分,使用户根据权限的不同,各施其职。在设计方面,系统采用B/S三层结构,同时使用JAVAWEB技术进行动态页面的设计,从系统的安全性和代码的可重用性方面考虑,运用SSH框架进行程序开发。后台数据库选用SQLServer2005数据库。关键词:B/S结构JSPSSHSQLServer2005高校管理系统TheDesignandImplementationofUniversityEnrollSystem——Academymodule,CardcentermoduleAbstractThemanagementsystemservingthefreshmenisainformationplatform.Theplatform,whichisdesignedanddevelopedaccordingtotheexistingmanagementsystem,isbasedontheInternet,anditusestheB/S(Browser/Server,theBrowser/Servermode)mode.Firstly,thepaperintroducesthepresentsituationanddevelopmentbackgroundofcollegesanduniversitiesmanagementsystem.Secondly,thepaperdiscussesthegoal,demandandtheoveralldesignofthissystem,thenitgivesadescriptionofthedetailsandtheimplementation.ThispaperintroducesanewmanagementsystemwhichusesJAVAasthedevelopmenttechnology.Thenewmanagementsystemisdividedintoadministratorpart,thesupremeauthorityuserofthecollege(department),theinternalofficerofthecollegewhoisresponsibleforfreshmen(superadministratorofthecollege).Thesystemhasmanyfunctions,includingthecollege(department)management,personnelmanagement,freshmenenrollingmanagement,headteacherdesignatedandone-cardissuedmanagement.Thesystemwillsplitabovefunctions,andtheuserwilldotheirworkwithdifferentpermissions.Inthedesign,thesystemadoptsB/Sthreelayerstructure,useatthesametimeJAVAWEBtechnologyofdynamicpagesdesign,fromthesecurityofthesystemandcodereusabilityintoconsideration,useSSHframeworkforprogramdevelopment.ThebackenddatabasechooseSQLServer2005databaseIntermsofdesign,thesystemadoptsB/Sthreelayerstructure,whileusingtheJAVAWEBtechnologyindynamicpagedesign.Consideringthesecurityofthesystemandthereusabilityofcode,thesystemuseSSHframeworkforprogramdevelopment.BackgrounddatabaseofthesystemchooseSQLServer2005database.Keywords:B/SJSPSSHSQLServer2005UniversityManagementSystem目录前言......................................................1第1章概述..............................................2第1.1节系统说明............................................3第1.2节系统特点............................................3第1.3节系统功能简介........................................4第2章开发环境介绍.....................................