基于asp.net的教学管理系统的设计与实现.rar
基于asp.net的教学管理系统的设计与实现,本系统基于asp.net的教学管理系统的设计与实现包含了开题报告材料,论文,系统源程序,系统详细的配置说明书,答辩ppt摘 要随着信息技术在管理上越来越广泛的应用,管理信息系统的实施在技术上已逐步成熟。管理信息系统是一个不断发展的系统,任何一个单位要生存要发展,要高效率地把内部活动有机地组织起来,就必须建立与自身特点相...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 wwm815 发布本系统基于ASP.NET的教学管理系统的设计与实现包含了开题报告材料,论文,系统源程序,系统详细的配置说明书,答辩PPT
摘 要
随着信息技术在管理上越来越广泛的应用,管理信息系统的实施在技术上已逐步成熟。管理信息系统是一个不断发展的系统,任何一个单位要生存要发展,要高效率地把内部活动有机地组织起来,就必须建立与自身特点相适应的管理信息系统。
本文介绍了在ASP.NET环境下采用“自上而下地总体规划,自下而上地应用开发”的策略开发一个管理信息系统的过程。通过分析某一学校教学管理的不足,创建了一套行之有效的计算机管理学生的方案。文章介绍了教学管理信息系统的系统分析部分,包括可行性分析、业务流程分析等;系统设计部分主要介绍了系统功能设计和数据库设计及代码设计;系统的功能分为:系统管理模块、班级管理模块、学生资料管理模块、作业管理模块;系统实现部分说明了几个主要模块的算法。本系统界面友好,操作简单,比较实用。
关键字:管理信息系统;教学管理;ASP.NET应用
ABSTRACT
With more and more widespread and profound application of information technology in management, the implement of management information system has become mature in technology step by step. Managing information system is a new subject. Enterprise needs existence and development, so enterprise activities should be organized efficiently and organically, which means tightening up the enterprise management and strengthening effective management of any resource internal the enterprise, and also establishing a management 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, 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 management by human resources. This article emphasizes on three sections. The system analysis section of student management information includes feasible analysis, management function. 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 functions, together with the main windows and programs. The function of the System: System Management Module and class Management Module and Student files Management Module and Exercise Management Module. This economical and pragmatic system has explicit interface, with simple operation.
Keywords :MIS;student management;ASP.NET application
目 录
1引言 1
2技术简介 2
2.1 HTML语言 2
2.2 IIS 2
2.3 Session对象 4
2.4 ASP.NET的控件和窗体 5
2.4.1 Activex控件 6
2.4.2 Toolbar工具条控件 7
2.4.3 协调菜单和工具栏的外观 8
2.4.4 窗体设置 8
2.5 CSS样式表 9
2.5.1 层叠样式表的特点 9
2.5.2 添加层叠样式表的方法 10
2.5.3 层叠样式表的格式 11
2.5.4 层叠样式表的分类 12
2.5.5 层叠样式表的伪类 12
3 系统概述 13
3.1 系统及需求分析 13
3.1.1 系统需求 13
3.1.2 可行性分析 13
3.2 系统的功能简介 15
3.2.1 系统管理模块 15
3.2.2 班级管理模块 15
3.2.3 学生资料管理模块 15
3.2.4 作业管理模块 15
3.3 系统开发的目标 15
4 系统流程分析 16
4.1 业务流程分析 16
4.2 数据流程分析 17
4.2.1 数据流程图 17
4.3 数据存储分析实体联系图 17
5 系统设计 19
5.1 软件模块结构设计 19
5.1.1 系统方案确定 19
5.1.2 软件结构设计 19
5.2 数据库设计 19
6 系统功能的实现 23
6.1 系统登录 23
6.2 学生注册 25
6.3 学生用户 28
6.4 教师用户 30
6.5 班级管理 32
6.6 学生资料管理 33
6.7 作业管理 34
7 总结 37
致谢 38
参考文献 39