在好例子网,分享、交流、成长!
您当前所在位置:首页Java 开发实例WEB/WAP应用开发 → 宿舍管理系统

宿舍管理系统

WEB/WAP应用开发

下载此实例
  • 开发语言:Java
  • 实例大小:28.13M
  • 下载次数:17
  • 浏览次数:77
  • 发布时间:2023-11-26
  • 实例类别:WEB/WAP应用开发
  • 发 布 人:lyz1269
  • 文件格式:.zip
  • 所需积分:2

实例介绍

【实例简介】宿舍管理系统


基于上述背景,本文设计并开发了一个高校公寓管理系统。系统采用 B/S 架构, 后端基于 Java 语言和 SSM框架的方式进行了开发,前端则是使用 Layui 框架,结合 HTML、JQuery、Ajax 等技术进行开发,并使用 MySQL 数据库对所有相关的信息进行了存储。系统主要包括基本信息管理、离返校管理、公寓分配管理、公寓日常管理、综合查询管理等五大功能模块,并根据学生、公寓管理员的使用需求对这些功能进行了细化和实现。通过本系统能够方便、快捷地采集、查看、统计相关的信息,并以图形化界面的方式展示出来,较好地满足了目标用户的需求, 提高了公寓管理的水平,有利于我国推进高校学工管理真正实现信息化、科学化、规范化的历史性进程。


【实例截图】

from clipboard

from clipboard

from clipboard

【核心代码】

