資源簡介
經過測試能使用的管理系統,數據庫連接代碼與其他代碼分開,易于學習
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;
namespace?圖書管理系統
{
????public?partial?class?Admin?:?Form
????{
????????Form?form;
????????public?Admin(Form?form)
????????{
????????????InitializeComponent();
????????????this.form?=?form;
????????}
????????private?void?exitButton_Click(object?sender?EventArgs?e)
????????{
????????????this.Close();
????????????form.Show();
????????}
????????private?void?UsersManageButton_Click(object?sender?EventArgs?e)
????????{
????????????UserManagement?userManagement?=?new?UserManagement(this);
????????????this.Hide();
????????????userManagement.Show();
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-09-02?10:32??LibarayData\
?????文件????????2087??2018-09-02?10:32??LibarayData\libary_admin.sql
?????文件????????2803??2018-09-02?10:32??LibarayData\libary_booksinfo.sql
?????文件????????2311??2018-09-02?10:32??LibarayData\libary_loaninfo.sql
?????文件????????2273??2018-09-02?10:32??LibarayData\libary_loginrecord.sql
?????文件????????2466??2018-09-02?10:32??LibarayData\libary_users.sql
?????目錄???????????0??2018-09-02?10:30??圖書管理系統\
?????目錄???????????0??2018-09-02?10:30??圖書管理系統\.vs\
?????目錄???????????0??2018-09-02?10:30??圖書管理系統\.vs\圖書管理系統\
?????目錄???????????0??2018-09-02?10:30??圖書管理系統\.vs\圖書管理系統\DesignTimeBuild\
?????文件?????????112??2018-08-11?22:35??圖書管理系統\.vs\圖書管理系統\DesignTimeBuild\.dtbcache
?????目錄???????????0??2018-09-02?10:30??圖書管理系統\.vs\圖書管理系統\v15\
?????文件???????80896??2018-09-02?10:30??圖書管理系統\.vs\圖書管理系統\v15\.suo
?????目錄???????????0??2018-09-02?10:30??圖書管理系統\.vs\圖書管理系統\v15\Server\
?????目錄???????????0??2018-09-02?10:30??圖書管理系統\.vs\圖書管理系統\v15\Server\sqlite3\
?????文件???????????0??2018-08-08?09:10??圖書管理系統\.vs\圖書管理系統\v15\Server\sqlite3\db.lock
?????文件??????667648??2018-09-02?09:53??圖書管理系統\.vs\圖書管理系統\v15\Server\sqlite3\storage.ide
?????文件???????32768??2018-09-02?09:37??圖書管理系統\.vs\圖書管理系統\v15\Server\sqlite3\storage.ide-shm
?????文件?????4144752??2018-09-02?10:30??圖書管理系統\.vs\圖書管理系統\v15\Server\sqlite3\storage.ide-wal
?????文件????????1153??2018-08-08?09:10??圖書管理系統\圖書管理系統.sln
?????目錄???????????0??2018-09-02?10:30??圖書管理系統\圖書管理系統\
?????文件????????1054??2018-08-11?18:40??圖書管理系統\圖書管理系統\Admin.cs
?????文件????????3795??2018-08-11?18:40??圖書管理系統\圖書管理系統\Admin.Designer.cs
?????文件????????5817??2018-08-11?18:40??圖書管理系統\圖書管理系統\Admin.resx
?????文件?????????189??2018-08-08?09:10??圖書管理系統\圖書管理系統\App.config
?????目錄???????????0??2018-09-02?10:30??圖書管理系統\圖書管理系統\bin\
?????目錄???????????0??2018-09-02?10:30??圖書管理系統\圖書管理系統\bin\Debug\
?????文件??????294400??2017-12-21?21:23??圖書管理系統\圖書管理系統\bin\Debug\Google.Protobuf.dll
?????文件??????698368??2018-06-28?16:52??圖書管理系統\圖書管理系統\bin\Debug\MySql.Data.dll
?????文件??????802723??2018-06-28?16:49??圖書管理系統\圖書管理系統\bin\Debug\MySql.Data.xm
?????文件???????68096??2018-09-02?10:28??圖書管理系統\圖書管理系統\bin\Debug\圖書管理系統.exe
............此處省略72個文件信息
評論
共有 條評論