资源简介
这是一款功能相对完整的学生综合测评源码,采用了典型的三层架构,比较适合作为课程设计或者毕业设计使用,感兴趣的朋友可以下载看看哦。
代码片段和文件信息
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 带的奥
相关资源
- 2019年全国网络空间安全赛卷及评分标
- 微信小程序仿豆瓣电影豆瓣评分
- ORCALE数据库学生系统
- 小程序评分含有半星整星
- 光电效应测定普朗克常数实验报告评
- 关于Ktv的评分系统uml图
- 德国公开个人信用数据
- 竞赛评分公平性的模型
- 金融风控建模教程-申请评分卡的数据
- 基于Vue的星级评分功能
- 企业ERP软件选型评分表
- 计算机图形学模拟试题包括全部答案
- 百度文库每天评分V4.2
- 电赛综测资料2017
- 信用风险评分卡研究_基于SAS的开发与
- 评分系统微机原理课程设计
- ZTE中兴面试评分表
- 第十届全国大学生先进成图技术与信
- kaggle信用卡评分数据
- 数据结构课程设计-图书管理-用B树对
- swift 菜单评分
- js实现五星评分类似淘宝
- 电影评分数据集
- 等保三级基线要求与评分标准
- 学生管理系统
- 演讲比赛评分软件13评委+16选手源代码
- 去掉一个最高分一个最低分,求平均
评论
共有 条评论