摘 要
随着信息技术在管理上越来越深入而广泛的应用,管理信息系统的实施在技术上已逐步成熟。管理信息系统是一个不断发展的新型学科,任何一个单位要生存要发展,要高效率地把内部活动有机地组织起来,就必须建立与自身特点相适应的管理信息系统.学生考勤系统是学校管理系统的主要构件之一,在某种程度上体现了一个学校的教学现代化水平,系统的先进性将引领学校教学质量向前飞速发展。
通过学生考勤管理系统这个平台,可以实现学生、课程情况的信息化、网络化、系统化、规范化管理,从繁杂的数据查询和统计中解脱出来,更好的掌握学生上课及时率及对学生旷课情况的监督。系统的主要功能包括:学生信息管理、课程信息管理与学生上课签到。
本系统前台主要使用JSP作为开发语言,后台使用SqlServer作为数据库管理系统,开发环境是MyEclipse,服务器采用tomcat,开发出的一个基于Web技术的B/S结构的学生考勤管理系统。
关键词:学生考勤、管理系统,JSP,B/S结构
ABSTRACT
Along with the information technology in the management of a more profound and extensive application, management information systems implementation, technology has gradually matured. Management information system is a continuous development of new disciplines, any one unit to survive and to develop, efficient activities of the internal organization of organic, it must establish its own characteristics and to adapt the management of information system. Student attendance system is one of the main components of the school management system, to some extent reflects a a school teaching modernization level, the system's advanced nature will lead the school teaching quality forward rapid development.
Student attendance management system through this platform, students can achieve, course information, network, systematic, standardized management, from the complex data query and statistics out, a better grasp of students on student absenteeism rate of timely and the supervision. The main functions of the system include: student information management, course information management and student class attendance..
The front of the system using JSP as a development language, the use of SqlServer as a database management system, the development environment is MyEclipse, server using tomcat, developed a Web technology based on B / S structure student attendance management system.
Key words: student attendance, management system, JSP,
B / S structure
目 录
摘 要 I
ABSTRACT II
第一章 绪论 1
1.1课题背景 1
1.2目的和意义 1
1.3开发工具及技术 2
1.3.1开发工具 2
1.3.2 JSP 2
1.3.3 JavaScript 3
1.4软硬件需求 4
第二章 需求分析 5
2.1需求调研 5
2.2可行性分析 5
2.2.1技术的可行性 5
2.2.2经济的可行性 5
2.2.3操作可行性 5
2.2.4法律的可行性 6
2.3系统用户用例图 6
2.3.1管理员用例图 6
2.3.2学生用例图 6
2.4功能模块需求分析 7
2.5设计的基本思想 8
2.6性能需求 9
2.6.1系统的安全性 9
2.6.2数据的完整性 9
2.7界面需求 9
第三章 系统分析与设计 11
3.1数据库的分析与设计 11
3.1.1数据库的概念结构设计 11
3.1.2数据库的逻辑结构设计 14
3.1.3数据库的连接原理 15
3.2中文乱码问题处理 17
第四章 系统功能实现 19
4.1系统登陆页面实现 19
4.2管理员功能模块 21
4.2.1学生信息管理 22
4.2.2老师信息管理 25
4.2.3课程信息管理 28
4.2.4课表信息管理 30
4.2.5学生考勤统计 32
4.2.6修改个人密码 33
4.2.7安全退出系统 33
4.3学生功能模块 33
4.3.1学生上课签到 33
第五章 系统测试 34
5.1系统测试目的与意义 34
5.2测试过程 34
5.2.1主页面的登录模块测试 35
5.3其他错误 35
结 论 36
参考文献 37
致 谢 38
第一章 绪论
1.1课题背景
随着科学技术的不断提高,计算机科学日渐成熟,其强大的功能已为人们深刻认识,它已进入人类社会的各个领域并发挥着越来越重要的作用。作为计算机应用的一部分,学生考勤管理系统必定是一个教育单位不可缺少的部分。一个功能齐全、简单易用的信息管理系统不但能有效地减轻学校相关工作人员的工作负担,它的内容对于学校的决策者和管理者来说都至关重要。所以学生考勤管理系统应该能够为用户提供充足的信息和快捷的查询手段。作为计算机应用的一部分,使用计算机对学校的各类信息进行管理,具有手工管理所无法比拟的优点.例如:检索迅速、查询方便、效率高、可靠性好、存储量大、保密性好、寿命长、成本低等。这些优点能够极大地提高学校考勤管理的效率,也是一个单位科学化、正规化管理,与世界接轨的重要条件。
1.2目的和意义