資源簡介
這是一款功能相對完整的學生綜合測評源碼,采用了典型的三層架構,比較適合作為課程設計或者畢業設計使用,感興趣的朋友可以下載看看哦。

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
namespace?BLL
{
????public?class?AdministratorBll
????{
????????DAL.AdministratorDal?dal?=?new?DAL.AdministratorDal();
???????
????????//?管理員登錄認證
????????public?bool?Check(Model.Administrator?ma)
????????{
????????????
????????????try
????????????{
????????????????return?dal.Check(ma);
????????????}
????????????catch
????????????{
????????????????//throw?new?Exception(ex.Message);
????????????????return?false;
????????????}
????????}
??????
????????//?修改密碼???
????????public?bool?ChangeCode(string?AdmNo?string?OldCode?string?NewCode)
????????{
???????
????????????try
????????????{
????????????????return?dal.ChangeCode(AdmNo?OldCode?NewCode);
????????????}
????????????catch?
????????????{
????????????????return?false;
????????????}
???????????
????????}
????????
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????938??2013-05-24?08:48??XMStudentCePingMS\BLL\AdministratorBll.cs
?????文件???????8704??2014-09-22?22:37??XMStudentCePingMS\BLL\bin\Debug\BLL.dll
?????文件??????44544??2014-09-22?22:37??XMStudentCePingMS\BLL\bin\Debug\BLL.pdb
?????文件??????17920??2014-09-22?22:37??XMStudentCePingMS\BLL\bin\Debug\DAL.dll
?????文件??????46592??2014-09-22?22:37??XMStudentCePingMS\BLL\bin\Debug\DAL.pdb
?????文件???????5120??2014-09-22?22:37??XMStudentCePingMS\BLL\bin\Debug\DBUnility.dll
?????文件??????15872??2014-09-22?22:37??XMStudentCePingMS\BLL\bin\Debug\DBUnility.pdb
?????文件???????9728??2014-09-22?22:37??XMStudentCePingMS\BLL\bin\Debug\Model.dll
?????文件??????54784??2014-09-22?22:37??XMStudentCePingMS\BLL\bin\Debug\Model.pdb
?????文件???????2996??2013-05-24?00:30??XMStudentCePingMS\BLL\BLL(業務邏輯層).csproj
?????文件????????157??2013-05-03?15:19??XMStudentCePingMS\BLL\CLassBll.cs
?????文件????????162??2013-05-03?15:19??XMStudentCePingMS\BLL\ComRankingBll.cs
?????文件???????1828??2014-05-06?15:36??XMStudentCePingMS\BLL\FamilyInfo.cs
?????文件???????3887??2013-05-24?09:03??XMStudentCePingMS\BLL\GradeBll.cs
?????文件???????3498??2014-09-22?22:37??XMStudentCePingMS\BLL\obj\Debug\BLL(業務邏輯層).csproj.FileListAbsolute.txt
?????文件??????24067??2014-09-22?22:37??XMStudentCePingMS\BLL\obj\Debug\BLL(業務邏輯層).csprojResolveAssemblyReference.cache
?????文件????????820??2013-05-24?00:27??XMStudentCePingMS\BLL\obj\Debug\BLL.csproj.FileListAbsolute.txt
?????文件???????8704??2014-09-22?22:37??XMStudentCePingMS\BLL\obj\Debug\BLL.dll
?????文件??????44544??2014-09-22?22:37??XMStudentCePingMS\BLL\obj\Debug\BLL.pdb
?????文件???????6733??2014-09-22?22:35??XMStudentCePingMS\BLL\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????1356??2013-05-02?22:04??XMStudentCePingMS\BLL\Properties\AssemblyInfo.cs
?????文件???????4203??2013-05-24?09:02??XMStudentCePingMS\BLL\StudentBll.cs
?????文件???????2888??2013-05-24?08:56??XMStudentCePingMS\BLL\TeacherBll.cs
?????文件???????1658??2013-05-24?02:06??XMStudentCePingMS\DAL\AdministratorDal.cs
?????文件??????17920??2014-09-22?22:37??XMStudentCePingMS\DAL\bin\Debug\DAL.dll
?????文件??????46592??2014-09-22?22:37??XMStudentCePingMS\DAL\bin\Debug\DAL.pdb
?????文件???????5120??2014-09-22?22:37??XMStudentCePingMS\DAL\bin\Debug\DBUnility.dll
?????文件??????15872??2014-09-22?22:37??XMStudentCePingMS\DAL\bin\Debug\DBUnility.pdb
?????文件???????9728??2014-09-22?22:37??XMStudentCePingMS\DAL\bin\Debug\Model.dll
?????文件??????54784??2014-09-22?22:37??XMStudentCePingMS\DAL\bin\Debug\Model.pdb
............此處省略201個文件信息
- 上一篇:數值分析第四版課后習題答案 李慶揚 華中科技大學
- 下一篇:deap 2.1 帶的奧
評論
共有 條評論