基于java高校学生请假管理系统设计与实现

基于java高校学生请假管理系统设计与实现

摘 要
社会经济的快速发展带来了各行各业都在推进计算机网络技术的应用。而在各行各业中,教育业又显得尤为重要,因为学生是祖国的未来。计算机网络技术也在逐步的在教育业取代原有的传统教育模式。但是目前还有一块重要的业务流就是学生的请假在好多学校还没有一套完整的请假管理系统。
学生请假地点可能是在学校或者不在学校,如果是在学校的情况,还要赶上班主任也在学校才能完成请假条的审批;如果是不在学校的情况,完成请假的流程的审批是非常麻烦的,要考虑老师的时间同时去哪里找老师审批问题。还有一个问题就是传统的纸质请假条不易收藏管理,容易丢失,如果年终想汇总学校学生请假信息情况,对于老师而言将是一个非常繁琐的工作任务。综上所述,有一款高校学生请假管理系统对于高校而言是非常必要的。
高校学生请假管理系统可以让老师和学生在任何时间、任何地点都可以完成请假的整个流程工作。系统会有请假历史记录,学校可以按照月、季度、年度对学生的请假情况进行分析。因此,本系统大大提高了学生请假的效率,同时也有助于学校分析学生请假的情况。
关键字:请假;审批;学生

ABSTRACT
With the rapid development of social economy, all walks of life are promoting the application of computer network technology. In all walks of life, education is particularly important, because students are the future of our country. Computer network technology is also gradually replacing the original traditional education model in the education industry. But there is still an important business flow is the students leave in many schools have not a complete leave management system.
The place where the student asks for leave may be in school or not in school. If it is in school, the teacher in charge should also be in school to complete the approval of the leave request; If it is not in school, it is very troublesome to complete the approval of the process of asking for leave. We should consider the teacher’s time and where to find the teacher for approval. Another problem is that the traditional paper leave request is not easy to collect management, easy to lose, if the year-end want to collect the school students leave information, it will be a very tedious task for teachers. To sum up, it is very necessary to have a leave management system for college students.
College students leave management system can make teachers and students at any time, any place can complete the whole process of asking for leave. The system will have leave history records, the school can be in accordance with the monthly, quarterly, annual leave of students to analyze the situation. Therefore, the system greatly improves the efficiency of students asking for leave, but also helps the school to analyze the situation of students asking for leave.
Keywords: Ask for leave; The examination and approval; student

目 录
摘 要 I
ABSCTACT II
第1章 绪论 1
1.1开发背景及意义 1
1.2研究内容及方向 1
第2章 系统需求分析 2
2.1 需求分析 2
2.2 可行性分析 2
2.2.1成本可行性 2
2.2.2操作可行性 2
2.2.3前景可行性 3
第3章 系统开发技术介绍 3
3.1 开发语言及方法 3
3.1.1 SSM框架 3
3.1.2 eclipse 3
3.1.3 JAVA语言 3
3.1.4 MYSQL数据库 3
第4章 概要设计 4
4.1功能结构设计 4
4.1.1 基础信息管理 4
4.1.2 请假管理 4
4.2数据库设计 5
4.2.1数据库设计概述 5
4.2.2数据库逻辑设计 5
4.2.3数据库物理设计 7
第5章 详细设计 10
5.1 数据流程图 10
5.2 用例图 11
5.3系统画面 13
5.3.1 登录画面 13
5.3.2 主画面 13
5.3.3 管理员用户画面 13
5.3.4 修改密码画面 14
5.3.5 请假查询画面 14
5.3.7 学生添加画面 15
5.3.8 学生查询画面 15
5.3.9 教师添加画面 15
5.3.10 教师查询画面 16
5.3.11 教师个人资料查询 16
5.3.12 学生个人资料查询 16
5.3.13 学生请假添加 17
第6章 系统测试 17
6.1测试目标 17
6.2测试方法 17
6.3测试步骤 18
第7章 总结 19
致谢 20
参考文献 21

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
Java基于ssm+mysql的高校学生请假管理系统实现.zipJava基于ssm+mysql的高校学生请假管理系统实现.zip 学生请假管理系统,主要有用户登陆、学生端、教师端、管理员端等功能, 用户登陆 学生请假管理系统采用用户名及密码验证模式,进入学生请假管理系统前,用户必须在登陆页面输入用户名及密码,只有验证通过的用户方可进入学生请假管理系统操作主页面。 学生端 包括2个功能模块: 学生个人信息的添加、修改功能,密码修改。 假条信息的添加、查询、打印功能。 (姓名,性别,学号,院系,年级,班级,手机号,辅导员,邮箱...可补充) (学号,姓名,联系方式,请假原因,请假时间,返校时间,审核状态,查询) 教师端 包括3个功能模块: 教师个人信息的添加、修改功能,密码修改。 学生个人信息的添加、修改、删除、查询功能。 假条信息的修改、删除、审批、查询、打印,导出功能。也可选择待办任务(同意拒绝都可附评语),已办任务处理假条。 (姓名,性别,工号,手机号,邮箱...可补充) (可补充) 管理员端 包括4个功能模块: 管理员个人信息的添加、修改、删除、查询,修改密码,功能。 教师个人信息的添加、修改、删除、查询功能。 学生个人信息的添加、修改、删除、查询功能。假条信息的查询、删除、打印,导出等功能

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

小码叔

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值