- school 使用环境: 1) 硬件环境:WIN2000 2) 数 据 库:Access2000 3) 其 他:服务器必须安装 微软IE浏览器5.5 使用发送功能
- CE6application windows ce 6 base applications
- code3 this a matlab code for link design program with out simulation results but contains matlab program which can be executed to obtain a simulation result
- ssocks-0.0.10.tar socks5服务器端
- DS1820 Ds1820子程序
- 34 SQL触发器应用实例(Delphi+数据库)
文件名称:LibrarySystem
-
所属分类:
- 标签属性:
- 上传时间:2013-05-07
-
文件大小:2.11mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
自己写的图书馆管理系统,界面简单,清楚,图书馆系统里面基本的功能都有实现。-Write their own library management system, the interface is simple and clear, to achieve the basic function of the library system inside.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
LibrarySystem/.classpath
LibrarySystem/.mymetadata
LibrarySystem/.project
LibrarySystem/.settings/.jsdtscope
LibrarySystem/.settings/org.eclipse.core.resources.prefs
LibrarySystem/.settings/org.eclipse.jdt.core.prefs
LibrarySystem/.settings/org.eclipse.wst.jsdt.ui.superType.container
LibrarySystem/.settings/org.eclipse.wst.jsdt.ui.superType.name
LibrarySystem/lib/pool/c3p0-0.9.1.2.jar
LibrarySystem/lib/pool/tomcat-dbcp.jar
LibrarySystem/src/com/librarysystem/dao/dto/Book.java
LibrarySystem/src/com/librarysystem/dao/dto/Users.java
LibrarySystem/src/com/librarysystem/dao/factory/DaoFactory.java
LibrarySystem/src/com/librarysystem/dao/impl/BookDaoImpl.java
LibrarySystem/src/com/librarysystem/dao/impl/UserDaoImpl.java
LibrarySystem/src/com/librarysystem/dao/intf/BookDao.java
LibrarySystem/src/com/librarysystem/dao/intf/UserDao.java
LibrarySystem/src/com/librarysystem/db/librarysystem.sql
LibrarySystem/src/com/librarysystem/db/sql/librarysystem.sql
LibrarySystem/src/com/librarysystem/db/util/DBConnection.java
LibrarySystem/src/com/librarysystem/db/util/DBExecute.java
LibrarySystem/src/com/librarysystem/service/impl/LibrarySystemServiceImpl.java
LibrarySystem/src/com/librarysystem/service/intf/LibrarySystemService.java
LibrarySystem/src/com/librarysystem/servlet/CheckAddBookServlet.java
LibrarySystem/src/com/librarysystem/servlet/CheckAddUserServlet.java
LibrarySystem/src/com/librarysystem/servlet/CheckBookISBNServlet.java
LibrarySystem/src/com/librarysystem/servlet/CheckBorrowBookServlet.java
LibrarySystem/src/com/librarysystem/servlet/CheckDelBookServlet.java
LibrarySystem/src/com/librarysystem/servlet/CheckLoginServlet.java
LibrarySystem/src/com/librarysystem/servlet/CheckPriceBySortServlet.java
LibrarySystem/src/com/librarysystem/servlet/CheckReturnBookServlet.java
LibrarySystem/src/com/librarysystem/servlet/CheckReturnISBNServlet.java
LibrarySystem/src/com/librarysystem/servlet/CheckReviseBookServlet.java
LibrarySystem/src/com/librarysystem/servlet/CheckReviseUserServlet.java
LibrarySystem/src/com/librarysystem/servlet/CheckStatisticsBookServlet.java
LibrarySystem/src/com/librarysystem/servlet/CheckUseridServlet.java
LibrarySystem/src/com/librarysystem/servlet/QueryBookByISBNServlet.java
LibrarySystem/src/com/librarysystem/servlet/QueryBookByUserIdServlet.java
LibrarySystem/src/com/librarysystem/servlet/QueryUserByUserIdServlet.java
LibrarySystem/src/com/librarysystem/servlet/ShowBookServlet.java
LibrarySystem/src/com/librarysystem/test/BookDaoImplTest.java
LibrarySystem/src/com/librarysystem/test/UserDaoImplTest.java
LibrarySystem/WebRoot/addBook.jsp
LibrarySystem/WebRoot/addUser.jsp
LibrarySystem/WebRoot/borrowOrreturnBook.jsp
LibrarySystem/WebRoot/css/global.css
LibrarySystem/WebRoot/css/header.css
LibrarySystem/WebRoot/css/login.css
LibrarySystem/WebRoot/css/siderbar.css
LibrarySystem/WebRoot/dataResult.jsp
LibrarySystem/WebRoot/delBook.jsp
LibrarySystem/WebRoot/findBook.jsp
LibrarySystem/WebRoot/frame.html
LibrarySystem/WebRoot/images/ajaxloading.gif
LibrarySystem/WebRoot/images/bg.png
LibrarySystem/WebRoot/images/biaozhi.jpg
LibrarySystem/WebRoot/images/leftbg.png
LibrarySystem/WebRoot/images/login_01.png
LibrarySystem/WebRoot/images/login_02.png
LibrarySystem/WebRoot/images/login_03.png
LibrarySystem/WebRoot/images/login_04.png
LibrarySystem/WebRoot/images/login_05.png
LibrarySystem/WebRoot/images/main.png
LibrarySystem/WebRoot/images/top.jpg
LibrarySystem/WebRoot/images/top1.png
LibrarySystem/WebRoot/index.jsp
LibrarySystem/WebRoot/js/jquery-1.8.0.min.js
LibrarySystem/WebRoot/left.jsp
LibrarySystem/WebRoot/main.jsp
LibrarySystem/WebRoot/META-INF/MANIFEST.MF
LibrarySystem/WebRoot/returnBook.jsp
LibrarySystem/WebRoot/reviseBook.jsp
LibrarySystem/WebRoot/reviseUser.jsp
LibrarySystem/WebRoot/showBook.jsp
LibrarySystem/WebRoot/statisticsBook.jsp
LibrarySystem/WebRoot/top.html
LibrarySystem/WebRoot/WEB-INF/classes/com/librarysystem/dao/dto/Book.class
LibrarySystem/WebRoot/WEB-INF/classes/com/librarysystem/dao/dto/Users.class
LibrarySystem/WebRoot/WEB-INF/classes/com/librarysystem/dao/factory/DaoFactory.class
LibrarySystem/WebRoot/WEB-INF/classes/com/librarysystem/dao/impl/BookDaoImpl.class
LibrarySystem/WebRoot/WEB-INF/classes/com/librarysystem/dao/impl/UserDaoImpl.class
LibrarySystem/WebRoot/WEB-INF/classes/com/librarysystem/dao/intf/BookDao.class
LibrarySystem/WebRoot/WEB-INF/classes/com/librarysystem/dao/intf/UserDao.class
LibrarySystem/WebRoot/WEB-INF/classes/com/librarysystem/db/librarysystem.sql
LibrarySystem/WebRoot/WEB-INF/classes/com/librarysystem/db/sql/librarysystem.sql
LibrarySystem/WebRoot/WEB-INF/classes/com/librarysystem/db/util/DBConnection.class
LibrarySystem/WebRoot/WEB-INF/classes/com/librarysystem/db/util/DBExecute.class
LibrarySystem/WebRoot/WEB-INF/classes/com/librarysystem/service/impl/LibrarySystemServiceImpl.class
LibrarySystem/WebRoot/WEB-INF/classes/com/librarysystem/service/intf/LibrarySystemService.class
LibrarySystem/WebRoot/WEB-INF/classes/com/librarysystem/servlet/CheckAddBookServlet.class
LibrarySystem/WebRoot/WEB-INF/classes/com/librarysystem/servlet/CheckAddUserServlet.class
LibrarySystem/
LibrarySystem/.mymetadata
LibrarySystem/.project
LibrarySystem/.settings/.jsdtscope
LibrarySystem/.settings/org.eclipse.core.resources.prefs
LibrarySystem/.settings/org.eclipse.jdt.core.prefs
LibrarySystem/.settings/org.eclipse.wst.jsdt.ui.superType.container
LibrarySystem/.settings/org.eclipse.wst.jsdt.ui.superType.name
LibrarySystem/lib/pool/c3p0-0.9.1.2.jar
LibrarySystem/lib/pool/tomcat-dbcp.jar
LibrarySystem/src/com/librarysystem/dao/dto/Book.java
LibrarySystem/src/com/librarysystem/dao/dto/Users.java
LibrarySystem/src/com/librarysystem/dao/factory/DaoFactory.java
LibrarySystem/src/com/librarysystem/dao/impl/BookDaoImpl.java
LibrarySystem/src/com/librarysystem/dao/impl/UserDaoImpl.java
LibrarySystem/src/com/librarysystem/dao/intf/BookDao.java
LibrarySystem/src/com/librarysystem/dao/intf/UserDao.java
LibrarySystem/src/com/librarysystem/db/librarysystem.sql
LibrarySystem/src/com/librarysystem/db/sql/librarysystem.sql
LibrarySystem/src/com/librarysystem/db/util/DBConnection.java
LibrarySystem/src/com/librarysystem/db/util/DBExecute.java
LibrarySystem/src/com/librarysystem/service/impl/LibrarySystemServiceImpl.java
LibrarySystem/src/com/librarysystem/service/intf/LibrarySystemService.java
LibrarySystem/src/com/librarysystem/servlet/CheckAddBookServlet.java
LibrarySystem/src/com/librarysystem/servlet/CheckAddUserServlet.java
LibrarySystem/src/com/librarysystem/servlet/CheckBookISBNServlet.java
LibrarySystem/src/com/librarysystem/servlet/CheckBorrowBookServlet.java
LibrarySystem/src/com/librarysystem/servlet/CheckDelBookServlet.java
LibrarySystem/src/com/librarysystem/servlet/CheckLoginServlet.java
LibrarySystem/src/com/librarysystem/servlet/CheckPriceBySortServlet.java
LibrarySystem/src/com/librarysystem/servlet/CheckReturnBookServlet.java
LibrarySystem/src/com/librarysystem/servlet/CheckReturnISBNServlet.java
LibrarySystem/src/com/librarysystem/servlet/CheckReviseBookServlet.java
LibrarySystem/src/com/librarysystem/servlet/CheckReviseUserServlet.java
LibrarySystem/src/com/librarysystem/servlet/CheckStatisticsBookServlet.java
LibrarySystem/src/com/librarysystem/servlet/CheckUseridServlet.java
LibrarySystem/src/com/librarysystem/servlet/QueryBookByISBNServlet.java
LibrarySystem/src/com/librarysystem/servlet/QueryBookByUserIdServlet.java
LibrarySystem/src/com/librarysystem/servlet/QueryUserByUserIdServlet.java
LibrarySystem/src/com/librarysystem/servlet/ShowBookServlet.java
LibrarySystem/src/com/librarysystem/test/BookDaoImplTest.java
LibrarySystem/src/com/librarysystem/test/UserDaoImplTest.java
LibrarySystem/WebRoot/addBook.jsp
LibrarySystem/WebRoot/addUser.jsp
LibrarySystem/WebRoot/borrowOrreturnBook.jsp
LibrarySystem/WebRoot/css/global.css
LibrarySystem/WebRoot/css/header.css
LibrarySystem/WebRoot/css/login.css
LibrarySystem/WebRoot/css/siderbar.css
LibrarySystem/WebRoot/dataResult.jsp
LibrarySystem/WebRoot/delBook.jsp
LibrarySystem/WebRoot/findBook.jsp
LibrarySystem/WebRoot/frame.html
LibrarySystem/WebRoot/images/ajaxloading.gif
LibrarySystem/WebRoot/images/bg.png
LibrarySystem/WebRoot/images/biaozhi.jpg
LibrarySystem/WebRoot/images/leftbg.png
LibrarySystem/WebRoot/images/login_01.png
LibrarySystem/WebRoot/images/login_02.png
LibrarySystem/WebRoot/images/login_03.png
LibrarySystem/WebRoot/images/login_04.png
LibrarySystem/WebRoot/images/login_05.png
LibrarySystem/WebRoot/images/main.png
LibrarySystem/WebRoot/images/top.jpg
LibrarySystem/WebRoot/images/top1.png
LibrarySystem/WebRoot/index.jsp
LibrarySystem/WebRoot/js/jquery-1.8.0.min.js
LibrarySystem/WebRoot/left.jsp
LibrarySystem/WebRoot/main.jsp
LibrarySystem/WebRoot/META-INF/MANIFEST.MF
LibrarySystem/WebRoot/returnBook.jsp
LibrarySystem/WebRoot/reviseBook.jsp
LibrarySystem/WebRoot/reviseUser.jsp
LibrarySystem/WebRoot/showBook.jsp
LibrarySystem/WebRoot/statisticsBook.jsp
LibrarySystem/WebRoot/top.html
LibrarySystem/WebRoot/WEB-INF/classes/com/librarysystem/dao/dto/Book.class
LibrarySystem/WebRoot/WEB-INF/classes/com/librarysystem/dao/dto/Users.class
LibrarySystem/WebRoot/WEB-INF/classes/com/librarysystem/dao/factory/DaoFactory.class
LibrarySystem/WebRoot/WEB-INF/classes/com/librarysystem/dao/impl/BookDaoImpl.class
LibrarySystem/WebRoot/WEB-INF/classes/com/librarysystem/dao/impl/UserDaoImpl.class
LibrarySystem/WebRoot/WEB-INF/classes/com/librarysystem/dao/intf/BookDao.class
LibrarySystem/WebRoot/WEB-INF/classes/com/librarysystem/dao/intf/UserDao.class
LibrarySystem/WebRoot/WEB-INF/classes/com/librarysystem/db/librarysystem.sql
LibrarySystem/WebRoot/WEB-INF/classes/com/librarysystem/db/sql/librarysystem.sql
LibrarySystem/WebRoot/WEB-INF/classes/com/librarysystem/db/util/DBConnection.class
LibrarySystem/WebRoot/WEB-INF/classes/com/librarysystem/db/util/DBExecute.class
LibrarySystem/WebRoot/WEB-INF/classes/com/librarysystem/service/impl/LibrarySystemServiceImpl.class
LibrarySystem/WebRoot/WEB-INF/classes/com/librarysystem/service/intf/LibrarySystemService.class
LibrarySystem/WebRoot/WEB-INF/classes/com/librarysystem/servlet/CheckAddBookServlet.class
LibrarySystem/WebRoot/WEB-INF/classes/com/librarysystem/servlet/CheckAddUserServlet.class
LibrarySystem/
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
