(考勤管理)基于学生考勤管
理系统
基于java的学生考勤信息管理系统设计
摘 要
学生考勤信息管理系统用于实现学校对在校学生的考勤信息的管理,是典型的管理信息系统。学生考勤信息的手工登记查询,是一项非常繁重而枯燥的劳动。在计算机技师飞速发展的今天,应用数据库技术实现学生考勤信息统计的管理是行之有效的。
本文系统地介绍了一个基于java的学生考勤信息管理系统,论述了一个基于java的B/S考勤信息管理系统的设计原理、设计思想及具体的实现过程,对部分架构及设计思想和设计过程作了详细阐述。系统具有师生个人信息管理、请假、增删师生信息等功能,信息管理模块、考勤管理模块和考勤系统模块。
本系统开发主要包括后台数据库的建立以及前端应用程序的开发两部分。其一要求建立起的数据库具有完整性和一致性,并具有一定的数据安全性;其二要求程序界面友好、功能完备,通俗易懂。本次发采用HTML、JSP、JS、STRUCTS1、SQL Server 2005数据库等技术。本文着重讨论了用JSP技术和SQL Server 2005开发考勤管理系统时的数据库访问技术和动态网页制作技术,并给出了部分实现代码。 关键词:考勤信息管理系统;java ;B/S ;SQL server
Based on java & B/S Student Attendance Information
Management System Design
Abstract
Student Attendance Information Management System is a typical management information systemused for implementingthe schoolsto manage their studentsattendance information in school.Student attendance information manual registration query is a very heavy and tedious work.In today'srapid development of computer technology,the application of database technology could be effective used on it.
This article systematically introducesand discusses a student attendance information management system and B/Sattendance information management systembased onjava, which include the design theory, design philosophy and specific implementation process. The system contains many functions like personal information management of teachers and students, leave cases, additions and deletions. It also divided into information management module, attendance management module, attendance system module and so on.
The development of this system, including the establishment of database and front-end application development.In the one hand, it demands the database established with integrity and consistencyand a certain degree of data security. In the other hand, it should have the friendly program interface, fully functioning and easy to understand. This development uses HTML, JSP, JS, STRUCTS1, SQL Server 2000 database technology. This article focuses on the