• 大小: 5.22M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 管理  

资源简介

学生信息管理

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Data.SqlClient;
using NPOI.HSSF.UserModel;
using System.IO;

namespace MySoft20111106
{
    public partial class FClass : Form
    {
        private FClass()
        {
            InitializeComponent();
        }
        static FClass single;
        public static FClass GetFClass()
        {
            if (single == null || single.IsDisposed)
            {
                single = new FClass();
            }
            return single;
        }
        BLL.Classes blc = new BLL.Classes();

        public static int Id { get; set; }

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    ..A..H.    100352  2016-05-23 17:42  三层学生管理\.vs\MySoft20111106\v14\.suo

     文件        289  2016-05-04 11:33  三层学生管理\MySoft20111106\App.config

     文件     390224  2013-03-31 00:10  三层学生管理\MySoft20111106\bin\Debug\ChnCharInfo.dll

     文件      12526  2013-03-31 16:42  三层学生管理\MySoft20111106\bin\Debug\ChnCharInfo.xml

     文件    1116760  2014-11-06 08:57  三层学生管理\MySoft20111106\bin\Debug\Entityframework.dll

     文件    1138045  2014-11-06 08:57  三层学生管理\MySoft20111106\bin\Debug\Entityframework.xml

     文件     169472  2016-04-29 10:38  三层学生管理\MySoft20111106\bin\Debug\MySoft20111106.exe

     文件        289  2016-05-04 11:33  三层学生管理\MySoft20111106\bin\Debug\MySoft20111106.exe.config

     文件     286208  2016-04-29 10:38  三层学生管理\MySoft20111106\bin\Debug\MySoft20111106.pdb

     文件      22688  2016-05-23 08:48  三层学生管理\MySoft20111106\bin\Debug\MySoft20111106.vshost.exe

     文件        289  2016-05-04 11:33  三层学生管理\MySoft20111106\bin\Debug\MySoft20111106.vshost.exe.config

     文件        490  2010-03-18 12:39  三层学生管理\MySoft20111106\bin\Debug\MySoft20111106.vshost.exe.manifest

     文件      91648  2013-04-01 00:09  三层学生管理\MySoft20111106\bin\Debug\NPOI.DDF.dll

     文件     107341  2013-03-31 16:42  三层学生管理\MySoft20111106\bin\Debug\NPOI.DDF.xml

     文件       9728  2013-04-01 00:09  三层学生管理\MySoft20111106\bin\Debug\NPOI.dll

     文件      53248  2013-04-01 00:09  三层学生管理\MySoft20111106\bin\Debug\NPOI.HPSF.dll

     文件     171387  2013-03-31 16:42  三层学生管理\MySoft20111106\bin\Debug\NPOI.HPSF.xml

     文件     921600  2013-04-01 00:09  三层学生管理\MySoft20111106\bin\Debug\NPOI.HSSF.dll

     文件     979391  2013-03-31 16:42  三层学生管理\MySoft20111106\bin\Debug\NPOI.HSSF.xml

     文件      48640  2013-04-01 00:09  三层学生管理\MySoft20111106\bin\Debug\NPOI.POIFS.dll

     文件     127992  2013-03-31 16:42  三层学生管理\MySoft20111106\bin\Debug\NPOI.POIFS.xml

     文件      33792  2013-04-01 00:09  三层学生管理\MySoft20111106\bin\Debug\NPOI.Util.dll

     文件     120451  2013-03-31 16:42  三层学生管理\MySoft20111106\bin\Debug\NPOI.Util.xml

     文件      12143  2013-03-31 16:42  三层学生管理\MySoft20111106\bin\Debug\NPOI.xml

     文件       5120  2013-04-01 00:09  三层学生管理\MySoft20111106\bin\Debug\zh-CN\ChnCharInfo.resources.dll

     文件      71256  2014-11-06 08:57  三层学生管理\MySoft20111106\bin\Debug\zh-Hans\Entityframework.resources.dll

     文件        432  2014-11-07 23:40  三层学生管理\MySoft20111106\BLL\Area.cs

     文件       3113  2014-11-15 12:51  三层学生管理\MySoft20111106\BLL\Classes.cs

     文件       3973  2016-05-09 17:32  三层学生管理\MySoft20111106\BLL\Student.cs

     文件       3922  2014-11-15 23:04  三层学生管理\MySoft20111106\BLL\StudentResult.cs

............此处省略210个文件信息

评论

共有 条评论