教师信息管理系统+源代码(jsp+javabean+servlet).doc
教师信息管理系统+源代码(jsp+javabean+servlet),用计算机技术实现教师信息系统的科学化管理,是在信息技术迅速发展的今天学校提高管理效率的必需选择。本系统主要以计算机、电子和网络通信技术为基础、以数据库管理和维护为中心的办公自动化系统,以实现教师信息管理的智能化,自动化。目录目录1摘 要3abstract4第一章 引 言51.1系统开发背景51.2系统设计的目的和意义5...
内容介绍
此文档由会员 qingfeng365 发布用计算机技术实现教师信息系统的科学化管理,是在信息技术迅速发展的今天学校提高管理效率的必需选择。本系统主要以计算机、电子和网络通信技术为基础、以数据库管理和维护为中心的办公自动化系统,以实现教师信息管理的智能化,自动化。
目录
目录 1
摘 要 3
ABSTRACT 4
第一章 引 言 5
1.1系统开发背景 5
1.2系统设计的目的和意义 5
1.3 系统的开发方法 5
第二章 系统分析 6
2.1 系统的设计思想 6
2.2 可行性分析 7
2.3 需求分析 8
2.4 系统的主要技术分析 9
2.4.1 Browser/Server系统的三层体系结构 9
2.4.2 Java Server Page(JSP)技术 10
2.4.3 JDBC技术 10
2.4.4 数据库连接池技术 11
2.5系统的运行环境和开发平台 11
2.5.1 硬件设备及操作系统 11
2.5.2 系统开发平台 12
2.6 数据分析 12
2.7 数据流图 12
第三章 数据库设计 13
3.1 数据库的引入 13
3.2 数据库逻辑设计E-R图 14
3.2.1 实体与属性之间的关系 14
3.3数据库的物理结构 15
3.4 数据库的完整性和安全性 21
3.4.1 数据库的完整性 21
3.4.2 数据库的安全性 21
第四章 功能模块设计 21
4.1 系统总体功能模块 22
4.2 教师管理信息系统功能模块 22
4.2.1管理员登录模块 22
4.2.2教师基本信息模块 23
第五章 程序设计 30
5.1 程序设计思想 30
5.2 程序设计语言 31
第六章 测试与安装 32
6.1软件运行与安装 32
6.1.1 J2EE应用程序的构建与部署 32
第七章 结 论 33
致 谢 33
参考文献 34
摘 要
用计算机技术实现教师信息系统的科学化管理,是在信息技术迅速发展的今天学校提高管理效率的必需选择。本系统主要以计算机、电子和网络通信技术为基础、以数据库管理和维护为中心的办公自动化系统,以实现教师信息管理的智能化,自动化。归纳起来,好处大约有以下几点:
1. 可以存储教师的档案,安全、高效;
2. 只需一到两名档案录入人员即可操作系统,节省大量人力;
3. 可以迅速查到所需信息。
教师信息管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备、易使用等特点。经过分析这些情况,我们使用IBM Websphere和SQL Server 2000开发工具,利用其提供的各种面向对象的开发工具。
本文就最近一段时间的设计进行概括和总结。设计实现的系统是一个具有实际意义的软件学院教师管理信息系统,实现了一个管理系统应具备的基本功能,它的思想和实现方法具有普遍意义,想必一定能起到抛砖引玉的作用。
但是与此同时由于时间及个人水平的关系,对本系统的研究与论述一定还存在很多不足的地方,竭诚欢迎老师以及有识之士对本文提出批评和建议。
关键词:教师管理信息系统;数据库;IBM Websphere;SQL Server
ABSTRACT
Manage with teacher of computer technology scientific process of information system, school raise to must be chosen efficiency of management today; the information technology is developed rapidly. System this based on computer, electron and network open fast technology mainly, with data base administration and maintain for the office-automated system of the center, In order to realize the intellectuality of teacher's information management.
Induces, the advantage probably has following several points:
1. Save all the teacher file, the security, is highly effective;
2. Inputs the personnel then operating system one to two files, saves the massive manpower;
3. Rapidly speed-search to needs the information.
Teacher's information management system is a typical information management system (MIS), it develops and includes backstage supporter foundation and maintain and front two respects of development. Through the analyzing these situations, we use IBM Websphere and SQL Server 2000 developing instrument, Utilize various kinds of that offer it face developing instrument of target.
This article carried on the summary and the summary recently on period of time designs. The design realization system is has represents the significance the small teacher school register management system management system, has realized the most basic function which a management system management system should have, its thought and the realization method have the universal significance, thought certainly can play to the role which offers a few ordinary introductory remarks so that others may offer their valuable ideas.
But at the same time as a result of the time and individual level relations, certainly also has very many insufficient places to this system research and the elaboration, welcome teacher as well as the man of insight wholeheartedly gives the criticism and the suggestion to this article.
Keywords Teacher Information Management; System Database; IBM Websphere; SQL Server