【例子介绍】Visual C# SQL Server数据库开发与实例》源文件
Visual C# SQL Server数据库开发与实例》源文件 京华志&精华志出品 希望大家互相学习,互相进步 支持CSDN 支持微软
【相关图片】
【源码结构】
.
├── Visual C%23 %2B SQL Server数据库开发与实例》源文件
│ └── 源文件
│ ├── CHAP03
│ │ ├── StoreOnline
│ │ │ ├── AddToCart.aspx
│ │ │ ├── AddToCart.aspx.cs
│ │ │ ├── AddToCart.aspx.resx
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── CSS
│ │ │ │ └── Css1.css
│ │ │ ├── CheckOut.aspx
│ │ │ ├── CheckOut.aspx.cs
│ │ │ ├── CheckOut.aspx.resx
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.resx
│ │ │ ├── Foot.ascx
│ │ │ ├── Foot.ascx.cs
│ │ │ ├── Foot.ascx.resx
│ │ │ ├── Global.asax
│ │ │ ├── Global.asax.cs
│ │ │ ├── Global.asax.resx
│ │ │ ├── Head.ascx
│ │ │ ├── Head.ascx.cs
│ │ │ ├── Head.ascx.resx
│ │ │ ├── Images
│ │ │ │ ├── BACK.GIF
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── button_search.jpg
│ │ │ │ ├── left_bg_3.gif
│ │ │ │ ├── login.gif
│ │ │ │ ├── login_b.jpg
│ │ │ │ ├── login_l.jpg
│ │ │ │ ├── login_r.jpg
│ │ │ │ ├── login_t.jpg
│ │ │ │ ├── prosearch.jpg
│ │ │ │ ├── reg.gif
│ │ │ │ └── top1.gif
│ │ │ ├── LogOut.aspx
│ │ │ ├── LogOut.aspx.cs
│ │ │ ├── LogOut.aspx.resx
│ │ │ ├── Navigator.ascx
│ │ │ ├── Navigator.ascx.cs
│ │ │ ├── Navigator.ascx.resx
│ │ │ ├── OrderDetails.aspx
│ │ │ ├── OrderDetails.aspx.cs
│ │ │ ├── OrderDetails.aspx.resx
│ │ │ ├── OrderList.aspx
│ │ │ ├── OrderList.aspx.cs
│ │ │ ├── OrderList.aspx.resx
│ │ │ ├── Popular.ascx
│ │ │ ├── Popular.ascx.cs
│ │ │ ├── Popular.ascx.resx
│ │ │ ├── ProDetails.aspx
│ │ │ ├── ProDetails.aspx.cs
│ │ │ ├── ProDetails.aspx.resx
│ │ │ ├── ProImages
│ │ │ │ └── thumbs
│ │ │ │ ├── Thumbs.db
│ │ │ │ └── image.gif
│ │ │ ├── ProList.aspx
│ │ │ ├── ProList.aspx.cs
│ │ │ ├── ProList.aspx.resx
│ │ │ ├── Search.ascx
│ │ │ ├── Search.ascx.cs
│ │ │ ├── Search.ascx.resx
│ │ │ ├── SearchResult.aspx
│ │ │ ├── SearchResult.aspx.cs
│ │ │ ├── SearchResult.aspx.resx
│ │ │ ├── ShoppingCart.aspx
│ │ │ ├── ShoppingCart.aspx.cs
│ │ │ ├── ShoppingCart.aspx.resx
│ │ │ ├── StoreDBO.cs
│ │ │ ├── StoreOnline.csproj
│ │ │ ├── StoreOnline.csproj.webinfo
│ │ │ ├── StoreOnline.sln
│ │ │ ├── StoreOnline.suo
│ │ │ ├── Test.aspx
│ │ │ ├── Test.aspx.cs
│ │ │ ├── Test.aspx.resx
│ │ │ ├── Web.config
│ │ │ ├── bin
│ │ │ │ ├── StoreOnline.dll
│ │ │ │ └── StoreOnline.pdb
│ │ │ ├── login.aspx
│ │ │ ├── login.aspx.cs
│ │ │ └── login.aspx.resx
│ │ └── 数据库
│ │ ├── StoreOnline.mdf
│ │ └── StoreOnline_log.LDF
│ ├── CHAP04
│ │ ├── TestOnline
│ │ │ ├── AddPaper.aspx
│ │ │ ├── AddPaper.aspx.cs
│ │ │ ├── AddPaper.aspx.resx
│ │ │ ├── AddQuestions.aspx
│ │ │ ├── AddQuestions.aspx.cs
│ │ │ ├── AddQuestions.aspx.resx
│ │ │ ├── Analysis.aspx
│ │ │ ├── Analysis.aspx.cs
│ │ │ ├── Analysis.aspx.resx
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── ChartPic_000001.png
│ │ │ ├── ChartPic_000002.png
│ │ │ ├── ChartPic_000003.png
│ │ │ ├── Global.asax
│ │ │ ├── Global.asax.cs
│ │ │ ├── Global.asax.resx
│ │ │ ├── Images
│ │ │ │ ├── Thumbs.db
│ │ │ │ └── top.gif
│ │ │ ├── Login.aspx
│ │ │ ├── Login.aspx.cs
│ │ │ ├── Login.aspx.resx
│ │ │ ├── StuDefault.aspx
│ │ │ ├── StuDefault.aspx.cs
│ │ │ ├── StuDefault.aspx.resx
│ │ │ ├── TDefault.aspx
│ │ │ ├── TDefault.aspx.cs
│ │ │ ├── TDefault.aspx.resx
│ │ │ ├── TestOnline.csproj
│ │ │ ├── TestOnline.csproj.webinfo
│ │ │ ├── TestOnline.sln
│ │ │ ├── TestOnline.suo
│ │ │ ├── TestRoom.aspx
│ │ │ ├── TestRoom.aspx.cs
│ │ │ ├── TestRoom.aspx.resx
│ │ │ ├── Thumbs.db
│ │ │ ├── Web.config
│ │ │ ├── bin
│ │ │ │ ├── TestOnline.dll
│ │ │ │ ├── TestOnline.pdb
│ │ │ │ ├── dundaswebchart.dll
│ │ │ │ └── dundaswebchart.xml
│ │ │ └── licenses.licx
│ │ ├── readme.txt
│ │ └── 数据库
│ │ ├── TestOnline_Data.MDF
│ │ └── TestOnline_Log.LDF
│ ├── CHAP05
│ │ ├── ClassOnline
│ │ │ ├── AddrList.aspx
│ │ │ ├── AddrList.aspx.cs
│ │ │ ├── AddrList.aspx.resx
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Board.aspx
│ │ │ ├── Board.aspx.cs
│ │ │ ├── Board.aspx.resx
│ │ │ ├── ClassOnline.csproj
│ │ │ ├── ClassOnline.csproj.webinfo
│ │ │ ├── ClassOnline.sln
│ │ │ ├── ClassOnline.suo
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.resx
│ │ │ ├── DelMsg.aspx
│ │ │ ├── DelMsg.aspx.cs
│ │ │ ├── DelMsg.aspx.resx
│ │ │ ├── EditMsg.aspx
│ │ │ ├── EditMsg.aspx.cs
│ │ │ ├── EditMsg.aspx.resx
│ │ │ ├── Find_cl.aspx
│ │ │ ├── Find_cl.aspx.cs
│ │ │ ├── Find_cl.aspx.resx
│ │ │ ├── Find_cl2.aspx
│ │ │ ├── Find_cl2.aspx.cs
│ │ │ ├── Find_cl2.aspx.resx
│ │ │ ├── Find_cl3.aspx
│ │ │ ├── Find_cl3.aspx.cs
│ │ │ ├── Find_cl3.aspx.resx
│ │ │ ├── Find_end.aspx
│ │ │ ├── Find_end.aspx.cs
│ │ │ ├── Find_end.aspx.resx
│ │ │ ├── Global.asax
│ │ │ ├── Global.asax.cs
│ │ │ ├── Global.asax.resx
│ │ │ ├── LockMsg.aspx
│ │ │ ├── LockMsg.aspx.cs
│ │ │ ├── LockMsg.aspx.resx
│ │ │ ├── Reg.aspx
│ │ │ ├── Reg.aspx.cs
│ │ │ ├── Reg.aspx.resx
│ │ │ ├── UlockMsg.aspx
│ │ │ ├── UlockMsg.aspx.cs
│ │ │ ├── UlockMsg.aspx.resx
│ │ │ ├── UserInfo.dtq
│ │ │ ├── Web.config
│ │ │ ├── Welcome.aspx
│ │ │ ├── Welcome.aspx.cs
│ │ │ ├── Welcome.aspx.resx
│ │ │ ├── bin
│ │ │ │ ├── ClassOnline.dll
│ │ │ │ └── ClassOnline.pdb
│ │ │ ├── image
│ │ │ │ ├── 0.gif
│ │ │ │ ├── 1.gif
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── bar1.gif
│ │ │ │ ├── favo00.gif
│ │ │ │ ├── home00.gif
│ │ │ │ ├── l3.gif
│ │ │ │ ├── logo.gif
│ │ │ │ └── more1.gif
│ │ │ └── myStyle.css
│ │ └── 数据库
│ │ ├── ClassOnline_Data.MDF
│ │ └── ClassOnline_Log.LDF
│ ├── CHAP06
│ │ ├── OfficeOnline
│ │ │ ├── AddAdvice.aspx
│ │ │ ├── AddAdvice.aspx.cs
│ │ │ ├── AddAdvice.aspx.resx
│ │ │ ├── AddDpt.aspx
│ │ │ ├── AddDpt.aspx.cs
│ │ │ ├── AddDpt.aspx.resx
│ │ │ ├── AddSch.aspx
│ │ │ ├── AddSch.aspx.cs
│ │ │ ├── AddSch.aspx.resx
│ │ │ ├── Advice.aspx
│ │ │ ├── Advice.aspx.cs
│ │ │ ├── Advice.aspx.resx
│ │ │ ├── AdviceDetail.aspx
│ │ │ ├── AdviceDetail.aspx.cs
│ │ │ ├── AdviceDetail.aspx.resx
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── BlnAdd.aspx
│ │ │ ├── BlnAdd.aspx.cs
│ │ │ ├── BlnAdd.aspx.resx
│ │ │ ├── BlnManage.aspx
│ │ │ ├── BlnManage.aspx.cs
│ │ │ ├── BlnManage.aspx.resx
│ │ │ ├── BlnModify.aspx
│ │ │ ├── BlnModify.aspx.cs
│ │ │ ├── BlnModify.aspx.resx
│ │ │ ├── Bulletin.aspx
│ │ │ ├── Bulletin.aspx.cs
│ │ │ ├── Bulletin.aspx.resx
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.resx
│ │ │ ├── Department.aspx
│ │ │ ├── Department.aspx.cs
│ │ │ ├── Department.aspx.resx
│ │ │ ├── DptModify.aspx
│ │ │ ├── DptModify.aspx.cs
│ │ │ ├── DptModify.aspx.resx
│ │ │ ├── EmpAdd.aspx
│ │ │ ├── EmpAdd.aspx.cs
│ │ │ ├── EmpAdd.aspx.resx
│ │ │ ├── EmpDetail.aspx
│ │ │ ├── EmpDetail.aspx.cs
│ │ │ ├── EmpDetail.aspx.resx
│ │ │ ├── EmpManage.aspx
│ │ │ ├── EmpManage.aspx.cs
│ │ │ ├── EmpManage.aspx.resx
│ │ │ ├── Global.asax
│ │ │ ├── Global.asax.cs
│ │ │ ├── Global.asax.resx
│ │ │ ├── Images
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── Top1.gif
│ │ │ │ ├── Water lilies.jpg
│ │ │ │ ├── add_small.gif
│ │ │ │ ├── day.gif
│ │ │ │ ├── delete.gif
│ │ │ │ ├── fmback1.gif
│ │ │ │ ├── left_arrow.gif
│ │ │ │ ├── month.gif
│ │ │ │ ├── query.gif
│ │ │ │ ├── right_arrow.gif
│ │ │ │ ├── saveexi.gif
│ │ │ │ ├── week.gif
│ │ │ │ ├── 发表留言.gif
│ │ │ │ ├── 添加公告.gif
│ │ │ │ ├── 添加员工.gif
│ │ │ │ └── 添加部门.gif
│ │ │ ├── Login.aspx
│ │ │ ├── Login.aspx.cs
│ │ │ ├── Login.aspx.resx
│ │ │ ├── OfficeOnline.csproj
│ │ │ ├── OfficeOnline.csproj.webinfo
│ │ │ ├── OfficeOnline.sln
│ │ │ ├── OfficeOnline.suo
│ │ │ ├── SchByDay.aspx
│ │ │ ├── SchByDay.aspx.cs
│ │ │ ├── SchByDay.aspx.resx
│ │ │ ├── SchContent.aspx
│ │ │ ├── SchContent.aspx.cs
│ │ │ ├── SchContent.aspx.resx
│ │ │ ├── SchManage.aspx
│ │ │ ├── SchManage.aspx.cs
│ │ │ ├── SchManage.aspx.resx
│ │ │ ├── Web.config
│ │ │ └── bin
│ │ │ ├── OfficeOnline.dll
│ │ │ └── OfficeOnline.pdb
│ │ └── 数据库
│ │ ├── OfficeOnline_Data.MDF
│ │ └── OfficeOnline_Log.LDF
│ ├── CHAP07
│ │ ├── EAlbum
│ │ │ ├── App.ico
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Attribute.cs
│ │ │ ├── Attribute.resx
│ │ │ ├── List.cs
│ │ │ ├── List.resx
│ │ │ ├── Model.cs
│ │ │ ├── Observer.cs
│ │ │ ├── Search.cs
│ │ │ ├── Search.resx
│ │ │ ├── TreeItem.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── EAlbum.exe
│ │ │ │ ├── EAlbum.pdb
│ │ │ │ └── zh-CHS
│ │ │ │ └── EAlbum.resources.dll
│ │ │ ├── control.cs
│ │ │ ├── control.resx
│ │ │ ├── control.zh-CHS.resx
│ │ │ ├── img
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── EAlbum.Attribute.resources
│ │ │ │ ├── EAlbum.Form1.resources
│ │ │ │ ├── EAlbum.Form1.zh-CHS.resources
│ │ │ │ ├── EAlbum.List.resources
│ │ │ │ ├── EAlbum.Search.resources
│ │ │ │ ├── EAlbum.View1.resources
│ │ │ │ ├── EAlbum.exe
│ │ │ │ ├── EAlbum.exe.incr
│ │ │ │ ├── EAlbum.pdb
│ │ │ │ ├── EAlbum.picture.resources
│ │ │ │ ├── EAlbum.projdata
│ │ │ │ ├── EAlbum.projdata1
│ │ │ │ ├── TempPE
│ │ │ │ ├── temp
│ │ │ │ ├── zh-CHS
│ │ │ │ │ └── EAlbum.resources.dll
│ │ │ │ └── 电子相册.projdata
│ │ │ ├── picture.cs
│ │ │ ├── picture.resx
│ │ │ ├── 电子相册.csproj
│ │ │ ├── 电子相册.csproj.user
│ │ │ ├── 电子相册.sln
│ │ │ └── 电子相册.suo
│ │ └── 数据库
│ │ ├── EAlbum_Data.MDF
│ │ └── EAlbum_Log.LDF
│ ├── CHAP08
│ │ ├── 数据库
│ │ │ ├── BookManagement.mdf
│ │ │ └── BookManagement_log.LDF
│ │ └── 图书出租管理系统
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── Book.cs
│ │ ├── Book.dtq
│ │ ├── Book.resx
│ │ ├── Borrow.dtq
│ │ ├── BorrowBook.dtq
│ │ ├── BorrowReturn.cs
│ │ ├── BorrowReturn.resx
│ │ ├── DataSetBook.cs
│ │ ├── DataSetBook.xsd
│ │ ├── DataSetBook.xsx
│ │ ├── DataSetBorrowReturn.cs
│ │ ├── DataSetBorrowReturn.xsd
│ │ ├── DataSetBorrowReturn.xsx
│ │ ├── DataSetPublishing.cs
│ │ ├── DataSetPublishing.xsd
│ │ ├── DataSetPublishing.xsx
│ │ ├── DataSetQuery.cs
│ │ ├── DataSetQuery.xsd
│ │ ├── DataSetQuery.xsx
│ │ ├── DataSetReader.cs
│ │ ├── DataSetReader.xsd
│ │ ├── DataSetUser.cs
│ │ ├── DataSetUser.xsd
│ │ ├── FileEdit.gif
│ │ ├── Login.cs
│ │ ├── Login.resx
│ │ ├── MainForm.cs
│ │ ├── MainForm.resx
│ │ ├── ManagerUser.dtq
│ │ ├── PublishCompany.cs
│ │ ├── PublishCompany.resx
│ │ ├── Query.cs
│ │ ├── Query.resx
│ │ ├── Reader.cs
│ │ ├── Reader.dtq
│ │ ├── Reader.resx
│ │ ├── User.cs
│ │ ├── User.dtq
│ │ ├── User.resx
│ │ ├── bak.gif
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Login.exe
│ │ │ ├── Login.pdb
│ │ │ ├── 借阅信息.rpt
│ │ │ ├── 图书信息.rpt
│ │ │ ├── 读者信息.rpt
│ │ │ └── 出版社信息.rpt
│ │ ├── cancel.gif
│ │ ├── conf.gif
│ │ ├── delete.gif
│ │ ├── hide_menu.gif
│ │ ├── left_arrow.gif
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── Library.Book.resources
│ │ │ ├── Library.BorrowReturn.resources
│ │ │ ├── Library.LoginForm.resources
│ │ │ ├── Library.MainForm.resources
│ │ │ ├── Library.Publishing.resources
│ │ │ ├── Library.Query.resources
│ │ │ ├── Library.Reader.resources
│ │ │ ├── Library.User.resources
│ │ │ ├── Library.projdata
│ │ │ ├── Login.exe
│ │ │ ├── Login.pdb
│ │ │ ├── Login.projdata
│ │ │ ├── TempPE
│ │ │ ├── temp
│ │ │ └── 图书出租管理系统.projdata
│ │ ├── right_arrow.gif
│ │ ├── sexit.gif
│ │ ├── show_menu.gif
│ │ ├── 图书出租管理系统.csproj
│ │ ├── 图书出租管理系统.csproj.user
│ │ ├── 图书出租管理系统.sln
│ │ └── 图书出租管理系统.suo
│ ├── CHAP09
│ │ ├── HotelManagement
│ │ │ ├── App.ico
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── ClientBookIn.cs
│ │ │ ├── ClientBookIn.resx
│ │ │ ├── ClientBookInManage.cs
│ │ │ ├── ClientCheck.cs
│ │ │ ├── ClientCheck.resx
│ │ │ ├── ClientCheckManage.cs
│ │ │ ├── ClientSearch.cs
│ │ │ ├── ClientSearch.resx
│ │ │ ├── Connection.cs
│ │ │ ├── HotelManage.csproj
│ │ │ ├── HotelManage.csproj.user
│ │ │ ├── InitialForm.cs
│ │ │ ├── InitialForm.resx
│ │ │ ├── MainForm.cs
│ │ │ ├── MainForm.resx
│ │ │ ├── Room.cs
│ │ │ ├── Room.resx
│ │ │ ├── RoomManage.cs
│ │ │ ├── RoomSearch.cs
│ │ │ ├── RoomSearch.resx
│ │ │ ├── RoomType.cs
│ │ │ ├── RoomType.resx
│ │ │ ├── RoomTypeManage.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── MainForm.cs.exe
│ │ │ │ └── MainForm.cs.pdb
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── HotelManage.ClientBookIn.resources
│ │ │ │ ├── HotelManage.ClientCheck.resources
│ │ │ │ ├── HotelManage.ClientSearch.resources
│ │ │ │ ├── HotelManage.InitialForm.resources
│ │ │ │ ├── HotelManage.MainForm.resources
│ │ │ │ ├── HotelManage.Room.resources
│ │ │ │ ├── HotelManage.RoomSearch.resources
│ │ │ │ ├── HotelManage.RoomType.resources
│ │ │ │ ├── HotelManage.projdata
│ │ │ │ ├── MainForm.cs.exe
│ │ │ │ ├── MainForm.cs.pdb
│ │ │ │ ├── MainForm.cs.projdata
│ │ │ │ ├── TempPE
│ │ │ │ ├── temp
│ │ │ │ └── 宾馆管理系统.projdata
│ │ │ ├── 宾馆管理系统.sln
│ │ │ └── 宾馆管理系统.suo
│ │ └── 数据库
│ │ ├── HotelManage.mdf
│ │ └── HotelManage_log.LDF
│ ├── CHAP10
│ │ ├── Students
│ │ │ ├── AddDep.cs
│ │ │ ├── AddDep.resx
│ │ │ ├── AddStu.cs
│ │ │ ├── AddStu.resx
│ │ │ ├── App.ico
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── CrystalReport1.cs
│ │ │ ├── CrystalReport1.rpt
│ │ │ ├── Dataset1.cs
│ │ │ ├── Dataset1.xsd
│ │ │ ├── Dataset1.xsx
│ │ │ ├── Default.cs
│ │ │ ├── Default.resx
│ │ │ ├── MyRprt1.cs
│ │ │ ├── MyRprt1.rpt
│ │ │ ├── MyRprt2.cs
│ │ │ ├── MyRprt2.rpt
│ │ │ ├── MyRprt3.cs
│ │ │ ├── MyRprt3.rpt
│ │ │ ├── MyRprt4.cs
│ │ │ ├── MyRprt4.rpt
│ │ │ ├── MyRprt5.cs
│ │ │ ├── MyRprt5.rpt
│ │ │ ├── Student.cs
│ │ │ ├── Student.resx
│ │ │ ├── Students.csproj
│ │ │ ├── Students.csproj.user
│ │ │ ├── Students.sln
│ │ │ ├── Students.suo
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Students.exe
│ │ │ │ └── Students.pdb
│ │ │ ├── img
│ │ │ │ ├── Prairie Wind.bmp
│ │ │ │ └── Thumbs.db
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── Students.AddDep.resources
│ │ │ │ ├── Students.AddStu.resources
│ │ │ │ ├── Students.Default.resources
│ │ │ │ ├── Students.Student.resources
│ │ │ │ ├── Students.exe
│ │ │ │ ├── Students.exe.incr
│ │ │ │ ├── Students.pdb
│ │ │ │ ├── Students.projdata
│ │ │ │ ├── TempPE
│ │ │ │ │ ├── CrystalReport1.cs.dll
│ │ │ │ │ ├── Dataset1.cs.dll
│ │ │ │ │ ├── MyRprt1.cs.dll
│ │ │ │ │ ├── MyRprt2.cs.dll
│ │ │ │ │ ├── MyRprt3.cs.dll
│ │ │ │ │ ├── MyRprt4.cs.dll
│ │ │ │ │ └── MyRprt5.cs.dll
│ │ │ │ └── temp
│ │ │ ├── {56065BD8-C593-44C0-93DC-38CB76C272D8}.rpt
│ │ │ ├── {8DAF0010-D4F9-41AC-A546-4A2C69E64130}.rpt
│ │ │ ├── {A97C7753-78DF-486F-A64B-43AF7B1A862E}.rpt
│ │ │ ├── {A98B7349-FC14-4190-A509-11E4CEC0623E}.rpt
│ │ │ └── {B89B03F0-B4FF-4C3B-B583-FB6EAA968B3C}.rpt
│ │ └── 数据库
│ │ ├── Students_Data.MDF
│ │ └── Students_Log.LDF
│ └── 用户名 密码 数据库.txt
└── 5t6t网_VisualC# SQL Server数据库开发与实例》源文件.rar
65 directories, 489 files
评论