• 大小: 3.49M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 学生  

资源简介

首先附加数据库,

管理员账号 admin 密码 00000

教师账号 t001 密码 12345

学生账号 SunPeng 密码 12345

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Data.SqlClient;
//下载自:好例子网 http://www.haolizi.net
namespace Loginframe
{
    public partial class AddQuestion : Form
    {
        public AddQuestion()
        {
            InitializeComponent();
            
        }

        private void AddQuestion_Load(object sender EventArgs e)
        {
            string sql = “select SubjectName from Subject“;
            try
            {
                SqlCommand command = new SqlCommand(sql DbHelper.connection);
                DbHelper.connection.Open();

                SqlDataReader dataReader = command.ExecuteReader();

             

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2009-03-13 14:02  Database\
     文件     7340032  2008-06-26 18:36  Database\MySchool.mdf
     文件     3932160  2008-06-26 18:36  Database\MySchool_log.ldf
     文件      141535  2008-06-11 14:41  Database\图片1.jpg
     目录           0  2009-05-08 00:50  image\
     文件        1221  2007-06-24 16:16  image\AnswerQuestion.gif
     文件        1215  2007-06-28 18:46  image\edit.gif
     文件       13185  2007-09-28 15:40  image\face1.png
     文件       13708  2007-09-28 15:40  image\face2.png
     文件       10820  2007-09-28 15:40  image\face3.png
     文件       10980  2007-09-28 15:40  image\face4.png
     文件        9049  2009-05-04 07:06  image\from-download.gif
     文件        7886  2007-08-03 11:07  image\Icon.ico
     文件       47005  2007-08-03 11:11  image\LogIn.gif
     文件        1125  2007-07-05 17:58  image\newStu.gif
     文件        1190  2007-07-05 17:58  image\newTeacher.gif
     文件        1219  2007-06-28 18:51  image\newUser.gif
     文件        1139  2007-07-05 17:58  image\question.gif
     文件        1307  2007-06-28 18:46  image\search.gif
     文件        1240  2007-06-24 16:15  image\searchTeacher.gif
     文件        1159  2007-06-24 16:17  image\teacher.gif
     文件        1212  2007-07-05 17:58  image\test.gif
     目录           0  2016-12-26 23:16  Loginframe\
     文件         920  2016-12-26 22:49  Loginframe.sln
     文件        5437  2016-12-26 23:16  Loginframe\AddQuestion.cs
     文件       17641  2016-12-26 23:15  Loginframe\AddQuestion.Designer.cs
     文件        5814  2008-06-12 19:52  Loginframe\AddQuestion.resx
     文件        5794  2016-12-26 23:15  Loginframe\AddStuForm.cs
     文件       19835  2016-12-26 23:16  Loginframe\AddStuForm.Designer.cs
     文件       17946  2008-06-13 13:11  Loginframe\AddStuForm.resx
     文件        1455  2016-12-26 23:16  Loginframe\AdminForm.cs
............此处省略126个文件信息

评论

共有 条评论