学生宿舍管理系统 联系客服

发布时间 : 星期二 文章学生宿舍管理系统更新完毕开始阅读4f7da228453610661ed9f463

呼伦贝尔学院

计算机科学与技术学院

本科生毕业论文(设计)

题 目: 学生宿舍管理系统 学生姓名: 宋祝丽 学 号: 2007121317 专业班级: 2007级计算机科学与技术三班 指导教师: 凃云杰

完成时间: 2011年5月28日

目录

摘要 ........................................................................................................................................... I Abstract .................................................................................................................................... II 第1章 绪论 .......................................................................................................................... 1 1.1 选题背景 ...................................................................................................................... 1 1.2 开发设计的意义 .......................................................................................................... 1 1.3 开发技术 ...................................................................................................................... 1 1.3.1 Access 2003介绍 .............................................................................................. 1 1.3.2 ADO.NET访问技术 ............................................................................................ 1 1.3.3 ASP.NET介绍...................................................................................................... 2 1.4 系统运行环境 .............................................................................................................. 2 第2章 可行性研究与需求分析 .......................................................................................... 3 2.1 系统可行性研究 .......................................................................................................... 3 2.2 需求分析 ...................................................................................................................... 3 第3章 系统概要设计 ............................................................................................................ 4 3.1 系统功能模块 .............................................................................................................. 4 3.1.1 系统管理模块 ...................................................................................................... 4 3.1.2 公寓管理模块 ...................................................................................................... 4 3.1.3 学生管理模块 ...................................................................................................... 4 3.1.4 注册管理模块 ...................................................................................................... 4 3.1.5 报表打印模块 ...................................................................................................... 5 3.2 数据库设计 .................................................................................................................. 5 3.2.1 数据库概念结构设计 .......................................................................................... 5 3.2.2 数据逻辑结构设计 .............................................................................................. 6 3.2.3 数据表的建立 ...................................................................................................... 6 第4章 系统实现 .................................................................................................................. 11 4.1 系统登录模块 ............................................................................................................ 11 4.2 系统管理模块 ............................................................................................................ 13 4.3 公寓管理模块 ............................................................................................................ 14 4.3.1 宿舍管理 ............................................................................................................ 14 4.3.2 卫生管理 ............................................................................................................ 16 4.4 学生管理模块 ............................................................................................................ 17 4.4.1 住宿管理 ............................................................................................................ 17 4.4.2 请假管理 ............................................................................................................ 18 4.4.3 访客管理 ............................................................................................................ 20 4.4.4 违规管理 ............................................................................................................ 21 4.5 报表打印模块 ............................................................................................................ 22 结论 ....................................................................................................................................... 23 参考文献 ................................................................................................................................ 24 致谢 ........................................................................................................................................ 25

摘要

目前,很多高校还是用手工方式进行宿舍管理。这种方式不但麻烦而且效率也很低。本人开发了一款学生宿舍管理系统。

本系统采用B/S模式,以ASP.NET作为前端开发工具,运用Microsoft Office Access 2003建立后台数据库。本系统实现了学生住宿管理,学生财产管理,宿舍管理,卫生检查管理等功能。其操作简单,界面友好。本系统适用于高校学生宿舍管理。该系统可以提高高校宿舍管理部门的工作效率,减少不必要的人力、物力和财力的支出,为宿舍管理人员带来了极大的便利。 关键词 住宿管理;宿舍管理;财产管理

I

Abstract

At present,a lot of colleges still uses manual record to manage dormitories.The kind of mode is both troublesome and less efficient.The thesis develops a student dormitory management system.

The system is based on B/S mode. It uses ASP.NET as the foreground developing tool and Microsoft Office Access 2003 to build background database.The system accomplishes such functions as student lodging management,student property management,dormitory management,sanitary checking management and so on.Its operation is simple and its interface is friendly.It is suitable for college dorm management.It can improve the work efficiency of dormitory management and reduce unnecessary waste of the manpower,the physical resource and the cost.It can provide great convenience for dormitory staff. Keywords lodging management,dormitory management,property management

II