【摘要】随着我国教育水平的提高和新生数量的增加,合理妥善高效的进行新生接待,不但成为各个学校亟待解决的问题,对于广大新生来说,也是最先让他们了解学校形象的一个好机会。但是许多学校没有采用通过高效的系统来操作解决新生报到的问题。开发一套新生报到管理系统,通过计算机高效准确的管理大学新生信息是迫切需要的。本系统主要通过开发一个项目,实现高效率的管理新生报到和学生信息等。系统主要使用Java语言进行开发,前台页面配合HTML+CSS+JS实现新生信息的录入以及数据查询,后台数据存取采用MySQL数据库。系统将分为前后台两个部分,前台为新生设计,通过验证码验证登录。新生可以查看班级和宿舍等模块的信息,后台则是为管理员提供,管理员可以修改新生及班级等信息。【关键词】:Java;管理系统;MySQL数据库【Abstract】Withtheimprovementofeducationlevelandtheincreaseofthenumberofnewstudentsinourcountry,Newreceptioninreasonableandefficientisimportant.ItisnotonlythequestionthaturgentlyneedtobesolvedbyUniversity.Butalsothegoodchanceforthemajorityofthenewstudentstolearnabouttheirnewschool.Butgenerally,efficientstudentregistersystemrarelybeused.Fromthepointofsavingtimeandimprovingefficiency.Developingasystemwithaccurateandefficienttomanagethefreshmaninformationthroughcomputerisurgentlyneeded.Thissystemmainlydevelopsaprogramtobringaboutefficientmanagementoffreshmanregistrationandstudentinformation.TheprojectismainlydevelopedusingtheJavalanguage.TheforegroundisdisplayedwithHTML+CSS+JS.DataisstoredusingtheMySQLdatabase.Systemwillbedividedintotwoparts,beforeandafter,thefrontdeskisprovidedtothenewstudents,studentsloginsystembyverifycode.thebackgroundisinordertomanagethecontentofthefrontdesk.Itisprovidedtomanagerthemanwhocanupdatestudentsandclassinformation.【Keywords】:Java;Managementsystem;MySQLdatabase目录1绪论.....................................................................11.1课题背景...........................................................11.2目的和意义........................................................11.3课题研究内容......................................................11.4开发工具及技术.....................................................21.4.1开发平台......................................................21.4.2开发技术......................................................21.5本章小结...........................................................32需求分析................................................................42.1需求分析...........................................................42.2可行性分析.........................................................52.2.1技术可行性...................................................52.2.2经济可行性...................................................52.2.3安全可行性...................................................52.2.4操作可行性...................................................52.3功能需求...........................................................62.4本章小结...........................................................63系统功能设计............................................................73.1系统功能模块图.....................................................73.2平台用例图.........................................................83.3数据库的分析与设计.................................................83.3.1数据库总体设计...............................................83.3.2数据库原则设计...............................................83.3.3数据库概念设计..................