大学生就业信息管理系统论文
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
大学生就业信息管理系统论文
摘要
本文着重阐述了毕业生信息管理系统的整体开发过程。介绍了系统的开发环境以及开发工具,对于设计思想和设计流程也做出了全面的叙述,在数据库创建思想以及各个数据表之间的具体关联等方面也做出了详细说明,并且具体剖析了系统各个功能的实现过程以及详细设计过程,在绘制简单系统功能模块图的同时,力求更加清晰地表明设计思想以及对整个程序设计的规划及具体实现。
根据实际需求,毕业生信息管理系统这个项目采用模块化的设计思想,在Windows XP 操作系统环境下,搭建ASP运行环境IIS6.0,通过使用VBScript脚本语言完成动态的、交互的web服务器应用程序,实现毕业生信息管理系统的主要功能,包括管理员对企业信息、毕业生信息的添加、删除的管理操作;毕业生、企业在前台的浏览、查询等功能。
本系统具有多方面特点:系统功能完备,使用方便简捷,人性化的用户界面,安全保密设置齐全,大大减少了操作人员和用户的工作负担。
关键词:管理系统;数据库;模块化
Abstract
This article emphatically elaborated the graduate informationmanagement system whole performance history. Introduced the systemdevelopment environment as well as the development kit, have also madethe comprehensive narration regarding the design thought and thedesign flow, in database foundation between thought as well as eachdata sheet aspect and so on concrete connection has also made thespecify, and specifically analyzed the system each functionrealization process as well as the detailed design process, duringplan simple system function module chart, makes every effort clearlyto indicate the design thought as well as to the entire programmingplan and the concrete realization.
According to the actual demand, graduate information management systemthis project uses modular the design thought, in Windows under the XPoperating system environment, builds ASP movement environment IIS6.0,through uses the VBScript script language dynamically to complete, theinteractive web server application procedure, realizes the graduateinformation management system main function, including manager toenterprise information, graduate information increase, deletionmanagement operation; Graduate, enterprise in function and so ononstage browsing, inquiry.
This system has the various characteristic: System function complete,easy to operate simple and direct, the human nature user contactsurface, the security keeps secret the establishment to be complete,greatly reduced the operator and user's work load.
Key word: Management system management system; Database; Modulation
目录
摘要...................................................................... I ABSTRACT ................................................................. II 目录.................................................................... III 前言. (1)
1 问题的定义 (2)
1.1系统目标 (2)
1.2业务流程图 (3)
2 可行性研究 (5)
2.1技术可行性 (5)
2.2经济可行性 (5)
2.3操作可行性 (5)
2.4法律可行性 (6)
3 需求分析 (7)
3.1系统需要解决的主要问题 (7)
3.2系统具备的基本功能 (7)
3.3数据流图 (7)
3.4数据字典 (10)
3.4.1 数据存储 (10)
3.4.2 数据流 (11)
3.4.3 数据处理 (12)
4 总体设计 (13)
4.1概述 (13)
4.2系统功能划分 (14)
4.2.1 毕业生子系统功能划分 (14)
4.2.2 管理员子系统功能划分 (15)
4.2.3 企业子系统功能划分 (15)
4.3系统功能描述 (16)
4.3.1 毕业生子系统功能描述 (16)
4.3.2 管理员子系统功能描述 (16)
4.3.3 企业子系统功能描述 (17)
4.4数据库概念结构设计 (17)
4.4.1 各实体属性图 (17)
4.4.2 各实体之间的关系E-R图 (19)
4.5数据库设计 (20)
4.6安全保密设计 (22)
4.6.1 登陆用户的安全性 (22)