嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
c# 图书管理系统可用于c#及数据库课程设计
用于小型的图书管理系统,连接了数据库,也用于数据库的课程设计
.
├── 好例子网_c#图书管理系统可用于c#及数据库课程设计.rar
└── 新建文件夹
├── sql 2000 data
│ ├── book_data.mdf
│ └── book_log.LDF
├── sql 2005 data
│ ├── book_data.mdf
│ └── book_data_log.LDF
├── 程序及源代码
│ ├── book
│ │ ├── Dbhelper.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── addbook.Designer.cs
│ │ ├── addbook.cs
│ │ ├── addbook.resx
│ │ ├── addreader.cs
│ │ ├── addreader.designer.cs
│ │ ├── addreader.resx
│ │ ├── admin.Designer.cs
│ │ ├── admin.cs
│ │ ├── admin.resx
│ │ ├── adminborrow.Designer.cs
│ │ ├── adminborrow.cs
│ │ ├── adminborrow.resx
│ │ ├── adminearchbook.Designer.cs
│ │ ├── adminearchbook.cs
│ │ ├── adminearchbook.resx
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── book.exe
│ │ │ ├── book.pdb
│ │ │ └── book.vshost.exe
│ │ ├── book.csproj
│ │ ├── book.csproj.user
│ │ ├── booksborrow.Designer.cs
│ │ ├── booksborrow.cs
│ │ ├── booksborrow.resx
│ │ ├── borrow.Designer.cs
│ │ ├── borrow.cs
│ │ ├── borrow.resx
│ │ ├── deletereader.cs
│ │ ├── deletereader.designer.cs
│ │ ├── deletereader.resx
│ │ ├── frmStudent.cs
│ │ ├── frmStudent.designer.cs
│ │ ├── frmStudent.resx
│ │ ├── login.Designer.cs
│ │ ├── login.cs
│ │ ├── login.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Refactor
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── book.Properties.Resources.resources
│ │ │ │ ├── book.addbook.resources
│ │ │ │ ├── book.addreader.resources
│ │ │ │ ├── book.admin.resources
│ │ │ │ ├── book.adminborrow.resources
│ │ │ │ ├── book.adminearchbook.resources
│ │ │ │ ├── book.booksborrow.resources
│ │ │ │ ├── book.borrow.resources
│ │ │ │ ├── book.csproj.GenerateResource.Cache
│ │ │ │ ├── book.deletereader.resources
│ │ │ │ ├── book.exe
│ │ │ │ ├── book.frmStudent.resources
│ │ │ │ ├── book.login.resources
│ │ │ │ ├── book.pdb
│ │ │ │ ├── book.publisher.resources
│ │ │ │ ├── book.reader.resources
│ │ │ │ ├── book.readerinfo.resources
│ │ │ │ ├── book.readerseacherinfo.resources
│ │ │ │ ├── book.readsearchbook.resources
│ │ │ │ ├── book.searchbook.resources
│ │ │ │ ├── book.testborrow.resources
│ │ │ │ ├── wode.Form1.resources
│ │ │ │ └── wode.searchbook.resources
│ │ │ └── book.csproj.FileList.txt
│ │ ├── publisher.Designer.cs
│ │ ├── publisher.cs
│ │ ├── publisher.resx
│ │ ├── reader.Designer.cs
│ │ ├── reader.cs
│ │ ├── reader.resx
│ │ ├── readerinfo.Designer.cs
│ │ ├── readerinfo.cs
│ │ ├── readerinfo.resx
│ │ ├── readerseacherinfo.Designer.cs
│ │ ├── readerseacherinfo.cs
│ │ ├── readerseacherinfo.resx
│ │ ├── readsearchbook.Designer.cs
│ │ ├── readsearchbook.cs
│ │ ├── readsearchbook.resx
│ │ ├── testborrow.Designer.cs
│ │ ├── testborrow.cs
│ │ ├── testborrow.resx
│ │ └── userhelper.cs
│ ├── book.sln
│ └── book.suo
└── 系统使用说明.txt
12 directories, 94 files