資源簡介
本系統為用C#編寫的學生信息管理系統,功能完善,界面友好,內附數據庫表格,并配有PPT詳解制作思路
PS:環境Vs 2005,SQL server 2005,登陸密碼,詳見T_User用戶表中的用戶編號和密碼。
注意:一定要先將數據庫表導入到SQL server 2005中,后才能運行,本程序可作為數據庫的課程設計或者軟件綜合實習的作業。
如有疑問,可通過郵箱聯系本人longzxr@126.com

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Text;
namespace?Chap21
{
????///?
????///?Admin類,繼承自User,表示管理員
????///?
????public?class?Admin?:?User
????{
????????private?string?name;
????????///?
????????///?管理員姓名
????????///?
????????public?string?Name
????????{
????????????get
????????????{
????????????????return?name;
????????????}
????????????set
????????????{
????????????????name?=?value;
????????????}
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????529??2006-08-07?16:38??學生管理系統-張肖如\Chap21\Admin.cs
?????文件?????143360??2009-09-06?00:51??學生管理系統-張肖如\Chap21\bin\Debug\Chap21.exe
?????文件?????255488??2009-09-06?00:51??學生管理系統-張肖如\Chap21\bin\Debug\Chap21.pdb
?????文件???????5632??2005-12-08?14:51??學生管理系統-張肖如\Chap21\bin\Debug\Chap21.vshost.exe
?????文件?????163840??2009-09-10?22:23??學生管理系統-張肖如\Chap21\bin\Release\Chap21.exe
?????文件?????282112??2009-09-10?22:23??學生管理系統-張肖如\Chap21\bin\Release\Chap21.pdb
?????文件???????5632??2005-11-11?22:25??學生管理系統-張肖如\Chap21\bin\Release\Chap21.vshost.exe
?????文件??????11678??2009-09-07?22:57??學生管理系統-張肖如\Chap21\Chap21.csproj
?????文件???????8551??2009-09-03?13:18??學生管理系統-張肖如\Chap21\frmAddress.cs
?????文件???????8501??2009-09-03?13:18??學生管理系統-張肖如\Chap21\frmAddress.Designer.cs
?????文件???????5814??2009-09-03?13:18??學生管理系統-張肖如\Chap21\frmAddress.resx
?????文件???????8119??2009-09-08?23:33??學生管理系統-張肖如\Chap21\frmAverage.cs
?????文件??????12950??2009-09-08?23:31??學生管理系統-張肖如\Chap21\frmAverage.Designer.cs
?????文件???????6016??2009-09-08?23:31??學生管理系統-張肖如\Chap21\frmAverage.resx
?????文件???????4991??2008-12-26?08:57??學生管理系統-張肖如\Chap21\frmChange.cs
?????文件???????6490??2008-12-23?10:54??學生管理系統-張肖如\Chap21\frmChange.Designer.cs
?????文件???????5814??2008-12-23?10:54??學生管理系統-張肖如\Chap21\frmChange.resx
?????文件??????10701??2009-09-02?20:19??學生管理系統-張肖如\Chap21\frmClass.cs
?????文件??????21365??2009-09-02?20:19??學生管理系統-張肖如\Chap21\frmClass.Designer.cs
?????文件???????5814??2009-09-02?20:19??學生管理系統-張肖如\Chap21\frmClass.resx
?????文件???????8919??2009-09-08?23:43??學生管理系統-張肖如\Chap21\frmClassScore.cs
?????文件??????15173??2009-09-08?23:43??學生管理系統-張肖如\Chap21\frmClassScore.Designer.cs
?????文件???????6016??2009-09-08?23:43??學生管理系統-張肖如\Chap21\frmClassScore.resx
?????文件??????20234??2009-09-02?21:21??學生管理系統-張肖如\Chap21\frmCourse.cs
?????文件??????16864??2009-09-02?21:21??學生管理系統-張肖如\Chap21\frmCourse.Designer.cs
?????文件???????5814??2009-09-02?21:21??學生管理系統-張肖如\Chap21\frmCourse.resx
?????文件???????6703??2009-09-03?13:18??學生管理系統-張肖如\Chap21\frmCourseType.cs
?????文件???????8619??2009-09-03?13:18??學生管理系統-張肖如\Chap21\frmCourseType.Designer.cs
?????文件???????5814??2009-09-03?13:18??學生管理系統-張肖如\Chap21\frmCourseType.resx
?????文件???????2104??2008-12-26?13:38??學生管理系統-張肖如\Chap21\frmLock.cs
............此處省略124個文件信息
- 上一篇:C#_雷電游戲全部源碼 經典
- 下一篇:《Visual C#.NET案例開發集錦》
評論
共有 條評論