资源描述:
《毕业论文——学生宿舍管理系统》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、题目:学生宿舍管理系统院系名称:专业班级:学生姓名:学号:指导教师:2摘要现如今大学校园内的学生公寓数量多,各类信息管理内容复杂,查询和管理学生信息和校园内的公寓信息等人工工作量较大,浪费了许多人力物力资源,且容易出现差错,因此开发一款软件对学生公寓数据进行管理,便于对各种信息的提取和操作。该学生宿舍管理系统主要包括前台用户界面的开发和后台数据库的开发,对于后台数据库要求建立起数据一致性和完整性强、数据安全性好的数据库。而对于前端应用程序的开发则要求应用程序能提供强大的数据操纵功能,界面友好、使用简单方便等特点
2、。相关操作人员需要将数据通过界面操作输入到系统的数据库里面。经过分析,本系统运用了MySQL为后台数据库,easyui作为前台技术,以eclipse为开发工具,系统实现了宿舍管理、学生管理、宿舍分配、宿舍评比、损坏管理查询等必需的功能,其操作简单,界面友好,运行比较稳定,适用于大学院校大学生宿舍管理。关键词:学生宿舍管理javaMySQL数据库eclipseeasyuispringmvchibernatespring2AbstractNowthe university campusstudentapartmen
3、t number, allkindsofinformation managementcomplexity, queryand managementofstudentinformationandcampus apartmentinformation suchasartificial workload, wastealotofmanpowerandmaterial resources, andpronetoerror, thereforethedevelopmentofa software forthemanage
4、mentof studentapartment data, tofacilitatetheextractionand operation of allkindsofinformation.Thedevelopmentofthe students'dormitorymanagement systemmainly includesthedevelopmentoftheuserinterface andthebackstagedatabase, the backstagedatabaserequirestheesta
5、blishmentofdata consistencyandintegrity, datasecuritydatabase. Asforthefront-endapplicationdevelopment requiresapplications toprovidepowerfuldatamanipulation functions, friendlyinterface, simpleandconvenientuse etc.. Theoperators needdata through interface i
6、nputintothesystem database. Afteranalysis, thesystemusesMySQLasthe backgrounddatabase, easyUIasthe technology, usingeclipseasdevelopmenttool,system management, student dormitorymanagement, dormitory management, dormitorydistribution, damage assessment andoth
7、ernecessary query functions, simpleoperation,friendlyinterface, stableoperation, suitablefor university students'dormitory management.KeywordsStudentApartmentManagementjavaMySQLDatabaseeclipseeasyuispringmvchibernatespring2目录1绪论11.1开发背景与现状11.2开发设计的意义22开发环境介绍
8、42.1开发工具Eclipse42.2数据库MySQL42.2.1MySQL概述42.2.2MySQL的特性52.2.3MySQL的应用53系统需求分析63.1功能需求63.1.1基本功能需求63.1.2功能模块63.2性能需求73.2.1系统安全性73.2.2数据库选择74系统设计84.1数据库设计84.1.1物理设计84.1.2E-R模型设计84.1.3表/字段及表间关系设计104