資源簡介
Windows 7 、Visual Studio 2017 、SQL Server 2012
1 這是一個使用最基礎的方法,完成的圖書管理系統 ,實現了圖書、用戶、借閱、讀者的信息的增刪改查和相關關聯,完全能夠滿足用戶使用。包含完整建立數據庫表完整的代碼和數據庫的鏈接功能。

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Drawing;
using?System.Data;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;
namespace?BookManageSystem
{
????public?partial?class?FormStatus?:?UserControl
????{
????????public?FormStatus()
????????{
????????????InitializeComponent();
????????????LoadAllInfo();
????????}
????????//將保存的登錄用戶信息寫入控件
????????private?void?LoadAllInfo()
????????{
????????????tsUserName.Text?=?Session.UserName;
????????????tsUserAllName.Text?=?Session.UserAllName;
????????????tsUserSort.Text?=?Session.UserSort;
????????????tsDateTimeNow.Text?=?DateTime.Now.ToString(“yy-MM-dd?hh:mm“);
????????}
????????//實時更新時間控件的數據
????????private?void?timer1_Tick(object?sender?EventArgs?e)
????????{
????????????tsDateTimeNow.Text?=?DateTime.Now.ToString(“yy-MM-dd?hh:mm“);
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-10-04?17:40??BookManageSystem\
?????目錄???????????0??2018-09-22?23:50??BookManageSystem\.git\
?????文件??????????40??2018-09-22?23:46??BookManageSystem\.git\COMMIT_EDITMSG
?????文件?????????674??2018-09-22?23:46??BookManageSystem\.git\config
?????文件??????????73??2018-09-22?23:45??BookManageSystem\.git\desc
?????文件??????????23??2018-09-22?23:45??BookManageSystem\.git\HEAD
?????目錄???????????0??2018-09-22?23:45??BookManageSystem\.git\hooks\
?????文件?????????478??2018-09-22?23:45??BookManageSystem\.git\hooks\applypatch-msg.sample
?????文件?????????896??2018-09-22?23:45??BookManageSystem\.git\hooks\commit-msg.sample
?????文件?????????189??2018-09-22?23:45??BookManageSystem\.git\hooks\post-update.sample
?????文件?????????424??2018-09-22?23:45??BookManageSystem\.git\hooks\pre-applypatch.sample
?????文件????????1642??2018-09-22?23:45??BookManageSystem\.git\hooks\pre-commit.sample
?????文件????????1239??2018-09-22?23:45??BookManageSystem\.git\hooks\prepare-commit-msg.sample
?????文件????????1348??2018-09-22?23:45??BookManageSystem\.git\hooks\pre-push.sample
?????文件????????4898??2018-09-22?23:45??BookManageSystem\.git\hooks\pre-reba
?????文件?????????544??2018-09-22?23:45??BookManageSystem\.git\hooks\pre-receive.sample
?????文件????????3610??2018-09-22?23:45??BookManageSystem\.git\hooks\update.sample
?????文件????????2514??2018-09-22?23:46??BookManageSystem\.git\index
?????目錄???????????0??2018-09-22?23:45??BookManageSystem\.git\info\
?????文件?????????240??2018-09-22?23:45??BookManageSystem\.git\info\exclude
?????目錄???????????0??2018-09-22?23:46??BookManageSystem\.git\logs\
?????文件?????????203??2018-09-22?23:46??BookManageSystem\.git\logs\HEAD
?????目錄???????????0??2018-09-22?23:46??BookManageSystem\.git\logs\refs\
?????目錄???????????0??2018-09-22?23:46??BookManageSystem\.git\logs\refs\heads\
?????文件?????????203??2018-09-22?23:46??BookManageSystem\.git\logs\refs\heads\master
?????文件?????????150??2018-09-22?23:51??BookManageSystem\.git\ms-persist.xm
?????目錄???????????0??2018-09-22?23:46??BookManageSystem\.git\ob
?????目錄???????????0??2018-09-22?23:46??BookManageSystem\.git\ob
?????文件?????????540??2018-09-22?23:46??BookManageSystem\.git\ob
?????目錄???????????0??2018-09-22?23:46??BookManageSystem\.git\ob
?????文件?????????208??2018-09-22?23:46??BookManageSystem\.git\ob
............此處省略295個文件信息
- 上一篇:杜洋C#完整課程資料
- 下一篇:C#版本圖書管理系統.rar
評論
共有 條評論