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

  • 大小: 1.77MB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發布日期: 2023-11-20
  • 語言: C#
  • 標簽: C#??圖書??sql??源代碼??

資源簡介

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\description
?????文件??????????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-rebase.sample
?????文件?????????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.xml
?????目錄???????????0??2018-09-22?23:46??BookManageSystem\.git\objects\
?????目錄???????????0??2018-09-22?23:46??BookManageSystem\.git\objects\0b\
?????文件?????????540??2018-09-22?23:46??BookManageSystem\.git\objects\0b\2bde728ff4b9027cf35cd764715cb0579cd043
?????目錄???????????0??2018-09-22?23:46??BookManageSystem\.git\objects\16\
?????文件?????????208??2018-09-22?23:46??BookManageSystem\.git\objects\16\e3d8b25c6fedc46a1727957db996be4198c577
............此處省略295個文件信息

評論

共有 條評論