資源簡介
學(xué)生信息管理
代碼片段和文件信息
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??三層學(xué)生管理\.vs\MySoft20111106\v14\.suo
?????文件????????289??2016-05-04?11:33??三層學(xué)生管理\MySoft20111106\App.config
?????文件?????390224??2013-03-31?00:10??三層學(xué)生管理\MySoft20111106\bin\Debug\ChnCharInfo.dll
?????文件??????12526??2013-03-31?16:42??三層學(xué)生管理\MySoft20111106\bin\Debug\ChnCharInfo.xm
?????文件????1116760??2014-11-06?08:57??三層學(xué)生管理\MySoft20111106\bin\Debug\Entityfr
?????文件????1138045??2014-11-06?08:57??三層學(xué)生管理\MySoft20111106\bin\Debug\Entityfr
?????文件?????169472??2016-04-29?10:38??三層學(xué)生管理\MySoft20111106\bin\Debug\MySoft20111106.exe
?????文件????????289??2016-05-04?11:33??三層學(xué)生管理\MySoft20111106\bin\Debug\MySoft20111106.exe.config
?????文件?????286208??2016-04-29?10:38??三層學(xué)生管理\MySoft20111106\bin\Debug\MySoft20111106.pdb
?????文件??????22688??2016-05-23?08:48??三層學(xué)生管理\MySoft20111106\bin\Debug\MySoft20111106.vshost.exe
?????文件????????289??2016-05-04?11:33??三層學(xué)生管理\MySoft20111106\bin\Debug\MySoft20111106.vshost.exe.config
?????文件????????490??2010-03-18?12:39??三層學(xué)生管理\MySoft20111106\bin\Debug\MySoft20111106.vshost.exe.manifest
?????文件??????91648??2013-04-01?00:09??三層學(xué)生管理\MySoft20111106\bin\Debug\NPOI.DDF.dll
?????文件?????107341??2013-03-31?16:42??三層學(xué)生管理\MySoft20111106\bin\Debug\NPOI.DDF.xm
?????文件???????9728??2013-04-01?00:09??三層學(xué)生管理\MySoft20111106\bin\Debug\NPOI.dll
?????文件??????53248??2013-04-01?00:09??三層學(xué)生管理\MySoft20111106\bin\Debug\NPOI.HPSF.dll
?????文件?????171387??2013-03-31?16:42??三層學(xué)生管理\MySoft20111106\bin\Debug\NPOI.HPSF.xm
?????文件?????921600??2013-04-01?00:09??三層學(xué)生管理\MySoft20111106\bin\Debug\NPOI.HSSF.dll
?????文件?????979391??2013-03-31?16:42??三層學(xué)生管理\MySoft20111106\bin\Debug\NPOI.HSSF.xm
?????文件??????48640??2013-04-01?00:09??三層學(xué)生管理\MySoft20111106\bin\Debug\NPOI.POIFS.dll
?????文件?????127992??2013-03-31?16:42??三層學(xué)生管理\MySoft20111106\bin\Debug\NPOI.POIFS.xm
?????文件??????33792??2013-04-01?00:09??三層學(xué)生管理\MySoft20111106\bin\Debug\NPOI.Util.dll
?????文件?????120451??2013-03-31?16:42??三層學(xué)生管理\MySoft20111106\bin\Debug\NPOI.Util.xm
?????文件??????12143??2013-03-31?16:42??三層學(xué)生管理\MySoft20111106\bin\Debug\NPOI.xm
?????文件???????5120??2013-04-01?00:09??三層學(xué)生管理\MySoft20111106\bin\Debug\zh-CN\ChnCharInfo.resources.dll
?????文件??????71256??2014-11-06?08:57??三層學(xué)生管理\MySoft20111106\bin\Debug\zh-Hans\Entityfr
?????文件????????432??2014-11-07?23:40??三層學(xué)生管理\MySoft20111106\BLL\Area.cs
?????文件???????3113??2014-11-15?12:51??三層學(xué)生管理\MySoft20111106\BLL\Classes.cs
?????文件???????3973??2016-05-09?17:32??三層學(xué)生管理\MySoft20111106\BLL\Student.cs
?????文件???????3922??2014-11-15?23:04??三層學(xué)生管理\MySoft20111106\BLL\StudentResult.cs
............此處省略210個文件信息
評論
共有 條評論