资源简介
高校补考管理系统源码附数据库
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Model;
using DLLBusiness;
namespace BLL
{
public class StudentManger
{
public bool InsertStudent(Student entity)
{
bool flag = false;
StudentService dao = new StudentService();
try
{
int row = dao.insertStudent(entity);
if (row > 0)
{
flag = true;
}
}
catch (Exception e)
{
throw e;
}
return flag;
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3145728 2012-06-19 01:19 高校补考管理系统\db\ReexamPro.mdf
文件 1048576 2012-06-19 01:19 高校补考管理系统\db\ReexamPro_log.ldf
文件 147 2011-04-09 21:16 高校补考管理系统\db\分离数据库.bat
文件 420 2011-04-09 21:16 高校补考管理系统\db\附加数据库.bat
文件 99678 2008-05-16 09:21 高校补考管理系统\ico\myIco.ico
文件 4608 2012-06-19 00:59 高校补考管理系统\ReexamProject\BLL\bin\Debug\BLL.dll
文件 15872 2012-06-19 00:59 高校补考管理系统\ReexamProject\BLL\bin\Debug\BLL.pdb
文件 6144 2012-06-18 21:30 高校补考管理系统\ReexamProject\BLL\bin\Debug\DbUtitlity.dll
文件 15872 2012-06-18 21:30 高校补考管理系统\ReexamProject\BLL\bin\Debug\DbUtitlity.pdb
文件 18432 2012-06-19 00:59 高校补考管理系统\ReexamProject\BLL\bin\Debug\DLLBusiness.dll
文件 58880 2012-06-19 00:59 高校补考管理系统\ReexamProject\BLL\bin\Debug\DLLBusiness.pdb
文件 8704 2012-06-18 21:30 高校补考管理系统\ReexamProject\BLL\bin\Debug\Model.dll
文件 56832 2012-06-18 21:30 高校补考管理系统\ReexamProject\BLL\bin\Debug\Model.pdb
文件 2735 2012-06-18 14:46 高校补考管理系统\ReexamProject\BLL\BLL.csproj
文件 4289 2012-06-18 21:30 高校补考管理系统\ReexamProject\BLL\obj\Debug\BLL.csproj.FileListAbsolute.txt
文件 4608 2012-06-19 00:59 高校补考管理系统\ReexamProject\BLL\obj\Debug\BLL.dll
文件 15872 2012-06-19 00:59 高校补考管理系统\ReexamProject\BLL\obj\Debug\BLL.pdb
文件 5841 2012-06-19 00:59 高校补考管理系统\ReexamProject\BLL\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 14599 2012-06-19 00:59 高校补考管理系统\ReexamProject\BLL\obj\Debug\ResolveAssemblyReference.cache
文件 0 2011-12-06 16:19 高校补考管理系统\ReexamProject\BLL\obj\Release\build.force
文件 5765 2011-12-06 16:19 高校补考管理系统\ReexamProject\BLL\obj\Release\DesignTimeResolveAssemblyReferencesInput.cache
文件 1338 2011-11-28 15:27 高校补考管理系统\ReexamProject\BLL\Properties\AssemblyInfo.cs
文件 675 2012-06-18 14:28 高校补考管理系统\ReexamProject\BLL\StudentManger.cs
文件 1459 2012-06-17 15:15 高校补考管理系统\ReexamProject\BLL\UserManger.cs
文件 6144 2012-06-18 21:30 高校补考管理系统\ReexamProject\DbUtitlity\bin\Debug\DbUtitlity.dll
文件 15872 2012-06-18 21:30 高校补考管理系统\ReexamProject\DbUtitlity\bin\Debug\DbUtitlity.pdb
文件 2311 2011-11-28 15:30 高校补考管理系统\ReexamProject\DbUtitlity\DbUtitlity.csproj
文件 2250 2012-06-18 21:30 高校补考管理系统\ReexamProject\DbUtitlity\obj\Debug\DbUtitlity.csproj.FileListAbsolute.txt
文件 6144 2012-06-18 21:30 高校补考管理系统\ReexamProject\DbUtitlity\obj\Debug\DbUtitlity.dll
文件 15872 2012-06-18 21:30 高校补考管理系统\ReexamProject\DbUtitlity\obj\Debug\DbUtitlity.pdb
............此处省略377个文件信息
- 上一篇:魔鬼作坊CE6.2贺岁版
- 下一篇:计算机病毒与反病毒技术.pdf
评论
共有 条评论