基于Web的学生管理系统毕业论文

 2021-04-10 11:04

摘 要

近些年中国高等教育不断的改革,高校逐年扩招,于是在校大学生的人数不断增加,教务系统的数据量也不断的上涨。为了减轻繁琐的教务工作量、提高教务工作效率,保证学生自主学习的环境,开发学生的创新意识,培养学生的多种能力,使学生成为社会真正需要的人才。所以,为了解决庞大的学生信息流带来的问题,进一步提高高校信息管理水平,基于WEB应用的学生管理系统从学生、教师的前台操作和教务管理员后台管理两大方面进行了设计,基本上实现了学生和教师对学生信息的在线查询、校方公告的查看功能以及教务处对公告、学生信息的添加、删除和修改、信息交流等功能。

同时这也是学校教学管理体制的改进,由于目前高校的学生越来越多,导致学校需要存储的学生信息量也越来越大,传统的人工信息管理已经不再适应,如果仍然通过人工对这么大的信息量进行管理,一方面要浪费大量的人力、物力,另一方面会使得管理效率特别的低下,并且不能避免在人为的管理过程中出现差错。而基于网络技术的学生信息管理系统,无论是学生查询信息还是教务人员对信息进行管理都将变得很方便和高效,教务管理工作也将大大减轻,不再那么繁琐。

本系统前台采用Microsoft Visual Studio 2008和HTML语言进行页面制作,后台采用SQL Server 2005数据库,通过ASP.NET技术实现动态交互的效果,达到对数据库的操作,以完成不同使用者对系统功能操作的要求。本文中除了有对系统的总体设计、详细设计、功能实现介绍等主要部分外,在这之前还介绍了与网上学生信息管理系统相关的信息管理系统、网络编程技术、ASP.NET编程语言、SQL Server 2005数据库服务器等的基本内容及发展情况。

本文分七章:第一章为绪论;第二章为主要开发工具、软件和技术介绍;第三章为系统总体设计;第四章为系统详细设计及功能实现,主要分成登录模块、学生模块、教师模块和管理员模块;第五章为系统测试;第六章为总结。

关键字:学生、公告、管理、ASP.NET

Abstract

Because of continuous reform of higher education in China in recent years , so the number of college students is increasing, the Senate system is also constantly rising. To alleviate the tedious academic workload and improve the efficiency of the Senate to ensure that independent learning environment, developing the students’ awareness of innovation, and to develop students’ capacities. In this way to make students become the useful person. Therefore, in order to solve the enormous problems posed by the information flow of students, further improve the level of WEB-based student management system, students and teachers can do foreground operation, and administrators do the back-front operation. Basicly students and teachers achieve student information on-line query, the school news and the Office of Academic Affairs of the announcement, administrators can add, delete and modefy students’ information.

This is also a management system to improve teaching. Due to more and more college students, leading to more and more information need to be stored, the traditional manual information management has never adapt itself . If we still through manual on managing such a large amount of information, on the one hand to waste a lot of manpower, material resources, on the other hand it will make the low efficiency of management in particular. Network technology-based student information management system, whether students or teaching staff of the query information to manage the information will be made easy and efficient, educational administration work will also be greatly reduced, and less cumbersome.

Front of the system use Microsoft Visual Studio 2008 and HTML page production language, the background use SQL Server 2005 database and ASP.NET technology to complete the operation of different user requirements on system functions . In this article besides the overall system design, detailed design, functional description, and other major parts to achieve, I still describe the online student information management system and related information management systems, network programming, ASP.NET programming language, SQL Server 2005 database servers, the basic content and development.

This article has seven chapters: The first chapter is the introduction; the second chapter is the main development tools, software and technology introduction; The third chapter is the overall system design; the fourth is detailed design and function for the system implementation witch devided by student module, teacher module and administrator module; the fifth is for system testing; the last one is concludes.

Keywords: Students, announcements, management, ASP.NET

目录

第一章 绪论 1

1.1 学生信息管理系统的开发背景 1

1.2 系统开发内容、目的及意义 1

1.3 MIS的产生和发展 1

1.4 系统可行性分析、需求分析及功能介绍 2

1.4.1系统可行性分析 2

1.4.2系统的需求分析 2

第二章 相关开发工具、软件和技术介绍 4

2.1 ASP.NET技术简介 4

2.2 HTML(HYPER TEXT MARKUP LANGUAGE)概述 4

2.3 数据库的选择 5

2.3.1 SQL Server 2005 数据库介绍 5

第三章 系统总体设计 6

3.1 系统设计思想 6

3.2 系统结构设计 6

3.3 数据库设计 9

3.3.1 数据库概念结构设计 9

3.3.2 数据库逻辑结构设计 10

3.3.3 数据库实现 12

第四章 系统详细设计及功能实现 14

4.1 学生、教师、管理员登录/退出系统模块 14

4.2 学生模块 14

4.2.1 学生查看公告信息 14

4.2.2 学生查看本人的基本信息 16

4.2.3 学生查询本人学籍变更的信息 17

4.2.4 学生奖惩状况的查询 18

4.2.5 信息交流平台 18

4.2.6 修改密码 21

4.2.7 退出系统 21

4.3 教师模块 22

4.3.1 教师查看公告消息 22

4.3.2 教师查看学生基本信息 22

4.3.3 教师查看学生的学籍变更信息 22

4.3.4 教师查看学生奖惩状况 23

4.3.5 信息交流 24

4.3.6 教师修改密码 24

4.3.7 退出系统 24

4.4 管理员模块 24

4.4.1公告信息管理(添加) 24

4.4.2 公告信息查询及删除 25

4.4.3 学生基本信息管理(添加、修改、删除) 25

4.4.4 学生学籍变更信息管理(添加、修改、删除) 27

4.4.5 学生奖惩信息管理(添加、修改、删除) 28

您需要先支付 80元 才能查看全部内容!立即支付

课题毕业论文、开题报告、任务书、外文翻译、程序设计、图纸设计等资料可联系客服协助查找,优先添加企业微信。