asp.net88 学生信息管理系统 演示录像

ASP.NET学生信息管理系统[源码+论文+录像]插图

 

摘要:

在Internet飞速发展的今天,互联网已成为人们快速获取、发布和传递信息的重要渠道,因此基于WEB技术的应用软件系统地位越来越重要。本文是在Microsoft .NET框架的集成环境中使用Asp.Net平台、C#程序开发语言、SQL Server数据库并结合了WEB技术进行开发的。

本系统主要由用户登陆和注册模块、用户和角色管理模块、教师信息管理模块、班级和年级管理模块、课程信息管理模块、学生信息管理模块、学生成绩管理模块七大模块组成。本文根据系统设计的背景,从系统设计的动机和目的出发,对整个系统设计过程需要作的工作进行了全面分析,为系统的功能设计和数据库设计提出了一套可行的解决方案,对其进行了全面的需求分析和详尽的设计

Abstract

Today, Internet is making rapid development. Internet has become an important channel on which people can get, promulgate, transmit information. So the construction of application software system basing on the WEB has become more and more important. The System is developed in Microsoft Visual Studio dotNet, which is used language of C#, platform of Asp.Net, and the database of the Microsoft SQL Server 2000, and is integrate Web technology.

This system mainly by the user debarkation and the registration module, the user and the role administration module, the information administration module of teachers, the class and the grade platform module, the course administration module, the information administrator module of students , the score administrator module ofstudents seven big modules is composed. This article according to the system design the background, embarks from the system design motive and the goal, needed to do the work to the overall system design process to carry on the comprehensive analysis, proposed for the system functional design and the database design set of feasible solutions, have carried on the comprehensive demand analysis and theexhaustive design to it.

目 录

 

1  绪论

1.1 系统开发的背景

1.2 本课题实现的功能

2  概要设计

2.1 系统功能需求

2.2 系统性能需求

2.3 系统架构设计

2.4 系统相关开发技术介绍

2.5 系统开发环境

3 系统总体设计

3.1系统功能设计

3.2系统模块划分

4 系统数据库设计

4.1总体设计

4.2 表设计

4.3 表关系设计

5 系统详细设计与实现

5.1系统主页面设计

5.1.1界面设计

5.2.2 功能模块树设计

5.2 用户登录和注册

5.2.1  用户登录

5.2.2  用户注册

5.3教师信息管理

5.3.1 教师基本信息管理

5.3.2 添加教师信息

5.3.3 修改教师信息

5.3.4 删除教师信息

5.4 年级管理和班级管理

5.4.1年级管理

5.4.2  班级管理

5.5 课程信息管理

5.5.1  课程基本信息管理

5.5.2  添加课程信息

5.5.3 修改课程信息

5.5.4  删除课程信息

5.6  学生信息管理

5.6.1 基本信息管理

5.6.2 添加学生信息

5.6.3 修改学生信息

5.6.4 删除学生信息

5.7 成绩管理

5.7.1 登记成绩

5.7.2 修改成绩

5.7.3 审核成绩

小 结

谢   辞

参 考 文 献

附 录