CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数据库系统 SQL Server数据库

文件名称:library-management-system

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2015-10-05
  • 文件大小:
    716.18kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

图书馆管理系统:数据库技术采用关系型数据库sqlserver2005。因为我们要实现的是动态的数据管理,采用数据库服务器能更好的达到这个目的。图书管理系统通过web.config文件配置数据库链接字符串来对数据库进行操作,同时,通过SqlConneciton类实现数据库链接。用ASP. NET技术来开发动态网站,用windows2XP+II6搭建的服务器平台。-Library management system: Database technology uses a relational sqlserver2005. Because we want to achieve is a dynamic data management, use of the server can better achieve this aim. Library management system configuration connection string through the web.config file to operate the , while achieving the link by SqlConneciton class. With ASP. NET technology to develop dynamic Web sites with windows2XP+II6 built server platform.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

图书管理系统.doc
图书管理系统1/图书管理系统/about.html
图书管理系统1/图书管理系统/Admin/bookAdd.aspx
图书管理系统1/图书管理系统/Admin/bookAdd.aspx.cs
图书管理系统1/图书管理系统/Admin/bookDel.aspx
图书管理系统1/图书管理系统/Admin/bookDel.aspx.cs
图书管理系统1/图书管理系统/Admin/bookEdit.aspx
图书管理系统1/图书管理系统/Admin/bookEdit.aspx.cs
图书管理系统1/图书管理系统/Admin/bookLend.aspx
图书管理系统1/图书管理系统/Admin/bookLend.aspx.cs
图书管理系统1/图书管理系统/Admin/bookOverdue.aspx
图书管理系统1/图书管理系统/Admin/bookOverdue.aspx.cs
图书管理系统1/图书管理系统/Admin/bookReturn.aspx
图书管理系统1/图书管理系统/Admin/bookReturn.aspx.cs
图书管理系统1/图书管理系统/Admin/booksManage.aspx
图书管理系统1/图书管理系统/Admin/booksManage.aspx.cs
图书管理系统1/图书管理系统/Admin/bookTypeAdd.aspx
图书管理系统1/图书管理系统/Admin/bookTypeAdd.aspx.cs
图书管理系统1/图书管理系统/Admin/bookTypeDel.aspx
图书管理系统1/图书管理系统/Admin/bookTypeDel.aspx.cs
图书管理系统1/图书管理系统/Admin/bookTypeEdit.aspx
图书管理系统1/图书管理系统/Admin/bookTypeEdit.aspx.cs
图书管理系统1/图书管理系统/Admin/bookTypeManage.aspx
图书管理系统1/图书管理系统/Admin/bookTypeManage.aspx.cs
图书管理系统1/图书管理系统/Admin/changePassword.aspx
图书管理系统1/图书管理系统/Admin/changePassword.aspx.cs
图书管理系统1/图书管理系统/Admin/index.aspx
图书管理系统1/图书管理系统/Admin/index.aspx.cs
图书管理系统1/图书管理系统/Admin/readerAdd.aspx
图书管理系统1/图书管理系统/Admin/readerAdd.aspx.cs
图书管理系统1/图书管理系统/Admin/readerDel.aspx
图书管理系统1/图书管理系统/Admin/readerDel.aspx.cs
图书管理系统1/图书管理系统/Admin/readerEdit.aspx
图书管理系统1/图书管理系统/Admin/readerEdit.aspx.cs
图书管理系统1/图书管理系统/Admin/readerManage.aspx
图书管理系统1/图书管理系统/Admin/readerManage.aspx.cs
图书管理系统1/图书管理系统/Admin/ReaderPhoto/20090206204723.jpg
图书管理系统1/图书管理系统/Admin/ReaderPhoto/20090206210037.jpg
图书管理系统1/图书管理系统/Admin/ReaderPhoto/20090206210324.jpg
图书管理系统1/图书管理系统/Admin/ReaderPhoto/NoImage.jpg
图书管理系统1/图书管理系统/Admin/readerTypeAdd.aspx
图书管理系统1/图书管理系统/Admin/readerTypeAdd.aspx.cs
图书管理系统1/图书管理系统/Admin/readerTypeDel.aspx
图书管理系统1/图书管理系统/Admin/readerTypeDel.aspx.cs
图书管理系统1/图书管理系统/Admin/readerTypeEdit.aspx
图书管理系统1/图书管理系统/Admin/readerTypeEdit.aspx.cs
图书管理系统1/图书管理系统/Admin/readerTypeManage.aspx
图书管理系统1/图书管理系统/Admin/readerTypeManage.aspx.cs
图书管理系统1/图书管理系统/Admin/seltime.aspx
图书管理系统1/图书管理系统/App_Code/Logic/AdminLogic.cs
图书管理系统1/图书管理系统/App_Code/Logic/BooksLogic.cs
图书管理系统1/图书管理系统/App_Code/Logic/BookTypeLogic.cs
图书管理系统1/图书管理系统/App_Code/Logic/LoanLogic.cs
图书管理系统1/图书管理系统/App_Code/Logic/ReaderLogic.cs
图书管理系统1/图书管理系统/App_Code/Logic/ReaderTypeLogic.cs
图书管理系统1/图书管理系统/App_Code/Model/AdminModel.cs
图书管理系统1/图书管理系统/App_Code/Model/BooksModel.cs
图书管理系统1/图书管理系统/App_Code/Model/BookTypeModel.cs
图书管理系统1/图书管理系统/App_Code/Model/LoanModel.cs
图书管理系统1/图书管理系统/App_Code/Model/OverdueModel.cs
图书管理系统1/图书管理系统/App_Code/Model/ReaderModel.cs
图书管理系统1/图书管理系统/App_Code/Model/ReaderTypeModel.cs
图书管理系统1/图书管理系统/App_Code/Utility/Common.cs
图书管理系统1/图书管理系统/App_Code/Utility/DBOperation.cs
图书管理系统1/图书管理系统/App_Code/Utility/Logger.cs
图书管理系统1/图书管理系统/css/style.css
图书管理系统1/图书管理系统/Data/script.sql
图书管理系统1/图书管理系统/desk.aspx
图书管理系统1/图书管理系统/images/ADD.gif
图书管理系统1/图书管理系统/images/delete.gif
图书管理系统1/图书管理系统/images/edit.gif
图书管理系统1/图书管理系统/images/help.gif
图书管理系统1/图书管理系统/images/ico29.gif
图书管理系统1/图书管理系统/images/index.jpg
图书管理系统1/图书管理系统/images/list.gif
图书管理系统1/图书管理系统/images/print.gif
图书管理系统1/图书管理系统/images/title.jpg
图书管理系统1/图书管理系统/images/titl_bg.jpg
图书管理系统1/图书管理系统/login.aspx
图书管理系统1/图书管理系统/login.aspx.cs
图书管理系统1/图书管理系统/Logout.aspx
图书管理系统1/图书管理系统/Logout.aspx.cs
图书管理系统1/图书管理系统/Reader/bookBorrowInfo.aspx
图书管理系统1/图书管理系统/Reader/bookBorrowInfo.aspx.cs
图书管理系统1/图书管理系统/Reader/bookContinueBorrow.aspx
图书管理系统1/图书管理系统/Reader/bookContinueBorrow.aspx.cs
图书管理系统1/图书管理系统/Reader/bookDetails.aspx
图书管理系统1/图书管理系统/Reader/bookDetails.aspx.cs
图书管理系统1/图书管理系统/Reader/bookQuery.aspx
图书管理系统1/图书管理系统/Reader/bookQuery.aspx.cs
图书管理系统1/图书管理系统/Reader/changePassword.aspx
图书管理系统1/图书管理系统/Reader/changePassword.aspx.cs
图书管理系统1/图书管理系统/Reader/index.aspx
图书管理系统1/图书管理系统/Reader/index.aspx.cs
图书管理系统1/图书管理系统/script/App.js
图书管理系统1/图书管理系统/sylbookmanagejiejuefanan.sln
图书管理系统1/图书管理系统/sylbookmanagejiejuefanan.suo
图书管理系统1/图书管理系统/UserControl/AdminHeadmodule.ascx
图书管理系统1/图书管理系统/UserControl/AdminHeadmodule.ascx.cs
图书管理系统1/图书管理系统/UserControl/ReaderHeadmodule.ascx
图书管理系统1/图书管理系统/UserControl/ReaderHeadmodule.ascx.cs
图书管理系统1/图书管理系统/UserControl/WebFootControl.ascx
图书管理系统1/图书管理系统/Web.config
图书管理系统1/图书管理系统/Admin/ReaderPhoto
图书管理系统1/图书管理系统/App_Code/Logic
图书管理系统1/图书管理系统/App_Code/Model
图书管理系统1/图书管理系统/App_Code/Utility
图书管理系统1/图书管理系统/Admin
图书管理系统1/图书管理系统/App_Code
图书管理系统1/图书管理系统/css
图书管理系统1/图书管理系统/Data
图书管理系统1/图书管理系统/images
图书管理系统1/图书管理系统/Reader
图书管理系统1/图书管理系统/script
图书管理系统1/图书管理系统/UserControl
图书管理系统1/图书管理系统
图书管理系统1

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com