.
├── DormManage
│   └── DormManage
│       ├── WebContent
│       │   ├── META-INF
│       │   │   └── MANIFEST.MF
│       │   ├── WEB-INF
│       │   │   ├── lib
│       │   │   │   ├── activation.jar
│       │   │   │   ├── aopalliance-1.0.jar
│       │   │   │   ├── aspectjweaver-1.6.11.jar
│       │   │   │   ├── aspectjweaver-1.7.0.jar
│       │   │   │   ├── com.springsource.net.sf.cglib-2.2.0.jar
│       │   │   │   ├── com.springsource.org.aopalliance-1.0.0.jar
│       │   │   │   ├── com.springsource.org.apache.commons.dbcp-1.2.2.osgi.jar
│       │   │   │   ├── com.springsource.org.apache.commons.logging-1.1.1.jar
│       │   │   │   ├── com.springsource.org.apache.commons.pool-1.5.3.jar
│       │   │   │   ├── com.springsource.org.apache.log4j-1.2.15.jar
│       │   │   │   ├── com.springsource.org.apache.taglibs.standard-1.1.2.jar
│       │   │   │   ├── com.springsource.org.aspectj.weaver-1.6.8.RELEASE.jar
│       │   │   │   ├── com.springsource.org.codehaus.groovy-1.6.5.jar
│       │   │   │   ├── com.springsource.org.junit-4.7.0.jar
│       │   │   │   ├── commons-beanutils.jar
│       │   │   │   ├── commons-dbutils-1.4.jar
│       │   │   │   ├── commons-fileupload-1.2.2.jar
│       │   │   │   ├── commons-io-2.4.jar
│       │   │   │   ├── commons-logging-1.1.1.jar
│       │   │   │   ├── druid-0.2.10.jar
│       │   │   │   ├── fastjson-1.1.27.jar
│       │   │   │   ├── hamcrest-core-1.3.jar
│       │   │   │   ├── itcast-tools-1.4.jar
│       │   │   │   ├── jackson-core-asl-1.9.12.jar
│       │   │   │   ├── jackson-mapper-asl-1.9.12.jar
│       │   │   │   ├── javax.servlet-api-3.0.1.jar
│       │   │   │   ├── jsp-api-2.0.jar
│       │   │   │   ├── jstl-1.1.2.jar
│       │   │   │   ├── jstl-1.2.jar
│       │   │   │   ├── junit-4.10.jar
│       │   │   │   ├── log4j-1.2.16.jar
│       │   │   │   ├── mail.jar
│       │   │   │   ├── mybatis-3.1.1.jar
│       │   │   │   ├── mybatis-spring-1.1.1.jar
│       │   │   │   ├── mysql-connector-java-5.1.38.jar
│       │   │   │   ├── org.springframework.aop-3.0.5.RELEASE.jar
│       │   │   │   ├── org.springframework.asm-3.0.5.RELEASE.jar
│       │   │   │   ├── org.springframework.aspects-3.0.5.RELEASE.jar
│       │   │   │   ├── org.springframework.beans-3.0.5.RELEASE.jar
│       │   │   │   ├── org.springframework.context-3.0.5.RELEASE.jar
│       │   │   │   ├── org.springframework.context.support-3.0.5.RELEASE.jar
│       │   │   │   ├── org.springframework.core-3.0.5.RELEASE.jar
│       │   │   │   ├── org.springframework.expression-3.0.5.RELEASE.jar
│       │   │   │   ├── org.springframework.instrument-3.0.5.RELEASE.jar
│       │   │   │   ├── org.springframework.instrument.tomcat-3.0.5.RELEASE.jar
│       │   │   │   ├── org.springframework.jdbc-3.0.5.RELEASE.jar
│       │   │   │   ├── org.springframework.jms-3.0.5.RELEASE.jar
│       │   │   │   ├── org.springframework.orm-3.0.5.RELEASE.jar
│       │   │   │   ├── org.springframework.oxm-3.0.5.RELEASE.jar
│       │   │   │   ├── org.springframework.test-3.0.5.RELEASE.jar
│       │   │   │   ├── org.springframework.transaction-3.0.5.RELEASE.jar
│       │   │   │   ├── org.springframework.web-3.0.5.RELEASE.jar
│       │   │   │   ├── org.springframework.web.portlet-3.0.5.RELEASE.jar
│       │   │   │   ├── org.springframework.web.servlet-3.0.5.RELEASE.jar
│       │   │   │   ├── org.springframework.web.struts-3.0.5.RELEASE.jar
│       │   │   │   ├── spring-aop-3.2.0.RELEASE.jar
│       │   │   │   ├── spring-beans-3.2.0.RELEASE.jar
│       │   │   │   ├── spring-context-3.2.0.RELEASE.jar
│       │   │   │   ├── spring-core-3.2.1.RELEASE.jar
│       │   │   │   ├── spring-expression-3.2.0.RELEASE.jar
│       │   │   │   ├── spring-jdbc-3.1.1.RELEASE.jar
│       │   │   │   ├── spring-test-3.2.0.RELEASE.jar
│       │   │   │   ├── spring-tx-3.1.1.RELEASE.jar
│       │   │   │   ├── spring-web-3.2.0.RELEASE.jar
│       │   │   │   └── spring-webmvc-3.2.0.RELEASE.jar
│       │   │   └── web.xml
│       │   ├── admin
│       │   │   ├── blank.jsp
│       │   │   ├── dormBuild.jsp
│       │   │   ├── dormBuildSave.jsp
│       │   │   ├── dormManager.jsp
│       │   │   ├── dormManagerSave.jsp
│       │   │   ├── passwordChange.jsp
│       │   │   ├── record.jsp
│       │   │   ├── selectManager.jsp
│       │   │   ├── student.jsp
│       │   │   ├── studentRecord.jsp
│       │   │   └── studentSave.jsp
│       │   ├── bg.jpg
│       │   ├── bootstrap
│       │   │   ├── css
│       │   │   │   ├── bootstrap-responsive.css
│       │   │   │   ├── bootstrap-responsive.min.css
│       │   │   │   ├── bootstrap.css
│       │   │   │   └── bootstrap.min.css
│       │   │   ├── img
│       │   │   │   ├── glyphicons-halflings-white.png
│       │   │   │   └── glyphicons-halflings.png
│       │   │   └── js
│       │   │       ├── bootstrap.js
│       │   │       ├── bootstrap.min.js
│       │   │       └── jQuery.js
│       │   ├── bootstrap-datetimepicker-master
│       │   │   ├── LICENSE
│       │   │   ├── README.md
│       │   │   ├── bower.json
│       │   │   ├── build
│       │   │   │   ├── build.less
│       │   │   │   └── build_standalone.less
│       │   │   ├── css
│       │   │   │   ├── bootstrap-datetimepicker.css
│       │   │   │   └── bootstrap-datetimepicker.min.css
│       │   │   ├── js
│       │   │   │   ├── bootstrap-datetimepicker.js
│       │   │   │   ├── bootstrap-datetimepicker.min.js
│       │   │   │   └── locales
│       │   │   │       ├── bootstrap-datetimepicker.ar.js
│       │   │   │       ├── bootstrap-datetimepicker.bg.js
│       │   │   │       ├── bootstrap-datetimepicker.ca.js
│       │   │   │       ├── bootstrap-datetimepicker.cs.js
│       │   │   │       ├── bootstrap-datetimepicker.da.js
│       │   │   │       ├── bootstrap-datetimepicker.de.js
│       │   │   │       ├── bootstrap-datetimepicker.ee.js
│       │   │   │       ├── bootstrap-datetimepicker.el.js
│       │   │   │       ├── bootstrap-datetimepicker.es.js
│       │   │   │       ├── bootstrap-datetimepicker.fi.js
│       │   │   │       ├── bootstrap-datetimepicker.fr.js
│       │   │   │       ├── bootstrap-datetimepicker.he.js
│       │   │   │       ├── bootstrap-datetimepicker.hr.js
│       │   │   │       ├── bootstrap-datetimepicker.hu.js
│       │   │   │       ├── bootstrap-datetimepicker.id.js
│       │   │   │       ├── bootstrap-datetimepicker.is.js
│       │   │   │       ├── bootstrap-datetimepicker.it.js
│       │   │   │       ├── bootstrap-datetimepicker.ja.js
│       │   │   │       ├── bootstrap-datetimepicker.ko.js
│       │   │   │       ├── bootstrap-datetimepicker.lt.js
│       │   │   │       ├── bootstrap-datetimepicker.lv.js
│       │   │   │       ├── bootstrap-datetimepicker.ms.js
│       │   │   │       ├── bootstrap-datetimepicker.nb.js
│       │   │   │       ├── bootstrap-datetimepicker.nl.js
│       │   │   │       ├── bootstrap-datetimepicker.no.js
│       │   │   │       ├── bootstrap-datetimepicker.pl.js
│       │   │   │       ├── bootstrap-datetimepicker.pt-BR.js
│       │   │   │       ├── bootstrap-datetimepicker.pt.js
│       │   │   │       ├── bootstrap-datetimepicker.ro.js
│       │   │   │       ├── bootstrap-datetimepicker.rs-latin.js
│       │   │   │       ├── bootstrap-datetimepicker.rs.js
│       │   │   │       ├── bootstrap-datetimepicker.ru.js
│       │   │   │       ├── bootstrap-datetimepicker.sk.js
│       │   │   │       ├── bootstrap-datetimepicker.sl.js
│       │   │   │       ├── bootstrap-datetimepicker.sv.js
│       │   │   │       ├── bootstrap-datetimepicker.sw.js
│       │   │   │       ├── bootstrap-datetimepicker.th.js
│       │   │   │       ├── bootstrap-datetimepicker.tr.js
│       │   │   │       ├── bootstrap-datetimepicker.ua.js
│       │   │   │       ├── bootstrap-datetimepicker.uk.js
│       │   │   │       ├── bootstrap-datetimepicker.zh-CN.js
│       │   │   │       └── bootstrap-datetimepicker.zh-TW.js
│       │   │   ├── less
│       │   │   │   └── datetimepicker.less
│       │   │   ├── minify.sh
│       │   │   ├── sample in bootstrap v2
│       │   │   │   ├── bootstrap
│       │   │   │   │   ├── css
│       │   │   │   │   │   ├── bootstrap.css
│       │   │   │   │   │   └── bootstrap.min.css
│       │   │   │   │   ├── img
│       │   │   │   │   │   ├── glyphicons-halflings-white.png
│       │   │   │   │   │   └── glyphicons-halflings.png
│       │   │   │   │   └── js
│       │   │   │   │       ├── bootstrap.js
│       │   │   │   │       └── bootstrap.min.js
│       │   │   │   ├── index.html
│       │   │   │   └── jquery
│       │   │   │       └── jquery-1.8.3.min.js
│       │   │   ├── sample in bootstrap v3
│       │   │   │   ├── bootstrap
│       │   │   │   │   ├── css
│       │   │   │   │   │   ├── bootstrap-theme.css
│       │   │   │   │   │   ├── bootstrap-theme.min.css
│       │   │   │   │   │   ├── bootstrap.css
│       │   │   │   │   │   └── bootstrap.min.css
│       │   │   │   │   ├── fonts
│       │   │   │   │   │   ├── glyphicons-halflings-regular.eot
│       │   │   │   │   │   ├── glyphicons-halflings-regular.svg
│       │   │   │   │   │   ├── glyphicons-halflings-regular.ttf
│       │   │   │   │   │   └── glyphicons-halflings-regular.woff
│       │   │   │   │   └── js
│       │   │   │   │       ├── bootstrap.js
│       │   │   │   │       └── bootstrap.min.js
│       │   │   │   ├── index.html
│       │   │   │   └── jquery
│       │   │   │       └── jquery-1.8.3.min.js
│       │   │   ├── screenshot
│       │   │   │   ├── standard_day.png
│       │   │   │   ├── standard_day_meridian.png
│       │   │   │   ├── standard_decade.png
│       │   │   │   ├── standard_full.png
│       │   │   │   ├── standard_hour.png
│       │   │   │   ├── standard_hour_meridian.png
│       │   │   │   ├── standard_month.png
│       │   │   │   └── standard_year.png
│       │   │   └── tests
│       │   │       ├── README.md
│       │   │       ├── _coverage.html
│       │   │       ├── assets
│       │   │       │   ├── coverage.js
│       │   │       │   ├── jquery-1.7.1.min.js
│       │   │       │   ├── mock.js
│       │   │       │   ├── qunit-logging.js
│       │   │       │   ├── qunit.css
│       │   │       │   ├── qunit.js
│       │   │       │   └── utils.js
│       │   │       ├── run-qunit.js
│       │   │       ├── suites
│       │   │       │   ├── component.js
│       │   │       │   ├── events.js
│       │   │       │   ├── formats.js
│       │   │       │   ├── inline.js
│       │   │       │   ├── keyboard_navigation
│       │   │       │   │   ├── 2011.js
│       │   │       │   │   ├── 2012.js
│       │   │       │   │   └── all.js
│       │   │       │   ├── mouse_navigation
│       │   │       │   │   ├── 2011.js
│       │   │       │   │   ├── 2012.js
│       │   │       │   │   └── all.js
│       │   │       │   └── options.js
│       │   │       ├── tests.html
│       │   │       └── tests.min.html
│       │   ├── dormManager
│       │   │   ├── blank.jsp
│       │   │   ├── passwordChange.jsp
│       │   │   ├── record.jsp
│       │   │   ├── recordSave.jsp
│       │   │   └── student.jsp
│       │   ├── images
│       │   │   └── bg.jpg
│       │   ├── login.jsp
│       │   ├── mainAdmin.jsp
│       │   ├── mainManager.jsp
│       │   ├── mainStudent.jsp
│       │   ├── media
│       │   │   ├── css
│       │   │   │   ├── dataTables.bootstrap.css
│       │   │   │   ├── jquery.dataTables.css
│       │   │   │   ├── jquery.dataTables.min.css
│       │   │   │   └── jquery.dataTables_themeroller.css
│       │   │   ├── images
│       │   │   │   ├── Sorting icons.psd
│       │   │   │   ├── back_disabled.png
│       │   │   │   ├── back_enabled.png
│       │   │   │   ├── back_enabled_hover.png
│       │   │   │   ├── favicon.ico
│       │   │   │   ├── forward_disabled.png
│       │   │   │   ├── forward_enabled.png
│       │   │   │   ├── forward_enabled_hover.png
│       │   │   │   ├── sort_asc.png
│       │   │   │   ├── sort_asc_disabled.png
│       │   │   │   ├── sort_both.png
│       │   │   │   ├── sort_desc.png
│       │   │   │   └── sort_desc_disabled.png
│       │   │   ├── js
│       │   │   │   ├── dataTables.bootstrap.js
│       │   │   │   ├── jquery.dataTables.js
│       │   │   │   ├── jquery.dataTables.min.js
│       │   │   │   └── jquery.js
│       │   │   └── zh_CN.json
│       │   ├── student
│       │   │   ├── blank.jsp
│       │   │   ├── passwordChange.jsp
│       │   │   └── record.jsp
│       │   ├── style
│       │   │   └── dorm.css
│       │   └── test.jsp
│       ├── build
│       │   └── classes
│       │       ├── com
│       │       │   └── lero
│       │       │       ├── dao
│       │       │       │   ├── DormBuildDao.class
│       │       │       │   ├── DormManagerDao.class
│       │       │       │   ├── RecordDao.class
│       │       │       │   ├── StudentDao.class
│       │       │       │   └── UserDao.class
│       │       │       ├── filter
│       │       │       │   └── LoginFilter.class
│       │       │       ├── model
│       │       │       │   ├── Admin.class
│       │       │       │   ├── DormBuild.class
│       │       │       │   ├── DormManager.class
│       │       │       │   ├── PageBean.class
│       │       │       │   ├── Record.class
│       │       │       │   └── Student.class
│       │       │       ├── util
│       │       │       │   ├── DateUtil.class
│       │       │       │   ├── DbUtil.class
│       │       │       │   ├── MD5Util.class
│       │       │       │   ├── PropertiesUtil.class
│       │       │       │   └── StringUtil.class
│       │       │       └── web
│       │       │           ├── BlankServlet.class
│       │       │           ├── DormBuildServlet.class
│       │       │           ├── DormManagerServlet.class
│       │       │           ├── LoginServlet.class
│       │       │           ├── PasswordServlet.class
│       │       │           ├── RecordServlet.class
│       │       │           └── StudentServlet.class
│       │       └── dorm.properties
│       └── src
│           ├── com
│           │   └── lero
│           │       ├── dao
│           │       │   ├── DormBuildDao.java
│           │       │   ├── DormManagerDao.java
│           │       │   ├── RecordDao.java
│           │       │   ├── StudentDao.java
│           │       │   └── UserDao.java
│           │       ├── filter
│           │       │   └── LoginFilter.java
│           │       ├── model
│           │       │   ├── Admin.java
│           │       │   ├── DormBuild.java
│           │       │   ├── DormManager.java
│           │       │   ├── PageBean.java
│           │       │   ├── Record.java
│           │       │   └── Student.java
│           │       ├── util
│           │       │   ├── DateUtil.java
│           │       │   ├── DbUtil.java
│           │       │   ├── MD5Util.java
│           │       │   ├── PropertiesUtil.java
│           │       │   └── StringUtil.java
│           │       └── web
│           │           ├── BlankServlet.java
│           │           ├── DormBuildServlet.java
│           │           ├── DormManagerServlet.java
│           │           ├── LoginServlet.java
│           │           ├── PasswordServlet.java
│           │           ├── RecordServlet.java
│           │           └── StudentServlet.java
│           └── dorm.properties
├── dorm.sql
└── 好例子网java_宿舍管理系统.zip

60 directories, 281 files



实例下载地址

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警