实例介绍
本系统是基于java的网上购物系统,压缩包中包含源码(java和sql(My SQL)文件),论文和ppt;主要功能有 分类管理 商品管理 注册用户管理 网站公告管理 订单管理 用户的功能主要有: 注册登录功能 商品浏览功能,包括分类浏览,推荐浏览,搜索浏览,排行榜浏览 公告浏览 购物车管理 订单管理
【实例截图】
【核心代码】
网上购物
└── 网上购物
├── Thumbs.db
├── cp174mysql版源代码
│ ├── cp174
│ │ ├── WebRoot
│ │ │ ├── META-INF
│ │ │ │ └── MANIFEST.MF
│ │ │ ├── WEB-INF
│ │ │ │ ├── classes
│ │ │ │ │ ├── gouwushangcheng
│ │ │ │ │ │ ├── action
│ │ │ │ │ │ │ ├── IndexAction.class
│ │ │ │ │ │ │ └── ManageAction.class
│ │ │ │ │ │ ├── dao
│ │ │ │ │ │ │ ├── DingdanDao.class
│ │ │ │ │ │ │ ├── FenleiDao.class
│ │ │ │ │ │ │ ├── GonggaoDao.class
│ │ │ │ │ │ │ ├── GouwucheDao.class
│ │ │ │ │ │ │ ├── ManageDao.class
│ │ │ │ │ │ │ ├── ProductDao.class
│ │ │ │ │ │ │ ├── UserDao.class
│ │ │ │ │ │ │ └── impl
│ │ │ │ │ │ │ ├── DingdanDaoImpl$1.class
│ │ │ │ │ │ │ ├── DingdanDaoImpl.class
│ │ │ │ │ │ │ ├── FenleiDaoImpl$1.class
│ │ │ │ │ │ │ ├── FenleiDaoImpl.class
│ │ │ │ │ │ │ ├── GonggaoDaoImpl$1.class
│ │ │ │ │ │ │ ├── GonggaoDaoImpl.class
│ │ │ │ │ │ │ ├── GouwucheDaoImpl$1.class
│ │ │ │ │ │ │ ├── GouwucheDaoImpl.class
│ │ │ │ │ │ │ ├── ManageDaoImpl$1.class
│ │ │ │ │ │ │ ├── ManageDaoImpl.class
│ │ │ │ │ │ │ ├── ProductDaoImpl$1.class
│ │ │ │ │ │ │ ├── ProductDaoImpl.class
│ │ │ │ │ │ │ ├── UserDaoImpl$1.class
│ │ │ │ │ │ │ └── UserDaoImpl.class
│ │ │ │ │ │ ├── model
│ │ │ │ │ │ │ ├── Dingdan.class
│ │ │ │ │ │ │ ├── Fenlei.class
│ │ │ │ │ │ │ ├── Gonggao.class
│ │ │ │ │ │ │ ├── Gouwuche.class
│ │ │ │ │ │ │ ├── Manage.class
│ │ │ │ │ │ │ ├── Product.class
│ │ │ │ │ │ │ └── User.class
│ │ │ │ │ │ └── util
│ │ │ │ │ │ ├── Arith.class
│ │ │ │ │ │ ├── Pager.class
│ │ │ │ │ │ └── Util.class
│ │ │ │ │ ├── hibernate.cfg.xml
│ │ │ │ │ ├── log4j.properties
│ │ │ │ │ ├── proxool.xml
│ │ │ │ │ ├── spring-actions.xml
│ │ │ │ │ ├── spring-base.xml
│ │ │ │ │ ├── spring-dao.xml
│ │ │ │ │ └── struts.xml
│ │ │ │ ├── lib
│ │ │ │ │ ├── ant.jar
│ │ │ │ │ ├── antlr-2.7.6.jar
│ │ │ │ │ ├── aopalliance.jar
│ │ │ │ │ ├── aspectjrt.jar
│ │ │ │ │ ├── aspectjweaver.jar
│ │ │ │ │ ├── commons-collections-3.1.jar
│ │ │ │ │ ├── commons-fileupload-1.2.1.jar
│ │ │ │ │ ├── commons-io-1.3.2.jar
│ │ │ │ │ ├── commons-logging-1.1.1.jar
│ │ │ │ │ ├── dom4j-1.6.1.jar
│ │ │ │ │ ├── editor.jar
│ │ │ │ │ ├── freemarker-2.3.16.jar
│ │ │ │ │ ├── hibernate-jpa-2.0-api-1.0.0.Final.jar
│ │ │ │ │ ├── hibernate3.jar
│ │ │ │ │ ├── javassist-3.9.0.GA.jar
│ │ │ │ │ ├── jcommon-1.0.13.jar
│ │ │ │ │ ├── jfreechart-1.0.13.jar
│ │ │ │ │ ├── jsf-api.jar
│ │ │ │ │ ├── jsf-impl.jar
│ │ │ │ │ ├── jstl-1.2.jar
│ │ │ │ │ ├── jta-1.1.jar
│ │ │ │ │ ├── jtds-1.2.jar
│ │ │ │ │ ├── jxl.jar
│ │ │ │ │ ├── log4j-1.2.14.jar
│ │ │ │ │ ├── msbase.jar
│ │ │ │ │ ├── mssqlserver.jar
│ │ │ │ │ ├── msutil.jar
│ │ │ │ │ ├── mysql-connector-java-5.0.8-bin.jar
│ │ │ │ │ ├── ognl-3.0.jar
│ │ │ │ │ ├── ojdbc6.jar
│ │ │ │ │ ├── org.springframework.aop-3.0.4.RELEASE.jar
│ │ │ │ │ ├── org.springframework.asm-3.0.4.RELEASE.jar
│ │ │ │ │ ├── org.springframework.aspects-3.0.4.RELEASE.jar
│ │ │ │ │ ├── org.springframework.beans-3.0.4.RELEASE.jar
│ │ │ │ │ ├── org.springframework.context-3.0.4.RELEASE.jar
│ │ │ │ │ ├── org.springframework.context.support-3.0.4.RELEASE.jar
│ │ │ │ │ ├── org.springframework.core-3.0.4.RELEASE.jar
│ │ │ │ │ ├── org.springframework.expression-3.0.4.RELEASE.jar
│ │ │ │ │ ├── org.springframework.instrument-3.0.4.RELEASE.jar
│ │ │ │ │ ├── org.springframework.instrument.tomcat-3.0.4.RELEASE.jar
│ │ │ │ │ ├── org.springframework.jdbc-3.0.4.RELEASE.jar
│ │ │ │ │ ├── org.springframework.jms-3.0.4.RELEASE.jar
│ │ │ │ │ ├── org.springframework.orm-3.0.4.RELEASE.jar
│ │ │ │ │ ├── org.springframework.oxm-3.0.4.RELEASE.jar
│ │ │ │ │ ├── org.springframework.test-3.0.4.RELEASE.jar
│ │ │ │ │ ├── org.springframework.transaction-3.0.4.RELEASE.jar
│ │ │ │ │ ├── org.springframework.web-3.0.4.RELEASE.jar
│ │ │ │ │ ├── org.springframework.web.portlet-3.0.4.RELEASE.jar
│ │ │ │ │ ├── org.springframework.web.servlet-3.0.4.RELEASE.jar
│ │ │ │ │ ├── org.springframework.web.struts-3.0.4.RELEASE.jar
│ │ │ │ │ ├── proxool-0.9.1.jar
│ │ │ │ │ ├── proxool-cglib.jar
│ │ │ │ │ ├── slf4j-api-1.5.8.jar
│ │ │ │ │ ├── slf4j-log4j12-1.5.8.jar
│ │ │ │ │ ├── struts2-core-2.2.1.jar
│ │ │ │ │ ├── struts2-spring-plugin-2.2.1.jar
│ │ │ │ │ └── xwork-core-2.2.1.jar
│ │ │ │ └── web.xml
│ │ │ ├── blank.gif
│ │ │ ├── dingdanadd.jsp
│ │ │ ├── dingdanlist.jsp
│ │ │ ├── dingdanupdate3.jsp
│ │ │ ├── gonggaoupdate3.jsp
│ │ │ ├── gouwuchelist.jsp
│ │ │ ├── head.jsp
│ │ │ ├── iecss.css
│ │ │ ├── images
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── addtocart.gif
│ │ │ │ ├── bann1.jpg
│ │ │ │ ├── bann2.jpg
│ │ │ │ ├── bar_bg.gif
│ │ │ │ ├── bg.jpg
│ │ │ │ ├── big_pic.jpg
│ │ │ │ ├── blue-add.png
│ │ │ │ ├── camera.png
│ │ │ │ ├── car.png
│ │ │ │ ├── cart.gif
│ │ │ │ ├── cart_bg.gif
│ │ │ │ ├── checked.png
│ │ │ │ ├── compare.gif
│ │ │ │ ├── contact-new.png
│ │ │ │ ├── contact_bt.gif
│ │ │ │ ├── csscreme.jpg
│ │ │ │ ├── de.gif
│ │ │ │ ├── details_box_bottom.gif
│ │ │ │ ├── details_box_center.gif
│ │ │ │ ├── details_box_top.gif
│ │ │ │ ├── details_bt_bg.gif
│ │ │ │ ├── details_bt_bg.png
│ │ │ │ ├── en.gif
│ │ │ │ ├── favorites.gif
│ │ │ │ ├── favorites.png
│ │ │ │ ├── favs.gif
│ │ │ │ ├── favs.png
│ │ │ │ ├── footer_bg.gif
│ │ │ │ ├── footer_logo.png
│ │ │ │ ├── gouwuche.png
│ │ │ │ ├── header_bg.jpg
│ │ │ │ ├── header_divider.png
│ │ │ │ ├── home.png
│ │ │ │ ├── iphone.png
│ │ │ │ ├── laptop.gif
│ │ │ │ ├── laptop.png
│ │ │ │ ├── login_2.jpg
│ │ │ │ ├── menu_bg.gif
│ │ │ │ ├── menu_divider.gif
│ │ │ │ ├── menu_left.gif
│ │ │ │ ├── menu_right.gif
│ │ │ │ ├── menu_title_bg.gif
│ │ │ │ ├── navbullet.png
│ │ │ │ ├── p1.gif
│ │ │ │ ├── p2.gif
│ │ │ │ ├── p4.gif
│ │ │ │ ├── p5.gif
│ │ │ │ ├── pag_bg.gif
│ │ │ │ ├── pag_bg.png
│ │ │ │ ├── pag_bg_a.gif
│ │ │ │ ├── pag_bg_a.png
│ │ │ │ ├── payment.gif
│ │ │ │ ├── product_box_bottom.gif
│ │ │ │ ├── product_box_center.gif
│ │ │ │ ├── product_box_top.gif
│ │ │ │ ├── products_details_bg.gif
│ │ │ │ ├── search.gif
│ │ │ │ ├── services.png
│ │ │ │ ├── shoppingcart.png
│ │ │ │ ├── square-blue-add.gif
│ │ │ │ ├── thumb1.gif
│ │ │ │ ├── thumb2.gif
│ │ │ │ ├── top_search_bg.gif
│ │ │ │ └── user_add.png
│ │ │ ├── index
│ │ │ ├── index.jsp
│ │ │ ├── js
│ │ │ │ └── boxOver.js
│ │ │ ├── left.jsp
│ │ │ ├── login.jsp
│ │ │ ├── manage
│ │ │ │ ├── css
│ │ │ │ │ └── admin.css
│ │ │ │ ├── dingdan
│ │ │ │ │ ├── dingdanlist.jsp
│ │ │ │ │ └── dingdanupdate3.jsp
│ │ │ │ ├── fenlei
│ │ │ │ │ ├── fenleiadd.jsp
│ │ │ │ │ ├── fenleilist.jsp
│ │ │ │ │ ├── fenleiupdate.jsp
│ │ │ │ │ └── fenleiupdate3.jsp
│ │ │ │ ├── gonggao
│ │ │ │ │ ├── gonggaoadd.jsp
│ │ │ │ │ ├── gonggaolist.jsp
│ │ │ │ │ ├── gonggaoupdate.jsp
│ │ │ │ │ └── gonggaoupdate3.jsp
│ │ │ │ ├── header.jsp
│ │ │ │ ├── images
│ │ │ │ │ ├── admin.css
│ │ │ │ │ ├── admin_p.gif
│ │ │ │ │ ├── bt_login.gif
│ │ │ │ │ ├── header_bg.jpg
│ │ │ │ │ ├── header_left.jpg
│ │ │ │ │ ├── header_right.jpg
│ │ │ │ │ ├── login_1.jpg
│ │ │ │ │ ├── login_2.jpg
│ │ │ │ │ ├── login_3.jpg
│ │ │ │ │ ├── login_4.jpg
│ │ │ │ │ ├── login_5.jpg
│ │ │ │ │ ├── login_6.gif
│ │ │ │ │ ├── menu_bg.jpg
│ │ │ │ │ ├── menu_bt.jpg
│ │ │ │ │ ├── menu_icon.gif
│ │ │ │ │ ├── shadow_bg.jpg
│ │ │ │ │ ├── title_bg1.jpg
│ │ │ │ │ └── title_bg2.jpg
│ │ │ │ ├── index.jsp
│ │ │ │ ├── login.jsp
│ │ │ │ ├── login_2.jpg
│ │ │ │ ├── main.jsp
│ │ │ │ ├── menu.jsp
│ │ │ │ ├── product
│ │ │ │ │ ├── productadd.jsp
│ │ │ │ │ ├── productlist.jsp
│ │ │ │ │ ├── productupdate.jsp
│ │ │ │ │ └── productupdate3.jsp
│ │ │ │ └── user
│ │ │ │ ├── password.jsp
│ │ │ │ └── userlist.jsp
│ │ │ ├── menu.jsp
│ │ │ ├── productadd.jsp
│ │ │ ├── productlist2.jsp
│ │ │ ├── productlist3.jsp
│ │ │ ├── productlist4.jsp
│ │ │ ├── productupdate3.jsp
│ │ │ ├── register.jsp
│ │ │ ├── right.jsp
│ │ │ ├── style.css
│ │ │ └── uploadfile
│ │ │ └── readme.txt
│ │ └── src
│ │ ├── gouwushangcheng
│ │ │ ├── action
│ │ │ │ ├── IndexAction.java
│ │ │ │ └── ManageAction.java
│ │ │ ├── dao
│ │ │ │ ├── DingdanDao.java
│ │ │ │ ├── FenleiDao.java
│ │ │ │ ├── GonggaoDao.java
│ │ │ │ ├── GouwucheDao.java
│ │ │ │ ├── ManageDao.java
│ │ │ │ ├── ProductDao.java
│ │ │ │ ├── UserDao.java
│ │ │ │ └── impl
│ │ │ │ ├── DingdanDaoImpl.java
│ │ │ │ ├── FenleiDaoImpl.java
│ │ │ │ ├── GonggaoDaoImpl.java
│ │ │ │ ├── GouwucheDaoImpl.java
│ │ │ │ ├── ManageDaoImpl.java
│ │ │ │ ├── ProductDaoImpl.java
│ │ │ │ └── UserDaoImpl.java
│ │ │ ├── model
│ │ │ │ ├── Dingdan.java
│ │ │ │ ├── Fenlei.java
│ │ │ │ ├── Gonggao.java
│ │ │ │ ├── Gouwuche.java
│ │ │ │ ├── Manage.java
│ │ │ │ ├── Product.java
│ │ │ │ └── User.java
│ │ │ └── util
│ │ │ ├── Arith.java
│ │ │ ├── Pager.java
│ │ │ └── Util.java
│ │ ├── hibernate.cfg.xml
│ │ ├── log4j.properties
│ │ ├── proxool.xml
│ │ ├── spring-actions.xml
│ │ ├── spring-base.xml
│ │ ├── spring-dao.xml
│ │ └── struts.xml
│ └── shujuku_db.sql
├── cp174参考论文.doc
├── cp174程序说明文档.txt
├── cp174参考答辩演示稿.ppt
└── 参考文献.doc
32 directories, 267 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论