CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java

文件名称:bookstore-new

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

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

网上购书系统的源码,比较简单,用struts+spring+Hibernate搭建而成的-Online Book Order System Source, relatively simple, with struts+ spring+ Hibernate made structures
(系统自动生成,下载前可以参看下载内容)

下载文件列表

bookstore-new/
bookstore-new/.classpath
bookstore-new/.myeclipse/
bookstore-new/.myhibernatedata
bookstore-new/.mymetadata
bookstore-new/.project
bookstore-new/.settings/
bookstore-new/.settings/com.genuitec.eclipse.core.prefs
bookstore-new/Readme.txt
bookstore-new/src/
bookstore-new/src/bookstore.sql
bookstore-new/src/hibernate.cfg.xml
bookstore-new/src/org/
bookstore-new/src/org/dao/
bookstore-new/src/org/dao/IBaseDao.java
bookstore-new/src/org/dao/IBookDao.java
bookstore-new/src/org/dao/impl/
bookstore-new/src/org/dao/impl/BaseDaoImpl.java
bookstore-new/src/org/dao/impl/BookDaoImpl.java
bookstore-new/src/org/dao/impl/OrderDaoImpl.java
bookstore-new/src/org/dao/impl/UserDaoImpl.java
bookstore-new/src/org/dao/IOrderDao.java
bookstore-new/src/org/dao/UserDao.java
bookstore-new/src/org/HibernateSessionFactory.java
bookstore-new/src/org/model/
bookstore-new/src/org/model/Bookinfo.hbm.xml
bookstore-new/src/org/model/Bookinfo.java
bookstore-new/src/org/model/Order.hbm.xml
bookstore-new/src/org/model/Order.java
bookstore-new/src/org/model/Rebate.hbm.xml
bookstore-new/src/org/model/Rebate.java
bookstore-new/src/org/model/Remark.hbm.xml
bookstore-new/src/org/model/Remark.java
bookstore-new/src/org/model/Userinfo.hbm.xml
bookstore-new/src/org/model/Userinfo.java
bookstore-new/src/org/web/
bookstore-new/src/org/web/BookAction.java
bookstore-new/src/org/web/CartAction.java
bookstore-new/src/org/web/IndexAction.java
bookstore-new/src/org/web/interceptor/
bookstore-new/src/org/web/interceptor/AuthenticationInterceptor.java
bookstore-new/src/org/web/paging/
bookstore-new/src/org/web/paging/PageInfo.java
bookstore-new/src/org/web/paging/PagingTag.java
bookstore-new/src/org/web/suppert/
bookstore-new/src/org/web/suppert/Cart.java
bookstore-new/src/org/web/UserLoginAction.java
bookstore-new/src/org/web/UserLogoutAction.java
bookstore-new/src/org/web/UserManagerAction.java
bookstore-new/src/org/web/VoucherAction.java
bookstore-new/src/struts.xml
bookstore-new/WebRoot/
bookstore-new/WebRoot/addbook.jsp
bookstore-new/WebRoot/bookdetail.jsp
bookstore-new/WebRoot/bookready.jsp
bookstore-new/WebRoot/editbook.jsp
bookstore-new/WebRoot/errorpage.jsp
bookstore-new/WebRoot/footer.jsp
bookstore-new/WebRoot/header.jsp
bookstore-new/WebRoot/image/
bookstore-new/WebRoot/image/book.gif
bookstore-new/WebRoot/image/book2.gif
bookstore-new/WebRoot/image/button.gif
bookstore-new/WebRoot/image/nopic.gif
bookstore-new/WebRoot/image/Thumbs.db
bookstore-new/WebRoot/image/title.jpg
bookstore-new/WebRoot/image/title.psd
bookstore-new/WebRoot/index.jsp
bookstore-new/WebRoot/loginResult.jsp
bookstore-new/WebRoot/META-INF/
bookstore-new/WebRoot/META-INF/MANIFEST.MF
bookstore-new/WebRoot/modify.jsp
bookstore-new/WebRoot/orderdetail.jsp
bookstore-new/WebRoot/register.jsp
bookstore-new/WebRoot/searchbook.jsp
bookstore-new/WebRoot/shortage.jsp
bookstore-new/WebRoot/style.css
bookstore-new/WebRoot/upload/
bookstore-new/WebRoot/upload/1145979122906.gif
bookstore-new/WebRoot/upload/1146054544437.jpg
bookstore-new/WebRoot/upload/1146655159500.gif
bookstore-new/WebRoot/upload/1146655440046.gif
bookstore-new/WebRoot/upload/1146655806093.gif
bookstore-new/WebRoot/upload/1146655953796.gif
bookstore-new/WebRoot/upload/jquery-1.4.4.min.js
bookstore-new/WebRoot/upload/json2.js
bookstore-new/WebRoot/upload/s1086045.jpg
bookstore-new/WebRoot/upload/s1995941.jpg
bookstore-new/WebRoot/upload/s2008079.jpg
bookstore-new/WebRoot/upload/s2211152.jpg
bookstore-new/WebRoot/upload/s2592700.jpg
bookstore-new/WebRoot/upload/s2803286.jpg
bookstore-new/WebRoot/upload/Thumbs.db
bookstore-new/WebRoot/userindex.jsp
bookstore-new/WebRoot/viewcart.jsp
bookstore-new/WebRoot/voucherCenter.jsp
bookstore-new/WebRoot/WEB-INF/
bookstore-new/WebRoot/WEB-INF/classes/
bookstore-new/WebRoot/WEB-INF/classes/bookstore.sql
bookstore-new/WebRoot/WEB-INF/classes/hibernate.cfg.xml
bookstore-new/WebRoot/WEB-INF/classes/org/
bookstore-new/WebRoot/WEB-INF/classes/org/dao/
bookstore-new/WebRoot/WEB-INF/classes/org/dao/IBaseDao.class
bookstore-new/WebRoot/WEB-INF/classes/org/dao/IBookDao.class
bookstore-new/WebRoot/WEB-INF/classes/org/dao/impl/
bookstore-new/WebRoot/WEB-INF/classes/org/dao/impl/BaseDaoImpl.class
bookstore-new/WebRoot/WEB-INF/classes/org/dao/impl/BookDaoImpl.class
bookstore-new/WebRoot/WEB-INF/classes/org/dao/impl/OrderDaoImpl.class
bookstore-new/WebRoot/WEB-INF/classes/org/dao/impl/UserDaoImpl.class
bookstore-new/WebRoot/WEB-INF/classes/org/dao/IOrderDao.class
bookstore-new/WebRoot/WEB-INF/classes/org/dao/UserDao.class
bookstore-new/WebRoot/WEB-INF/classes/org/HibernateSessionFactory.class
bookstore-new/WebRoot/WEB-INF/classes/org/model/
bookstore-new/WebRoot/WEB-INF/classes/org/model/Bookinfo.class
bookstore-new/WebRoot/WEB-INF/classes/org/model/Bookinfo.hbm.xml
bookstore-new/WebRoot/WEB-INF/classes/org/model/Order.class
bookstore-new/WebRoot/WEB-INF/classes/org/model/Order.hbm.xml
bookstore-new/WebRoot/WEB-INF/classes/org/model/Rebate.class
bookstore-new/WebRoot/WEB-INF/classes/org/model/Rebate.hbm.xml
bookstore-new/WebRoot/WEB-INF/classes/org/model/Remark.class
bookstore-new/WebRoot/WEB-INF/classes/org/

相关说明

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

相关评论

暂无评论内容.

发表评论

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