摘要
学生管理系统是学校管理系统的主要构件之一,在某种程度上体现了一个学校的教学现代化水平,系统的先进性将引领学校教学质量向前飞速发展。
学生管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。经过分析,我采用微软公司的visual studio 2,005.中的c#语言平台开发,后台建立在Microsoft SQL Server 2,000基础上,尤其是数据窗口能方便而简洁操纵数据库的智能化对象,首先在短时间内建立系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进,直到形成高可行性系统。通过对计算机硬件和软件方面的了解,来论证本系统的解决方案。另外对学校等领域进行调研和分析,参照相关各种资料进行数据库编程实践。在指导老师的大力帮助下,基本上完成了设计任务书的要求。
用户模块和管理员模块。对于用户模块来说,只能浏览属于本用户(学生)的相关信息;而管理员模块,则可以添加、查询、修改、删除、查看所有学生的信息,并且可以对班级信息、课程信息、学生成绩和教师信息进行简单的管理。
关键词:MIS;信息管理系统;Microsoft SQL Server 2021
I
学生管理系统
The student information system
A b s t r a c t
The student management information system is one of school administration system primary members, will manifest a school teaching modernization level in some kind of degree, system advanced has eagerly anticipated the school teaching quality to the front rapid development.
The student management system management system system is the typical information management system (MIS), Its development mainly includes the backstage database the establishment and the maintenance as well as front end the application procedure development two aspects. Establishes the data uniformity and the integrity regarding former request is strong, the data security good storehouse. But regarding latter then the request application procedure function is complete, Easy to use and so on the characteristicAfter the analysis, This system adopt c# language flat roof of Microsoft visual studio 2021 to be developed, the backstage establishment in Microsoft SQL Server 2,000 foundations, th
e data window gift of gab convenience but succinctly operates the database in particular the intellectualized object, first establishes the system application prototype in the short time, then, carries on the demand iteration to the initial prototype system, revises and the improvement unceasingly, until forms the high feasible system. Through to computer hardware and software aspect understanding, Proves this system the solutionMoreover to domain and so on school carries on the investigation and study and the analysis, the reference is connected each kind of material to carry on the database programming practice. In instructs under teacher's vigorously help, basically has completed the design project description request.
This system has two modules, user module and administrator module. For usermodule, it just can browse information itself, but for administrator module, it can add, query, modify, delete and browse information of all students, and can manage the information of classes, student's result management, subjects and teachers simply.
Key word: MIS;information management system;Microsoft SQL Server 2,000
II
目录
摘要...................................................................................................................................................... I ABSTRACT ...................................................................................................................................... II 第一章绪论 (1)
1.1 课题来源及意义 (1)
1.2 研究内容与目标 (1)
1.3 本文的内容结构 (2)
1.4 本章小结 (3)
第二章系统研究现状 (4)
2.1 管理系统综述 (4)
2.1.1 管理系统的特点 (4)
2.1.2 学生管理系统介绍 (6)
2.2 VISUAL STUDIO C# 2021 介绍 (8)
2.3 SQL2021 数据库概论 (9)
2.4 ADO连接数据库介绍 (11)
2.5经济可行性 (12)
2.6技术可行性 (12)
2.7 本章小结 (13)
第3章需求分析 (14)
3.1 系统功能需求 (14)
3.2 系统的性能需求 (15)
3.3 系统数据要求 (16)
第四章系统总体设计 (22)
4.1 系统功能设计 (22)
4.2系统模块划分 (24)
4.3 系统数据库设计 (25)
4.3.1数据库概念设计 (25)
4.3.2 数据库物理设计 (26)
4.3.3表关系设计 (33)
4.4 本章小结 (35)
学生管理系统数据库设计说明书第五章系统的详细设计 (36)
5.1系统登录的设计与实现 (36)
5.2主窗口的设计 (41)
5.3主要模块的设计 (41)
5.3.1系统管理 (42)
5.3.2管理 (49)
5.3.3班级管理 (56)
学生管理系统
5.3.4课程管理课程管理功能 (56)
5.3.5成绩管理 (56)
5.3.6缴费管理 (57)
5.4本章小结 (57)
结语 (58)
参考文献 (60)
致谢 (61)
附录 (62)
II
江西理工大学应用科学学院毕业设计
第一章绪论
1.1课题来源及意义
21世纪是信息化的时代,信息化以更快捷更方便为目标来融入各行各业。学校也不能例外。当前,我国的学校正在加紧实施信息化建设,其中学生管理是相当重要的一部分。
目前社会上信息管理系统发展飞快,各个企事业单位都引入了信息管理软件来管理自己日益增长的各种信息,学生管理系统也是有了很大的发展,商业化的学生信息管理软件也不少。但本系统完全独立开发,力求使系统功能简洁明了,但功能齐全且易于操作[1]。
学生管理系统是一个教育单位不可缺少的部分,它的内容对于学校的决策者和管理者来说都至关重要,所以学生管理系统应该能够为用户提供充足的信息和快捷的查询手段。但一直以来人们使用传统人工的方式管理文件,这种管理方式存在着许多缺点,如:效率低、保密性差,另外时间一长,将产生大量的文件和数据,这对于查、更新和维护都带来了不少的困难。在各大中小学校,用计算机管理学校的信息已经越来越普遍了。用计算机不但可以提高工作效率,而且还节省了许多人力物力,增强了学校资料
的安全性。提高了学校的管理能力,为此,用计算机来管理学校的信息,是非常必要的。
1.2 研究内容与目标
本文主要工作包括:
1

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。