在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → C#图书管理系统asp.net 源码

C#图书管理系统asp.net 源码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:27.55M
  • 下载次数:15
  • 浏览次数:173
  • 发布时间:2020-10-23
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
C#的图书管理系统,包含借阅图书,图书管理,读者管理,书籍管理以及退还书籍。
【实例截图】
【核心代码】
图书管理
└── 图书管理
├── Book
│   ├── App_Start
│   │   └── RouteConfig.cs
│   ├── bin
│   │   ├── Book.dll
│   │   ├── Book.dll.config
│   │   ├── Book.pdb
│   │   ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
│   │   ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
│   │   ├── Microsoft.Web.Infrastructure.dll
│   │   ├── Newtonsoft.Json.dll
│   │   ├── Newtonsoft.Json.xml
│   │   ├── roslyn
│   │   │   ├── csc.exe
│   │   │   ├── csc.exe.config
│   │   │   ├── csc.rsp
│   │   │   ├── csi.exe
│   │   │   ├── csi.rsp
│   │   │   ├── Microsoft.Build.Tasks.CodeAnalysis.dll
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.dll
│   │   │   ├── Microsoft.CodeAnalysis.CSharp.Scripting.dll
│   │   │   ├── Microsoft.CodeAnalysis.dll
│   │   │   ├── Microsoft.CodeAnalysis.Scripting.dll
│   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.dll
│   │   │   ├── Microsoft.CSharp.Core.targets
│   │   │   ├── Microsoft.DiaSymReader.Native.amd64.dll
│   │   │   ├── Microsoft.DiaSymReader.Native.x86.dll
│   │   │   ├── Microsoft.VisualBasic.Core.targets
│   │   │   ├── System.AppContext.dll
│   │   │   ├── System.Collections.Immutable.dll
│   │   │   ├── System.Diagnostics.StackTrace.dll
│   │   │   ├── System.IO.FileSystem.dll
│   │   │   ├── System.IO.FileSystem.Primitives.dll
│   │   │   ├── System.Reflection.Metadata.dll
│   │   │   ├── vbc.exe
│   │   │   ├── vbc.exe.config
│   │   │   ├── vbc.rsp
│   │   │   ├── VBCSCompiler.exe
│   │   │   └── VBCSCompiler.exe.config
│   │   ├── System.Web.Helpers.dll
│   │   ├── System.Web.Helpers.xml
│   │   ├── System.Web.Mvc.dll
│   │   ├── System.Web.Mvc.xml
│   │   ├── System.Web.Razor.dll
│   │   ├── System.Web.Razor.xml
│   │   ├── System.Web.Webpages.Deployment.dll
│   │   ├── System.Web.Webpages.Deployment.xml
│   │   ├── System.Web.Webpages.dll
│   │   ├── System.Web.Webpages.Razor.dll
│   │   ├── System.Web.Webpages.Razor.xml
│   │   ├── System.Web.Webpages.xml
│   │   └── zh-Hans
│   │   ├── System.Web.Helpers.resources.dll
│   │   ├── System.Web.Mvc.resources.dll
│   │   ├── System.Web.Razor.resources.dll
│   │   ├── System.Web.Webpages.Deployment.resources.dll
│   │   ├── System.Web.Webpages.Razor.resources.dll
│   │   └── System.Web.Webpages.resources.dll
│   ├── Book.csproj
│   ├── Book.csproj.user
│   ├── Common
│   │   ├── CommonController.cs
│   │   ├── CommonMethod.cs
│   │   └── ReturnMessage.cs
│   ├── Content
│   │   ├── Common.css
│   │   ├── font-awesome-4.7.0
│   │   │   ├── css
│   │   │   │   ├── font-awesome.css
│   │   │   │   └── font-awesome.min.css
│   │   │   ├── fonts
│   │   │   │   ├── FontAwesome.otf
│   │   │   │   ├── fontawesome-webfont.eot
│   │   │   │   ├── fontawesome-webfont.svg
│   │   │   │   ├── fontawesome-webfont.ttf
│   │   │   │   ├── fontawesome-webfont.woff
│   │   │   │   └── fontawesome-webfont.woff2
│   │   │   ├── HELP-US-OUT.txt
│   │   │   ├── less
│   │   │   │   ├── animated.less
│   │   │   │   ├── bordered-pulled.less
│   │   │   │   ├── core.less
│   │   │   │   ├── fixed-width.less
│   │   │   │   ├── font-awesome.less
│   │   │   │   ├── icons.less
│   │   │   │   ├── larger.less
│   │   │   │   ├── list.less
│   │   │   │   ├── mixins.less
│   │   │   │   ├── path.less
│   │   │   │   ├── rotated-flipped.less
│   │   │   │   ├── screen-reader.less
│   │   │   │   ├── stacked.less
│   │   │   │   └── variables.less
│   │   │   └── scss
│   │   │   ├── _animated.scss
│   │   │   ├── _bordered-pulled.scss
│   │   │   ├── _core.scss
│   │   │   ├── _fixed-width.scss
│   │   │   ├── font-awesome.scss
│   │   │   ├── _icons.scss
│   │   │   ├── _larger.scss
│   │   │   ├── _list.scss
│   │   │   ├── _mixins.scss
│   │   │   ├── _path.scss
│   │   │   ├── _rotated-flipped.scss
│   │   │   ├── _screen-reader.scss
│   │   │   ├── _stacked.scss
│   │   │   └── _variables.scss
│   │   └── layui.css
│   ├── Controllers
│   │   ├── AdminManagerController.cs
│   │   ├── BookInfoController.cs
│   │   ├── BorrowBookController.cs
│   │   ├── FilterController.cs
│   │   ├── FirstController.cs
│   │   └── HomeController.cs
│   ├── fonts
│   │   ├── glyphicons-halflings-regular.eot
│   │   ├── glyphicons-halflings-regular.svg
│   │   ├── glyphicons-halflings-regular.ttf
│   │   ├── glyphicons-halflings-regular.woff
│   │   ├── iconfont.eot
│   │   ├── iconfont.svg
│   │   ├── iconfont.ttf
│   │   └── iconfont.woff
│   ├── Global.asax
│   ├── Global.asax.cs
│   ├── Models
│   │   ├── BookAdmin.cs
│   │   ├── BookAdminDAL.cs
│   │   ├── Bookinfo.cs
│   │   ├── BookInfoDAL.cs
│   │   ├── BorrowAndBack.cs
│   │   ├── BorrowAndBackDAL.cs
│   │   ├── CommonDAL.cs
│   │   ├── Generated
│   │   │   ├── Database.cs
│   │   │   ├── Database.tt
│   │   │   ├── PetaPoco.Core.ttinclude
│   │   │   └── PetaPoco.Generator.ttinclude
│   │   ├── PetaPoco.cs
│   │   ├── ReaderInfo.cs
│   │   ├── ReaderInfoDAL.cs
│   │   ├── TableInfo.cs
│   │   └── View
│   │   └── View_BorrowAndBack.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── Book.csprojAssemblyReference.cache
│   │   │   ├── Book.csproj.CopyComplete
│   │   │   ├── Book.csproj.CoreCompileInputs.cache
│   │   │   ├── Book.csproj.FileListAbsolute.txt
│   │   │   ├── Book.dll
│   │   │   ├── Book.pdb
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   └── TempPE
│   │   │   └── Models.Generated.Database.cs.dll
│   │   └── Release
│   │   ├── Book.csproj.CopyComplete
│   │   ├── Book.csproj.CoreCompileInputs.cache
│   │   ├── Book.csproj.FileListAbsolute.txt
│   │   ├── Book.csprojResolveAssemblyReference.cache
│   │   ├── Book.dll
│   │   ├── Book.pdb
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── Package
│   │   │   └── PackageTmp
│   │   │   ├── bin
│   │   │   │   ├── Book.dll
│   │   │   │   ├── Book.pdb
│   │   │   │   ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
│   │   │   │   ├── Microsoft.Web.Infrastructure.dll
│   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   ├── roslyn
│   │   │   │   │   ├── csc.exe
│   │   │   │   │   ├── csc.exe.config
│   │   │   │   │   ├── csc.rsp
│   │   │   │   │   ├── csi.exe
│   │   │   │   │   ├── csi.rsp
│   │   │   │   │   ├── Microsoft.Build.Tasks.CodeAnalysis.dll
│   │   │   │   │   ├── Microsoft.CodeAnalysis.CSharp.dll
│   │   │   │   │   ├── Microsoft.CodeAnalysis.CSharp.Scripting.dll
│   │   │   │   │   ├── Microsoft.CodeAnalysis.dll
│   │   │   │   │   ├── Microsoft.CodeAnalysis.Scripting.dll
│   │   │   │   │   ├── Microsoft.CodeAnalysis.VisualBasic.dll
│   │   │   │   │   ├── Microsoft.CSharp.Core.targets
│   │   │   │   │   ├── Microsoft.DiaSymReader.Native.amd64.dll
│   │   │   │   │   ├── Microsoft.DiaSymReader.Native.x86.dll
│   │   │   │   │   ├── Microsoft.VisualBasic.Core.targets
│   │   │   │   │   ├── System.AppContext.dll
│   │   │   │   │   ├── System.Collections.Immutable.dll
│   │   │   │   │   ├── System.Diagnostics.StackTrace.dll
│   │   │   │   │   ├── System.IO.FileSystem.dll
│   │   │   │   │   ├── System.IO.FileSystem.Primitives.dll
│   │   │   │   │   ├── System.Reflection.Metadata.dll
│   │   │   │   │   ├── vbc.exe
│   │   │   │   │   ├── vbc.exe.config
│   │   │   │   │   ├── vbc.rsp
│   │   │   │   │   ├── VBCSCompiler.exe
│   │   │   │   │   └── VBCSCompiler.exe.config
│   │   │   │   ├── System.Web.Helpers.dll
│   │   │   │   ├── System.Web.Mvc.dll
│   │   │   │   ├── System.Web.Razor.dll
│   │   │   │   ├── System.Web.Webpages.Deployment.dll
│   │   │   │   ├── System.Web.Webpages.dll
│   │   │   │   ├── System.Web.Webpages.Razor.dll
│   │   │   │   └── zh-Hans
│   │   │   │   ├── System.Web.Helpers.resources.dll
│   │   │   │   ├── System.Web.Mvc.resources.dll
│   │   │   │   ├── System.Web.Razor.resources.dll
│   │   │   │   ├── System.Web.Webpages.Deployment.resources.dll
│   │   │   │   ├── System.Web.Webpages.Razor.resources.dll
│   │   │   │   └── System.Web.Webpages.resources.dll
│   │   │   ├── Content
│   │   │   │   ├── Common.css
│   │   │   │   ├── font-awesome-4.7.0
│   │   │   │   │   ├── css
│   │   │   │   │   │   ├── font-awesome.css
│   │   │   │   │   │   └── font-awesome.min.css
│   │   │   │   │   ├── fonts
│   │   │   │   │   │   ├── FontAwesome.otf
│   │   │   │   │   │   ├── fontawesome-webfont.eot
│   │   │   │   │   │   ├── fontawesome-webfont.svg
│   │   │   │   │   │   ├── fontawesome-webfont.ttf
│   │   │   │   │   │   ├── fontawesome-webfont.woff
│   │   │   │   │   │   └── fontawesome-webfont.woff2
│   │   │   │   │   ├── HELP-US-OUT.txt
│   │   │   │   │   ├── less
│   │   │   │   │   │   ├── animated.less
│   │   │   │   │   │   ├── bordered-pulled.less
│   │   │   │   │   │   ├── core.less
│   │   │   │   │   │   ├── fixed-width.less
│   │   │   │   │   │   ├── font-awesome.less
│   │   │   │   │   │   ├── icons.less
│   │   │   │   │   │   ├── larger.less
│   │   │   │   │   │   ├── list.less
│   │   │   │   │   │   ├── mixins.less
│   │   │   │   │   │   ├── path.less
│   │   │   │   │   │   ├── rotated-flipped.less
│   │   │   │   │   │   ├── screen-reader.less
│   │   │   │   │   │   ├── stacked.less
│   │   │   │   │   │   └── variables.less
│   │   │   │   │   └── scss
│   │   │   │   │   ├── _animated.scss
│   │   │   │   │   ├── _bordered-pulled.scss
│   │   │   │   │   ├── _core.scss
│   │   │   │   │   ├── _fixed-width.scss
│   │   │   │   │   ├── font-awesome.scss
│   │   │   │   │   ├── _icons.scss
│   │   │   │   │   ├── _larger.scss
│   │   │   │   │   ├── _list.scss
│   │   │   │   │   ├── _mixins.scss
│   │   │   │   │   ├── _path.scss
│   │   │   │   │   ├── _rotated-flipped.scss
│   │   │   │   │   ├── _screen-reader.scss
│   │   │   │   │   ├── _stacked.scss
│   │   │   │   │   └── _variables.scss
│   │   │   │   └── layui.css
│   │   │   ├── fonts
│   │   │   │   ├── glyphicons-halflings-regular.eot
│   │   │   │   ├── glyphicons-halflings-regular.svg
│   │   │   │   ├── glyphicons-halflings-regular.ttf
│   │   │   │   ├── glyphicons-halflings-regular.woff
│   │   │   │   ├── iconfont.eot
│   │   │   │   ├── iconfont.svg
│   │   │   │   ├── iconfont.ttf
│   │   │   │   └── iconfont.woff
│   │   │   ├── Global.asax
│   │   │   ├── Models
│   │   │   │   └── Generated
│   │   │   │   ├── PetaPoco.Core.ttinclude
│   │   │   │   └── PetaPoco.Generator.ttinclude
│   │   │   ├── Scripts
│   │   │   │   ├── bookCommon.js
│   │   │   │   ├── bookinfoCommon.js
│   │   │   │   ├── jquery-3.3.1.min.js
│   │   │   │   ├── jquery.unobtrusive-ajax.js
│   │   │   │   ├── jquery.unobtrusive-ajax.min.js
│   │   │   │   ├── layui-v2.3.0
│   │   │   │   │   └── layui
│   │   │   │   │   ├── css
│   │   │   │   │   │   ├── layui.css
│   │   │   │   │   │   ├── layui.mobile.css
│   │   │   │   │   │   └── modules
│   │   │   │   │   │   ├── code.css
│   │   │   │   │   │   ├── laydate
│   │   │   │   │   │   │   └── default
│   │   │   │   │   │   │   └── laydate.css
│   │   │   │   │   │   └── layer
│   │   │   │   │   │   └── default
│   │   │   │   │   │   ├── icon-ext.png
│   │   │   │   │   │   ├── icon.png
│   │   │   │   │   │   ├── layer.css
│   │   │   │   │   │   ├── loading-0.gif
│   │   │   │   │   │   ├── loading-1.gif
│   │   │   │   │   │   └── loading-2.gif
│   │   │   │   │   ├── font
│   │   │   │   │   │   ├── iconfont.eot
│   │   │   │   │   │   ├── iconfont.svg
│   │   │   │   │   │   ├── iconfont.ttf
│   │   │   │   │   │   └── iconfont.woff
│   │   │   │   │   ├── images
│   │   │   │   │   │   └── face
│   │   │   │   │   │   ├── 0.gif
│   │   │   │   │   │   ├── 10.gif
│   │   │   │   │   │   ├── 11.gif
│   │   │   │   │   │   ├── 12.gif
│   │   │   │   │   │   ├── 13.gif
│   │   │   │   │   │   ├── 14.gif
│   │   │   │   │   │   ├── 15.gif
│   │   │   │   │   │   ├── 16.gif
│   │   │   │   │   │   ├── 17.gif
│   │   │   │   │   │   ├── 18.gif
│   │   │   │   │   │   ├── 19.gif
│   │   │   │   │   │   ├── 1.gif
│   │   │   │   │   │   ├── 20.gif
│   │   │   │   │   │   ├── 21.gif
│   │   │   │   │   │   ├── 22.gif
│   │   │   │   │   │   ├── 23.gif
│   │   │   │   │   │   ├── 24.gif
│   │   │   │   │   │   ├── 25.gif
│   │   │   │   │   │   ├── 26.gif
│   │   │   │   │   │   ├── 27.gif
│   │   │   │   │   │   ├── 28.gif
│   │   │   │   │   │   ├── 29.gif
│   │   │   │   │   │   ├── 2.gif
│   │   │   │   │   │   ├── 30.gif
│   │   │   │   │   │   ├── 31.gif
│   │   │   │   │   │   ├── 32.gif
│   │   │   │   │   │   ├── 33.gif
│   │   │   │   │   │   ├── 34.gif
│   │   │   │   │   │   ├── 35.gif
│   │   │   │   │   │   ├── 36.gif
│   │   │   │   │   │   ├── 37.gif
│   │   │   │   │   │   ├── 38.gif
│   │   │   │   │   │   ├── 39.gif
│   │   │   │   │   │   ├── 3.gif
│   │   │   │   │   │   ├── 40.gif
│   │   │   │   │   │   ├── 41.gif
│   │   │   │   │   │   ├── 42.gif
│   │   │   │   │   │   ├── 43.gif
│   │   │   │   │   │   ├── 44.gif
│   │   │   │   │   │   ├── 45.gif
│   │   │   │   │   │   ├── 46.gif
│   │   │   │   │   │   ├── 47.gif
│   │   │   │   │   │   ├── 48.gif
│   │   │   │   │   │   ├── 49.gif
│   │   │   │   │   │   ├── 4.gif
│   │   │   │   │   │   ├── 50.gif
│   │   │   │   │   │   ├── 51.gif
│   │   │   │   │   │   ├── 52.gif
│   │   │   │   │   │   ├── 53.gif
│   │   │   │   │   │   ├── 54.gif
│   │   │   │   │   │   ├── 55.gif
│   │   │   │   │   │   ├── 56.gif
│   │   │   │   │   │   ├── 57.gif
│   │   │   │   │   │   ├── 58.gif
│   │   │   │   │   │   ├── 59.gif
│   │   │   │   │   │   ├── 5.gif
│   │   │   │   │   │   ├── 60.gif
│   │   │   │   │   │   ├── 61.gif
│   │   │   │   │   │   ├── 62.gif
│   │   │   │   │   │   ├── 63.gif
│   │   │   │   │   │   ├── 64.gif
│   │   │   │   │   │   ├── 65.gif
│   │   │   │   │   │   ├── 66.gif
│   │   │   │   │   │   ├── 67.gif
│   │   │   │   │   │   ├── 68.gif
│   │   │   │   │   │   ├── 69.gif
│   │   │   │   │   │   ├── 6.gif
│   │   │   │   │   │   ├── 70.gif
│   │   │   │   │   │   ├── 71.gif
│   │   │   │   │   │   ├── 7.gif
│   │   │   │   │   │   ├── 8.gif
│   │   │   │   │   │   └── 9.gif
│   │   │   │   │   ├── lay
│   │   │   │   │   │   └── modules
│   │   │   │   │   │   ├── carousel.js
│   │   │   │   │   │   ├── code.js
│   │   │   │   │   │   ├── element.js
│   │   │   │   │   │   ├── flow.js
│   │   │   │   │   │   ├── form.js
│   │   │   │   │   │   ├── jquery.js
│   │   │   │   │   │   ├── laydate.js
│   │   │   │   │   │   ├── layedit.js
│   │   │   │   │   │   ├── layer.js
│   │   │   │   │   │   ├── laypage.js
│   │   │   │   │   │   ├── laytpl.js
│   │   │   │   │   │   ├── mobile.js
│   │   │   │   │   │   ├── rate.js
│   │   │   │   │   │   ├── table.js
│   │   │   │   │   │   ├── tree.js
│   │   │   │   │   │   ├── upload.js
│   │   │   │   │   │   └── util.js
│   │   │   │   │   ├── layui.all.js
│   │   │   │   │   └── layui.js
│   │   │   │   ├── modernizr-2.6.2.js
│   │   │   │   ├── ReaderInfoCommon.js
│   │   │   │   └── templetCommon.js
│   │   │   ├── Views
│   │   │   │   ├── AdminManager
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   └── rederinfoPage.cshtml
│   │   │   │   ├── BookInfo
│   │   │   │   │   └── BookInfo.cshtml
│   │   │   │   ├── BorrowBook
│   │   │   │   │   ├── BackBook.cshtml
│   │   │   │   │   └── BorrowBook.cshtml
│   │   │   │   ├── First
│   │   │   │   │   ├── Center.cshtml
│   │   │   │   │   └── Index.cshtml
│   │   │   │   ├── Home
│   │   │   │   │   └── Login.cshtml
│   │   │   │   ├── Shared
│   │   │   │   │   └── _Layout.cshtml
│   │   │   │   ├── templetCommon.cshtml
│   │   │   │   ├── _ViewStart.cshtml
│   │   │   │   └── web.config
│   │   │   └── Web.config
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   ├── TempPE
│   │   │   └── Models.Generated.Database.cs.dll
│   │   ├── TransformWebConfig
│   │   │   ├── assist
│   │   │   │   └── Web.config
│   │   │   ├── original
│   │   │   │   └── Web.config
│   │   │   └── transformed
│   │   │   └── Web.config
│   │   └── _WPPLastBuildInfo.txt
│   ├── packages.config
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   └── PublishProfiles
│   │   ├── FolderProfile.pubxml
│   │   └── FolderProfile.pubxml.user
│   ├── Scripts
│   │   ├── bookCommon.js
│   │   ├── bookinfoCommon.js
│   │   ├── jquery-3.3.1.min.js
│   │   ├── jquery.unobtrusive-ajax.js
│   │   ├── jquery.unobtrusive-ajax.min.js
│   │   ├── layui-v2.3.0
│   │   │   └── layui
│   │   │   ├── css
│   │   │   │   ├── layui.css
│   │   │   │   ├── layui.mobile.css
│   │   │   │   └── modules
│   │   │   │   ├── code.css
│   │   │   │   ├── laydate
│   │   │   │   │   └── default
│   │   │   │   │   └── laydate.css
│   │   │   │   └── layer
│   │   │   │   └── default
│   │   │   │   ├── icon-ext.png
│   │   │   │   ├── icon.png
│   │   │   │   ├── layer.css
│   │   │   │   ├── loading-0.gif
│   │   │   │   ├── loading-1.gif
│   │   │   │   └── loading-2.gif
│   │   │   ├── font
│   │   │   │   ├── iconfont.eot
│   │   │   │   ├── iconfont.svg
│   │   │   │   ├── iconfont.ttf
│   │   │   │   └── iconfont.woff
│   │   │   ├── images
│   │   │   │   └── face
│   │   │   │   ├── 0.gif
│   │   │   │   ├── 10.gif
│   │   │   │   ├── 11.gif
│   │   │   │   ├── 12.gif
│   │   │   │   ├── 13.gif
│   │   │   │   ├── 14.gif
│   │   │   │   ├── 15.gif
│   │   │   │   ├── 16.gif
│   │   │   │   ├── 17.gif
│   │   │   │   ├── 18.gif
│   │   │   │   ├── 19.gif
│   │   │   │   ├── 1.gif
│   │   │   │   ├── 20.gif
│   │   │   │   ├── 21.gif
│   │   │   │   ├── 22.gif
│   │   │   │   ├── 23.gif
│   │   │   │   ├── 24.gif
│   │   │   │   ├── 25.gif
│   │   │   │   ├── 26.gif
│   │   │   │   ├── 27.gif
│   │   │   │   ├── 28.gif
│   │   │   │   ├── 29.gif
│   │   │   │   ├── 2.gif
│   │   │   │   ├── 30.gif
│   │   │   │   ├── 31.gif
│   │   │   │   ├── 32.gif
│   │   │   │   ├── 33.gif
│   │   │   │   ├── 34.gif
│   │   │   │   ├── 35.gif
│   │   │   │   ├── 36.gif
│   │   │   │   ├── 37.gif
│   │   │   │   ├── 38.gif
│   │   │   │   ├── 39.gif
│   │   │   │   ├── 3.gif
│   │   │   │   ├── 40.gif
│   │   │   │   ├── 41.gif
│   │   │   │   ├── 42.gif
│   │   │   │   ├── 43.gif
│   │   │   │   ├── 44.gif
│   │   │   │   ├── 45.gif
│   │   │   │   ├── 46.gif
│   │   │   │   ├── 47.gif
│   │   │   │   ├── 48.gif
│   │   │   │   ├── 49.gif
│   │   │   │   ├── 4.gif
│   │   │   │   ├── 50.gif
│   │   │   │   ├── 51.gif
│   │   │   │   ├── 52.gif
│   │   │   │   ├── 53.gif
│   │   │   │   ├── 54.gif
│   │   │   │   ├── 55.gif
│   │   │   │   ├── 56.gif
│   │   │   │   ├── 57.gif
│   │   │   │   ├── 58.gif
│   │   │   │   ├── 59.gif
│   │   │   │   ├── 5.gif
│   │   │   │   ├── 60.gif
│   │   │   │   ├── 61.gif
│   │   │   │   ├── 62.gif
│   │   │   │   ├── 63.gif
│   │   │   │   ├── 64.gif
│   │   │   │   ├── 65.gif
│   │   │   │   ├── 66.gif
│   │   │   │   ├── 67.gif
│   │   │   │   ├── 68.gif
│   │   │   │   ├── 69.gif
│   │   │   │   ├── 6.gif
│   │   │   │   ├── 70.gif
│   │   │   │   ├── 71.gif
│   │   │   │   ├── 7.gif
│   │   │   │   ├── 8.gif
│   │   │   │   └── 9.gif
│   │   │   ├── lay
│   │   │   │   └── modules
│   │   │   │   ├── carousel.js
│   │   │   │   ├── code.js
│   │   │   │   ├── element.js
│   │   │   │   ├── flow.js
│   │   │   │   ├── form.js
│   │   │   │   ├── jquery.js
│   │   │   │   ├── laydate.js
│   │   │   │   ├── layedit.js
│   │   │   │   ├── layer.js
│   │   │   │   ├── laypage.js
│   │   │   │   ├── laytpl.js
│   │   │   │   ├── mobile.js
│   │   │   │   ├── rate.js
│   │   │   │   ├── table.js
│   │   │   │   ├── tree.js
│   │   │   │   ├── upload.js
│   │   │   │   └── util.js
│   │   │   ├── layui.all.js
│   │   │   └── layui.js
│   │   ├── modernizr-2.6.2.js
│   │   ├── ReaderInfoCommon.js
│   │   └── templetCommon.js
│   ├── Views
│   │   ├── AdminManager
│   │   │   ├── Index.cshtml
│   │   │   └── rederinfoPage.cshtml
│   │   ├── BookInfo
│   │   │   └── BookInfo.cshtml
│   │   ├── BorrowBook
│   │   │   ├── BackBook.cshtml
│   │   │   └── BorrowBook.cshtml
│   │   ├── First
│   │   │   ├── Center.cshtml
│   │   │   └── Index.cshtml
│   │   ├── Home
│   │   │   └── Login.cshtml
│   │   ├── Shared
│   │   │   └── _Layout.cshtml
│   │   ├── templetCommon.cshtml
│   │   ├── _ViewStart.cshtml
│   │   └── web.config
│   ├── Web.config
│   ├── Web.Debug.config
│   └── Web.Release.config
├── Book.sln
├── DB_51aspx
│   ├── BookManage.bak
│   ├── BookManage_log.ldf
│   ├── BookManage.mdf
│   └── 数据库生成文件.sql
├── packages
│   ├── Microsoft.AspNet.Mvc.5.2.3
│   │   ├── Content
│   │   │   ├── Web.config.install.xdt
│   │   │   └── Web.config.uninstall.xdt
│   │   ├── lib
│   │   │   └── net45
│   │   │   ├── System.Web.Mvc.dll
│   │   │   ├── System.Web.Mvc.xml
│   │   │   └── zh-Hans
│   │   │   ├── System.Web.Mvc.resources.dll
│   │   │   └── System.Web.Mvc.xml
│   │   └── Microsoft.AspNet.Mvc.5.2.3.nupkg
│   ├── Microsoft.AspNet.Mvc.zh-Hans.5.2.3
│   │   ├── lib
│   │   │   └── net45
│   │   │   └── zh-Hans
│   │   │   ├── System.Web.Mvc.resources.dll
│   │   │   └── System.Web.Mvc.xml
│   │   └── Microsoft.AspNet.Mvc.zh-Hans.5.2.3.nupkg
│   ├── Microsoft.AspNet.Razor.3.2.3
│   │   ├── lib
│   │   │   └── net45
│   │   │   ├── System.Web.Razor.dll
│   │   │   ├── System.Web.Razor.xml
│   │   │   └── zh-Hans
│   │   │   ├── System.Web.Razor.resources.dll
│   │   │   └── system.web.razor.xml
│   │   └── Microsoft.AspNet.Razor.3.2.3.nupkg
│   ├── Microsoft.AspNet.Razor.zh-Hans.3.2.3
│   │   ├── lib
│   │   │   └── net45
│   │   │   └── zh-Hans
│   │   │   ├── System.Web.Razor.resources.dll
│   │   │   └── system.web.razor.xml
│   │   └── Microsoft.AspNet.Razor.zh-Hans.3.2.3.nupkg
│   ├── Microsoft.AspNet.WebPages.3.2.3
│   │   ├── Content
│   │   │   ├── Web.config.install.xdt
│   │   │   └── Web.config.uninstall.xdt
│   │   ├── lib
│   │   │   └── net45
│   │   │   ├── System.Web.Helpers.dll
│   │   │   ├── System.Web.Helpers.xml
│   │   │   ├── System.Web.WebPages.Deployment.dll
│   │   │   ├── System.Web.WebPages.Deployment.xml
│   │   │   ├── System.Web.WebPages.dll
│   │   │   ├── System.Web.WebPages.Razor.dll
│   │   │   ├── System.Web.WebPages.Razor.xml
│   │   │   ├── System.Web.WebPages.xml
│   │   │   └── zh-Hans
│   │   │   ├── System.Web.Helpers.resources.dll
│   │   │   ├── system.web.helpers.xml
│   │   │   ├── System.Web.WebPages.Deployment.resources.dll
│   │   │   ├── system.web.webpages.deployment.xml
│   │   │   ├── System.Web.WebPages.Razor.resources.dll
│   │   │   ├── system.web.webpages.razor.xml
│   │   │   ├── System.Web.WebPages.resources.dll
│   │   │   └── system.web.webpages.xml
│   │   └── Microsoft.AspNet.WebPages.3.2.3.nupkg
│   ├── Microsoft.AspNet.WebPages.zh-Hans.3.2.3
│   │   ├── lib
│   │   │   └── net45
│   │   │   └── zh-Hans
│   │   │   ├── System.Web.Helpers.resources.dll
│   │   │   ├── system.web.helpers.xml
│   │   │   ├── System.Web.WebPages.Deployment.resources.dll
│   │   │   ├── system.web.webpages.deployment.xml
│   │   │   ├── System.Web.WebPages.Razor.resources.dll
│   │   │   ├── system.web.webpages.razor.xml
│   │   │   ├── System.Web.WebPages.resources.dll
│   │   │   └── system.web.webpages.xml
│   │   └── Microsoft.AspNet.WebPages.zh-Hans.3.2.3.nupkg
│   ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8
│   │   ├── build
│   │   │   └── net45
│   │   │   └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props
│   │   ├── content
│   │   │   ├── net45
│   │   │   │   ├── web.config.install.xdt
│   │   │   │   └── web.config.uninstall.xdt
│   │   │   └── net46
│   │   │   ├── web.config.install.xdt
│   │   │   └── web.config.uninstall.xdt
│   │   ├── lib
│   │   │   └── net45
│   │   │   ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
│   │   │   └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
│   │   ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8.nupkg
│   │   └── tools
│   │   └── net45
│   │   ├── install.ps1
│   │   └── uninstall.ps1
│   ├── Microsoft.Net.Compilers.1.3.2
│   │   ├── build
│   │   │   └── Microsoft.Net.Compilers.props
│   │   ├── Microsoft.Net.Compilers.1.3.2.nupkg
│   │   ├── ThirdPartyNotices.rtf
│   │   └── tools
│   │   ├── csc.exe
│   │   ├── csc.exe.config
│   │   ├── csc.rsp
│   │   ├── csi.exe
│   │   ├── csi.rsp
│   │   ├── Microsoft.Build.Tasks.CodeAnalysis.dll
│   │   ├── Microsoft.CodeAnalysis.CSharp.dll
│   │   ├── Microsoft.CodeAnalysis.CSharp.Scripting.dll
│   │   ├── Microsoft.CodeAnalysis.dll
│   │   ├── Microsoft.CodeAnalysis.Scripting.dll
│   │   ├── Microsoft.CodeAnalysis.VisualBasic.dll
│   │   ├── Microsoft.CSharp.Core.targets
│   │   ├── Microsoft.DiaSymReader.Native.amd64.dll
│   │   ├── Microsoft.DiaSymReader.Native.x86.dll
│   │   ├── Microsoft.VisualBasic.Core.targets
│   │   ├── System.AppContext.dll
│   │   ├── System.Collections.Immutable.dll
│   │   ├── System.Diagnostics.StackTrace.dll
│   │   ├── System.IO.FileSystem.dll
│   │   ├── System.IO.FileSystem.Primitives.dll
│   │   ├── System.Reflection.Metadata.dll
│   │   ├── vbc.exe
│   │   ├── vbc.exe.config
│   │   ├── vbc.rsp
│   │   ├── VBCSCompiler.exe
│   │   └── VBCSCompiler.exe.config
│   ├── Microsoft.Web.Infrastructure.1.0.0.0
│   │   ├── lib
│   │   │   └── net40
│   │   │   └── Microsoft.Web.Infrastructure.dll
│   │   ├── Microsoft.Web.Infrastructure.1.0.0.0.nupkg
│   │   └── tools
│   │   ├── Install.ps1
│   │   ├── Uninstall.ps1
│   │   ├── VS.psd1
│   │   └── VS.psm1
│   └── PetaPoco.5.1.306
│   ├── Content
│   │   └── Models
│   │   ├── Generated
│   │   │   ├── Database.tt
│   │   │   ├── PetaPoco.Core.ttinclude
│   │   │   └── PetaPoco.Generator.ttinclude
│   │   └── PetaPoco.cs
│   └── PetaPoco.5.1.306.nupkg
├── 图书管理系统功能设计.doc
└── 图书管理系统数据库设计.docx

134 directories, 609 files

标签:

实例下载地址

C#图书管理系统asp.net 源码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警