首页 开发技术 C#     /    学生管理系统源代码

学生管理系统源代码

上传者: zlionheart | 上传时间:2025/6/5 11:50:53 | 文件大小:412KB | 文件类型:rar
学生管理系统源代码
vs2015+数据库,需要建的数据表如下:1.“考试成绩管理系统用户登录”功能具体要求:(1)按照图示排列相应的控件,控件名称自定义,其中,界面中的图片可以不加;
(2)当输入正确的用户名和密码时,登录到主系统,如图所示,并且用户名或密码输入不正确时系统有所提示;
当单击【取消】按钮时,用户名和密码被清空;
(3)程序中用到的数据库名为SCOREINFO,数据表名为userinfo,数据表结构如下图所示:(4)数据表中的用户名和密码如下图。
2.点击主窗体的“密码修改”菜单,完成“密码修改”功能,程序运行如下图所示:具体要求:(1)此题必须使用数据库连接完成,原始密码必须为数据表里原有的数据,不使用数据库完成的为0分。
(2)需要建立数据库SCOREINFO及数据表userinfo,表的结构及数据第一部分的内容:(3)要有“原始密码输入错误”、“原始密码不能为空”及“两次输入密码不一致”的错误提示;
(4)当单击【保存】按钮,新密码被更新到数据表中,不能更新的为0分;
(5)单击【关闭】按钮,窗口关闭。
(6)3个Label;
3个TextBox;
2个Button3.完成“成绩查询”功能,程序运行如下图所示:具体要求:(1)按照图示排列相应的控件,界面下方是DataGridView控件;
(2)程序用到的数据库名为SCOREINFO,数据表名为score,表结构如下:(3)完成的MainForm_Load事件处理程序:当加载窗体时,直接在窗体的dataGridView1控件中显示数据表的所有记录;
(4)可以设查询条件:首先在组合框comboBox1中选择查询条件,并在textBox1中输入条件值(可以模糊查询,如按照姓名查询时,输入“王”,可以查所有姓王的同学的成绩),单击查询将结果显示在dataGridView1控件中。
(5)所需控件及属性:1个GroupBox,1个Label,Text为选择查询条件;
1个ComboBox(Items:学号、姓名);
1个TextBox;
1个Button,Text为查询;
1个DataGridView4.完成“课程信息修改”功能,程序运行如下图所示:具体要求:(1)按照图示排列相应的控件,控件名称自定义,其中,程序刚开始运行时,“学分”和“课程编码”的文本框是只读的;
(2)在数据库名为SCOREINFO中,创建数据表名为course,表结构如下:(3)当单击【查询】时,直接在窗体的dataGridView2控件中显示数据表的所有记录;
(4)当选中DataGridView控件中的某一行记录时(DataGridView控件的Mouse_Click事件),“课程名字”、“学分”、“课程代码”文本框中分别显示该项对应的课程信息;
(5)当选中某一行记录并单击【编辑】按钮时,【编辑】按钮变为【保存修改】,同时“学分”和“课程编码”的文本框恢复正常(ReadOnly属性为false);
在文本框中修改相应的信息后单击【保存修改】,将修改后的数据更新到数据表中。
(6)所需控件及属性:1个GroupBox,3个Label;
3个TextBox(textBox2属性ReadOnly为True,textBox3属性ReadOnly为True);
2个Button;
1个DataGridView5.完成“课程信息删除”功能,程序运行如下图所示:具体要求:(1)按照图示排列相应的控件,控件名称自定义,其中,程序刚开始运行时,“学分”和“课程编码”的文本框是只读的;
(2)数据表名为course,表结构同第4部分:(3)当单击【查询】时,直接在窗体的dataGridView控件中显示数据表的所有记录;
(4)当选中DataGridView控件中的某一行记录时,“课程名字”、“学分”、“课程代码”文本框中分别显示该项对应的课程信息;
(5)当选中某一行记录并单击【删除】按钮时,则该行从数据表中删除。
(6)所需控件:3个Label;
3个TextBox(textBox2属性ReadOnly为True,textBox3属性ReadOnly为True);
2个Button;
1个DataGridView6.完成“课程信息添加”功能,程序运行如下图所示:具体要求:(1)按照图示排列相应的控件,控件名称自定义;
(2)程序用到的数据库和数据表名为course,表结构如下同第四部分:(3)当单击【查询】时,直接在窗体的dataGridView1控件中显示数据表的所有记(4)当选中DataGridView控件中的某一行记录时,“课程名字”、“学分”、“课程代码”文本框中分别显示该项对应的课程信息;
本软件ID:10902325

