文件名称:bookEstore
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2015-09-28
- 文件大小:
- 3.55mb
- 下载次数:
- 0次
- 提 供 者:
- l***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
基于MySQL和JavaWeb平台的图书管理系统,包括注册登录查看订单等多种功能-Based on the MySQL and JavaWeb platform of the library management system, including registration and login to view the order and other functions
(系统自动生成,下载前可以参看下载内容)
下载文件列表
bookEstore
..........\.classpath
..........\.myeclipse
..........\.mymetadata
..........\.project
..........\.settings
..........\.........\.jsdtscope
..........\.........\com.genuitec.eclipse.j2eedt.core.prefs
..........\.........\org.eclipse.jdt.core.prefs
..........\.........\org.eclipse.wst.jsdt.ui.superType.container
..........\.........\org.eclipse.wst.jsdt.ui.superType.name
..........\WebRoot
..........\.......\META-INF
..........\.......\........\MANIFEST.MF
..........\.......\WEB-INF
..........\.......\.......\classes
..........\.......\.......\.......\c3p0-config.xml
..........\.......\.......\.......\cn
..........\.......\.......\.......\..\itcast
..........\.......\.......\.......\..\......\estore
..........\.......\.......\.......\..\......\......\annotation
..........\.......\.......\.......\..\......\......\..........\PrivilegeInfo.class
..........\.......\.......\.......\..\......\......\dao
..........\.......\.......\.......\..\......\......\...\OrderDao.class
..........\.......\.......\.......\..\......\......\...\OrderItemDao.class
..........\.......\.......\.......\..\......\......\...\PrivilegeDao.class
..........\.......\.......\.......\..\......\......\...\ProductDao.class
..........\.......\.......\.......\..\......\......\...\UserDao.class
..........\.......\.......\.......\..\......\......\domain
..........\.......\.......\.......\..\......\......\......\Order.class
..........\.......\.......\.......\..\......\......\......\OrderItem.class
..........\.......\.......\.......\..\......\......\......\Product.class
..........\.......\.......\.......\..\......\......\......\User.class
..........\.......\.......\.......\..\......\......\exception
..........\.......\.......\.......\..\......\......\.........\ActiveUserException.class
..........\.......\.......\.......\..\......\......\.........\LoginException.class
..........\.......\.......\.......\..\......\......\.........\OrderException.class
..........\.......\.......\.......\..\......\......\.........\PrivilegeException.class
..........\.......\.......\.......\..\......\......\.........\RegistException.class
..........\.......\.......\.......\..\......\......\factory
..........\.......\.......\.......\..\......\......\.......\OrderServiceFactory$1.class
..........\.......\.......\.......\..\......\......\.......\OrderServiceFactory.class
..........\.......\.......\.......\..\......\......\.......\ProductServiceFactory$1.class
..........\.......\.......\.......\..\......\......\.......\ProductServiceFactory.class
..........\.......\.......\.......\..\......\......\service
..........\.......\.......\.......\..\......\......\.......\OrderService.class
..........\.......\.......\.......\..\......\......\.......\OrderServiceImpl.class
..........\.......\.......\.......\..\......\......\.......\ProductService.class
..........\.......\.......\.......\..\......\......\.......\ProductServiceImpl.class
..........\.......\.......\.......\..\......\......\.......\UserService.class
..........\.......\.......\.......\..\......\......\.......\UserServiceImpl.class
..........\.......\.......\.......\..\......\......\utils
..........\.......\.......\.......\..\......\......\.....\CheckImgServlet.class
..........\.......\.......\.......\..\......\......\.....\CookieUtils.class
..........\.......\.......\.......\..\......\......\.....\DataSourceUtils.class
..........\.......\.......\.......\..\......\......\.....\DownloadUtils.class
..........\.......\.......\.......\..\......\......\.....\MailUtils$1.class
..........\.......\.......\.......\..\......\......\.....\MailUtils.class
..........\.......\.......\.......\..\......\......\.....\Md5Utils.class
..........\.......\.......\.......\..\......\......\.....\PaymentUtil.class
..........\.......\.......\.......\..\......\......\.....\PicUtils.class
..........\.......\.......\.......\..\......\......\.....\UploadUtils.class
..........\.......\.......\.......\..\......\......\web
..........\.......\.......\.......\..\......\......\...\AddProductServlet.class
..........\.......\.......\.......\..\......\......\...\