辅导员助理管理系统 目录 1
xxxxx 技术学院
毕 业 设 计 论 文
课题名称:
作 者: 学 号:
分 院:
专 业:
指导老师: 专业技术职务
2011 年 3 月 日
辅导员助理管理系统 目录 2
课 题 摘 要
随 着 信 息 技 术 在 管 理 上 越 来 越 深 入 而 广 泛 的 应 用 , 管 理 信 息 系
统 的 实 施 在 技 术 上 已 逐 步 成 熟 。 管 理 信 息 系 统 是 一 个 不 断 发 展 的 新
型 学 科 , 任 何 一 个 单 位 要 生 存 要 发 展 , 要 高 效 率 地 把 内 部 活 动 有 机
地 组 织 起 来 , 就 必 须 建 立 与 自 身 特 点 相 适 应 的 管 理 信 息 系 统 。
本 文 介 绍 了 在 Visual Studio.net2005.0 环 境 下 采 用 “ 自 上 而 下
地 总 体 规 划 , 自 下 而 上 地 应 用 开 发 ” 的 策 略 开 发 一 个 管 理 信 息 系 统
的 过 程 。 通 过 分 析 某 一 辅 导 员 助 理 管 理 系 统 的 不 足 , 创 建 了 一 套 行
之 有 效 的 计 算 机 管 理 学 生 的 方 案 。 文 章 介 绍 了 辅 导 员 助 理 管 理 系 统
的 系 统 分 析 部 分 , 包 括 可 行 性 分 析 、 业 务 流 程 分 析 等 ; 系 统 设 计 部
分 主 要 介 绍 了 系 统 功 能 设 计 和 数 据 库 设 计 及 代 码 设 计 ; 系 统 实 现 部
分 说 明 了 几 个 主 要 模 块 的 算 法 。
本 系 统 界 面 友 好 , 操 作 简 单 , 比 较 实 用 。
关 键 字 : 辅 导 员 助 理 管 理 信 息 系 统 、 学 生 档 案 管 理 、 Visual
Studio.net 应 用
辅导员助理管理系统 目录 3
Summary
With more and more widespread and profound application of
information technology in management, the implement of manage-
ment information system has become mature in technology step
by step. Managing information system is a new subject. Enterpr-
ise needs existence and development, so enterprise activities
should be organized efficiently and organically, which means
tightening up the enterprise management and strengthening eff-
ective management of any resource (staff, finance, property,
etc.) internal the enterprise, and also establishing a managem-
ent information system fitting in with its own characteristics.
This article introduces the detailed process of exploring
a management information system under the environment of visual
foxpro, utilizing “Top-Bottom” overall plan and a strategy
according to “Bottom-Top” application and exploitation. That
is to establish a set of effective scheme for student management
by computer, through analyzing disadvantages of student manag-
ement by human resources. This article emphasizes on three sec-
tions.The system analysis section of student management infor-
mation includes feasible analysis, management function analy
sis.The system design section mainly focuses on system function
design and data base design and data number design. And the
system realization section has provided several major function ,
辅导员助理管理系统 目录 4
together with the main windows and programs.
This economical and pragmatic system has explicit interfa-
ce,with simple operation.
Keywords : MIS、 student management、 Visual Studio.net
application
辅导员助理管理系统 目录 5
目录
目录....................................................................................................................................................5
1 系统概述.........................................................................................................................................7
1.1 系统及需求分析..................................................................................................................7
1.1.1 系统需求分析....................................................................................................7
1.1.2 可行性分析........................................................................................................8
1.2.1 项目规划..........................................................................................................11
1.3 系统的开发目标................................................................................................................12
2 系统分析.......................................................................................................................................12
2.1 业务流程的分析................................................................................................................12
2.2 数据流程分析....................................................................................................................13
2.3 数据存储分析:实体联系图............................................................................................15
2.4 功能分析:功能层次图....................................................................................................16
3 系统设计.......................................................................................................................................16
3.1 软件模块结构设计...........................................................................................................16
3.1.1. 系统方案确定..........................................................................................16
3.1.2. 软件结构设计..........................................................................................17
3.2. 数据库设计..............................................................................................................17
3.2.1. 本系统中所涉及到的主要实体共有四个数据表..................................18
3.2.2 各模块 ER 图.........................................................................................................23
4 系统的功能...................................................................................................................................24
4.1 系统登陆界面..........................................................................................................24
4.2 系统主界面..............................................................................................................26
4.3 学生档案添加模块..................................................................................................28
4.4 学生档案查询模块...........................................................................................................30
4.5 添加重要通知模块:.......................................................................................................32
4.4 添加常用软件模块:..............................................................................................33
4.5 添加党团成员模块:..............................................................................................34
4.6 党团成员查询模块:..............................................................................................37
5 软件的测试...................................................................................................................................39
5.1. 软件测试概述..........................................................................................................39
5.2. 测试内容..................................................................................................................41
6 全文总结.......................................................................................................................................41
7 致 谢..........................................................................................................................................41