高校学生管理系统毕业设计

2023-04-11 09:26:13 来源:网络

高校学生管理系统毕业设计

毕业生管理系统毕业设计

摘要(asp+jsp都有)

本文着重阐述了毕业生信息管理系统的整体开发过程。介绍了系统的开发环境以及开发工具,对于设计思想和设计流程也做出了全面的叙述,在数据库创建思想以及各个数据表之间的具体关联等方面也做出了详细说明,并且具体剖析了系统各个功能的实现过程以及详细设计过程,在绘制简单系统功能模块图的同时,力求更加清晰地表明设计思想以及对整个程序设计的规划及具体实现。

根据实际需求,毕业生信息管理系统这个项目采用模块化的设计思想,在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 法律可行性 5

3 需求分析 6

3.1 系统需要解决的主要问题 6

3.2 系统具备的基本功能 6

3.3 数据流图 6

3.4 数据字典 9

3.4.1 数据存储 9

3.4.2 数据流 10

3.4.3 数据处理 11

4 总体设计 12

4.1 概述 12

4.2 系统功能划分 13

4.2.1 毕业生子系统功能划分 13

4.2.2 管理员子系统功能划分 14

4.2.3 企业子系统功能划分 14

4.3 系统功能描述 15

4.3.1 毕业生子系统功能描述 15

4.3.2 管理员子系统功能描述 15

4.3.3 企业子系统功能描述 16

4.4 数据库概念结构设计 16

4.4.1 各实体属性图 16

4.4.2 各实体之间的关系E-R图 18

4.5 数据库设计 19

4.6 安全保密设计 21

4.6.1 登陆用户的安全性 21

4.6.2 操作安全性 21

4.6.3 数据安全性 21

5 详细设计 22

5.1 概述 22

5.2 程序流程图 22

5.2.1 毕业生子系统程序流程图 22

5.2.2 管理员系统程序流程图 23

5.2.3 企业子系统程序流程图 24

5.3 输入输出设计 24

5.3.1 登录窗口 24

5.3.2 管理员后台管理窗口 27

5.3.3 学生信息管理窗口 29

5.3.4 企业信息管理窗口 32

5.3.5 系统其它主要窗口 34

6 实现系统 36

6.1 开发系统所用技术 36

6.2 数据库开发工具简介 36

6.2.1 ASP的产生 36

6.2.2 Microsoft Access 简介 36

6.2.3 Dreamweaver MX 2004 简介 37

6.2.4 IIS简介 37

6.2.5 IIS与ASP的结合 37

7 测试与维护 39

7.1 测试的任务及目标 39

7.1.1 测试的任务 39

7.1.2 测试的目标 39

7.2 测试方案 39

7.2.1 模块测试: 39

7.2.2 集成测试: 40

7.2.3 验收测试: 40

7.2.4 平行运行 40

7.3 系统维护 41

结论 42

致谢 43

参考文献 44