資源簡介
數據庫課程設計之服飾庫存管理系統。數據庫使用MySQL8.0,編譯器使用visual studio2017社區版。沒有完全寫完,調用數據庫的存儲過程那塊還存在bug。https://blog.csdn.net/wodemaoheise/article/details/86612428

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Threading.Tasks;
using?System.Windows.Forms;
namespace?ClothesManage
{
????static?class?Program
????{
????????///?
????????///?應用程序的主入口點。
????????///?
????????[STAThread]
????????static?void?Main()
????????{
????????????Application.EnableVisualstyles();
????????????Application.SetCompatibleTextRenderingDefault(false);
????????????Application.Run(new?Form1());
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-12-25?21:16??ClothesManage\
?????目錄???????????0??2018-12-25?21:16??ClothesManage\.vs\
?????目錄???????????0??2018-12-25?21:16??ClothesManage\.vs\ClothesManage\
?????目錄???????????0??2018-12-25?21:16??ClothesManage\.vs\ClothesManage\v15\
?????文件???????72192??2019-01-02?22:00??ClothesManage\.vs\ClothesManage\v15\.suo
?????目錄???????????0??2018-12-25?21:16??ClothesManage\.vs\ClothesManage\v15\Server\
?????目錄???????????0??2018-12-25?21:16??ClothesManage\.vs\ClothesManage\v15\Server\sqlite3\
?????文件???????????0??2018-12-25?21:16??ClothesManage\.vs\ClothesManage\v15\Server\sqlite3\db.lock
?????文件??????720896??2018-12-27?17:04??ClothesManage\.vs\ClothesManage\v15\Server\sqlite3\storage.ide
?????文件???????32768??2019-01-02?19:18??ClothesManage\.vs\ClothesManage\v15\Server\sqlite3\storage.ide-shm
?????文件?????4161232??2019-01-02?20:35??ClothesManage\.vs\ClothesManage\v15\Server\sqlite3\storage.ide-wal
?????目錄???????????0??2018-12-26?12:22??ClothesManage\ClothesManage\
?????文件????????1137??2018-12-25?21:16??ClothesManage\ClothesManage.sln
?????文件?????????189??2018-12-25?21:16??ClothesManage\ClothesManage\App.config
?????目錄???????????0??2018-12-26?11:19??ClothesManage\ClothesManage\Bean\
?????文件?????????959??2018-12-25?21:35??ClothesManage\ClothesManage\Bean\Administrator.cs
?????文件????????1392??2018-12-26?11:19??ClothesManage\ClothesManage\Bean\Clo.cs
?????文件?????????874??2018-12-25?21:35??ClothesManage\ClothesManage\Bean\ClothesType.cs
?????文件????????1367??2018-12-25?21:35??ClothesManage\ClothesManage\Bean\EnterLib.cs
?????文件????????1385??2018-12-25?21:35??ClothesManage\ClothesManage\Bean\OutLib.cs
?????目錄???????????0??2018-12-25?21:36??ClothesManage\ClothesManage\bin\
?????目錄???????????0??2018-12-25?22:15??ClothesManage\ClothesManage\bin\Debug\
?????文件???????46080??2019-01-02?20:56??ClothesManage\ClothesManage\bin\Debug\ClothesManage.exe
?????文件?????????530??2018-12-25?22:15??ClothesManage\ClothesManage\bin\Debug\ClothesManage.exe.config
?????文件??????167424??2019-01-02?20:56??ClothesManage\ClothesManage\bin\Debug\ClothesManage.pdb
?????文件??????457728??2015-10-02?23:04??ClothesManage\ClothesManage\bin\Debug\MySql.Data.dll
?????文件??????345600??2015-10-02?23:04??ClothesManage\ClothesManage\bin\Debug\MySql.Data.Entity.dll
?????文件??????357888??2015-10-02?23:05??ClothesManage\ClothesManage\bin\Debug\MySql.Data.Entity.EF6.dll
?????文件???????25600??2015-10-02?23:04??ClothesManage\ClothesManage\bin\Debug\MySql.Fabric.Plugin.dll
?????文件??????175104??2015-10-02?23:04??ClothesManage\ClothesManage\bin\Debug\MySql.Web.dll
?????目錄???????????0??2018-12-25?21:36??ClothesManage\ClothesManage\bin\Release\
............此處省略97個文件信息
評論
共有 條評論