基于aspnet的幼儿园管理系统的设计与实现(毕业论文).doc

约56页DOC格式手机打开展开

基于aspnet的幼儿园管理系统的设计与实现(毕业论文),基于asp.net的幼儿园管理系统的设计与实现摘 要在当今计算机与网络技术飞速发展的时代,随着幼儿园数量规模的不断扩大,传统的人工管理模式已经不能有效的管理,使用计算机管理系统不仅能提高幼儿园管理水平,减少办园经费,提高幼儿园的工作效率,同时,还为建立幼儿园特色“招牌”提高了竞争力,为幼儿园的管理工作减少了不少人力、物...
编号:45-154249大小:1.39M
分类: 论文>计算机论文

内容介绍

此文档由会员 8515331 发布

基于ASP.NET的幼儿园管理系统的设计与实现



摘 要

在当今计算机与网络技术飞速发展的时代,随着幼儿园数量规模的不断扩大,传统的人工管理模式已经不能有效的管理,使用计算机管理系统不仅能提高幼儿园管理水平,减少办园经费,提高幼儿园的工作效率,同时,还为建立幼儿园特色“招牌”提高了竞争力,为幼儿园的管理工作减少了不少人力、物力等。

幼儿园管理系统是典型的小型信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。系统应用Visual Studio 2005开发工具和SQL Server 2000数据库管理系统,利用其提供的各种面向对象的开发工具,采用原型法的系统开发方法建立,实现对幼儿园管理系统相关信息的添加、修改、删除、查询等主要功能。

本系统主要是面向中小型幼儿园进行统一、综合管理的管理信息系统,应用计算机与信息技术,对幼儿园中幼儿与老师进行综合管理,具有手工管理所无法比拟的优点。


关键字:幼儿园管理系统;ASP.NET;SQL

Abstract

With the number or kindergarten-scale expansion, the traditional manual management mode can not be effectively manage the kindergarten teachers and children’s information. In today’s computers management system not only can improve the management level of kindergarten, but also to reduce the funding of managing a kindergarten, to improve the operational efficiency of the kindergarten. At the same time, it is also for the establishment of kindergartens characteristics ”signs” to enhance their  competition, it also reduce a lot of manpower, material for the management of kindergartens.

Kindergarten management system is a typical small-scale information management system(MIS), including the development of main background of the establishment and maintenance of database and application development front-end aspects. Kindergarten management system is the application of computer and information technology, child care and kindergarten teachers in the integrated management tool. It has the advantages which the manual management can not be compared with. The system is mainly for small and medium-sized kindergartens to have unified, integrated management of the Department of Management Information.

The system use Visual Studio 2005 application development tolls and SQL database management system, which is finished by its object-oriented development tools provided by it, and use prototype systems development method. In terms of database development, the paper form kindergarten completed management system to add, modify, delete, query and other major functions of needs analysis and design, write code, debug test system achieved the system’s function. 


Key word: kindergarten management system; ASP.NET; SQL

  目  录

摘 要 I

Abstract II

目  录 I

引  言 1

1  基础知识 3

1.1  ASP.NET语言 3

1.2  关系数据库 3

1.3  SQL Server 2000简介 4

2  系统分析 6

2.1  开发背景及意义 6

2.2  可行性研究 7

2.2.1  技术可行性 7

2.2.2  经济可行性 8

2.2.3  运行可行性 8

2.3  功能需求 8

2.3.1  业务流程图 9

2.3.2  概念类描述 9

2.4  运行环境的选择 11

3  系统设计 12

3.1  概述 12

3.1.2  系统层次结构 13

3.2  系统数据流图 14

3.2.1  数据存储 16

3.2.2  数据流 18

3.3  设计阶段类图 19

3.4  数据库设计 20

3.4.1  数据库概念设计 20

3.4.2  数据库概念结构设计(E-R图) 20

3.4.3  数据库逻辑设计 22

3.5 程序流程图 23

3.6 系统详细设计 25

3.4.1  幼儿信息查询PAD图 26

3.4.2  幼儿信息添加PAD图 26

3.4.3  幼儿信息删除PAD图 27

4  系统实现 28

4.1  管理员登录 28

4.2 系统主界面 28

4.3 添加管理员模块 29

4.4幼儿信息管理模块 30

4.5幼儿信息查询模块 31

4.6教师工资管理模块 31

5  系统测试 33

5.1  测试任务及目标 33

5.1.1  测试的任务 33

5.1.2  测试的目标 33

5.2  测试方案 33

5.2.1  模块测试 33

5.2.2  集成测试 34

5.2.3  验收测试 34

5.2.4  平行运行 34

5.3  测试用例设计 34

5.3.1  等价类测试用例设计 34

5.3.2  边界值测试用例设计 35

结  论 37

致  谢 38

参考文献 39

附  录 40

附录A  New Security Techniques 40

附录B  安全新技术 44

附录C  部分程序代码 47