大学生毕业就业管理系统设计与分析
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
毕业设计(论文)
题目:大学毕业生就业管理系统设计与分析副标题:
专业:信息管理与信息系统
指导教师:
学生姓名:
班级-学号
2011年 6 月
摘要
本论文着重阐述了毕业生信息管理系统的整体开发过程。介绍了系统的开发环境以及开发工具,对于设计思想和设计流程也做出了全面的叙述,在数据库创建思想以及各个数据表之间的具体关联等方面也做出了详细说明,并且具体剖析了系统各个功能的实现过程以及详细设计过程,在绘制简单系统功能模块图的同时,力求更加清晰地表明设计思想以及对整个程序设计的规划及具体实现。
根据实际需求,毕业生信息管理系统这个项目采用模块化的设计思想,在Windows XP操作系统环境下,搭建ASP运行环境IIS6.0,通过使用VBScript脚本语言完成动态的、交互的web服务器应用程序,实现毕业生信息管理系统的主要功能,包括管理员对企业信息、毕业生信息的添加、删除的管理操作;毕业生、企业在前台的浏览、查询等功能。
本系统具有多方面特点:系统功能完备,使用方便简捷,人性化的用户界面,安全保密设置齐全,大大减少了操作人员和用户的工作负担。
关键词:管理系统;数据库;模块化
ABSTRACT
This article emphatically elaborated the graduate whole information management system performance history. Introduced the system development environment as well as the development kit, have also made the comprehensive narration regarding the design thought and the design flow, in database foundation between thought as well as each data sheet aspect and so on concrete connection has also made the specify, and specifically analyzed the system each function realization process as well as the detailed design process, during plan simple system function module chart, makes every effort clearly to indicate the design thought as well as to the entire programming plan and the concrete realization.
According to the actual demand, graduate information management system this project uses modular the design thought, in Windows under the XP operating system environment, builds ASP movement environment IIS6.0,through uses the VBScript language dynamically to complete, the interactive web server application procedure, realizes the graduate information management system main function, including manager to enterprise information, graduate information increase, deletion management operation; Graduate, enterprise in function and so on onstage browsing, inquiry.
This system has the various characteristic: System function complete, easy to operate simple and direct, the human nature user contact surface, the security keeps secret the establishment to be complete, greatly reduced the operator and user's work load.
Key words: Management system management system; Database; Modulation
目录
引言 (1)
第一章大学毕业生就业管理系统概述 (3)
1.1题目背景和意义 (3)
1.2国内外研究现状 (6)
第二章系统分析 (9)
2.1大学概况 (9)
2.1.1 大学简介 (9)
2.1.2学校组织结构 (10)
2.2系统可行性分析 (12)
2.2.1 技术可行性分析 (12)
2.2.2 经济可行性分析 (12)
2.2.3 营运可行性分析 (12)
2.3需求分析 (13)
2.3.1 功能需求分析 (14)
2.3.2 业务流程分析 (14)
2.3.3 数据流程分析 (16)
2.3.4数据字典 (19)
第三章系统设计 (22)
3.1总体设计 (23)
3.2详细设计 (27)
3.2.1 系统详细模块设计 (27)
3.2.2 代码设计 (27)
3.2.3 数据库设计 (29)
3.2.4 输入设计 (34)
3.2.5 输出设计 (36)