摘 要
近年来,计算机技术与网络技术迅速发展并应用与工作与生活中的各个领域,而将计算机技术应用到教务管理应用领域,让办公处理更能便捷、迅速的处理更能让教学管理工作事半功倍,并为学生的成绩发布,信息的管理提供及时的管理与维护,取消了传统的纸质管理与处理,在提升了工作效率的同时,也为节约能源起到了一定的作用。
本文全面且系统的阐述了教务信息管理系统的开发的全过程。论文首先对当前的教务管理的现状进行分析研究,得出现阶段教务管理工作存在的一些弊端,且工作的不及时性造成了工作的拖沓及处理的难度,而通过本系统,在提升了工作的效率、结果的准确性、学生成绩的登记和管理方面有太多的优势。在业务需求方面,着重对部门管理、科目管理、学生管理、教师管理、考试结果管理、管理员管理等功能进行了需求分析;在非业务需求分析中,对角色的管理、用户的管理等功能进行了需求分析。然后通过需求分析分别对系统架构、数据库设计、系统功能进行了设计。在系统实现的章节介绍了系统的开发工具、系统的界面、数据访问模块及工作模式进行了详细的阐述,并对系统功能进行了实现;最后,进行了本次研究和设计的总结和后续的展望,为今后系统的发展和完善指明了方向。
本信息系统,围绕ASP.NET开发技术和ACCESS数据库等方面知识构建的管理系统,采用了B/S结构,以便解决教师的成绩管理和学生的成绩查询实现跨区域操作,提升工作效率。
关键词:教务管理、部门管理、老师管理、学生管理、成绩管理
Abstract
In recent years, the computer technology and the network technology rapid development and the field application for the life and work.The application of computer technology to the educational administration management applications,Let the office processing more convenient, quick to let the teaching management work, and for student achievement management and maintenance, to provide timely information management, the abolition of paper management and traditional processing, in enhancing the working efficiency at the same time, also to have certain effect to save energy.
This paper comprehensively and systematically expounds the whole process of the development of educational administration information management system.Analysis of the present situation of educational administration firstly the current, have some disadvantages in stage of educational administration management work, and the work is not timely caused the work procrastination and the difficulty of processing, and through this system, there are too many advantages in improving the efficiency of the work, the accuracy of the results, student achievement registration and management.In the business demand, focus on management, course management, student management, teacher management, test management, administrator management functions of the demand analysis; in the analysis of non business needs, the role management, user management and other functions in the demand analysis.Then, through the needs analysis were carried out on system architecture design, database design, system function.In the implementation of the system, the chapter introduces the development tools, system interface, data access module and working pattern are discussed in detail,And the functions of the system are realized;Finally, carried on this research and design summary and further prospect, pointed out the direction for the future development and improvement of the system.
The information system, the management system of ASP.NET and ACCESS database development technology, knowledge construction, uses the B/S structure, in order to solve cross-regional operation query teacher performance management and student achievement, improve work efficiency.
Keywords: The teaching management, department management, teacher management, student management, grade management
目 录
摘 要 I
Abstract II
第一章 绪论 1
1.1 课题背景 1
1.2 课题研究内容及意义 1
第二章 C#及.net 体系结构 3
2.1 C#概述及扩展特性 3
2.2 .NET框架概述 3
2.3 ASP.NET网络编程技术 4
2.4 公共语言运行库 4
第三章 系统及需求分析 6
3.1系统及需求分析 6
3.1.1 系统需求 6
3.1.2 设计目标 7
3.2 功能需求 8
3.2.1 机构管理 8
3.2.2 角色管理 8
第四章 系统设计 10
4.1 系统实现的功能 10
4.1.1管理员模块 11
4.1.1.1管理员管理模块 11
4.1.1.2 学生信息管理子模块 12
4.1.1.3 教师信息管理子模块 12
4.1.1.4 部门信息管理子模块 12
4.1.1.5 科目信息管理子模块 13
4.1.1.6 考试结果管理子模块 13
4.1.1.7 管理员信息管理子模块 14
4.1.2 教师管理模块 14
4.1.2.1 成绩管理 14
4.1.2.2个人用户信息维护 14
4.1.3 学生管理模块 14
4.1.3.1 成绩查询 14
4.1.3.2个人用户信息维护 14
4.2 数据库设计 15
4.2.1 数据库设计原则 15
4.2.2 数据库的概念设计 16
4.2.3 数据表的设计与实现 17
第五章 系统实现 21
5.1 开发工具 21
5.2系统主要界面 21
5.2.1 学生信息管理 24
5.2.2 教师信息管理 26
5.2.3 部门信息管理 27
5.2.4 科目信息管理 29
5.2.5 考试结果管理 31
5.2.6管理员信息管理 32
5.2.7教师操作界面 33
5.2.8学生操作界面 34
第六章 系统测试 36
6.1 测试案例 36
6.2 系统测试情况 37
第七章 设计总结和后续展望 38
7.1 设计研究总结 38
7.2 教务信息管理系统开发的展望 38
谢 辞 40
参考文献 41