- memoryoptimization ·对象类型如何对内存使用的影响 ·对象池机制如何影响垃圾收集 ·访问大规模数据时的数据流 ·内存使用率分析
- TheDesignersGuidetoVHDLVolume3 VHDL
- VBkeletools 校内网开心农场
- MARIA_2 control curse matlab
- OpenGLTest this a small application of OpenGL tested in windows for first learning from book NEHE
- teechart 在VB 中画标准降雨径流图的程序(TeeChart in the VB draw standard rainfall runoff map procedures)
文件名称:shop
介绍说明--下载内容来自于网络,使用问题请自行百度
网上商城,用户可以在网站上浏览商品,购买商品;管理员可以对商品信息和用户信息进行增删改查-shop in internet
(系统自动生成,下载前可以参看下载内容)
下载文件列表
shop/
shop/.classpath
shop/.project
shop/.settings/
shop/.settings/.jsdtscope
shop/.settings/org.eclipse.core.resources.prefs
shop/.settings/org.eclipse.jdt.core.prefs
shop/.settings/org.eclipse.wst.common.component
shop/.settings/org.eclipse.wst.common.project.facet.core.xml
shop/.settings/org.eclipse.wst.jsdt.ui.superType.container
shop/.settings/org.eclipse.wst.jsdt.ui.superType.name
shop/WebContent/
shop/WebContent/META-INF/
shop/WebContent/META-INF/MANIFEST.MF
shop/WebContent/WEB-INF/
shop/WebContent/WEB-INF/lib/
shop/WebContent/WEB-INF/lib/commons-beanutils-1.9.2.jar
shop/WebContent/WEB-INF/lib/commons-dbutils-1.6.jar
shop/WebContent/WEB-INF/lib/commons-fileupload-1.3.1.jar
shop/WebContent/WEB-INF/lib/commons-io-2.4.jar
shop/WebContent/WEB-INF/lib/commons-logging-1.2.jar
shop/WebContent/WEB-INF/lib/gson-2.2.4.jar
shop/WebContent/WEB-INF/lib/jstl-1.2.jar
shop/WebContent/WEB-INF/lib/log4j-1.2.17.jar
shop/WebContent/WEB-INF/lib/mysql-connector-java-5.1.17-bin.jar
shop/src/com/newshop/web/listener/MyListener.java
shop/WebContent/WEB-INF/lib/pager-taglib.jar
shop/src/com/newshop/web/listener/
shop/src/com/newshop/web/filter/LoginFilter.java
shop/WebContent/WEB-INF/web.xml
shop/WebContent/bootstrap/
shop/WebContent/bootstrap/css/
shop/WebContent/bootstrap/css/bootstrap-datepicker3.css
shop/WebContent/bootstrap/css/bootstrap-datepicker3.min.css
shop/WebContent/bootstrap/css/bootstrap-theme.css
shop/WebContent/bootstrap/css/bootstrap-theme.css.map
shop/WebContent/bootstrap/css/bootstrap-theme.min.css
shop/WebContent/bootstrap/css/bootstrap.css
shop/WebContent/bootstrap/css/bootstrap.css.map
shop/WebContent/bootstrap/css/bootstrap.min.css
shop/WebContent/bootstrap/css/bootstrapValidator.min.css
shop/WebContent/bootstrap/css/fileinput.min.css
shop/WebContent/bootstrap/fonts/
shop/WebContent/bootstrap/fonts/glyphicons-halflings-regular.eot
shop/WebContent/bootstrap/fonts/glyphicons-halflings-regular.svg
shop/WebContent/bootstrap/fonts/glyphicons-halflings-regular.ttf
shop/WebContent/bootstrap/fonts/glyphicons-halflings-regular.woff
shop/WebContent/bootstrap/fonts/glyphicons-halflings-regular.woff2
shop/WebContent/bootstrap/js/
shop/WebContent/bootstrap/js/bootstrap-datepicker.js
shop/WebContent/bootstrap/js/bootstrap-treeview.min.js
shop/WebContent/bootstrap/js/bootstrap-typeahead.js
shop/WebContent/bootstrap/js/bootstrap.js
shop/WebContent/bootstrap/js/bootstrap.min.js
shop/WebContent/bootstrap/js/bootstrapValidator.min.js
shop/WebContent/bootstrap/js/fileinput.js
shop/WebContent/bootstrap/js/fileinput.min.js
shop/WebContent/bootstrap/js/jquery.min.js
shop/WebContent/bootstrap/js/locales/
shop/WebContent/bootstrap/js/locales/bootstrap-datepicker.zh-CN.js
shop/WebContent/bootstrap/js/locales/bootstrapValidator_zh_CN.js
shop/WebContent/bootstrap/js/locales/fileinput_locale_zh.js
shop/WebContent/bootstrap/js/npm.js
shop/WebContent/bootstrap/js/underscore-min.js
shop/src/com/newshop/web/filter/EncodingFilter.java
shop/src/com/newshop/web/filter/
shop/WebContent/index.jsp
shop/WebContent/sql/
shop/WebContent/sql/shop.sql
shop/WebContent/upload/
shop/WebContent/view/
shop/WebContent/view/address/
shop/WebContent/view/address/addAddress.jsp
shop/src/com/newshop/web/action/UserAction.java
shop/src/com/newshop/web/action/ShopCarAction.java
shop/WebContent/view/category/
shop/WebContent/view/category/addCategory.jsp
shop/WebContent/view/category/listCategory.jsp
shop/WebContent/view/category/updateCategory.jsp
shop/src/com/newshop/web/action/ProductAction.java
shop/src/com/newshop/web/action/OrderAction.java
shop/src/com/newshop/web/action/LoginAction.java
shop/src/com/newshop/web/action/CategoryAction.java
shop/WebContent/view/order/
shop/WebContent/view/order/listOrders.jsp
shop/WebContent/view/order/ordersInfo.jsp
shop/WebContent/view/order/updateOrders.jsp
shop/src/com/newshop/web/action/BaseAction.java
shop/src/com/newshop/web/action/AddressAction.java
shop/src/com/newshop/web/action/
shop/src/com/newshop/web/
shop/WebContent/view/product/
shop/WebContent/view/product/addProduct.jsp
shop/WebContent/view/product/listProduct.jsp
shop/WebContent/view/product/updateProduct.jsp
shop/WebContent/view/public/
shop/WebContent/view/public/error.jsp
shop/WebContent/view/public/top.jsp
shop/WebContent/view/shopCart/
shop/WebContent/view/shopCart/listSalesitem.jsp
shop/WebContent/view/user/
shop/WebContent/view/user/addUser.jsp
shop/WebContent/view/user/listUser.jsp
shop/WebContent/view/user/login.jsp
shop/WebContent/view/user/updateMe.jsp
shop/WebContent/view/user/updateUser.jsp
shop/src/com/newshop/util/ShopException.java
shop/build/
shop/build/classes/
shop/build/classes/com/
shop/src/com/newshop/util/RequestBeanUtil.java
shop/src/com/newshop/util/MD5Utils.java
shop/src/com/newshop/util/JdbcUtil.java
shop/src/com/newshop/util/DataSourceUtil.java
shop/src/com/newshop/util/CheckImgServlet.java
shop/src/com/newshop/util/
shop/src/com/newshop/service/imp/UserServiceImp.java
shop/src/com/newshop/service/imp/RoleServiceImp.java
shop/src/com/newshop/service/imp/ProductServiceImp.java
shop/src/com/newshop/service/imp/OrderServiceImp.java
shop/src/com/
shop/.classpath
shop/.project
shop/.settings/
shop/.settings/.jsdtscope
shop/.settings/org.eclipse.core.resources.prefs
shop/.settings/org.eclipse.jdt.core.prefs
shop/.settings/org.eclipse.wst.common.component
shop/.settings/org.eclipse.wst.common.project.facet.core.xml
shop/.settings/org.eclipse.wst.jsdt.ui.superType.container
shop/.settings/org.eclipse.wst.jsdt.ui.superType.name
shop/WebContent/
shop/WebContent/META-INF/
shop/WebContent/META-INF/MANIFEST.MF
shop/WebContent/WEB-INF/
shop/WebContent/WEB-INF/lib/
shop/WebContent/WEB-INF/lib/commons-beanutils-1.9.2.jar
shop/WebContent/WEB-INF/lib/commons-dbutils-1.6.jar
shop/WebContent/WEB-INF/lib/commons-fileupload-1.3.1.jar
shop/WebContent/WEB-INF/lib/commons-io-2.4.jar
shop/WebContent/WEB-INF/lib/commons-logging-1.2.jar
shop/WebContent/WEB-INF/lib/gson-2.2.4.jar
shop/WebContent/WEB-INF/lib/jstl-1.2.jar
shop/WebContent/WEB-INF/lib/log4j-1.2.17.jar
shop/WebContent/WEB-INF/lib/mysql-connector-java-5.1.17-bin.jar
shop/src/com/newshop/web/listener/MyListener.java
shop/WebContent/WEB-INF/lib/pager-taglib.jar
shop/src/com/newshop/web/listener/
shop/src/com/newshop/web/filter/LoginFilter.java
shop/WebContent/WEB-INF/web.xml
shop/WebContent/bootstrap/
shop/WebContent/bootstrap/css/
shop/WebContent/bootstrap/css/bootstrap-datepicker3.css
shop/WebContent/bootstrap/css/bootstrap-datepicker3.min.css
shop/WebContent/bootstrap/css/bootstrap-theme.css
shop/WebContent/bootstrap/css/bootstrap-theme.css.map
shop/WebContent/bootstrap/css/bootstrap-theme.min.css
shop/WebContent/bootstrap/css/bootstrap.css
shop/WebContent/bootstrap/css/bootstrap.css.map
shop/WebContent/bootstrap/css/bootstrap.min.css
shop/WebContent/bootstrap/css/bootstrapValidator.min.css
shop/WebContent/bootstrap/css/fileinput.min.css
shop/WebContent/bootstrap/fonts/
shop/WebContent/bootstrap/fonts/glyphicons-halflings-regular.eot
shop/WebContent/bootstrap/fonts/glyphicons-halflings-regular.svg
shop/WebContent/bootstrap/fonts/glyphicons-halflings-regular.ttf
shop/WebContent/bootstrap/fonts/glyphicons-halflings-regular.woff
shop/WebContent/bootstrap/fonts/glyphicons-halflings-regular.woff2
shop/WebContent/bootstrap/js/
shop/WebContent/bootstrap/js/bootstrap-datepicker.js
shop/WebContent/bootstrap/js/bootstrap-treeview.min.js
shop/WebContent/bootstrap/js/bootstrap-typeahead.js
shop/WebContent/bootstrap/js/bootstrap.js
shop/WebContent/bootstrap/js/bootstrap.min.js
shop/WebContent/bootstrap/js/bootstrapValidator.min.js
shop/WebContent/bootstrap/js/fileinput.js
shop/WebContent/bootstrap/js/fileinput.min.js
shop/WebContent/bootstrap/js/jquery.min.js
shop/WebContent/bootstrap/js/locales/
shop/WebContent/bootstrap/js/locales/bootstrap-datepicker.zh-CN.js
shop/WebContent/bootstrap/js/locales/bootstrapValidator_zh_CN.js
shop/WebContent/bootstrap/js/locales/fileinput_locale_zh.js
shop/WebContent/bootstrap/js/npm.js
shop/WebContent/bootstrap/js/underscore-min.js
shop/src/com/newshop/web/filter/EncodingFilter.java
shop/src/com/newshop/web/filter/
shop/WebContent/index.jsp
shop/WebContent/sql/
shop/WebContent/sql/shop.sql
shop/WebContent/upload/
shop/WebContent/view/
shop/WebContent/view/address/
shop/WebContent/view/address/addAddress.jsp
shop/src/com/newshop/web/action/UserAction.java
shop/src/com/newshop/web/action/ShopCarAction.java
shop/WebContent/view/category/
shop/WebContent/view/category/addCategory.jsp
shop/WebContent/view/category/listCategory.jsp
shop/WebContent/view/category/updateCategory.jsp
shop/src/com/newshop/web/action/ProductAction.java
shop/src/com/newshop/web/action/OrderAction.java
shop/src/com/newshop/web/action/LoginAction.java
shop/src/com/newshop/web/action/CategoryAction.java
shop/WebContent/view/order/
shop/WebContent/view/order/listOrders.jsp
shop/WebContent/view/order/ordersInfo.jsp
shop/WebContent/view/order/updateOrders.jsp
shop/src/com/newshop/web/action/BaseAction.java
shop/src/com/newshop/web/action/AddressAction.java
shop/src/com/newshop/web/action/
shop/src/com/newshop/web/
shop/WebContent/view/product/
shop/WebContent/view/product/addProduct.jsp
shop/WebContent/view/product/listProduct.jsp
shop/WebContent/view/product/updateProduct.jsp
shop/WebContent/view/public/
shop/WebContent/view/public/error.jsp
shop/WebContent/view/public/top.jsp
shop/WebContent/view/shopCart/
shop/WebContent/view/shopCart/listSalesitem.jsp
shop/WebContent/view/user/
shop/WebContent/view/user/addUser.jsp
shop/WebContent/view/user/listUser.jsp
shop/WebContent/view/user/login.jsp
shop/WebContent/view/user/updateMe.jsp
shop/WebContent/view/user/updateUser.jsp
shop/src/com/newshop/util/ShopException.java
shop/build/
shop/build/classes/
shop/build/classes/com/
shop/src/com/newshop/util/RequestBeanUtil.java
shop/src/com/newshop/util/MD5Utils.java
shop/src/com/newshop/util/JdbcUtil.java
shop/src/com/newshop/util/DataSourceUtil.java
shop/src/com/newshop/util/CheckImgServlet.java
shop/src/com/newshop/util/
shop/src/com/newshop/service/imp/UserServiceImp.java
shop/src/com/newshop/service/imp/RoleServiceImp.java
shop/src/com/newshop/service/imp/ProductServiceImp.java
shop/src/com/newshop/service/imp/OrderServiceImp.java
shop/src/com/
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
