• 大小: 1.01MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-10-12
  • 语言: 数据库
  • 标签: MySQL  

资源简介

数据库课程设计之服饰库存管理系统。数据库使用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个文件信息

评论

共有 条评论