1 / 28
文档名称:

计算机专业论文:毕业生档案管理系统.doc

格式:doc   大小:373KB   页数:28页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

计算机专业论文:毕业生档案管理系统.doc

上传人:书籍1243595614 2018/8/31 文件大小:373 KB

下载得到文件列表

计算机专业论文:毕业生档案管理系统.doc

相关文档

文档介绍

文档介绍:摘要
随着信息技术在管理上越来越深入而广泛的应用,管理信息系统的实施在技术上已逐步成熟。管理信息系统是一个不断发展的新型学科,任何一个单位要生存要发展,要高效率地把内部活动有机地组织起来,就必须建立与自身特点相适应的管理信息系统。
本文介绍了利用java web技术,采用“自上而下地总体规划,自下而上地应用开发”的策略开发一个毕业生档案管理信息系统的过程。通过分析某一学校学生管理的不足,创建了一套行之有效的计算机管理学生的方案。文章介绍了学生管理信息系统的系统分析部分,包括可行性分析、业务流程分析等;系统设计部分主要介绍了系统功能设计和数据库设计及代码设计;系统实现部分说明了几个主要模块的算法,本系统界面友好,操作简单,比较实用。本系统实现了查询学生档案管理系统的主要功能,以无纸化的管理及应用不但可以提高工作效率、减少学校的投资成本,而且可以实现学校或企业高效率办公的宗旨。
关键字:毕业生档案管理系统、myeclipse、mysql、javaweb应用。
Abstract
With the application of information technology in management more and more thorough and widespread, the implement of management information system has been gradually mature in the technology. Management information system is a continuous development of new disciplines, any one unit to survive to develop, to the efficient activities of the anization anic, it must establish a management information system fitting in with its own characteristics.
This paper describes the use of Java Web technology, using "top-down to the overall planning, the process from the bottom to top application development" strategy to develop a management information system for graduates. Through the analysis of a school student management insufficiency,founded a set of effective management of puter programs. The article introduced the student management information system analysis, including feasibility analysis, business process analysis; system design part mainly introduced the system function design and the database design and the code design; the system realization part explained several main modules algorithm, this system friendly interface, simple operation, more practical.
目录
1 绪论 1
系统开发背景 1
系统开发的目的及意义 2
系统开发及运行环境 3
2 系统可行性分析 3
技术可行性 3
经济可行性 3
操作可行性 4
相关技术简介 4
4
4
4
5
5
3 需求分析与设计 5
需求规范 6
6
6
6
系统功能描述 6
系统主要功能模块 7
7
7
8
数据库分析与设计 9
4系统功能实现 11