实例介绍
大二暑假小学期,要求是做一个卖机器人的电商网站,css是当时在网上找的,其他是和同学一起写的,简单的购物网站,包含主页,商品详情页,购物车,下单的界面,学弟学妹可以参考一下啦
【实例截图】
【核心代码】
2a67a668-f6a4-49f6-a69b-e490f6b90361
└── jspServlet
├── src
│ └── jspservlet
│ ├── dao
│ │ ├── CartDAO.java
│ │ ├── impl
│ │ │ ├── CartDAOImpl.java
│ │ │ ├── ListDAOImpl.java
│ │ │ ├── OrderpurDAOImpl.java
│ │ │ ├── productDAOImpl.java
│ │ │ └── UserDAOImpl.java
│ │ ├── ListDAO.java
│ │ ├── OrderpurDAO.java
│ │ ├── productDAO.java
│ │ └── UserDAO.java
│ ├── db
│ │ └── DBConnect.java
│ ├── servlet
│ │ ├── AddCartServlet.java
│ │ ├── CartServlet.java
│ │ ├── listServlet.java
│ │ ├── LoginServlet.java
│ │ ├── OrderpurServlet.java
│ │ ├── ProductServlet.java
│ │ └── RegisterServlet.java
│ └── vo
│ ├── orderpur.java
│ ├── product.java
│ ├── UserCart.java
│ └── User.java
└── WebRoot
├── css
│ ├── about.html
│ ├── animate.css
│ ├── bootstrap.css
│ ├── bootstrap.css.map
│ ├── icomoon.css
│ ├── owl.carousel.min.css
│ ├── owl.theme.default.min.css
│ ├── skins
│ │ ├── all.css
│ │ ├── flat
│ │ │ ├── aero@2x.png
│ │ │ ├── aero.css
│ │ │ ├── aero.png
│ │ │ ├── _all.css
│ │ │ ├── blue@2x.png
│ │ │ ├── blue.css
│ │ │ ├── blue.png
│ │ │ ├── flat@2x.png
│ │ │ ├── flat.css
│ │ │ ├── flat.png
│ │ │ ├── green@2x.png
│ │ │ ├── green.css
│ │ │ ├── green.png
│ │ │ ├── grey@2x.png
│ │ │ ├── grey.css
│ │ │ ├── grey.png
│ │ │ ├── orange@2x.png
│ │ │ ├── orange.css
│ │ │ ├── orange.png
│ │ │ ├── pink@2x.png
│ │ │ ├── pink.css
│ │ │ ├── pink.png
│ │ │ ├── purple@2x.png
│ │ │ ├── purple.css
│ │ │ ├── purple.png
│ │ │ ├── red@2x.png
│ │ │ ├── red.css
│ │ │ ├── red.png
│ │ │ ├── yellow@2x.png
│ │ │ ├── yellow.css
│ │ │ └── yellow.png
│ │ ├── futurico
│ │ │ ├── futurico@2x.png
│ │ │ ├── futurico.css
│ │ │ └── futurico.png
│ │ ├── line
│ │ │ ├── aero.css
│ │ │ ├── _all.css
│ │ │ ├── blue.css
│ │ │ ├── green.css
│ │ │ ├── grey.css
│ │ │ ├── line@2x.png
│ │ │ ├── line.css
│ │ │ ├── line.png
│ │ │ ├── orange.css
│ │ │ ├── pink.css
│ │ │ ├── purple.css
│ │ │ ├── red.css
│ │ │ └── yellow.css
│ │ ├── minimal
│ │ │ ├── aero@2x.png
│ │ │ ├── aero.css
│ │ │ ├── aero.png
│ │ │ ├── _all.css
│ │ │ ├── blue@2x.png
│ │ │ ├── blue.css
│ │ │ ├── blue.png
│ │ │ ├── green@2x.png
│ │ │ ├── green.css
│ │ │ ├── green.png
│ │ │ ├── grey@2x.png
│ │ │ ├── grey.css
│ │ │ ├── grey.png
│ │ │ ├── minimal@2x.png
│ │ │ ├── minimal.css
│ │ │ ├── minimal.png
│ │ │ ├── orange@2x.png
│ │ │ ├── orange.css
│ │ │ ├── orange.png
│ │ │ ├── pink@2x.png
│ │ │ ├── pink.css
│ │ │ ├── pink.png
│ │ │ ├── purple@2x.png
│ │ │ ├── purple.css
│ │ │ ├── purple.png
│ │ │ ├── red@2x.png
│ │ │ ├── red.css
│ │ │ ├── red.png
│ │ │ ├── yellow@2x.png
│ │ │ ├── yellow.css
│ │ │ └── yellow.png
│ │ ├── polaris
│ │ │ ├── polaris@2x.png
│ │ │ ├── polaris.css
│ │ │ └── polaris.png
│ │ └── square
│ │ ├── aero@2x.png
│ │ ├── aero.css
│ │ ├── aero.png
│ │ ├── _all.css
│ │ ├── blue@2x.png
│ │ ├── blue.css
│ │ ├── blue.png
│ │ ├── green@2x.png
│ │ ├── green.css
│ │ ├── green.png
│ │ ├── grey@2x.png
│ │ ├── grey.css
│ │ ├── grey.png
│ │ ├── orange@2x.png
│ │ ├── orange.css
│ │ ├── orange.png
│ │ ├── pink@2x.png
│ │ ├── pink.css
│ │ ├── pink.png
│ │ ├── purple@2x.png
│ │ ├── purple.css
│ │ ├── purple.png
│ │ ├── red@2x.png
│ │ ├── red.css
│ │ ├── red.png
│ │ ├── square@2x.png
│ │ ├── square.css
│ │ ├── square.png
│ │ ├── yellow@2x.png
│ │ ├── yellow.css
│ │ └── yellow.png
│ ├── style.css
│ └── style.css.map
├── error.jsp
├── fonts
│ ├── bootstrap
│ │ ├── glyphicons-halflings-regular.eot
│ │ ├── glyphicons-halflings-regular.svg
│ │ ├── glyphicons-halflings-regular.ttf
│ │ ├── glyphicons-halflings-regular.woff
│ │ └── glyphicons-halflings-regular.woff2
│ └── icomoon
│ ├── icomoon
│ │ ├── demo-files
│ │ │ ├── demo.css
│ │ │ └── demo.js
│ │ ├── demo.html
│ │ ├── fonts
│ │ │ ├── icomoon.eot
│ │ │ ├── icomoon.svg
│ │ │ ├── icomoon.ttf
│ │ │ └── icomoon.woff
│ │ ├── selection.json
│ │ └── style.css
│ ├── icomoon.eot
│ ├── icomoon.svg
│ ├── icomoon.ttf
│ └── icomoon.woff
├── images
│ ├── 01.jpg
│ ├── logo.jpg
│ ├── slider_1.jpg
│ ├── slider_2.jpg
│ └── slider_3.jpg
├── js
│ ├── bootstrap.min.js
│ ├── jquery.easing.1.3.js
│ ├── jquery.min.js
│ ├── main.js
│ ├── modernizr-2.6.2.min.js
│ ├── owl.carousel.min.js
│ └── respond.min.js
├── login.jsp
├── mainpage.jsp
├── META-INF
│ └── MANIFEST.MF
├── MyCart.jsp
├── product.jsp
├── productlist.jsp
├── purchase.jsp
├── register.jsp
├── sass
│ ├── bootstrap
│ │ ├── _alerts.scss
│ │ ├── _badges.scss
│ │ ├── _breadcrumbs.scss
│ │ ├── _button-groups.scss
│ │ ├── _buttons.scss
│ │ ├── _carousel.scss
│ │ ├── _close.scss
│ │ ├── _code.scss
│ │ ├── _component-animations.scss
│ │ ├── _dropdowns.scss
│ │ ├── _forms.scss
│ │ ├── _glyphicons.scss
│ │ ├── _grid.scss
│ │ ├── _input-groups.scss
│ │ ├── _jumbotron.scss
│ │ ├── _labels.scss
│ │ ├── _list-group.scss
│ │ ├── _media.scss
│ │ ├── mixins
│ │ │ ├── _alerts.scss
│ │ │ ├── _background-variant.scss
│ │ │ ├── _border-radius.scss
│ │ │ ├── _buttons.scss
│ │ │ ├── _center-block.scss
│ │ │ ├── _clearfix.scss
│ │ │ ├── _forms.scss
│ │ │ ├── _gradients.scss
│ │ │ ├── _grid-framework.scss
│ │ │ ├── _grid.scss
│ │ │ ├── _hide-text.scss
│ │ │ ├── _image.scss
│ │ │ ├── _labels.scss
│ │ │ ├── _list-group.scss
│ │ │ ├── _nav-divider.scss
│ │ │ ├── _nav-vertical-align.scss
│ │ │ ├── _opacity.scss
│ │ │ ├── _pagination.scss
│ │ │ ├── _panels.scss
│ │ │ ├── _progress-bar.scss
│ │ │ ├── _reset-filter.scss
│ │ │ ├── _reset-text.scss
│ │ │ ├── _resize.scss
│ │ │ ├── _responsive-visibility.scss
│ │ │ ├── _size.scss
│ │ │ ├── _tab-focus.scss
│ │ │ ├── _table-row.scss
│ │ │ ├── _text-emphasis.scss
│ │ │ ├── _text-overflow.scss
│ │ │ └── _vendor-prefixes.scss
│ │ ├── _mixins.scss
│ │ ├── _modals.scss
│ │ ├── _navbar.scss
│ │ ├── _navs.scss
│ │ ├── _normalize.scss
│ │ ├── _pager.scss
│ │ ├── _pagination.scss
│ │ ├── _panels.scss
│ │ ├── _popovers.scss
│ │ ├── _print.scss
│ │ ├── _progress-bars.scss
│ │ ├── _responsive-embed.scss
│ │ ├── _responsive-utilities.scss
│ │ ├── _scaffolding.scss
│ │ ├── _tables.scss
│ │ ├── _theme.scss
│ │ ├── _thumbnails.scss
│ │ ├── _tooltip.scss
│ │ ├── _type.scss
│ │ ├── _utilities.scss
│ │ ├── _variables.scss
│ │ └── _wells.scss
│ ├── _bootstrap-compass.scss
│ ├── _bootstrap-mincer.scss
│ ├── bootstrap.scss
│ ├── _bootstrap-sprockets.scss
│ └── style.scss
├── WEB-INF
│ ├── classes
│ │ └── jspservlet
│ │ ├── dao
│ │ │ ├── CartDAO.class
│ │ │ ├── impl
│ │ │ │ ├── CartDAOImpl.class
│ │ │ │ ├── ListDAOImpl.class
│ │ │ │ ├── OrderpurDAOImpl.class
│ │ │ │ ├── productDAOImpl.class
│ │ │ │ └── UserDAOImpl.class
│ │ │ ├── ListDAO.class
│ │ │ ├── OrderpurDAO.class
│ │ │ ├── productDAO.class
│ │ │ └── UserDAO.class
│ │ ├── db
│ │ │ └── DBConnect.class
│ │ ├── servlet
│ │ │ ├── AddCartServlet.class
│ │ │ ├── CartServlet.class
│ │ │ ├── listServlet.class
│ │ │ ├── LoginServlet.class
│ │ │ ├── OrderpurServlet.class
│ │ │ ├── ProductServlet.class
│ │ │ └── RegisterServlet.class
│ │ └── vo
│ │ ├── orderpur.class
│ │ ├── product.class
│ │ ├── UserCart.class
│ │ └── User.class
│ ├── lib
│ │ └── mysql-connector-java-5.0.0-beta-bin.jar
│ └── web.xml
└── welcome.jsp
38 directories, 283 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论