摘 要:随着科学技术的快速发展,尤其是信息技术,也使得传统手工管理信息的模式被以计算机为物质基础管理模式所取代。传统手工管理信息,不仅速度慢,而且效率低下,也容易发生错误。使用计算机对学生信息管理能够极大改善管理效率。因此以计算机为物质基础设计学生信息管理系统可以方便老师在平时教育工作中完成对学生学习情况及成绩的数字化管理。一个好的学生信息管理系统可以使老师管理更高效。本系统使用C#语言编写,C#是一种面向对象的语言并且是运行与。netFramework之上的高级程序设计语言由Microsoft公司发布的。并采用VisualStudio。net2010作为主要开发工具,Microsoft SQL Server 2008R2作为后台数据库。91235
论文主要内容:先介绍学生信息管理系统的应用背景、需求分析,设计系统时的思路,介绍主要功能的实现以及数据库的设计,最后介绍系统开发中的心得体会。
毕业论文关键词:学生信息管理系统,高效,C#,SQL Server,C/S架构
Abstract:With the rapid development of science and technology, especially information technology, the traditional manual management information has been replaced by the computer based material management model。 The traditional manual management information is not only slow, but also inefficient and prone to errors。 The use of computers for student information management can greatly improve the management efficiency。 Therefore, the design of student information management system based on the computer can help teachers to complete the digital management of students' learning situation and achievements in the normal education。 A good student information management system can ensure teachers’ more efficient management。 The system uses C# language。 C# is an object-oriented language and is running on top of the 。NetFramework programming language issued by Microsoft。 And it uses the VisualStudio。net2010 as the main development tool, and Microsoft SQL Server 2008R2 is used as the backstage database。 The main contents of this paper first introduces the student information management system application background, demand, system design ideas, then introduces the implementation of main functions and database design, and finally introduces the system development experience。
Keywords:Student Information Management System, Efficient, C#, SQL Server, C/S Architecture
目录
1 前言 3
1.1 课题背景 3
1.2 开发目的与意义 3
2 相关技术介绍 4
2.1 Visual Studio 2010集成开发环境介绍 4
2.2 C#的简要介绍 4
2.3 C/S的简要介绍 4
2.4 SQL Server 2008概述 5
3 系统的分析与设计 6
3.1 系统的功能需求分析 6
3.2 系统的可行性分析 6
3.3 系统结构设计 7
4 数据库设计 9
4。1 用户信息表 9
4。2 角色信息表 9
4。3 学生信息表 9
4。4 专业信息表 9
4。5 班级信息表 9
4。6 学科信息表