文件下载

资源详情

[{"title":"(97个子文件412KB)学生管理系统源代码","children":[{"title":"RJ0302_学生管理系统","children":[{"title":".vs","children":[{"title":"RJ0302_学生管理系统","children":[{"title":"v14","children":[{"title":".suo <span style='color:#111;'>94.50KB</span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true},{"title":"RJ0302_学生管理系统.sln <span style='color:#111;'>2.01KB</span>","children":null,"spread":false},{"title":"RJ0302_EditingInformation","children":[{"title":"RJ0302_EditingForm.Designer.cs <span style='color:#111;'>32.85KB</span>","children":null,"spread":false},{"title":"RJ0302_EditingInformation.csproj <span style='color:#111;'>4.71KB</span>","children":null,"spread":false},{"title":"DataSet1.xsd <span style='color:#111;'>9.30KB</span>","children":null,"spread":false},{"title":"bin","children":[{"title":"Release","children":null,"spread":false},{"title":"Debug","children":[{"title":"RJ0302_ModifyPwd.pdb <span style='color:#111;'>21.50KB</span>","children":null,"spread":false},{"title":"RJ0302_EditingInformation.vshost.exe.manifest <span style='color:#111;'>490B</span>","children":null,"spread":false},{"title":"RJ0302_EditingInformation.vshost.exe <span style='color:#111;'>22.16KB</span>","children":null,"spread":false},{"title":"RJ0302_EditingInformation.exe <span style='color:#111;'>54.00KB</span>","children":null,"spread":false},{"title":"RJ0302_EditingInformation.vshost.exe.config <span style='color:#111;'>577B</span>","children":null,"spread":false},{"title":"RJ0302_EditingInformation.exe.config <span style='color:#111;'>577B</span>","children":null,"spread":false},{"title":"RJ0302_EditingInformation.pdb <span style='color:#111;'>85.50KB</span>","children":null,"spread":false},{"title":"RJ0302_ModifyPwd.exe <span style='color:#111;'>15.00KB</span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"Program.cs <span style='color:#111;'>550B</span>","children":null,"spread":false},{"title":"obj","children":[{"title":"Debug","children":[{"title":"RJ0302_EditingInformation.Properties.Resources.resources <span style='color:#111;'>180B</span>","children":null,"spread":false},{"title":"RJ0302_EditingInformation.csproj.GenerateResource.Cache <span style='color:#111;'>1.00KB</span>","children":null,"spread":false},{"title":"TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs <span style='color:#111;'>0B</span>","children":null,"spread":false},{"title":"RJ0302_EditingInformation.exe <span style='color:#111;'>54.00KB</span>","children":null,"spread":false},{"title":"RJ0302_EditingInformation.csproj.FileListAbsolute.txt <span style='color:#111;'>1.43KB</span>","children":null,"spread":false},{"title":"DesignTimeResolveAssemblyReferencesInput.cache <span style='color:#111;'>8.04KB</span>","children":null,"spread":false},{"title":"RJ0302_EditingInformation.csprojResolveAssemblyReference.cache <span style='color:#111;'>8.16KB</span>","children":null,"spread":false},{"title":"TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs <span style='color:#111;'>0B</span>","children":null,"spread":false},{"title":"DesignTimeResolveAssemblyReferences.cache <span style='color:#111;'>1.15KB</span>","children":null,"spread":false},{"title":"TempPE","children":[{"title":"DataSet1.Designer.cs.dll <span style='color:#111;'>30.00KB</span>","children":null,"spread":false}],"spread":false},{"title":"RJ0302_EditingInformation.pdb <span style='color:#111;'>85.50KB</span>","children":null,"spread":false},{"title":"TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs <span style='color:#111;'>0B</span>","children":null,"spread":false},{"title":"RJ0302_EditingInformation.RJ0302_EditingForm.resources <span style='color:#111;'>3.74KB</span>","children":null,"spread":false}],"spread":false}],"spread":true},{"title":"RJ0302_EditingForm.resx <span style='color:#111;'>11.86KB</span>","children":null,"spread":false},{"title":"DataSet1.Designer.cs <span style='color:#111;'>84.50KB</span>","children":null,"spread":false},{"title":"RJ0302_EditingForm.cs <span style='color:#111;'>12.50KB</span>","children":null,"spread":false},{"title":"DataSet1.xsc <span style='color:#111;'>3B</span>","children":null,"spread":false},{"title":"App.config <span style='color:#111;'>577B</span>","children":null,"spread":false},{"title":"Properties","children":[{"title":"Resources.resx <span style='color:#111;'>5.48KB</span>","children":null,"spread":false},{"title":"Settings.settings <span style='color:#111;'>1.08KB</span>","children":null,"spread":false},{"title":"AssemblyInfo.cs <span style='color:#111;'>1.33KB</span>","children":null,"spread":false},{"title":"Settings.Designer.cs <span style='color:#111;'>1.73KB</span>","children":null,"spread":false},{"title":"Resources.Designer.cs <span style='color:#111;'>2.80KB</span>","children":null,"spread":false}],"spread":false},{"title":"DataSet1.xss <span style='color:#111;'>3B</span>","children":null,"spread":false}],"spread":false},{"title":"RJ0302_ModifyPwd","children":[{"title":"bin","children":[{"title":"Release","children":null,"spread":false},{"title":"Debug","children":[{"title":"RJ0302_ModifyPwd.pdb <span style='color:#111;'>21.50KB</span>","children":null,"spread":false},{"title":"RJ0302_ModifyPwd.exe.config <span style='color:#111;'>189B</span>","children":null,"spread":false},{"title":"RJ0302_ModifyPwd.exe <span style='color:#111;'>15.00KB</span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"RJ0302_ModifyForm.resx <span style='color:#111;'>11.07KB</span>","children":null,"spread":false},{"title":"Program.cs <span style='color:#111;'>540B</span>","children":null,"spread":false},{"title":"obj","children":[{"title":"Debug","children":[{"title":"RJ0302_ModifyPwd.pdb <span style='color:#111;'>21.50KB</span>","children":null,"spread":false},{"title":"RJ0302_ModifyPwd.csproj.FileListAbsolute.txt <span style='color:#111;'>1.05KB</span>","children":null,"spread":false},{"title":"TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs <span style='color:#111;'>0B</span>","children":null,"spread":false},{"title":"RJ0302_ModifyPwd.csproj.GenerateResource.Cache <span style='color:#111;'>1024B</span>","children":null,"spread":false},{"title":"DesignTimeResolveAssemblyReferencesInput.cache <span style='color:#111;'>7.36KB</span>","children":null,"spread":false},{"title":"TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs <span style='color:#111;'>0B</span>","children":null,"spread":false},{"title":"DesignTimeResolveAssemblyReferences.cache <span style='color:#111;'>1.57KB</span>","children":null,"spread":false},{"title":"TempPE","children":null,"spread":false},{"title":"TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs <span style='color:#111;'>0B</span>","children":null,"spread":false},{"title":"RJ0302_ModifyPwd.exe <span style='color:#111;'>15.00KB</span>","children":null,"spread":false},{"title":"RJ0302_ModifyPwd.Properties.Resources.resources <span style='color:#111;'>180B</span>","children":null,"spread":false},{"title":"RJ0302_ModifyPwd.RJ0302_ModifyForm.resources <span style='color:#111;'>3.74KB</span>","children":null,"spread":false},{"title":"RJ0302_ModifyPwd.csprojResolveAssemblyReference.cache <span style='color:#111;'>2.33KB</span>","children":null,"spread":false}],"spread":false}],"spread":true},{"title":"RJ0302_ModifyPwd.csproj <span style='color:#111;'>3.90KB</span>","children":null,"spread":false},{"title":"RJ0302_ModifyForm.cs <span style='color:#111;'>2.47KB</span>","children":null,"spread":false},{"title":"RJ0302_ModifyForm.Designer.cs <span style='color:#111;'>7.37KB</span>","children":null,"spread":false},{"title":"App.config <span style='color:#111;'>189B</span>","children":null,"spread":false},{"title":"Properties","children":[{"title":"Resources.resx <span style='color:#111;'>5.48KB</span>","children":null,"spread":false},{"title":"Settings.settings <span style='color:#111;'>249B</span>","children":null,"spread":false},{"title":"AssemblyInfo.cs <span style='color:#111;'>1.31KB</span>","children":null,"spread":false},{"title":"Settings.Designer.cs <span style='color:#111;'>1.08KB</span>","children":null,"spread":false},{"title":"Resources.Designer.cs <span style='color:#111;'>2.78KB</span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"RJ0302_LoginInterface","children":[{"title":"RJ0302_LoginForm.Designer.cs <span style='color:#111;'>9.52KB</span>","children":null,"spread":false},{"title":"RJ0302_LoginForm.resx <span style='color:#111;'>46.45KB</span>","children":null,"spread":false},{"title":"bin","children":[{"title":"Release","children":null,"spread":false},{"title":"Debug","children":[{"title":"RJ0302_ModifyPwd.pdb <span style='color:#111;'>21.50KB</span>","children":null,"spread":false},{"title":"RJ0302_LoginInterface.vshost.exe.manifest <span style='color:#111;'>490B</span>","children":null,"spread":false},{"title":"RJ0302_LoginInterface.vshost.exe <span style='color:#111;'>22.16KB</span>","children":null,"spread":false},{"title":"RJ0302_EditingInformation.exe <span style='color:#111;'>54.00KB</span>","children":null,"spread":false},{"title":"RJ0302_LoginInterface.vshost.exe.config <span style='color:#111;'>189B</span>","children":null,"spread":false},{"title":"RJ0302_LoginInterface.exe <span style='color:#111;'>40.00KB</span>","children":null,"spread":false},{"title":"RJ0302_LoginInterface.pdb <span style='color:#111;'>21.50KB</span>","children":null,"spread":false},{"title":"RJ0302_LoginInterface.exe.config <span style='color:#111;'>189B</span>","children":null,"spread":false},{"title":"RJ0302_EditingInformation.pdb <span style='color:#111;'>85.50KB</span>","children":null,"spread":false},{"title":"RJ0302_ModifyPwd.exe <span style='color:#111;'>15.00KB</span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"Program.cs <span style='color:#111;'>544B</span>","children":null,"spread":false},{"title":"obj","children":[{"title":"Debug","children":[{"title":"RJ0302_LoginInterface.Properties.Resources.resources <span style='color:#111;'>180B</span>","children":null,"spread":false},{"title":"TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs <span style='color:#111;'>0B</span>","children":null,"spread":false},{"title":"RJ0302_LoginInterface.RJ0302_LoginForm.resources <span style='color:#111;'>27.59KB</span>","children":null,"spread":false},{"title":"RJ0302_LoginInterface.exe <span style='color:#111;'>40.00KB</span>","children":null,"spread":false},{"title":"RJ0302_LoginInterface.pdb <span style='color:#111;'>21.50KB</span>","children":null,"spread":false},{"title":"DesignTimeResolveAssemblyReferencesInput.cache <span style='color:#111;'>7.56KB</span>","children":null,"spread":false},{"title":"TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs <span style='color:#111;'>0B</span>","children":null,"spread":false},{"title":"DesignTimeResolveAssemblyReferences.cache <span style='color:#111;'>1.57KB</span>","children":null,"spread":false},{"title":"TempPE","children":null,"spread":false},{"title":"RJ0302_LoginInterface.csproj.FileListAbsolute.txt <span style='color:#111;'>2.11KB</span>","children":null,"spread":false},{"title":"RJ0302_LoginInterface.csproj.GenerateResource.Cache <span style='color:#111;'>1023B</span>","children":null,"spread":false},{"title":"TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs <span style='color:#111;'>0B</span>","children":null,"spread":false},{"title":"RJ0302_LoginInterface.csprojResolveAssemblyReference.cache <span style='color:#111;'>14.27KB</span>","children":null,"spread":false}],"spread":false}],"spread":true},{"title":"RJ0302_LoginInterface.csproj <span style='color:#111;'>4.16KB</span>","children":null,"spread":false},{"title":"RJ0302_LoginForm.cs <span style='color:#111;'>2.30KB</span>","children":null,"spread":false},{"title":"App.config <span style='color:#111;'>189B</span>","children":null,"spread":false},{"title":"Properties","children":[{"title":"Resources.resx <span style='color:#111;'>5.48KB</span>","children":null,"spread":false},{"title":"Settings.settings <span style='color:#111;'>249B</span>","children":null,"spread":false},{"title":"AssemblyInfo.cs <span style='color:#111;'>1.32KB</span>","children":null,"spread":false},{"title":"Settings.Designer.cs <span style='color:#111;'>1.08KB</span>","children":null,"spread":false},{"title":"Resources.Designer.cs <span style='color:#111;'>2.79KB</span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true}],"spread":true}]

评论信息

  • シ沫陌、夏·微凉ゝ:
    楼主能详细说说资源下载下来如何操作吗?我下了sqlserver,看了下代码你里面要用到好像。代码有了不知道如何去操作2020-05-07

免责申明

【好快吧下载】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【好快吧下载】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【好快吧下载】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,8686821#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明