91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 4.77MB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發布日期: 2023-09-18
  • 語言: C#
  • 標簽:

資源簡介

用C#寫的圖書管理系統,三層架構,使用SQL Server數據庫(2016),可以實現圖書、讀者的增刪改查,借還書、續借以及借閱記錄的查詢。UI設計精美,代碼注釋詳細,附數據庫文件及sql程序。

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?Model;
using?DAL;
using?System.Data;

namespace?BLL
{
????public?class?Admin_BLL
????{
????????Admin_DAL?aa?=?new?Admin_DAL();

????????//刪除管理員
????????public?int?deleteAdmin(String?LoginId)
????????{
????????????return?aa.deleteAdmin(LoginId);
????????}
????????//修改管理員
????????public?int?ExitAdmin(Admin?a)
????????{
????????????return?aa.ExitAdmin(a);
????????}
????????//添加管理員
????????public?int?AddAdmin(Admin?a)
????????{
????????????return?aa.AddAdmin(a);
????????}
????????public?DataSet?selectAdmin()
????????{
????????????return?aa.selectAdmin();
????????}

????????public?int?Scalar(Admin?a)
????????{
????????????return?aa.Scalar(a);
????????}
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????23358??2018-01-21?18:50??Library.sql
?????目錄???????????0??2018-01-19?18:12??Library\
?????目錄???????????0??2018-01-19?18:12??Library\.vs\
?????目錄???????????0??2018-01-18?22:30??Library\.vs\Library\
?????目錄???????????0??2018-01-18?22:30??Library\.vs\Library\v14\
?????文件??????178688??2018-01-21?16:12??Library\.vs\Library\v14\.suo
?????目錄???????????0??2018-01-20?21:32??Library\BLL\
?????文件?????????860??2018-01-20?21:32??Library\BLL\Admin_BLL.cs
?????目錄???????????0??2018-01-18?22:29??Library\BLL\bin\
?????目錄???????????0??2018-01-18?22:29??Library\BLL\bin\Debug\
?????文件????????9216??2018-01-21?11:04??Library\BLL\bin\Debug\BLL.dll
?????文件???????36352??2018-01-21?11:04??Library\BLL\bin\Debug\BLL.pdb
?????文件????????6656??2018-01-19?20:03??Library\BLL\bin\Debug\Common.dll
?????文件???????13824??2018-01-19?20:03??Library\BLL\bin\Debug\Common.pdb
?????文件???????37888??2018-01-21?11:04??Library\BLL\bin\Debug\DAL.dll
?????文件???????48640??2018-01-21?11:04??Library\BLL\bin\Debug\DAL.pdb
?????文件???????11264??2018-01-20?16:11??Library\BLL\bin\Debug\Model.dll
?????文件???????38400??2018-01-20?16:11??Library\BLL\bin\Debug\Model.pdb
?????目錄???????????0??2016-09-03?10:40??Library\BLL\bin\Release\
?????文件????????3246??2016-09-06?22:24??Library\BLL\BLL.csproj
?????文件????????2538??2016-09-05?11:07??Library\BLL\BookInfo_BLL.cs
?????文件?????????990??2016-09-05?10:49??Library\BLL\BookType_BLL.cs
?????文件????????1760??2016-09-05?10:53??Library\BLL\BorrowReturn_BLL.cs
?????文件?????????886??2016-09-06?16:17??Library\BLL\Class_BLL.cs
?????文件????????1006??2016-09-06?16:13??Library\BLL\Department_BLL.cs
?????目錄???????????0??2018-01-18?22:29??Library\BLL\obj\
?????目錄???????????0??2018-01-21?11:04??Library\BLL\obj\Debug\
?????文件????????2351??2018-01-20?16:12??Library\BLL\obj\Debug\BLL.csproj.FileListAbsolute.txt
?????文件???????19511??2018-01-21?11:04??Library\BLL\obj\Debug\BLL.csprojResolveAssemblyReference.cache
?????文件????????9216??2018-01-21?11:04??Library\BLL\obj\Debug\BLL.dll
?????文件???????36352??2018-01-21?11:04??Library\BLL\obj\Debug\BLL.pdb
............此處省略203個文件信息

評論

共有 條評論