嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
基于C#语言的图书管理系统
本实例是基于C#语言开发的图书管理系统,连接SQL sever数据库,可以对数据进行增删改查等操作,是小型图书馆、书店图书管理系统的不二选择。
.
├── library
│ ├── App.config
│ ├── Dao.cs
│ ├── Data.cs
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── admin1.Designer.cs
│ ├── admin1.cs
│ ├── admin1.resx
│ ├── admin2.Designer.cs
│ ├── admin2.cs
│ ├── admin2.resx
│ ├── admin2_1.Designer.cs
│ ├── admin2_1.cs
│ ├── admin2_1.resx
│ ├── admin2_2.Designer.cs
│ ├── admin2_2.cs
│ ├── admin2_2.resx
│ ├── bin
│ │ ├── Debug
│ │ │ ├── library.exe
│ │ │ ├── library.exe.config
│ │ │ └── library.pdb
│ │ └── Release
│ ├── library.csproj
│ ├── library.sln
│ ├── login.Designer.cs
│ ├── login.cs
│ ├── login.resx
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TempPE
│ │ ├── library.Properties.Resources.resources
│ │ ├── library.admin1.resources
│ │ ├── library.admin2.resources
│ │ ├── library.admin2_1.resources
│ │ ├── library.admin2_2.resources
│ │ ├── library.csproj.AssemblyReference.cache
│ │ ├── library.csproj.CoreCompileInputs.cache
│ │ ├── library.csproj.FileListAbsolute.txt
│ │ ├── library.csproj.GenerateResource.cache
│ │ ├── library.exe
│ │ ├── library.login.resources
│ │ ├── library.pdb
│ │ ├── library.user1.resources
│ │ ├── library.user1_1.resources
│ │ └── library.user2.resources
│ ├── user1.Designer.cs
│ ├── user1.cs
│ ├── user1.resx
│ ├── user1_1.Designer.cs
│ ├── user1_1.cs
│ ├── user1_1.resx
│ ├── user2.Designer.cs
│ ├── user2.cs
│ └── user2.resx
└── 基于C#语言的图书管理系统_library(代码 工程文件).rar
8 directories, 56 files