• 大小: 3.54MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-09-10
  • 语言: C#
  • 标签: C#  Winform  sqlserver  

资源简介

vs2012开发环境winform+SqlServer2008数据库学生管理系统。

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Student
{
    public class Class
    {
        //班级id
        public string classid;
        //班级名字
        public string classname;
        //教师名字
        public string teachername;
        //学期
        public string term;
        //开始时间
        public string classtime;
        //备注
        public string depict;
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-02-21 15:25  学生管理系统\
     目录           0  2017-02-21 15:24  学生管理系统\Student\
     目录           0  2017-02-21 15:24  学生管理系统\Student\Student\
     目录           0  2017-02-21 15:24  学生管理系统\Student\Student\.vs\
     目录           0  2017-02-21 15:24  学生管理系统\Student\Student\.vs\Student\
     目录           0  2017-02-21 15:24  学生管理系统\Student\Student\.vs\Student\v14\
     文件       88064  2017-01-05 11:41  学生管理系统\Student\Student\.vs\Student\v14\.suo
     目录           0  2017-02-21 15:24  学生管理系统\Student\Student\Student\
     文件         911  2016-12-21 09:38  学生管理系统\Student\Student\Student.sln
     文件       43008  2017-02-21 16:10  学生管理系统\Student\Student\Student.v11.suo
     文件         187  2016-12-21 09:38  学生管理系统\Student\Student\Student\App.config
     目录           0  2017-02-21 15:24  学生管理系统\Student\Student\Student\bin\
     目录           0  2017-02-21 15:24  学生管理系统\Student\Student\Student\bin\Debug\
     文件      968192  2017-01-05 09:20  学生管理系统\Student\Student\Student\bin\Debug\Student.exe
     文件         187  2016-12-21 09:38  学生管理系统\Student\Student\Student\bin\Debug\Student.exe.config
     文件      136704  2017-01-05 09:20  学生管理系统\Student\Student\Student\bin\Debug\Student.pdb
     文件       22984  2017-02-21 15:38  学生管理系统\Student\Student\Student\bin\Debug\Student.vshost.exe
     文件         187  2016-12-21 09:38  学生管理系统\Student\Student\Student\bin\Debug\Student.vshost.exe.config
     文件         490  2010-03-17 22:39  学生管理系统\Student\Student\Student\bin\Debug\Student.vshost.exe.manifest
     目录           0  2017-02-21 15:21  学生管理系统\Student\Student\Student\bin\Release\
     文件         513  2016-12-26 21:08  学生管理系统\Student\Student\Student\Class.cs
     文件         515  2016-12-26 21:08  学生管理系统\Student\Student\Student\ClassXG.cs
     文件         408  2016-12-30 08:09  学生管理系统\Student\Student\Student\ClassXinxi1.cs
     文件       20177  2016-12-30 08:45  学生管理系统\Student\Student\Student\ConnDao.cs
     文件         353  2016-12-28 09:32  学生管理系统\Student\Student\Student\Course.cs
     文件       12040  2017-01-04 09:09  学生管理系统\Student\Student\Student\FrmClass.cs
     文件       25297  2017-01-04 09:09  学生管理系统\Student\Student\Student\FrmClass.designer.cs
     文件       11805  2017-01-04 09:09  学生管理系统\Student\Student\Student\FrmClass.resx
     文件        6573  2017-01-04 09:09  学生管理系统\Student\Student\Student\FrmClassXinxi.cs
     文件       27752  2017-01-04 09:09  学生管理系统\Student\Student\Student\FrmClassXinxi.Designer.cs
     文件       11806  2017-01-04 09:09  学生管理系统\Student\Student\Student\FrmClassXinxi.resx
............此处省略72个文件信息

评论

共有 条评论