文件名称:图书管理系统
-
所属分类:
- 标签属性:
- 上传时间:2012-11-11
-
文件大小:76.91kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
本章实现了图书管理系统,功能主要分为三部分:书目检索、读者管理、图书管理;书目检索包括普通检索和高级检索;读者管理包括读者登录、读者信息、读者借阅历史、读者当前借阅、读者借阅过期催还、管理员登录等功能;图书管理包括图书借阅、图书归还、添加图书、图书维护、添加用户、用户维护、密码修改。-This chapter to achieve the library management system, functionality is divided into three parts: bibliographic search, the reader management, library management bibliographic search and retrieval including ordinary senior retrieval readers log management, including the reader, the reader information, reader in history to borrow, to borrow the current readers, readers borrow-return expired, the administrator login and other functions book management, including books to borrow, books to return, add books, book maintenance, add users, maintain, modify your password.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
C06/MyLibrary/adminLogin.aspx
C06/MyLibrary/adminLogin.aspx.cs
C06/MyLibrary/adminMain.aspx
C06/MyLibrary/adminMain.aspx.cs
C06/MyLibrary/App_Code/BusinessLogicLayer/Book.cs
C06/MyLibrary/App_Code/BusinessLogicLayer/Borrow.cs
C06/MyLibrary/App_Code/BusinessLogicLayer/Users.cs
C06/MyLibrary/App_Code/DataAccessHelper/GetSafeData.cs
C06/MyLibrary/App_Code/DataAccessHelper/SQLString.cs
C06/MyLibrary/App_Code/DataAccessLayer/DataBase.cs
C06/MyLibrary/BookManage/AdminBookAdvancedSearch.aspx
C06/MyLibrary/BookManage/AdminBookAdvancedSearch.aspx.cs
C06/MyLibrary/BookManage/BookAdd.aspx
C06/MyLibrary/BookManage/BookAdd.aspx.cs
C06/MyLibrary/BookManage/BookDetails.aspx
C06/MyLibrary/BookManage/BookDetails.aspx.cs
C06/MyLibrary/BookManage/BookLists.aspx
C06/MyLibrary/BookManage/BookLists.aspx.cs
C06/MyLibrary/BookManage/BookSearch.aspx
C06/MyLibrary/BookManage/BookSearch.aspx.cs
C06/MyLibrary/BookManage/BookSearchResult.aspx
C06/MyLibrary/BookManage/BookSearchResult.aspx.cs
C06/MyLibrary/BookManage/ReaderBookAdvancedSearch.aspx
C06/MyLibrary/BookManage/ReaderBookAdvancedSearch.aspx.cs
C06/MyLibrary/BookManage/ReaderBookDetails.aspx
C06/MyLibrary/BookManage/ReaderBookDetails.aspx.cs
C06/MyLibrary/Borrow/BorrowBook.aspx
C06/MyLibrary/Borrow/BorrowBook.aspx.cs
C06/MyLibrary/Borrow/ReturnBook.aspx
C06/MyLibrary/Borrow/ReturnBook.aspx.cs
C06/MyLibrary/Controls/AdminLeft.ascx
C06/MyLibrary/Controls/AdminLeft.ascx.cs
C06/MyLibrary/Controls/ReaderLogin.ascx
C06/MyLibrary/Controls/ReaderLogin.ascx.cs
C06/MyLibrary/Controls/ReaderTop.ascx
C06/MyLibrary/Controls/ReaderTop.ascx.cs
C06/MyLibrary/DB/MyLibrary.sql
C06/MyLibrary/Images/ADD.GIF
C06/MyLibrary/Images/Borrow.GIF
C06/MyLibrary/Images/Close.GIF
C06/MyLibrary/Images/CONFIRM.GIF
C06/MyLibrary/Images/FangKuai.gif
C06/MyLibrary/Images/Login.GIF
C06/MyLibrary/Images/mm.gif
C06/MyLibrary/Images/movetool1.gif
C06/MyLibrary/Images/movetoolright1.gif
C06/MyLibrary/Images/name.gif
C06/MyLibrary/Images/online_left.gif
C06/MyLibrary/Images/online_middle.gif
C06/MyLibrary/Images/online_right.gif
C06/MyLibrary/Images/QUERY.GIF
C06/MyLibrary/Images/RESET.GIF
C06/MyLibrary/Images/RETURN.GIF
C06/MyLibrary/Images/ReturnBook.GIF
C06/MyLibrary/Images/search.GIF
C06/MyLibrary/Images/SubmitScore.GIF
C06/MyLibrary/Images/Update.GIF
C06/MyLibrary/ModifyPassword.aspx
C06/MyLibrary/ModifyPassword.aspx.cs
C06/MyLibrary/Reader/ReaderBorrowHistory.aspx
C06/MyLibrary/Reader/ReaderBorrowHistory.aspx.cs
C06/MyLibrary/Reader/ReaderCurrentBorrow.aspx
C06/MyLibrary/Reader/ReaderCurrentBorrow.aspx.cs
C06/MyLibrary/Reader/ReaderExpireCuiHuan.aspx
C06/MyLibrary/Reader/ReaderExpireCuiHuan.aspx.cs
C06/MyLibrary/Reader/ReaderInformation.aspx
C06/MyLibrary/Reader/ReaderInformation.aspx.cs
C06/MyLibrary/Reader/ReaderLogin.aspx
C06/MyLibrary/Reader/ReaderLogin.aspx.cs
C06/MyLibrary/Reader/ReaderLoginMain.aspx
C06/MyLibrary/Reader/ReaderLoginMain.aspx.cs
C06/MyLibrary/Reader/ReaderNotLogin.aspx
C06/MyLibrary/Reader/ReaderNotLogin.aspx.cs
C06/MyLibrary/UsersManage/UserAdd.aspx
C06/MyLibrary/UsersManage/UserAdd.aspx.cs
C06/MyLibrary/UsersManage/UserDetails.aspx
C06/MyLibrary/UsersManage/UserDetails.aspx.cs
C06/MyLibrary/UsersManage/UserLists.aspx
C06/MyLibrary/UsersManage/UserLists.aspx.cs
C06/MyLibrary/Web.Config
C06/readme.txt
C06/MyLibrary/App_Code/BusinessLogicLayer
C06/MyLibrary/App_Code/DataAccessHelper
C06/MyLibrary/App_Code/DataAccessLayer
C06/MyLibrary/App_Code
C06/MyLibrary/BookManage
C06/MyLibrary/Borrow
C06/MyLibrary/Controls
C06/MyLibrary/DB
C06/MyLibrary/Images
C06/MyLibrary/Reader
C06/MyLibrary/UsersManage
C06/MyLibrary
C06
C06/MyLibrary/adminLogin.aspx.cs
C06/MyLibrary/adminMain.aspx
C06/MyLibrary/adminMain.aspx.cs
C06/MyLibrary/App_Code/BusinessLogicLayer/Book.cs
C06/MyLibrary/App_Code/BusinessLogicLayer/Borrow.cs
C06/MyLibrary/App_Code/BusinessLogicLayer/Users.cs
C06/MyLibrary/App_Code/DataAccessHelper/GetSafeData.cs
C06/MyLibrary/App_Code/DataAccessHelper/SQLString.cs
C06/MyLibrary/App_Code/DataAccessLayer/DataBase.cs
C06/MyLibrary/BookManage/AdminBookAdvancedSearch.aspx
C06/MyLibrary/BookManage/AdminBookAdvancedSearch.aspx.cs
C06/MyLibrary/BookManage/BookAdd.aspx
C06/MyLibrary/BookManage/BookAdd.aspx.cs
C06/MyLibrary/BookManage/BookDetails.aspx
C06/MyLibrary/BookManage/BookDetails.aspx.cs
C06/MyLibrary/BookManage/BookLists.aspx
C06/MyLibrary/BookManage/BookLists.aspx.cs
C06/MyLibrary/BookManage/BookSearch.aspx
C06/MyLibrary/BookManage/BookSearch.aspx.cs
C06/MyLibrary/BookManage/BookSearchResult.aspx
C06/MyLibrary/BookManage/BookSearchResult.aspx.cs
C06/MyLibrary/BookManage/ReaderBookAdvancedSearch.aspx
C06/MyLibrary/BookManage/ReaderBookAdvancedSearch.aspx.cs
C06/MyLibrary/BookManage/ReaderBookDetails.aspx
C06/MyLibrary/BookManage/ReaderBookDetails.aspx.cs
C06/MyLibrary/Borrow/BorrowBook.aspx
C06/MyLibrary/Borrow/BorrowBook.aspx.cs
C06/MyLibrary/Borrow/ReturnBook.aspx
C06/MyLibrary/Borrow/ReturnBook.aspx.cs
C06/MyLibrary/Controls/AdminLeft.ascx
C06/MyLibrary/Controls/AdminLeft.ascx.cs
C06/MyLibrary/Controls/ReaderLogin.ascx
C06/MyLibrary/Controls/ReaderLogin.ascx.cs
C06/MyLibrary/Controls/ReaderTop.ascx
C06/MyLibrary/Controls/ReaderTop.ascx.cs
C06/MyLibrary/DB/MyLibrary.sql
C06/MyLibrary/Images/ADD.GIF
C06/MyLibrary/Images/Borrow.GIF
C06/MyLibrary/Images/Close.GIF
C06/MyLibrary/Images/CONFIRM.GIF
C06/MyLibrary/Images/FangKuai.gif
C06/MyLibrary/Images/Login.GIF
C06/MyLibrary/Images/mm.gif
C06/MyLibrary/Images/movetool1.gif
C06/MyLibrary/Images/movetoolright1.gif
C06/MyLibrary/Images/name.gif
C06/MyLibrary/Images/online_left.gif
C06/MyLibrary/Images/online_middle.gif
C06/MyLibrary/Images/online_right.gif
C06/MyLibrary/Images/QUERY.GIF
C06/MyLibrary/Images/RESET.GIF
C06/MyLibrary/Images/RETURN.GIF
C06/MyLibrary/Images/ReturnBook.GIF
C06/MyLibrary/Images/search.GIF
C06/MyLibrary/Images/SubmitScore.GIF
C06/MyLibrary/Images/Update.GIF
C06/MyLibrary/ModifyPassword.aspx
C06/MyLibrary/ModifyPassword.aspx.cs
C06/MyLibrary/Reader/ReaderBorrowHistory.aspx
C06/MyLibrary/Reader/ReaderBorrowHistory.aspx.cs
C06/MyLibrary/Reader/ReaderCurrentBorrow.aspx
C06/MyLibrary/Reader/ReaderCurrentBorrow.aspx.cs
C06/MyLibrary/Reader/ReaderExpireCuiHuan.aspx
C06/MyLibrary/Reader/ReaderExpireCuiHuan.aspx.cs
C06/MyLibrary/Reader/ReaderInformation.aspx
C06/MyLibrary/Reader/ReaderInformation.aspx.cs
C06/MyLibrary/Reader/ReaderLogin.aspx
C06/MyLibrary/Reader/ReaderLogin.aspx.cs
C06/MyLibrary/Reader/ReaderLoginMain.aspx
C06/MyLibrary/Reader/ReaderLoginMain.aspx.cs
C06/MyLibrary/Reader/ReaderNotLogin.aspx
C06/MyLibrary/Reader/ReaderNotLogin.aspx.cs
C06/MyLibrary/UsersManage/UserAdd.aspx
C06/MyLibrary/UsersManage/UserAdd.aspx.cs
C06/MyLibrary/UsersManage/UserDetails.aspx
C06/MyLibrary/UsersManage/UserDetails.aspx.cs
C06/MyLibrary/UsersManage/UserLists.aspx
C06/MyLibrary/UsersManage/UserLists.aspx.cs
C06/MyLibrary/Web.Config
C06/readme.txt
C06/MyLibrary/App_Code/BusinessLogicLayer
C06/MyLibrary/App_Code/DataAccessHelper
C06/MyLibrary/App_Code/DataAccessLayer
C06/MyLibrary/App_Code
C06/MyLibrary/BookManage
C06/MyLibrary/Borrow
C06/MyLibrary/Controls
C06/MyLibrary/DB
C06/MyLibrary/Images
C06/MyLibrary/Reader
C06/MyLibrary/UsersManage
C06/MyLibrary
C06
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.