《2022年学生管理信息系统课程设计报告.pdf》由会员分享,可在线阅读,更多相关《2022年学生管理信息系统课程设计报告.pdf(24页珍藏版)》请在taowenge.com淘文阁网|工程机械CAD图纸|机械工程制图|CAD装配图下载|SolidWorks_CaTia_CAD_UG_PROE_设计图分享下载上搜索。
1、学生管理信息系统课程设计报告数据库系统应用课程设计课程设计报告设计题目: 学生成绩管理系统_ 专业 ( 方向): 信息管理与信息系统年级、班: xxxxxxxxx 学生学号: xxxxxxxxxx 学生姓名: XX 指导教师: XXX 2017 年 12 月 17 日精品资料 - - - 欢迎下载 - - - - - - - - - - - 欢迎下载 名师归纳 - - - - - - - - - -第 1 页,共 24 页 - - - - - - - - - - 学生管理信息系统课程设计报告目录一、概述 . 4( 一)、设计目的 . 4( 二)、开发工具的选择 . 4二、需求分析 . 5(一)
2、、功能需求的分析 . 5(二)、性能需求分析 . 5三、总体设计 . 5(一)、系统总体结构及功能模块划分. 51、系统管理模块 . 62、学生信息管理模块 . 63、班级信息管理模块 . 74、课程信息管理模块 . 75、成绩信息管理模块 . 7( 二)、系统数据库概念结构设计. 81、学生信息表 . 8四、详细设计 . 9( 一)、系统管理功能模块的实现. 9( 二)、学生信息管理模块的实现. 11( 三)、班级信息管理模块的实现. 14( 四)、课程信息管理模块的实现. 16( 五)、成绩信息管理模块的实现. 18五、系统测试与运行 . 21六、结束语 . 24精品资料 - - - 欢迎
3、下载 - - - - - - - - - - - 欢迎下载 名师归纳 - - - - - - - - - -第 2 页,共 24 页 - - - - - - - - - - 学生管理信息系统课程设计报告摘要本文描述的就是基于Windows环境的学生管理系统 , 主要功能模块包括学生信息的添加、修改、查找、删除。主要工具Microsoft Visual Studio2010设计窗体 ,SQL server2008建立数据库 , 实现学生信息管理的基本功能。本篇报告介绍一个学生信息管理系统的从分析到设计最后到实现的全过程, 给出了学生信息管理系统的设计与技术实现的过程, 特别在细节上分析功能与函数
4、的实现思想。涉及到雪上信息管理的基本功能在本报告中都有描述。精品资料 - - - 欢迎下载 - - - - - - - - - - - 欢迎下载 名师归纳 - - - - - - - - - -第 3 页,共 24 页 - - - - - - - - - - 学生管理信息系统课程设计报告Abstract Described in this paper is based on the Windows environment management system for students, the main function modules include student information t
5、o add, modify, delete, search 、 The main tool of Microsoft Visual Studio2010 SQL Server2008 design form, database, information management students to achieve the basic function、This report describes a student information management system from analysis to design to the final realization of the entir
6、e process, gives the student information management system design and realization process, especially in the details of analysis function and the function of the realization of ideas、 Relate to the snow on the basic functions of information management in this report are described、关键词数据库, 添加, 修改 , 查找
7、, 删除学生信息管理系统一、概述本文描述的就是基于Windows环境的学生管理系统 , 主要功能模块包括学生信息的添加、修改、查找、删除。主要工具Microsoft Visual Studio2010设计窗体 ,SQL server2008建立数据库 , 实现学生信息管理的基本功能。(一) 、设计目的本课程设计的目的就是使学生能熟练掌握简单的Window 窗体应用程序的设计与ADD 、net 的应用 ,希望通过本次的锻炼学生实用c#语言解决实际问题的能力。(二) 、开发工具的选择Microsoft Visual Studio(简称 VS)就是美国微软公司的开发工具包系列产品。VS就是一个基本完
8、整的开发工具集, 它包括了整个软件生命周期中所需要的大部分工具, 如 UML工具、代码管控工具、集成开发环境(IDE) 等等。所写的目标代码适用于微软支持的所有平台,包括 Microsoft Windows 、Windows Mobile 、Window CE 、 、NET Framework 、 、NET Compact Framework与 Microsoft Silver light及 Windows Phone 。Visual Studio就是目前最流行的 Windows 平台应用程序的集成开发环境。最新版本为VisualStudio2015版本 , 基于、NETFramework4
9、、5、2。精品资料 - - - 欢迎下载 - - - - - - - - - - - 欢迎下载 名师归纳 - - - - - - - - - -第 4 页,共 24 页 - - - - - - - - - - 学生管理信息系统课程设计报告二、需求分析(一)、功能需求的分析本系统的功能需求分析如下: 系统用户 :用户,密码,退出。学生基本信息 :学号 ,姓名,性别, 电话,班号,生日,住址。班级信息 :班号,年级,班主任。课程基本信息 :课程号,课程名 ,课程类别 ,学分。学生成绩信息 :学号,班号,课程类型 ,学分。(二)、性能需求分析(1) 登录、用户界面需求 : 简洁、易懂、易用、有好的用
10、户界面(2) 安全保密需求 : 只有凭借用户名与密码登录系统,才能进行信息的管理。三、 总体设计(一)、系统总体结构及功能模块划分经过对系统的需求分析 ,学生信息管理系统主要划分为:系统管理 ,学生信息管理 ,班级信息管理,课程信息管理 ,学籍信息管理 ,成绩信息管理六个模块 ,如图 3、1 所示。精品资料 - - - 欢迎下载 - - - - - - - - - - - 欢迎下载 名师归纳 - - - - - - - - - -第 5 页,共 24 页 - - - - - - - - - - 学生管理信息系统课程设计报告图 3、 1 系统的总体结构1、系统管理模块系统用户 : 这里面包含添加
11、用户 , 修改密码 , 退出系统三个小部分 , 如图 3、1、1 所示。图 3、1、1 系统用户模块结构2、学生信息管理模块学生信息管理 : 主要就是用于学生信息更新、插入、删除, 如图 3、1、2 所示。精品资料 - - - 欢迎下载 - - - - - - - - - - - 欢迎下载 名师归纳 - - - - - - - - - -第 6 页,共 24 页 - - - - - - - - - - 学生管理信息系统课程设计报告图 3、1、2 学生信息管理模块结构3、班级信息管理模块班级信息管理 :添加班级信息 ,修改班级信息 ,如图 3、1、3 所示。图 3、1、3 班级信息管理模块结构4
12、、课程信息管理模块课程信息管理 :添加课程信息 ,修改课程信息 ,设置课程信息 ,如图 3、1、4 所示。图 3、1、4 课程信息管理模块结构5、成绩信息管理模块成绩信息管理 : 添加成绩信息 , 修改成绩信息, 查询成绩信息 , 如图 3、1、5 所示。精品资料 - - - 欢迎下载 - - - - - - - - - - - 欢迎下载 名师归纳 - - - - - - - - - -第 7 页,共 24 页 - - - - - - - - - - 学生管理信息系统课程设计报告图 3、1、5 成绩信息管理模块结构(二) 、系统数据库概念结构设计信息表设计 : 1、学生信息表如表 2 所示。表
13、 1 学生信息表列名数据类型长度备注学号Char 8 主键姓名string 20 无性别Enumeration 1 无生日Datatime 10 无照片Byte 50 无联系电话Varchar 20 无地址string 20 无3、2、2 班级信息表如 错误! 未找到引用源。 所示。表 2 班级信息表列名数据类型长度备注班号char 5 主键班级名称String 10 无班主任String 5 无3、2、3 课程信息表如 错误! 未找到引用源。 所示。表 3 课程信息表列名数据类型长度备注课程号Char 5 主键课程名称String 10 无课程类型string 5 无学分int 5 无3、2
14、、4 成绩信息表如 错误! 未找到引用源。 所示。表 4 成绩信息表列名数据类型长度备注学号Char 10 主键课程号Char 5 主键成绩类型String 5 无分数float 5 无3、2、5 用户信息表如表 5 所示。精品资料 - - - 欢迎下载 - - - - - - - - - - - 欢迎下载 名师归纳 - - - - - - - - - -第 8 页,共 24 页 - - - - - - - - - - 学生管理信息系统课程设计报告表 5 用户信息表列名数据类型长度备注登录 ID char 5 主键登录名String 10 无用户名String 10 无密码String 10
15、四、详细设计(一) 、系统管理功能模块的实现创建一个 FormSystemMessage 窗体, 实现添加用户、删除用户、修改密码、退出系统的功能。public partial class FormSystemMessage : Form public FormSystemMessage() InitializeComponent(); private void operatorBindingNavigatorSaveItem_Click(object sender, EventArgs e) this、Validate(); this、operatorBindingSource、EndEdi
16、t(); this、tableAdapterManager、UpdateAll(this、dataSetUserPassword); DataSetUserPassword dsp = new DataSetUserPassword(); DataSetUserPasswordTableAdapters、OperatorTableAdapter dsup = new DataSetUserPasswordTableAdapters、OperatorTableAdapter(); private void FormSystemMessage_Load(object sender, EventAr
17、gs e) / TODO: 这行代码将数据加载到表“dataSetUserPassword 、Operator ”中。您可以根据需要移动或删除它。 this、operatorTableAdapter、Fill(this、dataSetUserPassword 、Operator); dsup、Fill(dsp、Operator); dataGridViewSystemMessage、DataSource = dsp、Operator; private void buttonDelete_Click(object sender, EventArgs e) 精品资料 - - - 欢迎下载 - -
18、- - - - - - - - - 欢迎下载 名师归纳 - - - - - - - - - -第 9 页,共 24 页 - - - - - - - - - - 学生管理信息系统课程设计报告 DataSetUserPassword、OperatorRow row = (DataSetUserPassword、OperatorRow) (DataRowView)dataGridViewSystemMessage、CurrentRow 、DataBoundItem) 、Row); if (MessageBox、Show(您确定要删除这个用户不?, 确定提示 ) = DialogResult、No)
19、return; row、Delete(); private void buttonAdd_Click(object sender, EventArgs e) if (string、IsNullOrEmpty(nameTextBox、Text) MessageBox、Show(用户名不能为空, 错误提示 , MessageBoxButtons、OK, MessageBoxIcon 、Error); return; if (string、IsNullOrEmpty(passwordTextBox、Text) MessageBox、 Show(密码不能为空 , 错误提示 , MessageBoxBu
20、ttons 、 OK, MessageBoxIcon、 Error); return; DataSetUserPassword、OperatorRow row = dsp、Operator 、NewOperatorRow(); row、Name = nameTextBox、Text; row、Password = passwordTextBox、Text; dsp、Operator 、AddOperatorRow(row); private void buttonSave_Click(object sender, EventArgs e) try dsup、Update(dsp 、Operat
21、or); MessageBox、Show(数据保存成功 , 提示信息 , MessageBoxButtons、OK, MessageBoxIcon 、Information); catch (Exception ex) MessageBox、Show(ex、Message, 提示信息 , MessageBoxButtons 、OK, MessageBoxIcon、Error); private void buttonExit_Click(object sender, EventArgs e) 精品资料 - - - 欢迎下载 - - - - - - - - - - - 欢迎下载 名师归纳 - -
22、 - - - - - - - -第 10 页,共 24 页 - - - - - - - - - - 学生管理信息系统课程设计报告 Application、Exit(); (二) 、学生信息管理模块的实现4、2、1、 “学生信息管理”窗体的实现如图4、2、1 所示。图 4 、2、1“学生信息管理”窗体在构造函数前添加数据库上下文对象, 并在构造函数中增加以下代码ScoreManContext db = new ScoreManContext(); public FormClass() InitializeComponent(); db、 Studentes 、Load(); studentBin
23、dingSource、DataSource = db、Studentes 、Local; “新添”按钮代码实现如下private void bindingNavigatorAddNewItem_Click(object sender, EventArgs e) Student student = new Course(); course、Id = Guid、NewGuid(); FormEditCourse formEdit = new FormEditCourse(course ); if(formEdit、ShowDialog ()=DialogResult、OK) courseBindi
24、ngSource、Add(course); courseBindingSource、EndEdit(); 精品资料 - - - 欢迎下载 - - - - - - - - - - - 欢迎下载 名师归纳 - - - - - - - - - -第 11 页,共 24 页 - - - - - - - - - - 学生管理信息系统课程设计报告 db、SaveChanges(); “删除”按钮代码实现如下private void bindingNavigatorDeleteItem_Click(object sender, EventArgs e) if (studentBindingSource、Cu
25、rrent = null) return; if(Dialogs、ShowConfirm (您确定删除不 )=DialogResult、Yes) studentBindingSource、RemoveCurrent(); db、SaveChanges(); “编辑”按钮代码实现如下private void toolStripEdit_Click(object sender, EventArgs e) if (studentBindingSource、Current = null) return; Student student = studentBindingSource、Current as
26、 Student; FormStudentEdit formEdit = new FormStudentEdit(student); if(formEdit 、ShowDialog ()=DialogResult、OK) studentBindingSource、EndEdit(); db、SaveChanges(); else db、Entry(student)、Reload(); studentBindingSource、ResetBindings(false ); 4、2、2、 “编辑学生信息”窗体设计如图4、2、2 所示。精品资料 - - - 欢迎下载 - - - - - - - -
27、- - - 欢迎下载 名师归纳 - - - - - - - - - -第 12 页,共 24 页 - - - - - - - - - - 学生管理信息系统课程设计报告图 4 、2、2“编辑学生信息”窗体设计在该窗体中“选择照片”按钮代码实现如下private void buttonSelectPicture_Click(object sender, EventArgs e) Open openDialog = new Open(); openDialog、Filter = 所有图片 (* 、jpg;* 、png;* 、bmp;*、gif)|*、jpg;* 、png;* 、gif;*、bmp;
28、if(openDialog 、ShowDialog()=DialogResult、OK) photoPictureBox、Image = Image、From); “确定”按钮代码实现如下private void buttonOK_Click(object sender, EventArgs e) if (ValidateData() DialogResult = DialogResult、OK; “取消”按钮代码实现如下private void buttonCancel_Click(object sender, EventArgs e) DialogResult = DialogResult
29、、Cancel; 精品资料 - - - 欢迎下载 - - - - - - - - - - - 欢迎下载 名师归纳 - - - - - - - - - -第 13 页,共 24 页 - - - - - - - - - - 学生管理信息系统课程设计报告(三) 、班级信息管理模块的实现 4 、3、1、 “班级信息管理”窗体设计如图4、3、1 所示。图 4 、3、1“班级信息管理”窗体设计在构造函数前添加数据库上下文对象, 并在构造函数中增加以下代码ScoreManContext db = new ScoreManContext(); public FormClass() InitializeComp
30、onent(); db、 Classes 、Load(); classBindingSource、DataSource = db、Classes 、Local; “新添”按钮代码实现如下private void bindingNavigatorAddNewItem_Click(object sender, EventArgs e) Class classes = new Class(); classes、Id = Guid、NewGuid(); FormEditClass formEdit = new FormEditClass(); if (formEdit、ShowDialog() = D
31、ialogResult、OK) classBindingSource、Add(classes); classBindingSource、EndEdit(); db、SaveChanges(); “删除”按钮代码实现如下精品资料 - - - 欢迎下载 - - - - - - - - - - - 欢迎下载 名师归纳 - - - - - - - - - -第 14 页,共 24 页 - - - - - - - - - - 学生管理信息系统课程设计报告private void bindingNavigatorDeleteItem_Click(object sender, EventArgs e) if
32、 (classBindingSource、Current = null) return; classBindingSource、RemoveCurrent(); db、 SaveChanges(); Dialogs、ShowMessage(删除成功 ); “编辑”按钮代码实现如下private void toolStripButton1_Click(object sender, EventArgs e) if (classBindingSource、Current = null) return; Class classes = classBindingSource、Current as Cla
33、ss; FormEditClass formEdit = new FormEditClass( ); if (formEdit、ShowDialog() = DialogResult、OK) db、SaveChanges(); else db、Entry(classes )、Reload(); 4、3、2、 “编辑班级信息”窗体如图4、3、2 所示。精品资料 - - - 欢迎下载 - - - - - - - - - - - 欢迎下载 名师归纳 - - - - - - - - - -第 15 页,共 24 页 - - - - - - - - - - 学生管理信息系统课程设计报告图 4、3、2“编
34、辑班级信息”窗体设计“确定”按钮代码实现如下private void buttonOK_Click(object sender, EventArgs e) if (ValidateData() DialogResult = DialogResult、OK; “取消”按钮代码实现如下private void buttonCancel_Click(object sender, EventArgs e) DialogResult = DialogResult、Cancel; (四) 、课程信息管理模块的实现4、4、1、 “课程信息窗体”设计如图4、4、1 所示。图 4 、4、1“课程信息窗体”设计在
35、构造函数前添加数据库上下文对象, 并在构造函数中增加以下代码ScoreManContext db = new ScoreManContext(); public FormClass() InitializeComponent(); db、Courses 、Load(); 精品资料 - - - 欢迎下载 - - - - - - - - - - - 欢迎下载 名师归纳 - - - - - - - - - -第 16 页,共 24 页 - - - - - - - - - - 学生管理信息系统课程设计报告 courseBindingSource、DataSource = db、 Courses 、Lo
36、cal; “新添”按钮实现代码如下private void bindingNavigatorAddNewItem_Click(object sender, EventArgs e) Course course = new Course(); course、Id = Guid、NewGuid(); FormEditCourse formEdit = new FormEditCourse(course ); if(formEdit、ShowDialog ()=DialogResult、OK) courseBindingSource、Add(course); courseBindingSource、
37、EndEdit(); db、SaveChanges(); “删除”按钮实现代码如下private void bindingNavigatorDeleteItem_Click(object sender, EventArgs e) if (courseBindingSource、Current = null) return; courseBindingSource、RemoveCurrent(); db、 SaveChanges(); Dialogs、ShowMessage(删除成功 ); “编辑”按钮实现代码如下private void toolStripButtonEdit_Click(ob
38、ject sender, EventArgs e) if (courseBindingSource、Current = null) return; Course course = courseBindingSource、Current as Course; FormEditCourse formEdit = new FormEditCourse(course); if(formEdit 、ShowDialog ()=DialogResult、OK) db、SaveChanges(); else db、Entry(course)、Reload(); 精品资料 - - - 欢迎下载 - - - -
39、 - - - - - - - 欢迎下载 名师归纳 - - - - - - - - - -第 17 页,共 24 页 - - - - - - - - - - 学生管理信息系统课程设计报告4、4、2、 “编辑课程信息”窗体设计如图4、4、2 所示。图 4 、4、2“编辑课程信息”窗体设计“确定”按钮代码实现如下private void buttonOK_Click(object sender, EventArgs e) if (ValidateData() DialogResult = DialogResult、OK; “取消”按钮代码实现如下private void buttonCancel_C
40、lick(object sender, EventArgs e) DialogResult = DialogResult、Cancel; (五) 、成绩信息管理模块的实现4、5、1、 “成绩信息管理”窗体设计如图4、5、1 所示。精品资料 - - - 欢迎下载 - - - - - - - - - - - 欢迎下载 名师归纳 - - - - - - - - - -第 18 页,共 24 页 - - - - - - - - - - 学生管理信息系统课程设计报告图 4 、5、1“成绩信息管理”窗体设计在构造函数前添加数据库上下文对象, 并在构造函数中增加以下代码ScoreManContext db
41、= new ScoreManContext(); public FormClass() InitializeComponent(); db、Scores、Load(); scoreBindingSource、DataSource = db 、Scores、Local; “新添”按钮实现代码如下 private void bindingNavigatorAddNewItem_Click(object sender, EventArgs e) Score score = new Score(); score、StudentId = Guid、NewGuid(); score、CourseId =
42、Guid 、NewGuid(); FormEditScore formEdit = new FormEditScore(); if (formEdit、ShowDialog() = DialogResult、OK) scoreBindingSource、Add(score); scoreBindingSource、EndEdit(); db、SaveChanges(); “删除”按钮实现代码如下精品资料 - - - 欢迎下载 - - - - - - - - - - - 欢迎下载 名师归纳 - - - - - - - - - -第 19 页,共 24 页 - - - - - - - - - -
43、学生管理信息系统课程设计报告 private void bindingNavigatorDeleteItem_Click(object sender, EventArgs e) if (scoreBindingSource、Current = null) return; scoreBindingSource、RemoveCurrent(); db、SaveChanges(); Dialogs、ShowMessage( 删除成功 ); “编辑”按钮实现代码如下 private void toolStripButton1_Click(object sender, EventArgs e) if (
44、scoreBindingSource、Current = null) return; Score score = scoreBindingSource、Current as Score; FormEditScore formEdit = new FormEditScore(); if (formEdit、ShowDialog() = DialogResult、OK) scoreBindingSource、EndEdit(); db、SaveChanges(); else db、Entry(score)、Reload(); scoreBindingSource、ResetBindings(fal
45、se); 4、5、2、 “成绩信息编辑”窗体设计如图4、5、2 所示。精品资料 - - - 欢迎下载 - - - - - - - - - - - 欢迎下载 名师归纳 - - - - - - - - - -第 20 页,共 24 页 - - - - - - - - - - 学生管理信息系统课程设计报告图 4 、5、2“成绩信息编辑”窗体设计“确定”按钮代码实现如下private void buttonOK_Click(object sender, EventArgs e) if (ValidateData() DialogResult = DialogResult、OK; “取消”按钮代码实现如
46、下private void buttonCancel_Click(object sender, EventArgs e) DialogResult = DialogResult、Cancel; 五、系统测试与运行5、1、1 系统管理模块测试如5、1、1 与 5、1、2 所示。精品资料 - - - 欢迎下载 - - - - - - - - - - - 欢迎下载 名师归纳 - - - - - - - - - -第 21 页,共 24 页 - - - - - - - - - - 学生管理信息系统课程设计报告图 5、1、1 系统管理模块测试1 图 5、1、2 系统管理模块测试2 5、1、2 学生信息管
47、理模块测试如5、1、3 所示。图 5 、1、3 学生信息管理模块测试5、1、3 班级信息管理模块测试如5、1、4 所示。精品资料 - - - 欢迎下载 - - - - - - - - - - - 欢迎下载 名师归纳 - - - - - - - - - -第 22 页,共 24 页 - - - - - - - - - - 学生管理信息系统课程设计报告图 5、1、4 班级信息管理模块测试5、1、4 课程信息管理模块测试如图5、1、5 所示。图 5 、1、5 课程信息管理模块测试5、1、5 成绩管理模块测试如5、1、6 所示。精品资料 - - - 欢迎下载 - - - - - - - - - - -
48、 欢迎下载 名师归纳 - - - - - - - - - -第 23 页,共 24 页 - - - - - - - - - - 学生管理信息系统课程设计报告图 5、1、6 成绩管理模块测试六、结束语在编程期间 , 不遇到点困难似乎就是不可能的, 正就是这些困难 , 我们才能会收到成功的喜悦, 我们才能乐此不疲的进行下去。这就是我对此次编程的最大感悟。下面来瞧瞧编写的艰辛历程: 在刚开始的阶段 , 我经常因为单词的拼错出现这样或那样的错误在数次的错误后我吸取教训在后来的编程中几乎不出现了这种错误。剩下的错误就就是引用或语法上的错误。 感到最深刻的就是 , 窗体 name后就不能随意更改了 , 更改后在编写的程序的过程中要相应的更新里面的内容。当出现语法错误时我因为经验的不足很难自己将其更改出来 , 但通过询问老师 , 在同学的帮助下几乎都能找到我想要的结果。成功后留下的就就是经验与成就感了 , 虽然就是一个简单的系统, 但就是我学到了非常多的知识与积累了很多经验。精品资料 - - - 欢迎下载 - - - - - - - - - - - 欢迎下载 名师归纳 - - - - - - - - - -第 24 页,共 24 页 - - - - - - - - - -