嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
c#,sqlserver学生信息管理系统
非常简单的学生信息管理系统,适合初学者参考。已经连接数据库。 非常简单的学生信息管理系统,适合初学者参考。已经连接数据库。 非常简单的学生信息管理系统,适合初学者参考。已经连接数据库。
.
├── c#,sqlserver学生信息管理系统_学生信息管理系统.zip
└── 学生信息管理系统
├── StuInfo.mdf
├── StuInfo_log.ldf
├── 学生信息管理
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Updata_Form.Designer.cs
│ ├── Updata_Form.cs
│ ├── Updata_Form.resx
│ ├── app.config
│ ├── bin
│ │ ├── Debug
│ │ │ ├── 学生信息管理.exe
│ │ │ ├── 学生信息管理.exe.config
│ │ │ ├── 学生信息管理.pdb
│ │ │ ├── 学生信息管理.vshost.exe
│ │ │ ├── 学生信息管理.vshost.exe.config
│ │ │ └── 学生信息管理.vshost.exe.manifest
│ │ └── Release
│ ├── obj
│ │ ├── MainForm.Designer.cs
│ │ ├── MainForm.cs
│ │ ├── MainForm.resx
│ │ └── x86
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GenerateResource.read.1.tlog
│ │ ├── GenerateResource.write.1.tlog
│ │ ├── ResolveAssemblyReference.cache
│ │ ├── TempPE
│ │ │ └── StuInfoDataSet.Designer.cs.dll
│ │ ├── 学生信息管理.Form1.resources
│ │ ├── 学生信息管理.MainForm.resources
│ │ ├── 学生信息管理.Properties.Resources.resources
│ │ ├── 学生信息管理.Updata_Form.resources
│ │ ├── 学生信息管理.csproj.FileListAbsolute.txt
│ │ ├── 学生信息管理.exe
│ │ ├── 学生信息管理.pdb
│ │ ├── 学生信息管理.浏览_Form.resources
│ │ └── 学生信息管理.统计_Form.resources
│ ├── 浏览_Form.Designer.cs
│ ├── 统计_Form.Designer.cs
│ ├── 浏览_Form.cs
│ ├── 统计_Form.cs
│ ├── 浏览_Form.resx
│ ├── 统计_Form.resx
│ ├── 学生信息管理.csproj
│ ├── 学生信息管理.csproj.user
│ └── 学生信息管理.suo
└── 学生信息管理.sln
10 directories, 50 files