学生档案管理系统论文+开题报告.rar
学生档案管理系统论文+开题报告,摘 要学生档案管理系统是一个教育单位不可缺少的部分,它能够为用户提供充足的信息和快捷的查询手段。随着计算机技术的发展,其强大的功能已为人们深刻认识,作为计算机应用的一部分,使用计算机对学生档案进行管理,具有手工管理所无法比拟的优点。本系统是基于b/s模式采用jsp和javabean开发的管理系统,该系统为用户提供档案管...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 wanli1988go 发布
摘 要
学生档案管理系统是一个教育单位不可缺少的部分,它能够为用户提供充足的信息和快捷的查询手段。随着计算机技术的发展,其强大的功能已为人们深刻认识,作为计算机应用的一部分,使用计算机对学生档案进行管理,具有手工管理所无法比拟的优点。
本系统是基于B/S模式采用JSP和JavaBean开发的管理系统,该系统为用户提供档案管理、档案库管理、档案检索、档案统计、用户管理以及数据库的备份等模块。实现添加、删除、查询和修改等功能。
本论文分五章,在概述中主要叙述了档案管理系统的必要性、国内外现状、存在问题、发展方向以及JSP技术;在总体设计、详细设计和系统实现中介绍了系统的功能设计、类的设计、系统部署以及程序视图;最后结束语是系统设计的心得体会。
关键字:学生档案;管理系统;JSP;B/S
Abstract
Students’ file management system is the indispensable part of an education unit. It can provide ample information and rapid inquiry method for users. With the development of computer technology, its strong function has already been known deeply by people. As a part of computer application, using computer to manage students’ files has the advantage which manual management can’t compare with.
This system is the management system developing from JSP and JavaBean and based on B/S mode. The management system provides users with file management, file database management, file index, file count, user management and the backup of database, etc. It realizes the function as adding, deleting, inquiry, correction, etc.
This thesis is divided into five chapters. In the outline, it mainly states the necessity of file management system, the domestic and international current situation, the problems existing, development direction and JSP technology. In the total design, detailed design and realization of the system, it introduces the function design of the system, the design of sort, system deployment and the diagram of program. The tag in the end is the understanding of the system design.
Keywords: Students’file;management system;JSP;B/S
目 录
摘 要 I
Abstract II
第1章 概述 1
1.1 引言 1
1.2 国内外现状 1
1.3 研究方向 2
1.3.1 数字化 2
1.3.2 网络化 2
1.4 存在问题 3
1.5 技术简介 4
第2章 总体设计 6
2.1 系统模块功能分析 6
2.2 UML系统建模 7
第3章 详细设计 9
3.1 数据库设计 9
3.2 页面和各模块设计 10
3.3 类的设计 12
3.3.1 系统登录模块涉及的类 12
3.3.2 用户管理模块涉及的类 12
3.3.3 档案检索模块涉及的类 14
3.3.4 档案统计模块涉及的类 15
第4章 系统实现 16
4.1 开发工具的选择 16
4.2 系统各个模块的实现 16
4.2.1 登录模块实现 16
4.2.2 用户管理模块实现 17
4.2.3 档案检索模块实现 19
4.2.4 档案统计模块实现 21
4.3 系统部署 22
4.4 技术难点分析 22
第5章 结束语 25
参考文献 27
附 录 28
致 谢 30
学生档案管理系统是一个教育单位不可缺少的部分,它能够为用户提供充足的信息和快捷的查询手段。随着计算机技术的发展,其强大的功能已为人们深刻认识,作为计算机应用的一部分,使用计算机对学生档案进行管理,具有手工管理所无法比拟的优点。
本系统是基于B/S模式采用JSP和JavaBean开发的管理系统,该系统为用户提供档案管理、档案库管理、档案检索、档案统计、用户管理以及数据库的备份等模块。实现添加、删除、查询和修改等功能。
本论文分五章,在概述中主要叙述了档案管理系统的必要性、国内外现状、存在问题、发展方向以及JSP技术;在总体设计、详细设计和系统实现中介绍了系统的功能设计、类的设计、系统部署以及程序视图;最后结束语是系统设计的心得体会。
关键字:学生档案;管理系统;JSP;B/S
Abstract
Students’ file management system is the indispensable part of an education unit. It can provide ample information and rapid inquiry method for users. With the development of computer technology, its strong function has already been known deeply by people. As a part of computer application, using computer to manage students’ files has the advantage which manual management can’t compare with.
This system is the management system developing from JSP and JavaBean and based on B/S mode. The management system provides users with file management, file database management, file index, file count, user management and the backup of database, etc. It realizes the function as adding, deleting, inquiry, correction, etc.
This thesis is divided into five chapters. In the outline, it mainly states the necessity of file management system, the domestic and international current situation, the problems existing, development direction and JSP technology. In the total design, detailed design and realization of the system, it introduces the function design of the system, the design of sort, system deployment and the diagram of program. The tag in the end is the understanding of the system design.
Keywords: Students’file;management system;JSP;B/S
目 录
摘 要 I
Abstract II
第1章 概述 1
1.1 引言 1
1.2 国内外现状 1
1.3 研究方向 2
1.3.1 数字化 2
1.3.2 网络化 2
1.4 存在问题 3
1.5 技术简介 4
第2章 总体设计 6
2.1 系统模块功能分析 6
2.2 UML系统建模 7
第3章 详细设计 9
3.1 数据库设计 9
3.2 页面和各模块设计 10
3.3 类的设计 12
3.3.1 系统登录模块涉及的类 12
3.3.2 用户管理模块涉及的类 12
3.3.3 档案检索模块涉及的类 14
3.3.4 档案统计模块涉及的类 15
第4章 系统实现 16
4.1 开发工具的选择 16
4.2 系统各个模块的实现 16
4.2.1 登录模块实现 16
4.2.2 用户管理模块实现 17
4.2.3 档案检索模块实现 19
4.2.4 档案统计模块实现 21
4.3 系统部署 22
4.4 技术难点分析 22
第5章 结束语 25
参考文献 27
附 录 28
致 谢 30