diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..08d80de --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +# Compiled class file +.idea +*.iml +*.ipr +*.iws +*.class +target/ + + +# Package Files # +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar +*.iml + + + + + diff --git a/README.md b/README.md index 59a7125..456d55d 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,22 @@ 基于SSM框架的Java项目 + +# 注意 + +代码 clone 下来之后有几个 jar 包需要使用 maven 自行导入: + +> ueditor +> json +> fastdfs + # 技术选型 1. Spring 2. Spring MVC 3. Mybatis 4. redis -5. solor +5. solr 6. EasyUI 7. UEditor 8. JQuery @@ -43,12 +52,9 @@ - 拦截器 - 后端功能 (系统的开发,图片系统,数据等等) - 前端功能 (商品浏览,下订单,购物车等等。。) -- redis使用以及集群搭建 -- solor使用和集群搭建 -- JMS 消息队列 (activMQ) -- sso单点登录 -- restful服务 -- 在Linux上部署 +- ... + + diff --git a/manong.iml b/manong.iml deleted file mode 100644 index 8021953..0000000 --- a/manong.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/manong_common/manong_common.iml b/manong_common/manong_common.iml deleted file mode 100644 index 08d9815..0000000 --- a/manong_common/manong_common.iml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/manong_common/src/main/java/pojo/Res_Product.java b/manong_common/src/main/java/pojo/Res_Product.java new file mode 100644 index 0000000..05a9d86 --- /dev/null +++ b/manong_common/src/main/java/pojo/Res_Product.java @@ -0,0 +1,42 @@ +package pojo; + +public class Res_Product { + + private int id; + private String name; + private String imgUrl; + private double price; + + + public int getId() { + return id; + } + + public void setId(int id) { + this.id = id; + } + + public String getName() { + return name; + } + + public void setName(String name) { + this.name = name; + } + + public String getImgUrl() { + return imgUrl; + } + + public void setImgUrl(String imgUrl) { + this.imgUrl = imgUrl; + } + + public double getPrice() { + return price; + } + + public void setPrice(double price) { + this.price = price; + } +} diff --git a/manong_common/target/classes/pojo/EasyGrid.class b/manong_common/target/classes/pojo/EasyGrid.class deleted file mode 100644 index db0c454..0000000 Binary files a/manong_common/target/classes/pojo/EasyGrid.class and /dev/null differ diff --git a/manong_common/target/classes/pojo/EasyUITree.class b/manong_common/target/classes/pojo/EasyUITree.class deleted file mode 100644 index 0454502..0000000 Binary files a/manong_common/target/classes/pojo/EasyUITree.class and /dev/null differ diff --git a/manong_common/target/classes/pojo/Res_Categories$CategoriesBean$SubCetegoriesBean.class b/manong_common/target/classes/pojo/Res_Categories$CategoriesBean$SubCetegoriesBean.class deleted file mode 100644 index f4a0eea..0000000 Binary files a/manong_common/target/classes/pojo/Res_Categories$CategoriesBean$SubCetegoriesBean.class and /dev/null differ diff --git a/manong_common/target/classes/pojo/Res_Categories$CategoriesBean.class b/manong_common/target/classes/pojo/Res_Categories$CategoriesBean.class deleted file mode 100644 index 730e95a..0000000 Binary files a/manong_common/target/classes/pojo/Res_Categories$CategoriesBean.class and /dev/null differ diff --git a/manong_common/target/classes/pojo/Res_Categories.class b/manong_common/target/classes/pojo/Res_Categories.class deleted file mode 100644 index 3c29808..0000000 Binary files a/manong_common/target/classes/pojo/Res_Categories.class and /dev/null differ diff --git a/manong_common/target/classes/pojo/ResponseJsonResult.class b/manong_common/target/classes/pojo/ResponseJsonResult.class deleted file mode 100644 index 97733b7..0000000 Binary files a/manong_common/target/classes/pojo/ResponseJsonResult.class and /dev/null differ diff --git a/manong_common/target/classes/utils/HttpClientUtil.class b/manong_common/target/classes/utils/HttpClientUtil.class deleted file mode 100644 index 0214e39..0000000 Binary files a/manong_common/target/classes/utils/HttpClientUtil.class and /dev/null differ diff --git a/manong_common/target/manong_common-1.0-SNAPSHOT.jar b/manong_common/target/manong_common-1.0-SNAPSHOT.jar deleted file mode 100644 index c5ab7a6..0000000 Binary files a/manong_common/target/manong_common-1.0-SNAPSHOT.jar and /dev/null differ diff --git a/manong_common/target/maven-archiver/pom.properties b/manong_common/target/maven-archiver/pom.properties deleted file mode 100644 index 005eb7b..0000000 --- a/manong_common/target/maven-archiver/pom.properties +++ /dev/null @@ -1,5 +0,0 @@ -#Generated by Maven -#Tue Feb 26 15:36:21 CST 2019 -version=1.0-SNAPSHOT -groupId=com.kendinghui -artifactId=manong_common diff --git a/manong_common/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/manong_common/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst deleted file mode 100644 index e69468c..0000000 --- a/manong_common/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +++ /dev/null @@ -1,7 +0,0 @@ -pojo\ResponseJsonResult.class -pojo\Res_Categories.class -utils\HttpClientUtil.class -pojo\Res_Categories$CategoriesBean$SubCetegoriesBean.class -pojo\EasyUITree.class -pojo\Res_Categories$CategoriesBean.class -pojo\EasyGrid.class diff --git a/manong_common/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/manong_common/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst deleted file mode 100644 index 2a361f6..0000000 --- a/manong_common/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +++ /dev/null @@ -1,5 +0,0 @@ -F:\githubproject\manong\manong_common\src\main\java\pojo\ResponseJsonResult.java -F:\githubproject\manong\manong_common\src\main\java\pojo\EasyGrid.java -F:\githubproject\manong\manong_common\src\main\java\utils\HttpClientUtil.java -F:\githubproject\manong\manong_common\src\main\java\pojo\EasyUITree.java -F:\githubproject\manong\manong_common\src\main\java\pojo\Res_Categories.java diff --git a/manong_manager/manong_manager.iml b/manong_manager/manong_manager.iml deleted file mode 100644 index 2ee29af..0000000 --- a/manong_manager/manong_manager.iml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/manong_manager/manong_manager_mapper/manong_manager_mapper.iml b/manong_manager/manong_manager_mapper/manong_manager_mapper.iml deleted file mode 100644 index 63059f7..0000000 --- a/manong_manager/manong_manager_mapper/manong_manager_mapper.iml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/manong_manager/manong_manager_mapper/src/main/java/com/manong/mapper/ProductCategoryMapper.java b/manong_manager/manong_manager_mapper/src/main/java/com/manong/mapper/ProductCategoryMapper.java index cd8d62e..9b537c3 100644 --- a/manong_manager/manong_manager_mapper/src/main/java/com/manong/mapper/ProductCategoryMapper.java +++ b/manong_manager/manong_manager_mapper/src/main/java/com/manong/mapper/ProductCategoryMapper.java @@ -4,6 +4,7 @@ import com.manong.pojo.ProductCategoryExample; import org.apache.ibatis.annotations.Param; + import java.util.List; public interface ProductCategoryMapper { diff --git a/manong_manager/manong_manager_mapper/target/classes/com/manong/mapper/ProductCategoryMapper.class b/manong_manager/manong_manager_mapper/target/classes/com/manong/mapper/ProductCategoryMapper.class deleted file mode 100644 index eea17eb..0000000 Binary files a/manong_manager/manong_manager_mapper/target/classes/com/manong/mapper/ProductCategoryMapper.class and /dev/null differ diff --git a/manong_manager/manong_manager_mapper/target/classes/com/manong/mapper/ProductCategoryMapper.xml b/manong_manager/manong_manager_mapper/target/classes/com/manong/mapper/ProductCategoryMapper.xml deleted file mode 100644 index 1ea83cc..0000000 --- a/manong_manager/manong_manager_mapper/target/classes/com/manong/mapper/ProductCategoryMapper.xml +++ /dev/null @@ -1,211 +0,0 @@ - - - - - - - - - - - - - - - - - - - and ${criterion.condition} - - - and ${criterion.condition} #{criterion.value} - - - and ${criterion.condition} #{criterion.value} and #{criterion.secondValue} - - - and ${criterion.condition} - - #{listItem} - - - - - - - - - - - - - - - - - - and ${criterion.condition} - - - and ${criterion.condition} #{criterion.value} - - - and ${criterion.condition} #{criterion.value} and #{criterion.secondValue} - - - and ${criterion.condition} - - #{listItem} - - - - - - - - - - - id, name, sorderorder, status, parent_id - - - - - delete from product_category - where id = #{id,jdbcType=SMALLINT} - - - delete from product_category - - - - - - insert into product_category (id, name, sorderorder, - status, parent_id) - values (#{id,jdbcType=SMALLINT}, #{name,jdbcType=VARCHAR}, #{sorderorder,jdbcType=SMALLINT}, - #{status,jdbcType=TINYINT}, #{parentId,jdbcType=SMALLINT}) - - - insert into product_category - - - id, - - - name, - - - sorderorder, - - - status, - - - parent_id, - - - - - #{id,jdbcType=SMALLINT}, - - - #{name,jdbcType=VARCHAR}, - - - #{sorderorder,jdbcType=SMALLINT}, - - - #{status,jdbcType=TINYINT}, - - - #{parentId,jdbcType=SMALLINT}, - - - - - - update product_category - - - id = #{record.id,jdbcType=SMALLINT}, - - - name = #{record.name,jdbcType=VARCHAR}, - - - sorderorder = #{record.sorderorder,jdbcType=SMALLINT}, - - - status = #{record.status,jdbcType=TINYINT}, - - - parent_id = #{record.parentId,jdbcType=SMALLINT}, - - - - - - - - update product_category - set id = #{record.id,jdbcType=SMALLINT}, - name = #{record.name,jdbcType=VARCHAR}, - sorderorder = #{record.sorderorder,jdbcType=SMALLINT}, - status = #{record.status,jdbcType=TINYINT}, - parent_id = #{record.parentId,jdbcType=SMALLINT} - - - - - - update product_category - - - name = #{name,jdbcType=VARCHAR}, - - - sorderorder = #{sorderorder,jdbcType=SMALLINT}, - - - status = #{status,jdbcType=TINYINT}, - - - parent_id = #{parentId,jdbcType=SMALLINT}, - - - where id = #{id,jdbcType=SMALLINT} - - - update product_category - set name = #{name,jdbcType=VARCHAR}, - sorderorder = #{sorderorder,jdbcType=SMALLINT}, - status = #{status,jdbcType=TINYINT}, - parent_id = #{parentId,jdbcType=SMALLINT} - where id = #{id,jdbcType=SMALLINT} - - \ No newline at end of file diff --git a/manong_manager/manong_manager_mapper/target/classes/com/manong/mapper/ProductMapper.class b/manong_manager/manong_manager_mapper/target/classes/com/manong/mapper/ProductMapper.class deleted file mode 100644 index e90925b..0000000 Binary files a/manong_manager/manong_manager_mapper/target/classes/com/manong/mapper/ProductMapper.class and /dev/null differ diff --git a/manong_manager/manong_manager_mapper/target/classes/com/manong/mapper/ProductMapper.xml b/manong_manager/manong_manager_mapper/target/classes/com/manong/mapper/ProductMapper.xml deleted file mode 100644 index ef9b9c3..0000000 --- a/manong_manager/manong_manager_mapper/target/classes/com/manong/mapper/ProductMapper.xml +++ /dev/null @@ -1,275 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - and ${criterion.condition} - - - and ${criterion.condition} #{criterion.value} - - - and ${criterion.condition} #{criterion.value} and #{criterion.secondValue} - - - and ${criterion.condition} - - #{listItem} - - - - - - - - - - - - - - - - - - and ${criterion.condition} - - - and ${criterion.condition} #{criterion.value} - - - and ${criterion.condition} #{criterion.value} and #{criterion.secondValue} - - - and ${criterion.condition} - - #{listItem} - - - - - - - - - - - id, category_id, name, image, maket_price, price, status, description, product_number - - - - - delete from product - where id = #{id,jdbcType=INTEGER} - - - delete from product - - - - - - insert into product (id, category_id, name, - image, maket_price, price, - status, description, product_number - ) - values (#{id,jdbcType=INTEGER}, #{categoryId,jdbcType=SMALLINT}, #{name,jdbcType=VARCHAR}, - #{image,jdbcType=VARCHAR}, #{maketPrice,jdbcType=DECIMAL}, #{price,jdbcType=DECIMAL}, - #{status,jdbcType=TINYINT}, #{description,jdbcType=VARCHAR}, #{productNumber,jdbcType=VARCHAR} - ) - - - insert into product - - - id, - - - category_id, - - - name, - - - image, - - - maket_price, - - - price, - - - status, - - - description, - - - product_number, - - - - - #{id,jdbcType=INTEGER}, - - - #{categoryId,jdbcType=SMALLINT}, - - - #{name,jdbcType=VARCHAR}, - - - #{image,jdbcType=VARCHAR}, - - - #{maketPrice,jdbcType=DECIMAL}, - - - #{price,jdbcType=DECIMAL}, - - - #{status,jdbcType=TINYINT}, - - - #{description,jdbcType=VARCHAR}, - - - #{productNumber,jdbcType=VARCHAR}, - - - - - - update product - - - id = #{record.id,jdbcType=INTEGER}, - - - category_id = #{record.categoryId,jdbcType=SMALLINT}, - - - name = #{record.name,jdbcType=VARCHAR}, - - - image = #{record.image,jdbcType=VARCHAR}, - - - maket_price = #{record.maketPrice,jdbcType=DECIMAL}, - - - price = #{record.price,jdbcType=DECIMAL}, - - - status = #{record.status,jdbcType=TINYINT}, - - - description = #{record.description,jdbcType=VARCHAR}, - - - product_number = #{record.productNumber,jdbcType=VARCHAR}, - - - - - - - - update product - set id = #{record.id,jdbcType=INTEGER}, - category_id = #{record.categoryId,jdbcType=SMALLINT}, - name = #{record.name,jdbcType=VARCHAR}, - image = #{record.image,jdbcType=VARCHAR}, - maket_price = #{record.maketPrice,jdbcType=DECIMAL}, - price = #{record.price,jdbcType=DECIMAL}, - status = #{record.status,jdbcType=TINYINT}, - description = #{record.description,jdbcType=VARCHAR}, - product_number = #{record.productNumber,jdbcType=VARCHAR} - - - - - - update product - - - category_id = #{categoryId,jdbcType=SMALLINT}, - - - name = #{name,jdbcType=VARCHAR}, - - - image = #{image,jdbcType=VARCHAR}, - - - maket_price = #{maketPrice,jdbcType=DECIMAL}, - - - price = #{price,jdbcType=DECIMAL}, - - - status = #{status,jdbcType=TINYINT}, - - - description = #{description,jdbcType=VARCHAR}, - - - product_number = #{productNumber,jdbcType=VARCHAR}, - - - where id = #{id,jdbcType=INTEGER} - - - update product - set category_id = #{categoryId,jdbcType=SMALLINT}, - name = #{name,jdbcType=VARCHAR}, - image = #{image,jdbcType=VARCHAR}, - maket_price = #{maketPrice,jdbcType=DECIMAL}, - price = #{price,jdbcType=DECIMAL}, - status = #{status,jdbcType=TINYINT}, - description = #{description,jdbcType=VARCHAR}, - product_number = #{productNumber,jdbcType=VARCHAR} - where id = #{id,jdbcType=INTEGER} - - \ No newline at end of file diff --git a/manong_manager/manong_manager_mapper/target/classes/com/manong/mapper/UserMapper.class b/manong_manager/manong_manager_mapper/target/classes/com/manong/mapper/UserMapper.class deleted file mode 100644 index f5d849c..0000000 Binary files a/manong_manager/manong_manager_mapper/target/classes/com/manong/mapper/UserMapper.class and /dev/null differ diff --git a/manong_manager/manong_manager_mapper/target/classes/com/manong/mapper/UserMapper.xml b/manong_manager/manong_manager_mapper/target/classes/com/manong/mapper/UserMapper.xml deleted file mode 100644 index a546841..0000000 --- a/manong_manager/manong_manager_mapper/target/classes/com/manong/mapper/UserMapper.xml +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - - - - - - - - - - - and ${criterion.condition} - - - and ${criterion.condition} #{criterion.value} - - - and ${criterion.condition} #{criterion.value} and #{criterion.secondValue} - - - and ${criterion.condition} - - #{listItem} - - - - - - - - - - - - - - - - - - and ${criterion.condition} - - - and ${criterion.condition} #{criterion.value} - - - and ${criterion.condition} #{criterion.value} and #{criterion.secondValue} - - - and ${criterion.condition} - - #{listItem} - - - - - - - - - - - id, userName - - - - - delete from user - where id = #{id,jdbcType=INTEGER} - - - delete from user - - - - - - insert into user (id, userName) - values (#{id,jdbcType=INTEGER}, #{username,jdbcType=VARCHAR}) - - - insert into user - - - id, - - - userName, - - - - - #{id,jdbcType=INTEGER}, - - - #{username,jdbcType=VARCHAR}, - - - - - - update user - - - id = #{record.id,jdbcType=INTEGER}, - - - userName = #{record.username,jdbcType=VARCHAR}, - - - - - - - - update user - set id = #{record.id,jdbcType=INTEGER}, - userName = #{record.username,jdbcType=VARCHAR} - - - - - - update user - - - userName = #{username,jdbcType=VARCHAR}, - - - where id = #{id,jdbcType=INTEGER} - - - update user - set userName = #{username,jdbcType=VARCHAR} - where id = #{id,jdbcType=INTEGER} - - \ No newline at end of file diff --git a/manong_manager/manong_manager_mapper/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/manong_manager/manong_manager_mapper/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst deleted file mode 100644 index 3b4704c..0000000 --- a/manong_manager/manong_manager_mapper/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +++ /dev/null @@ -1,3 +0,0 @@ -com\manong\mapper\ProductMapper.class -com\manong\mapper\ProductCategoryMapper.class -com\manong\mapper\UserMapper.class diff --git a/manong_manager/manong_manager_mapper/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/manong_manager/manong_manager_mapper/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst deleted file mode 100644 index 7523655..0000000 --- a/manong_manager/manong_manager_mapper/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +++ /dev/null @@ -1,3 +0,0 @@ -F:\githubproject\manong\manong_manager\manong_manager_mapper\src\main\java\com\manong\mapper\ProductMapper.java -F:\githubproject\manong\manong_manager\manong_manager_mapper\src\main\java\com\manong\mapper\ProductCategoryMapper.java -F:\githubproject\manong\manong_manager\manong_manager_mapper\src\main\java\com\manong\mapper\UserMapper.java diff --git a/manong_manager/manong_manager_pojo/manong_manager_pojo.iml b/manong_manager/manong_manager_pojo/manong_manager_pojo.iml deleted file mode 100644 index 2ee29af..0000000 --- a/manong_manager/manong_manager_pojo/manong_manager_pojo.iml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/Product.class b/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/Product.class deleted file mode 100644 index 50b9425..0000000 Binary files a/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/Product.class and /dev/null differ diff --git a/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/ProductCategory.class b/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/ProductCategory.class deleted file mode 100644 index 41b08f0..0000000 Binary files a/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/ProductCategory.class and /dev/null differ diff --git a/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/ProductCategoryExample$Criteria.class b/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/ProductCategoryExample$Criteria.class deleted file mode 100644 index 2d4e392..0000000 Binary files a/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/ProductCategoryExample$Criteria.class and /dev/null differ diff --git a/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/ProductCategoryExample$Criterion.class b/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/ProductCategoryExample$Criterion.class deleted file mode 100644 index 6471163..0000000 Binary files a/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/ProductCategoryExample$Criterion.class and /dev/null differ diff --git a/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/ProductCategoryExample$GeneratedCriteria.class b/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/ProductCategoryExample$GeneratedCriteria.class deleted file mode 100644 index deacfb9..0000000 Binary files a/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/ProductCategoryExample$GeneratedCriteria.class and /dev/null differ diff --git a/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/ProductCategoryExample.class b/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/ProductCategoryExample.class deleted file mode 100644 index 0f07b0e..0000000 Binary files a/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/ProductCategoryExample.class and /dev/null differ diff --git a/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/ProductExample$Criteria.class b/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/ProductExample$Criteria.class deleted file mode 100644 index e3a77ff..0000000 Binary files a/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/ProductExample$Criteria.class and /dev/null differ diff --git a/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/ProductExample$Criterion.class b/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/ProductExample$Criterion.class deleted file mode 100644 index a4ce676..0000000 Binary files a/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/ProductExample$Criterion.class and /dev/null differ diff --git a/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/ProductExample$GeneratedCriteria.class b/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/ProductExample$GeneratedCriteria.class deleted file mode 100644 index 391b0d7..0000000 Binary files a/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/ProductExample$GeneratedCriteria.class and /dev/null differ diff --git a/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/ProductExample.class b/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/ProductExample.class deleted file mode 100644 index d899049..0000000 Binary files a/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/ProductExample.class and /dev/null differ diff --git a/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/User.class b/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/User.class deleted file mode 100644 index 0a11c3f..0000000 Binary files a/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/User.class and /dev/null differ diff --git a/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/UserExample$Criteria.class b/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/UserExample$Criteria.class deleted file mode 100644 index 8ff2241..0000000 Binary files a/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/UserExample$Criteria.class and /dev/null differ diff --git a/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/UserExample$Criterion.class b/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/UserExample$Criterion.class deleted file mode 100644 index 3b7f284..0000000 Binary files a/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/UserExample$Criterion.class and /dev/null differ diff --git a/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/UserExample$GeneratedCriteria.class b/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/UserExample$GeneratedCriteria.class deleted file mode 100644 index a4c569a..0000000 Binary files a/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/UserExample$GeneratedCriteria.class and /dev/null differ diff --git a/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/UserExample.class b/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/UserExample.class deleted file mode 100644 index 9efe6a1..0000000 Binary files a/manong_manager/manong_manager_pojo/target/classes/com/manong/pojo/UserExample.class and /dev/null differ diff --git a/manong_manager/manong_manager_pojo/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/manong_manager/manong_manager_pojo/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst deleted file mode 100644 index 00e3879..0000000 --- a/manong_manager/manong_manager_pojo/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +++ /dev/null @@ -1,15 +0,0 @@ -com\manong\pojo\UserExample$Criteria.class -com\manong\pojo\ProductExample$Criterion.class -com\manong\pojo\User.class -com\manong\pojo\ProductCategoryExample$GeneratedCriteria.class -com\manong\pojo\ProductCategoryExample$Criteria.class -com\manong\pojo\Product.class -com\manong\pojo\UserExample$GeneratedCriteria.class -com\manong\pojo\ProductExample.class -com\manong\pojo\ProductExample$GeneratedCriteria.class -com\manong\pojo\UserExample.class -com\manong\pojo\ProductCategoryExample$Criterion.class -com\manong\pojo\ProductExample$Criteria.class -com\manong\pojo\UserExample$Criterion.class -com\manong\pojo\ProductCategory.class -com\manong\pojo\ProductCategoryExample.class diff --git a/manong_manager/manong_manager_pojo/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/manong_manager/manong_manager_pojo/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst deleted file mode 100644 index e2b5c9b..0000000 --- a/manong_manager/manong_manager_pojo/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +++ /dev/null @@ -1,6 +0,0 @@ -F:\githubproject\manong\manong_manager\manong_manager_pojo\src\main\java\com\manong\pojo\UserExample.java -F:\githubproject\manong\manong_manager\manong_manager_pojo\src\main\java\com\manong\pojo\ProductCategoryExample.java -F:\githubproject\manong\manong_manager\manong_manager_pojo\src\main\java\com\manong\pojo\ProductExample.java -F:\githubproject\manong\manong_manager\manong_manager_pojo\src\main\java\com\manong\pojo\ProductCategory.java -F:\githubproject\manong\manong_manager\manong_manager_pojo\src\main\java\com\manong\pojo\User.java -F:\githubproject\manong\manong_manager\manong_manager_pojo\src\main\java\com\manong\pojo\Product.java diff --git a/manong_manager/manong_manager_service/manong_manager_service.iml b/manong_manager/manong_manager_service/manong_manager_service.iml deleted file mode 100644 index b696ca0..0000000 --- a/manong_manager/manong_manager_service/manong_manager_service.iml +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/manong_manager/manong_manager_service/src/main/java/com/manong/service/impl/UserServiceImpl.java b/manong_manager/manong_manager_service/src/main/java/com/manong/service/impl/UserServiceImpl.java index 3c491df..f9e7516 100644 --- a/manong_manager/manong_manager_service/src/main/java/com/manong/service/impl/UserServiceImpl.java +++ b/manong_manager/manong_manager_service/src/main/java/com/manong/service/impl/UserServiceImpl.java @@ -27,7 +27,7 @@ public User getUserById(Integer id) { List userList = userMapper.selectByExample(userExample); - if(userList!=null){ + if(userList.size() != 0|| !userList.isEmpty()){ return userList.get(0); } diff --git a/manong_manager/manong_manager_service/target/classes/com/manong/service/ProductCategoryService.class b/manong_manager/manong_manager_service/target/classes/com/manong/service/ProductCategoryService.class deleted file mode 100644 index cbde1b0..0000000 Binary files a/manong_manager/manong_manager_service/target/classes/com/manong/service/ProductCategoryService.class and /dev/null differ diff --git a/manong_manager/manong_manager_service/target/classes/com/manong/service/ProductService.class b/manong_manager/manong_manager_service/target/classes/com/manong/service/ProductService.class deleted file mode 100644 index 32ac7ec..0000000 Binary files a/manong_manager/manong_manager_service/target/classes/com/manong/service/ProductService.class and /dev/null differ diff --git a/manong_manager/manong_manager_service/target/classes/com/manong/service/UserService.class b/manong_manager/manong_manager_service/target/classes/com/manong/service/UserService.class deleted file mode 100644 index 7cd24cf..0000000 Binary files a/manong_manager/manong_manager_service/target/classes/com/manong/service/UserService.class and /dev/null differ diff --git a/manong_manager/manong_manager_service/target/classes/com/manong/service/impl/ProductCategoryServiceImpl.class b/manong_manager/manong_manager_service/target/classes/com/manong/service/impl/ProductCategoryServiceImpl.class deleted file mode 100644 index e0d2f86..0000000 Binary files a/manong_manager/manong_manager_service/target/classes/com/manong/service/impl/ProductCategoryServiceImpl.class and /dev/null differ diff --git a/manong_manager/manong_manager_service/target/classes/com/manong/service/impl/ProductServiceImpl.class b/manong_manager/manong_manager_service/target/classes/com/manong/service/impl/ProductServiceImpl.class deleted file mode 100644 index 12319bc..0000000 Binary files a/manong_manager/manong_manager_service/target/classes/com/manong/service/impl/ProductServiceImpl.class and /dev/null differ diff --git a/manong_manager/manong_manager_service/target/classes/com/manong/service/impl/UserServiceImpl.class b/manong_manager/manong_manager_service/target/classes/com/manong/service/impl/UserServiceImpl.class deleted file mode 100644 index 99cfe98..0000000 Binary files a/manong_manager/manong_manager_service/target/classes/com/manong/service/impl/UserServiceImpl.class and /dev/null differ diff --git a/manong_manager/manong_manager_service/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/manong_manager/manong_manager_service/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst deleted file mode 100644 index 053da32..0000000 --- a/manong_manager/manong_manager_service/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +++ /dev/null @@ -1,6 +0,0 @@ -com\manong\service\impl\ProductCategoryServiceImpl.class -com\manong\service\ProductService.class -com\manong\service\ProductCategoryService.class -com\manong\service\impl\ProductServiceImpl.class -com\manong\service\UserService.class -com\manong\service\impl\UserServiceImpl.class diff --git a/manong_manager/manong_manager_service/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/manong_manager/manong_manager_service/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst deleted file mode 100644 index d1603c3..0000000 --- a/manong_manager/manong_manager_service/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +++ /dev/null @@ -1,6 +0,0 @@ -F:\githubproject\manong\manong_manager\manong_manager_service\src\main\java\com\manong\service\impl\ProductServiceImpl.java -F:\githubproject\manong\manong_manager\manong_manager_service\src\main\java\com\manong\service\ProductService.java -F:\githubproject\manong\manong_manager\manong_manager_service\src\main\java\com\manong\service\ProductCategoryService.java -F:\githubproject\manong\manong_manager\manong_manager_service\src\main\java\com\manong\service\impl\ProductCategoryServiceImpl.java -F:\githubproject\manong\manong_manager\manong_manager_service\src\main\java\com\manong\service\impl\UserServiceImpl.java -F:\githubproject\manong\manong_manager\manong_manager_service\src\main\java\com\manong\service\UserService.java diff --git a/manong_manager/manong_manager_web/manong_manager_web.iml b/manong_manager/manong_manager_web/manong_manager_web.iml deleted file mode 100644 index ae34454..0000000 --- a/manong_manager/manong_manager_web/manong_manager_web.iml +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - file://$MODULE_DIR$/src/main/resources/spring/applicationContext-Dao.xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/manong_manager/manong_manager_web/target/classes/com/manong/controller/FileController.class b/manong_manager/manong_manager_web/target/classes/com/manong/controller/FileController.class deleted file mode 100644 index a39f5f4..0000000 Binary files a/manong_manager/manong_manager_web/target/classes/com/manong/controller/FileController.class and /dev/null differ diff --git a/manong_manager/manong_manager_web/target/classes/com/manong/controller/FreemarkerTest.class b/manong_manager/manong_manager_web/target/classes/com/manong/controller/FreemarkerTest.class deleted file mode 100644 index ae64401..0000000 Binary files a/manong_manager/manong_manager_web/target/classes/com/manong/controller/FreemarkerTest.class and /dev/null differ diff --git a/manong_manager/manong_manager_web/target/classes/com/manong/controller/PageController.class b/manong_manager/manong_manager_web/target/classes/com/manong/controller/PageController.class deleted file mode 100644 index af62f0b..0000000 Binary files a/manong_manager/manong_manager_web/target/classes/com/manong/controller/PageController.class and /dev/null differ diff --git a/manong_manager/manong_manager_web/target/classes/com/manong/controller/ProductCategoryController.class b/manong_manager/manong_manager_web/target/classes/com/manong/controller/ProductCategoryController.class deleted file mode 100644 index 1655e68..0000000 Binary files a/manong_manager/manong_manager_web/target/classes/com/manong/controller/ProductCategoryController.class and /dev/null differ diff --git a/manong_manager/manong_manager_web/target/classes/com/manong/controller/ProductConrtroller.class b/manong_manager/manong_manager_web/target/classes/com/manong/controller/ProductConrtroller.class deleted file mode 100644 index 40ad12e..0000000 Binary files a/manong_manager/manong_manager_web/target/classes/com/manong/controller/ProductConrtroller.class and /dev/null differ diff --git a/manong_manager/manong_manager_web/target/classes/com/manong/controller/UserController.class b/manong_manager/manong_manager_web/target/classes/com/manong/controller/UserController.class deleted file mode 100644 index aa5149c..0000000 Binary files a/manong_manager/manong_manager_web/target/classes/com/manong/controller/UserController.class and /dev/null differ diff --git a/manong_manager/manong_manager_web/target/classes/com/manong/fastdfs/FastDFSClient.class b/manong_manager/manong_manager_web/target/classes/com/manong/fastdfs/FastDFSClient.class deleted file mode 100644 index f73ee5b..0000000 Binary files a/manong_manager/manong_manager_web/target/classes/com/manong/fastdfs/FastDFSClient.class and /dev/null differ diff --git a/manong_manager/manong_manager_web/target/classes/conf/fdfs_client.conf b/manong_manager/manong_manager_web/target/classes/conf/fdfs_client.conf deleted file mode 100644 index 84eab9b..0000000 --- a/manong_manager/manong_manager_web/target/classes/conf/fdfs_client.conf +++ /dev/null @@ -1,8 +0,0 @@ -connect_timeout = 2 -network_timeout = 30 -charset = UTF-8 -http.tracker_http_port = 8080 -http.anti_steal_token = no -http.secret_key = FastDFS1234567890 - -tracker_server = 65.49.227.129:22122 diff --git a/manong_manager/manong_manager_web/target/classes/mybatis/sqlMapConfig.xml b/manong_manager/manong_manager_web/target/classes/mybatis/sqlMapConfig.xml deleted file mode 100644 index edbc230..0000000 --- a/manong_manager/manong_manager_web/target/classes/mybatis/sqlMapConfig.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/manong_manager/manong_manager_web/target/classes/properties/db.properties b/manong_manager/manong_manager_web/target/classes/properties/db.properties deleted file mode 100644 index d3e91ec..0000000 --- a/manong_manager/manong_manager_web/target/classes/properties/db.properties +++ /dev/null @@ -1,4 +0,0 @@ -jdbc_url=jdbc:mysql://localhost:3306/manong?characterEncoding=utf-8 -jdbc_user=root -jdbc_password=admin -jdbc_driver=com.mysql.jdbc.Driver \ No newline at end of file diff --git a/manong_manager/manong_manager_web/target/classes/spring/applicationContext-dao.xml b/manong_manager/manong_manager_web/target/classes/spring/applicationContext-dao.xml deleted file mode 100644 index db2f305..0000000 --- a/manong_manager/manong_manager_web/target/classes/spring/applicationContext-dao.xml +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/manong_manager/manong_manager_web/target/classes/spring/applicationContext-service.xml b/manong_manager/manong_manager_web/target/classes/spring/applicationContext-service.xml deleted file mode 100644 index 30a855a..0000000 --- a/manong_manager/manong_manager_web/target/classes/spring/applicationContext-service.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - \ No newline at end of file diff --git a/manong_manager/manong_manager_web/target/classes/spring/applicationContext-trans.xml b/manong_manager/manong_manager_web/target/classes/spring/applicationContext-trans.xml deleted file mode 100644 index 5b3cef2..0000000 --- a/manong_manager/manong_manager_web/target/classes/spring/applicationContext-trans.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/manong_manager/manong_manager_web/target/classes/spring/springmvc.xml b/manong_manager/manong_manager_web/target/classes/spring/springmvc.xml deleted file mode 100644 index d23c677..0000000 --- a/manong_manager/manong_manager_web/target/classes/spring/springmvc.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/manong_manager/manong_manager_web/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/manong_manager/manong_manager_web/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst deleted file mode 100644 index 75a9fa3..0000000 --- a/manong_manager/manong_manager_web/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +++ /dev/null @@ -1,7 +0,0 @@ -com\manong\controller\UserController.class -com\manong\controller\ProductCategoryController.class -com\manong\controller\FreemarkerTest.class -com\manong\fastdfs\FastDFSClient.class -com\manong\controller\ProductConrtroller.class -com\manong\controller\PageController.class -com\manong\controller\FileController.class diff --git a/manong_manager/manong_manager_web/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/manong_manager/manong_manager_web/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst deleted file mode 100644 index 2da470f..0000000 --- a/manong_manager/manong_manager_web/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +++ /dev/null @@ -1,7 +0,0 @@ -F:\githubproject\manong\manong_manager\manong_manager_web\src\main\java\com\manong\controller\FileController.java -F:\githubproject\manong\manong_manager\manong_manager_web\src\main\java\com\manong\controller\ProductConrtroller.java -F:\githubproject\manong\manong_manager\manong_manager_web\src\main\java\com\manong\controller\UserController.java -F:\githubproject\manong\manong_manager\manong_manager_web\src\main\java\com\manong\controller\PageController.java -F:\githubproject\manong\manong_manager\manong_manager_web\src\main\java\com\manong\controller\FreemarkerTest.java -F:\githubproject\manong\manong_manager\manong_manager_web\src\main\java\com\manong\fastdfs\FastDFSClient.java -F:\githubproject\manong\manong_manager\manong_manager_web\src\main\java\com\manong\controller\ProductCategoryController.java diff --git a/manong_manager/manong_manager_web/target/tomcat/conf/logging.properties b/manong_manager/manong_manager_web/target/tomcat/conf/logging.properties deleted file mode 100644 index 76c9512..0000000 --- a/manong_manager/manong_manager_web/target/tomcat/conf/logging.properties +++ /dev/null @@ -1,64 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -handlers = 1catalina.org.apache.juli.FileHandler, 2localhost.org.apache.juli.FileHandler, 3manager.org.apache.juli.FileHandler, 4host-manager.org.apache.juli.FileHandler, java.util.logging.ConsoleHandler - -.handlers = 1catalina.org.apache.juli.FileHandler, java.util.logging.ConsoleHandler - -############################################################ -# Handler specific properties. -# Describes specific configuration info for Handlers. -############################################################ - -1catalina.org.apache.juli.FileHandler.level = FINE -1catalina.org.apache.juli.FileHandler.directory = ${catalina.base}/logs -1catalina.org.apache.juli.FileHandler.prefix = catalina. - -2localhost.org.apache.juli.FileHandler.level = FINE -2localhost.org.apache.juli.FileHandler.directory = ${catalina.base}/logs -2localhost.org.apache.juli.FileHandler.prefix = localhost. - -3manager.org.apache.juli.FileHandler.level = FINE -3manager.org.apache.juli.FileHandler.directory = ${catalina.base}/logs -3manager.org.apache.juli.FileHandler.prefix = manager. - -4host-manager.org.apache.juli.FileHandler.level = FINE -4host-manager.org.apache.juli.FileHandler.directory = ${catalina.base}/logs -4host-manager.org.apache.juli.FileHandler.prefix = host-manager. - -java.util.logging.ConsoleHandler.level = FINE -java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter - - -############################################################ -# Facility specific properties. -# Provides extra control for each logger. -############################################################ - -org.apache.catalina.core.ContainerBase.[Catalina].[localhost].level = INFO -org.apache.catalina.core.ContainerBase.[Catalina].[localhost].handlers = 2localhost.org.apache.juli.FileHandler - -org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/manager].level = INFO -org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/manager].handlers = 3manager.org.apache.juli.FileHandler - -org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/host-manager].level = INFO -org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/host-manager].handlers = 4host-manager.org.apache.juli.FileHandler - -# For example, set the org.apache.catalina.util.LifecycleBase logger to log -# each component that extends LifecycleBase changing state: -#org.apache.catalina.util.LifecycleBase.level = FINE - -# To see debug messages in TldLocationsCache, uncomment the following line: -#org.apache.jasper.compiler.TldLocationsCache.level = FINE diff --git a/manong_manager/manong_manager_web/target/tomcat/conf/tomcat-users.xml b/manong_manager/manong_manager_web/target/tomcat/conf/tomcat-users.xml deleted file mode 100644 index 7114f5d..0000000 --- a/manong_manager/manong_manager_web/target/tomcat/conf/tomcat-users.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - diff --git a/manong_manager/manong_manager_web/target/tomcat/conf/web.xml b/manong_manager/manong_manager_web/target/tomcat/conf/web.xml deleted file mode 100644 index cc8383c..0000000 --- a/manong_manager/manong_manager_web/target/tomcat/conf/web.xml +++ /dev/null @@ -1,4283 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - default - org.apache.catalina.servlets.DefaultServlet - - debug - 0 - - - listings - false - - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - jsp - org.apache.jasper.servlet.JspServlet - - fork - false - - - xpoweredBy - false - - 3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - default - / - - - - - jsp - *.jsp - *.jspx - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 30 - - - - - - - - - - - - 123 - application/vnd.lotus-1-2-3 - - - 3dml - text/vnd.in3d.3dml - - - 3g2 - video/3gpp2 - - - 3gp - video/3gpp - - - 7z - application/x-7z-compressed - - - aab - application/x-authorware-bin - - - aac - audio/x-aac - - - aam - application/x-authorware-map - - - aas - application/x-authorware-seg - - - abs - audio/x-mpeg - - - abw - application/x-abiword - - - ac - application/pkix-attr-cert - - - acc - application/vnd.americandynamics.acc - - - ace - application/x-ace-compressed - - - acu - application/vnd.acucobol - - - acutc - application/vnd.acucorp - - - adp - audio/adpcm - - - aep - application/vnd.audiograph - - - afm - application/x-font-type1 - - - afp - application/vnd.ibm.modcap - - - ahead - application/vnd.ahead.space - - - ai - application/postscript - - - aif - audio/x-aiff - - - aifc - audio/x-aiff - - - aiff - audio/x-aiff - - - aim - application/x-aim - - - air - application/vnd.adobe.air-application-installer-package+zip - - - ait - application/vnd.dvb.ait - - - ami - application/vnd.amiga.ami - - - anx - application/annodex - - - apk - application/vnd.android.package-archive - - - application - application/x-ms-application - - - apr - application/vnd.lotus-approach - - - art - image/x-jg - - - asc - application/pgp-signature - - - asf - video/x-ms-asf - - - asm - text/x-asm - - - aso - application/vnd.accpac.simply.aso - - - asx - video/x-ms-asf - - - atc - application/vnd.acucorp - - - atom - application/atom+xml - - - atomcat - application/atomcat+xml - - - atomsvc - application/atomsvc+xml - - - atx - application/vnd.antix.game-component - - - au - audio/basic - - - avi - video/x-msvideo - - - avx - video/x-rad-screenplay - - - aw - application/applixware - - - axa - audio/annodex - - - axv - video/annodex - - - azf - application/vnd.airzip.filesecure.azf - - - azs - application/vnd.airzip.filesecure.azs - - - azw - application/vnd.amazon.ebook - - - bat - application/x-msdownload - - - bcpio - application/x-bcpio - - - bdf - application/x-font-bdf - - - bdm - application/vnd.syncml.dm+wbxml - - - bed - application/vnd.realvnc.bed - - - bh2 - application/vnd.fujitsu.oasysprs - - - bin - application/octet-stream - - - bmi - application/vnd.bmi - - - bmp - image/bmp - - - body - text/html - - - book - application/vnd.framemaker - - - box - application/vnd.previewsystems.box - - - boz - application/x-bzip2 - - - bpk - application/octet-stream - - - btif - image/prs.btif - - - bz - application/x-bzip - - - bz2 - application/x-bzip2 - - - c - text/x-c - - - c11amc - application/vnd.cluetrust.cartomobile-config - - - c11amz - application/vnd.cluetrust.cartomobile-config-pkg - - - c4d - application/vnd.clonk.c4group - - - c4f - application/vnd.clonk.c4group - - - c4g - application/vnd.clonk.c4group - - - c4p - application/vnd.clonk.c4group - - - c4u - application/vnd.clonk.c4group - - - cab - application/vnd.ms-cab-compressed - - - cap - application/vnd.tcpdump.pcap - - - car - application/vnd.curl.car - - - cat - application/vnd.ms-pki.seccat - - - cc - text/x-c - - - cct - application/x-director - - - ccxml - application/ccxml+xml - - - cdbcmsg - application/vnd.contact.cmsg - - - cdf - application/x-cdf - - - cdkey - application/vnd.mediastation.cdkey - - - cdmia - application/cdmi-capability - - - cdmic - application/cdmi-container - - - cdmid - application/cdmi-domain - - - cdmio - application/cdmi-object - - - cdmiq - application/cdmi-queue - - - cdx - chemical/x-cdx - - - cdxml - application/vnd.chemdraw+xml - - - cdy - application/vnd.cinderella - - - cer - application/pkix-cert - - - cgm - image/cgm - - - chat - application/x-chat - - - chm - application/vnd.ms-htmlhelp - - - chrt - application/vnd.kde.kchart - - - cif - chemical/x-cif - - - cii - application/vnd.anser-web-certificate-issue-initiation - - - cil - application/vnd.ms-artgalry - - - cla - application/vnd.claymore - - - class - application/java - - - clkk - application/vnd.crick.clicker.keyboard - - - clkp - application/vnd.crick.clicker.palette - - - clkt - application/vnd.crick.clicker.template - - - clkw - application/vnd.crick.clicker.wordbank - - - clkx - application/vnd.crick.clicker - - - clp - application/x-msclip - - - cmc - application/vnd.cosmocaller - - - cmdf - chemical/x-cmdf - - - cml - chemical/x-cml - - - cmp - application/vnd.yellowriver-custom-menu - - - cmx - image/x-cmx - - - cod - application/vnd.rim.cod - - - com - application/x-msdownload - - - conf - text/plain - - - cpio - application/x-cpio - - - cpp - text/x-c - - - cpt - application/mac-compactpro - - - crd - application/x-mscardfile - - - crl - application/pkix-crl - - - crt - application/x-x509-ca-cert - - - cryptonote - application/vnd.rig.cryptonote - - - csh - application/x-csh - - - csml - chemical/x-csml - - - csp - application/vnd.commonspace - - - css - text/css - - - cst - application/x-director - - - csv - text/csv - - - cu - application/cu-seeme - - - curl - text/vnd.curl - - - cww - application/prs.cww - - - cxt - application/x-director - - - cxx - text/x-c - - - dae - model/vnd.collada+xml - - - daf - application/vnd.mobius.daf - - - dataless - application/vnd.fdsn.seed - - - davmount - application/davmount+xml - - - dcr - application/x-director - - - dcurl - text/vnd.curl.dcurl - - - dd2 - application/vnd.oma.dd2+xml - - - ddd - application/vnd.fujixerox.ddd - - - deb - application/x-debian-package - - - def - text/plain - - - deploy - application/octet-stream - - - der - application/x-x509-ca-cert - - - dfac - application/vnd.dreamfactory - - - dib - image/bmp - - - dic - text/x-c - - - dir - application/x-director - - - dis - application/vnd.mobius.dis - - - dist - application/octet-stream - - - distz - application/octet-stream - - - djv - image/vnd.djvu - - - djvu - image/vnd.djvu - - - dll - application/x-msdownload - - - dmg - application/octet-stream - - - dmp - application/vnd.tcpdump.pcap - - - dms - application/octet-stream - - - dna - application/vnd.dna - - - doc - application/msword - - - docm - application/vnd.ms-word.document.macroenabled.12 - - - docx - application/vnd.openxmlformats-officedocument.wordprocessingml.document - - - dot - application/msword - - - dotm - application/vnd.ms-word.template.macroenabled.12 - - - dotx - application/vnd.openxmlformats-officedocument.wordprocessingml.template - - - dp - application/vnd.osgi.dp - - - dpg - application/vnd.dpgraph - - - dra - audio/vnd.dra - - - dsc - text/prs.lines.tag - - - dssc - application/dssc+der - - - dtb - application/x-dtbook+xml - - - dtd - application/xml-dtd - - - dts - audio/vnd.dts - - - dtshd - audio/vnd.dts.hd - - - dump - application/octet-stream - - - dv - video/x-dv - - - dvb - video/vnd.dvb.file - - - dvi - application/x-dvi - - - dwf - model/vnd.dwf - - - dwg - image/vnd.dwg - - - dxf - image/vnd.dxf - - - dxp - application/vnd.spotfire.dxp - - - dxr - application/x-director - - - ecelp4800 - audio/vnd.nuera.ecelp4800 - - - ecelp7470 - audio/vnd.nuera.ecelp7470 - - - ecelp9600 - audio/vnd.nuera.ecelp9600 - - - ecma - application/ecmascript - - - edm - application/vnd.novadigm.edm - - - edx - application/vnd.novadigm.edx - - - efif - application/vnd.picsel - - - ei6 - application/vnd.pg.osasli - - - elc - application/octet-stream - - - eml - message/rfc822 - - - emma - application/emma+xml - - - eol - audio/vnd.digital-winds - - - eot - application/vnd.ms-fontobject - - - eps - application/postscript - - - epub - application/epub+zip - - - es3 - application/vnd.eszigno3+xml - - - esf - application/vnd.epson.esf - - - et3 - application/vnd.eszigno3+xml - - - etx - text/x-setext - - - exe - application/octet-stream - - - exi - application/exi - - - ext - application/vnd.novadigm.ext - - - ez - application/andrew-inset - - - ez2 - application/vnd.ezpix-album - - - ez3 - application/vnd.ezpix-package - - - f - text/x-fortran - - - f4v - video/x-f4v - - - f77 - text/x-fortran - - - f90 - text/x-fortran - - - fbs - image/vnd.fastbidsheet - - - fcs - application/vnd.isac.fcs - - - fdf - application/vnd.fdf - - - fe_launch - application/vnd.denovo.fcselayout-link - - - fg5 - application/vnd.fujitsu.oasysgp - - - fgd - application/x-director - - - fh - image/x-freehand - - - fh4 - image/x-freehand - - - fh5 - image/x-freehand - - - fh7 - image/x-freehand - - - fhc - image/x-freehand - - - fig - application/x-xfig - - - flac - audio/flac - - - fli - video/x-fli - - - flo - application/vnd.micrografx.flo - - - flv - video/x-flv - - - flw - application/vnd.kde.kivio - - - flx - text/vnd.fmi.flexstor - - - fly - text/vnd.fly - - - fm - application/vnd.framemaker - - - fnc - application/vnd.frogans.fnc - - - for - text/x-fortran - - - fpx - image/vnd.fpx - - - frame - application/vnd.framemaker - - - fsc - application/vnd.fsc.weblaunch - - - fst - image/vnd.fst - - - ftc - application/vnd.fluxtime.clip - - - fti - application/vnd.anser-web-funds-transfer-initiation - - - fvt - video/vnd.fvt - - - fxp - application/vnd.adobe.fxp - - - fxpl - application/vnd.adobe.fxp - - - fzs - application/vnd.fuzzysheet - - - g2w - application/vnd.geoplan - - - g3 - image/g3fax - - - g3w - application/vnd.geospace - - - gac - application/vnd.groove-account - - - gbr - application/rpki-ghostbusters - - - gdl - model/vnd.gdl - - - geo - application/vnd.dynageo - - - gex - application/vnd.geometry-explorer - - - ggb - application/vnd.geogebra.file - - - ggt - application/vnd.geogebra.tool - - - ghf - application/vnd.groove-help - - - gif - image/gif - - - gim - application/vnd.groove-identity-message - - - gmx - application/vnd.gmx - - - gnumeric - application/x-gnumeric - - - gph - application/vnd.flographit - - - gqf - application/vnd.grafeq - - - gqs - application/vnd.grafeq - - - gram - application/srgs - - - gre - application/vnd.geometry-explorer - - - grv - application/vnd.groove-injector - - - grxml - application/srgs+xml - - - gsf - application/x-font-ghostscript - - - gtar - application/x-gtar - - - gtm - application/vnd.groove-tool-message - - - gtw - model/vnd.gtw - - - gv - text/vnd.graphviz - - - gxt - application/vnd.geonext - - - gz - application/x-gzip - - - h - text/x-c - - - h261 - video/h261 - - - h263 - video/h263 - - - h264 - video/h264 - - - hal - application/vnd.hal+xml - - - hbci - application/vnd.hbci - - - hdf - application/x-hdf - - - hh - text/x-c - - - hlp - application/winhlp - - - hpgl - application/vnd.hp-hpgl - - - hpid - application/vnd.hp-hpid - - - hps - application/vnd.hp-hps - - - hqx - application/mac-binhex40 - - - htc - text/x-component - - - htke - application/vnd.kenameaapp - - - htm - text/html - - - html - text/html - - - hvd - application/vnd.yamaha.hv-dic - - - hvp - application/vnd.yamaha.hv-voice - - - hvs - application/vnd.yamaha.hv-script - - - i2g - application/vnd.intergeo - - - icc - application/vnd.iccprofile - - - ice - x-conference/x-cooltalk - - - icm - application/vnd.iccprofile - - - ico - image/x-icon - - - ics - text/calendar - - - ief - image/ief - - - ifb - text/calendar - - - ifm - application/vnd.shana.informed.formdata - - - iges - model/iges - - - igl - application/vnd.igloader - - - igm - application/vnd.insors.igm - - - igs - model/iges - - - igx - application/vnd.micrografx.igx - - - iif - application/vnd.shana.informed.interchange - - - imp - application/vnd.accpac.simply.imp - - - ims - application/vnd.ms-ims - - - in - text/plain - - - ink - application/inkml+xml - - - inkml - application/inkml+xml - - - iota - application/vnd.astraea-software.iota - - - ipfix - application/ipfix - - - ipk - application/vnd.shana.informed.package - - - irm - application/vnd.ibm.rights-management - - - irp - application/vnd.irepository.package+xml - - - iso - application/octet-stream - - - itp - application/vnd.shana.informed.formtemplate - - - ivp - application/vnd.immervision-ivp - - - ivu - application/vnd.immervision-ivu - - - jad - text/vnd.sun.j2me.app-descriptor - - - jam - application/vnd.jam - - - jar - application/java-archive - - - java - text/x-java-source - - - jisp - application/vnd.jisp - - - jlt - application/vnd.hp-jlyt - - - jnlp - application/x-java-jnlp-file - - - joda - application/vnd.joost.joda-archive - - - jpe - image/jpeg - - - jpeg - image/jpeg - - - jpg - image/jpeg - - - jpgm - video/jpm - - - jpgv - video/jpeg - - - jpm - video/jpm - - - js - application/javascript - - - jsf - text/plain - - - json - application/json - - - jspf - text/plain - - - kar - audio/midi - - - karbon - application/vnd.kde.karbon - - - kfo - application/vnd.kde.kformula - - - kia - application/vnd.kidspiration - - - kml - application/vnd.google-earth.kml+xml - - - kmz - application/vnd.google-earth.kmz - - - kne - application/vnd.kinar - - - knp - application/vnd.kinar - - - kon - application/vnd.kde.kontour - - - kpr - application/vnd.kde.kpresenter - - - kpt - application/vnd.kde.kpresenter - - - ksp - application/vnd.kde.kspread - - - ktr - application/vnd.kahootz - - - ktx - image/ktx - - - ktz - application/vnd.kahootz - - - kwd - application/vnd.kde.kword - - - kwt - application/vnd.kde.kword - - - lasxml - application/vnd.las.las+xml - - - latex - application/x-latex - - - lbd - application/vnd.llamagraphics.life-balance.desktop - - - lbe - application/vnd.llamagraphics.life-balance.exchange+xml - - - les - application/vnd.hhe.lesson-player - - - lha - application/octet-stream - - - link66 - application/vnd.route66.link66+xml - - - list - text/plain - - - list3820 - application/vnd.ibm.modcap - - - listafp - application/vnd.ibm.modcap - - - log - text/plain - - - lostxml - application/lost+xml - - - lrf - application/octet-stream - - - lrm - application/vnd.ms-lrm - - - ltf - application/vnd.frogans.ltf - - - lvp - audio/vnd.lucent.voice - - - lwp - application/vnd.lotus-wordpro - - - lzh - application/octet-stream - - - m13 - application/x-msmediaview - - - m14 - application/x-msmediaview - - - m1v - video/mpeg - - - m21 - application/mp21 - - - m2a - audio/mpeg - - - m2v - video/mpeg - - - m3a - audio/mpeg - - - m3u - audio/x-mpegurl - - - m3u8 - application/vnd.apple.mpegurl - - - m4a - audio/mp4 - - - m4b - audio/mp4 - - - m4r - audio/mp4 - - - m4u - video/vnd.mpegurl - - - m4v - video/mp4 - - - ma - application/mathematica - - - mac - image/x-macpaint - - - mads - application/mads+xml - - - mag - application/vnd.ecowin.chart - - - maker - application/vnd.framemaker - - - man - text/troff - - - mathml - application/mathml+xml - - - mb - application/mathematica - - - mbk - application/vnd.mobius.mbk - - - mbox - application/mbox - - - mc1 - application/vnd.medcalcdata - - - mcd - application/vnd.mcd - - - mcurl - text/vnd.curl.mcurl - - - mdb - application/x-msaccess - - - mdi - image/vnd.ms-modi - - - me - text/troff - - - mesh - model/mesh - - - meta4 - application/metalink4+xml - - - mets - application/mets+xml - - - mfm - application/vnd.mfmp - - - mft - application/rpki-manifest - - - mgp - application/vnd.osgeo.mapguide.package - - - mgz - application/vnd.proteus.magazine - - - mid - audio/midi - - - midi - audio/midi - - - mif - application/x-mif - - - mime - message/rfc822 - - - mj2 - video/mj2 - - - mjp2 - video/mj2 - - - mlp - application/vnd.dolby.mlp - - - mmd - application/vnd.chipnuts.karaoke-mmd - - - mmf - application/vnd.smaf - - - mmr - image/vnd.fujixerox.edmics-mmr - - - mny - application/x-msmoney - - - mobi - application/x-mobipocket-ebook - - - mods - application/mods+xml - - - mov - video/quicktime - - - movie - video/x-sgi-movie - - - mp1 - audio/mpeg - - - mp2 - audio/mpeg - - - mp21 - application/mp21 - - - mp2a - audio/mpeg - - - mp3 - audio/mpeg - - - mp4 - video/mp4 - - - mp4a - audio/mp4 - - - mp4s - application/mp4 - - - mp4v - video/mp4 - - - mpa - audio/mpeg - - - mpc - application/vnd.mophun.certificate - - - mpe - video/mpeg - - - mpeg - video/mpeg - - - mpega - audio/x-mpeg - - - mpg - video/mpeg - - - mpg4 - video/mp4 - - - mpga - audio/mpeg - - - mpkg - application/vnd.apple.installer+xml - - - mpm - application/vnd.blueice.multipass - - - mpn - application/vnd.mophun.application - - - mpp - application/vnd.ms-project - - - mpt - application/vnd.ms-project - - - mpv2 - video/mpeg2 - - - mpy - application/vnd.ibm.minipay - - - mqy - application/vnd.mobius.mqy - - - mrc - application/marc - - - mrcx - application/marcxml+xml - - - ms - text/troff - - - mscml - application/mediaservercontrol+xml - - - mseed - application/vnd.fdsn.mseed - - - mseq - application/vnd.mseq - - - msf - application/vnd.epson.msf - - - msh - model/mesh - - - msi - application/x-msdownload - - - msl - application/vnd.mobius.msl - - - msty - application/vnd.muvee.style - - - mts - model/vnd.mts - - - mus - application/vnd.musician - - - musicxml - application/vnd.recordare.musicxml+xml - - - mvb - application/x-msmediaview - - - mwf - application/vnd.mfer - - - mxf - application/mxf - - - mxl - application/vnd.recordare.musicxml - - - mxml - application/xv+xml - - - mxs - application/vnd.triscape.mxs - - - mxu - video/vnd.mpegurl - - - n-gage - application/vnd.nokia.n-gage.symbian.install - - - n3 - text/n3 - - - nb - application/mathematica - - - nbp - application/vnd.wolfram.player - - - nc - application/x-netcdf - - - ncx - application/x-dtbncx+xml - - - ngdat - application/vnd.nokia.n-gage.data - - - nlu - application/vnd.neurolanguage.nlu - - - nml - application/vnd.enliven - - - nnd - application/vnd.noblenet-directory - - - nns - application/vnd.noblenet-sealer - - - nnw - application/vnd.noblenet-web - - - npx - image/vnd.net-fpx - - - nsf - application/vnd.lotus-notes - - - oa2 - application/vnd.fujitsu.oasys2 - - - oa3 - application/vnd.fujitsu.oasys3 - - - oas - application/vnd.fujitsu.oasys - - - obd - application/x-msbinder - - - oda - application/oda - - - - odb - application/vnd.oasis.opendocument.database - - - - odc - application/vnd.oasis.opendocument.chart - - - - odf - application/vnd.oasis.opendocument.formula - - - odft - application/vnd.oasis.opendocument.formula-template - - - - odg - application/vnd.oasis.opendocument.graphics - - - - odi - application/vnd.oasis.opendocument.image - - - - odm - application/vnd.oasis.opendocument.text-master - - - - odp - application/vnd.oasis.opendocument.presentation - - - - ods - application/vnd.oasis.opendocument.spreadsheet - - - - odt - application/vnd.oasis.opendocument.text - - - oga - audio/ogg - - - ogg - audio/ogg - - - ogv - video/ogg - - - - ogx - application/ogg - - - onepkg - application/onenote - - - onetmp - application/onenote - - - onetoc - application/onenote - - - onetoc2 - application/onenote - - - opf - application/oebps-package+xml - - - oprc - application/vnd.palm - - - org - application/vnd.lotus-organizer - - - osf - application/vnd.yamaha.openscoreformat - - - osfpvg - application/vnd.yamaha.openscoreformat.osfpvg+xml - - - otc - application/vnd.oasis.opendocument.chart-template - - - otf - application/x-font-otf - - - - otg - application/vnd.oasis.opendocument.graphics-template - - - - oth - application/vnd.oasis.opendocument.text-web - - - oti - application/vnd.oasis.opendocument.image-template - - - - otp - application/vnd.oasis.opendocument.presentation-template - - - - ots - application/vnd.oasis.opendocument.spreadsheet-template - - - - ott - application/vnd.oasis.opendocument.text-template - - - oxps - application/oxps - - - oxt - application/vnd.openofficeorg.extension - - - p - text/x-pascal - - - p10 - application/pkcs10 - - - p12 - application/x-pkcs12 - - - p7b - application/x-pkcs7-certificates - - - p7c - application/pkcs7-mime - - - p7m - application/pkcs7-mime - - - p7r - application/x-pkcs7-certreqresp - - - p7s - application/pkcs7-signature - - - p8 - application/pkcs8 - - - pas - text/x-pascal - - - paw - application/vnd.pawaafile - - - pbd - application/vnd.powerbuilder6 - - - pbm - image/x-portable-bitmap - - - pcap - application/vnd.tcpdump.pcap - - - pcf - application/x-font-pcf - - - pcl - application/vnd.hp-pcl - - - pclxl - application/vnd.hp-pclxl - - - pct - image/pict - - - pcurl - application/vnd.curl.pcurl - - - pcx - image/x-pcx - - - pdb - application/vnd.palm - - - pdf - application/pdf - - - pfa - application/x-font-type1 - - - pfb - application/x-font-type1 - - - pfm - application/x-font-type1 - - - pfr - application/font-tdpfr - - - pfx - application/x-pkcs12 - - - pgm - image/x-portable-graymap - - - pgn - application/x-chess-pgn - - - pgp - application/pgp-encrypted - - - pic - image/pict - - - pict - image/pict - - - pkg - application/octet-stream - - - pki - application/pkixcmp - - - pkipath - application/pkix-pkipath - - - plb - application/vnd.3gpp.pic-bw-large - - - plc - application/vnd.mobius.plc - - - plf - application/vnd.pocketlearn - - - pls - audio/x-scpls - - - pml - application/vnd.ctc-posml - - - png - image/png - - - pnm - image/x-portable-anymap - - - pnt - image/x-macpaint - - - portpkg - application/vnd.macports.portpkg - - - pot - application/vnd.ms-powerpoint - - - potm - application/vnd.ms-powerpoint.template.macroenabled.12 - - - potx - application/vnd.openxmlformats-officedocument.presentationml.template - - - ppam - application/vnd.ms-powerpoint.addin.macroenabled.12 - - - ppd - application/vnd.cups-ppd - - - ppm - image/x-portable-pixmap - - - pps - application/vnd.ms-powerpoint - - - ppsm - application/vnd.ms-powerpoint.slideshow.macroenabled.12 - - - ppsx - application/vnd.openxmlformats-officedocument.presentationml.slideshow - - - ppt - application/vnd.ms-powerpoint - - - pptm - application/vnd.ms-powerpoint.presentation.macroenabled.12 - - - pptx - application/vnd.openxmlformats-officedocument.presentationml.presentation - - - pqa - application/vnd.palm - - - prc - application/x-mobipocket-ebook - - - pre - application/vnd.lotus-freelance - - - prf - application/pics-rules - - - ps - application/postscript - - - psb - application/vnd.3gpp.pic-bw-small - - - psd - image/vnd.adobe.photoshop - - - psf - application/x-font-linux-psf - - - pskcxml - application/pskc+xml - - - ptid - application/vnd.pvi.ptid1 - - - pub - application/x-mspublisher - - - pvb - application/vnd.3gpp.pic-bw-var - - - pwn - application/vnd.3m.post-it-notes - - - pya - audio/vnd.ms-playready.media.pya - - - pyv - video/vnd.ms-playready.media.pyv - - - qam - application/vnd.epson.quickanime - - - qbo - application/vnd.intu.qbo - - - qfx - application/vnd.intu.qfx - - - qps - application/vnd.publishare-delta-tree - - - qt - video/quicktime - - - qti - image/x-quicktime - - - qtif - image/x-quicktime - - - qwd - application/vnd.quark.quarkxpress - - - qwt - application/vnd.quark.quarkxpress - - - qxb - application/vnd.quark.quarkxpress - - - qxd - application/vnd.quark.quarkxpress - - - qxl - application/vnd.quark.quarkxpress - - - qxt - application/vnd.quark.quarkxpress - - - ra - audio/x-pn-realaudio - - - ram - audio/x-pn-realaudio - - - rar - application/x-rar-compressed - - - ras - image/x-cmu-raster - - - rcprofile - application/vnd.ipunplugged.rcprofile - - - rdf - application/rdf+xml - - - rdz - application/vnd.data-vision.rdz - - - rep - application/vnd.businessobjects - - - res - application/x-dtbresource+xml - - - rgb - image/x-rgb - - - rif - application/reginfo+xml - - - rip - audio/vnd.rip - - - rl - application/resource-lists+xml - - - rlc - image/vnd.fujixerox.edmics-rlc - - - rld - application/resource-lists-diff+xml - - - rm - application/vnd.rn-realmedia - - - rmi - audio/midi - - - rmp - audio/x-pn-realaudio-plugin - - - rms - application/vnd.jcp.javame.midlet-rms - - - rnc - application/relax-ng-compact-syntax - - - roa - application/rpki-roa - - - roff - text/troff - - - rp9 - application/vnd.cloanto.rp9 - - - rpss - application/vnd.nokia.radio-presets - - - rpst - application/vnd.nokia.radio-preset - - - rq - application/sparql-query - - - rs - application/rls-services+xml - - - rsd - application/rsd+xml - - - rss - application/rss+xml - - - rtf - application/rtf - - - rtx - text/richtext - - - s - text/x-asm - - - saf - application/vnd.yamaha.smaf-audio - - - sbml - application/sbml+xml - - - sc - application/vnd.ibm.secure-container - - - scd - application/x-msschedule - - - scm - application/vnd.lotus-screencam - - - scq - application/scvp-cv-request - - - scs - application/scvp-cv-response - - - scurl - text/vnd.curl.scurl - - - sda - application/vnd.stardivision.draw - - - sdc - application/vnd.stardivision.calc - - - sdd - application/vnd.stardivision.impress - - - sdkd - application/vnd.solent.sdkm+xml - - - sdkm - application/vnd.solent.sdkm+xml - - - sdp - application/sdp - - - sdw - application/vnd.stardivision.writer - - - see - application/vnd.seemail - - - seed - application/vnd.fdsn.seed - - - sema - application/vnd.sema - - - semd - application/vnd.semd - - - semf - application/vnd.semf - - - ser - application/java-serialized-object - - - setpay - application/set-payment-initiation - - - setreg - application/set-registration-initiation - - - sfd-hdstx - application/vnd.hydrostatix.sof-data - - - sfs - application/vnd.spotfire.sfs - - - sgl - application/vnd.stardivision.writer-global - - - sgm - text/sgml - - - sgml - text/sgml - - - sh - application/x-sh - - - shar - application/x-shar - - - shf - application/shf+xml - - - - sig - application/pgp-signature - - - silo - model/mesh - - - sis - application/vnd.symbian.install - - - sisx - application/vnd.symbian.install - - - sit - application/x-stuffit - - - sitx - application/x-stuffitx - - - skd - application/vnd.koan - - - skm - application/vnd.koan - - - skp - application/vnd.koan - - - skt - application/vnd.koan - - - sldm - application/vnd.ms-powerpoint.slide.macroenabled.12 - - - sldx - application/vnd.openxmlformats-officedocument.presentationml.slide - - - slt - application/vnd.epson.salt - - - sm - application/vnd.stepmania.stepchart - - - smf - application/vnd.stardivision.math - - - smi - application/smil+xml - - - smil - application/smil+xml - - - smzip - application/vnd.stepmania.package - - - snd - audio/basic - - - snf - application/x-font-snf - - - so - application/octet-stream - - - spc - application/x-pkcs7-certificates - - - spf - application/vnd.yamaha.smaf-phrase - - - spl - application/x-futuresplash - - - spot - text/vnd.in3d.spot - - - spp - application/scvp-vp-response - - - spq - application/scvp-vp-request - - - spx - audio/ogg - - - src - application/x-wais-source - - - sru - application/sru+xml - - - srx - application/sparql-results+xml - - - sse - application/vnd.kodak-descriptor - - - ssf - application/vnd.epson.ssf - - - ssml - application/ssml+xml - - - st - application/vnd.sailingtracker.track - - - stc - application/vnd.sun.xml.calc.template - - - std - application/vnd.sun.xml.draw.template - - - stf - application/vnd.wt.stf - - - sti - application/vnd.sun.xml.impress.template - - - stk - application/hyperstudio - - - stl - application/vnd.ms-pki.stl - - - str - application/vnd.pg.format - - - stw - application/vnd.sun.xml.writer.template - - - sub - text/vnd.dvb.subtitle - - - sus - application/vnd.sus-calendar - - - susp - application/vnd.sus-calendar - - - sv4cpio - application/x-sv4cpio - - - sv4crc - application/x-sv4crc - - - svc - application/vnd.dvb.service - - - svd - application/vnd.svd - - - svg - image/svg+xml - - - svgz - image/svg+xml - - - swa - application/x-director - - - swf - application/x-shockwave-flash - - - swi - application/vnd.aristanetworks.swi - - - sxc - application/vnd.sun.xml.calc - - - sxd - application/vnd.sun.xml.draw - - - sxg - application/vnd.sun.xml.writer.global - - - sxi - application/vnd.sun.xml.impress - - - sxm - application/vnd.sun.xml.math - - - sxw - application/vnd.sun.xml.writer - - - t - text/troff - - - taglet - application/vnd.mynfc - - - tao - application/vnd.tao.intent-module-archive - - - tar - application/x-tar - - - tcap - application/vnd.3gpp2.tcap - - - tcl - application/x-tcl - - - teacher - application/vnd.smart.teacher - - - tei - application/tei+xml - - - teicorpus - application/tei+xml - - - tex - application/x-tex - - - texi - application/x-texinfo - - - texinfo - application/x-texinfo - - - text - text/plain - - - tfi - application/thraud+xml - - - tfm - application/x-tex-tfm - - - thmx - application/vnd.ms-officetheme - - - tif - image/tiff - - - tiff - image/tiff - - - tmo - application/vnd.tmobile-livetv - - - torrent - application/x-bittorrent - - - tpl - application/vnd.groove-tool-template - - - tpt - application/vnd.trid.tpt - - - tr - text/troff - - - tra - application/vnd.trueapp - - - trm - application/x-msterminal - - - tsd - application/timestamped-data - - - tsv - text/tab-separated-values - - - ttc - application/x-font-ttf - - - ttf - application/x-font-ttf - - - ttl - text/turtle - - - twd - application/vnd.simtech-mindmapper - - - twds - application/vnd.simtech-mindmapper - - - txd - application/vnd.genomatix.tuxedo - - - txf - application/vnd.mobius.txf - - - txt - text/plain - - - u32 - application/x-authorware-bin - - - udeb - application/x-debian-package - - - ufd - application/vnd.ufdl - - - ufdl - application/vnd.ufdl - - - ulw - audio/basic - - - umj - application/vnd.umajin - - - unityweb - application/vnd.unity - - - uoml - application/vnd.uoml+xml - - - uri - text/uri-list - - - uris - text/uri-list - - - urls - text/uri-list - - - ustar - application/x-ustar - - - utz - application/vnd.uiq.theme - - - uu - text/x-uuencode - - - uva - audio/vnd.dece.audio - - - uvd - application/vnd.dece.data - - - uvf - application/vnd.dece.data - - - uvg - image/vnd.dece.graphic - - - uvh - video/vnd.dece.hd - - - uvi - image/vnd.dece.graphic - - - uvm - video/vnd.dece.mobile - - - uvp - video/vnd.dece.pd - - - uvs - video/vnd.dece.sd - - - uvt - application/vnd.dece.ttml+xml - - - uvu - video/vnd.uvvu.mp4 - - - uvv - video/vnd.dece.video - - - uvva - audio/vnd.dece.audio - - - uvvd - application/vnd.dece.data - - - uvvf - application/vnd.dece.data - - - uvvg - image/vnd.dece.graphic - - - uvvh - video/vnd.dece.hd - - - uvvi - image/vnd.dece.graphic - - - uvvm - video/vnd.dece.mobile - - - uvvp - video/vnd.dece.pd - - - uvvs - video/vnd.dece.sd - - - uvvt - application/vnd.dece.ttml+xml - - - uvvu - video/vnd.uvvu.mp4 - - - uvvv - video/vnd.dece.video - - - uvvx - application/vnd.dece.unspecified - - - uvvz - application/vnd.dece.zip - - - uvx - application/vnd.dece.unspecified - - - uvz - application/vnd.dece.zip - - - vcard - text/vcard - - - vcd - application/x-cdlink - - - vcf - text/x-vcard - - - vcg - application/vnd.groove-vcard - - - vcs - text/x-vcalendar - - - vcx - application/vnd.vcx - - - vis - application/vnd.visionary - - - viv - video/vnd.vivo - - - vor - application/vnd.stardivision.writer - - - vox - application/x-authorware-bin - - - vrml - model/vrml - - - vsd - application/vnd.visio - - - vsf - application/vnd.vsf - - - vss - application/vnd.visio - - - vst - application/vnd.visio - - - vsw - application/vnd.visio - - - vtu - model/vnd.vtu - - - vxml - application/voicexml+xml - - - w3d - application/x-director - - - wad - application/x-doom - - - wav - audio/x-wav - - - wax - audio/x-ms-wax - - - - wbmp - image/vnd.wap.wbmp - - - wbs - application/vnd.criticaltools.wbs+xml - - - wbxml - application/vnd.wap.wbxml - - - wcm - application/vnd.ms-works - - - wdb - application/vnd.ms-works - - - weba - audio/webm - - - webm - video/webm - - - webp - image/webp - - - wg - application/vnd.pmi.widget - - - wgt - application/widget - - - wks - application/vnd.ms-works - - - wm - video/x-ms-wm - - - wma - audio/x-ms-wma - - - wmd - application/x-ms-wmd - - - wmf - application/x-msmetafile - - - - wml - text/vnd.wap.wml - - - - wmlc - application/vnd.wap.wmlc - - - - wmls - text/vnd.wap.wmlscript - - - - wmlsc - application/vnd.wap.wmlscriptc - - - wmv - video/x-ms-wmv - - - wmx - video/x-ms-wmx - - - wmz - application/x-ms-wmz - - - woff - application/x-font-woff - - - wpd - application/vnd.wordperfect - - - wpl - application/vnd.ms-wpl - - - wps - application/vnd.ms-works - - - wqd - application/vnd.wqd - - - wri - application/x-mswrite - - - wrl - model/vrml - - - wsdl - application/wsdl+xml - - - wspolicy - application/wspolicy+xml - - - wtb - application/vnd.webturbo - - - wvx - video/x-ms-wvx - - - x32 - application/x-authorware-bin - - - x3d - application/vnd.hzn-3d-crossword - - - xap - application/x-silverlight-app - - - xar - application/vnd.xara - - - xbap - application/x-ms-xbap - - - xbd - application/vnd.fujixerox.docuworks.binder - - - xbm - image/x-xbitmap - - - xdf - application/xcap-diff+xml - - - xdm - application/vnd.syncml.dm+xml - - - xdp - application/vnd.adobe.xdp+xml - - - xdssc - application/dssc+xml - - - xdw - application/vnd.fujixerox.docuworks - - - xenc - application/xenc+xml - - - xer - application/patch-ops-error+xml - - - xfdf - application/vnd.adobe.xfdf - - - xfdl - application/vnd.xfdl - - - xht - application/xhtml+xml - - - xhtml - application/xhtml+xml - - - xhvml - application/xv+xml - - - xif - image/vnd.xiff - - - xla - application/vnd.ms-excel - - - xlam - application/vnd.ms-excel.addin.macroenabled.12 - - - xlc - application/vnd.ms-excel - - - xlm - application/vnd.ms-excel - - - xls - application/vnd.ms-excel - - - xlsb - application/vnd.ms-excel.sheet.binary.macroenabled.12 - - - xlsm - application/vnd.ms-excel.sheet.macroenabled.12 - - - xlsx - application/vnd.openxmlformats-officedocument.spreadsheetml.sheet - - - xlt - application/vnd.ms-excel - - - xltm - application/vnd.ms-excel.template.macroenabled.12 - - - xltx - application/vnd.openxmlformats-officedocument.spreadsheetml.template - - - xlw - application/vnd.ms-excel - - - xml - application/xml - - - xo - application/vnd.olpc-sugar - - - xop - application/xop+xml - - - xpi - application/x-xpinstall - - - xpm - image/x-xpixmap - - - xpr - application/vnd.is-xpr - - - xps - application/vnd.ms-xpsdocument - - - xpw - application/vnd.intercon.formnet - - - xpx - application/vnd.intercon.formnet - - - xsl - application/xml - - - xslt - application/xslt+xml - - - xsm - application/vnd.syncml+xml - - - xspf - application/xspf+xml - - - xul - application/vnd.mozilla.xul+xml - - - xvm - application/xv+xml - - - xvml - application/xv+xml - - - xwd - image/x-xwindowdump - - - xyz - chemical/x-xyz - - - yang - application/yang - - - yin - application/yin+xml - - - z - application/x-compress - - - Z - application/x-compress - - - zaz - application/vnd.zzazz.deck+xml - - - zip - application/zip - - - zir - application/vnd.zul - - - zirz - application/vnd.zul - - - zmm - application/vnd.handheld-entertainment+xml - - - - - - - - - - - - - - - - - - index.html - index.htm - index.jsp - - - diff --git a/manong_manager/manong_manager_web/target/tomcat/logs/access_log.2019-01-08 b/manong_manager/manong_manager_web/target/tomcat/logs/access_log.2019-01-08 deleted file mode 100644 index 9dccf90..0000000 --- a/manong_manager/manong_manager_web/target/tomcat/logs/access_log.2019-01-08 +++ /dev/null @@ -1,5 +0,0 @@ -0:0:0:0:0:0:0:1 - - [08/Jan/2019:21:32:55 +0800] "GET / HTTP/1.1" 200 1895 http-bio-8080-exec-1 3037 -0:0:0:0:0:0:0:1 - - [08/Jan/2019:21:33:00 +0800] "GET /product_list?_=1546954377039 HTTP/1.1" 200 1218 http-bio-8080-exec-3 429 -0:0:0:0:0:0:0:1 - - [08/Jan/2019:21:33:23 +0800] "POST /product/list HTTP/1.1" 200 1860 http-bio-8080-exec-4 22750 -0:0:0:0:0:0:0:1 - - [08/Jan/2019:21:33:47 +0800] "POST /product/list HTTP/1.1" 200 1860 http-bio-8080-exec-5 15202 -0:0:0:0:0:0:0:1 - - [08/Jan/2019:21:34:11 +0800] "POST /product/list HTTP/1.1" 200 3693 http-bio-8080-exec-6 6602 diff --git a/manong_manager/manong_manager_web/target/tomcat/work/Tomcat/localhost/_/org/apache/jsp/WEB_002dINF/jsp/index_jsp.class b/manong_manager/manong_manager_web/target/tomcat/work/Tomcat/localhost/_/org/apache/jsp/WEB_002dINF/jsp/index_jsp.class deleted file mode 100644 index f3a34bd..0000000 Binary files a/manong_manager/manong_manager_web/target/tomcat/work/Tomcat/localhost/_/org/apache/jsp/WEB_002dINF/jsp/index_jsp.class and /dev/null differ diff --git a/manong_manager/manong_manager_web/target/tomcat/work/Tomcat/localhost/_/org/apache/jsp/WEB_002dINF/jsp/index_jsp.java b/manong_manager/manong_manager_web/target/tomcat/work/Tomcat/localhost/_/org/apache/jsp/WEB_002dINF/jsp/index_jsp.java deleted file mode 100644 index d419735..0000000 --- a/manong_manager/manong_manager_web/target/tomcat/work/Tomcat/localhost/_/org/apache/jsp/WEB_002dINF/jsp/index_jsp.java +++ /dev/null @@ -1,139 +0,0 @@ -/* - * Generated by the Jasper component of Apache Tomcat - * Version: Apache Tomcat/7.0.47 - * Generated at: 2019-01-08 13:32:53 UTC - * Note: The last modified time of this file was set to - * the last modified time of the source file after - * generation to assist with modification tracking. - */ -package org.apache.jsp.WEB_002dINF.jsp; - -import javax.servlet.*; -import javax.servlet.http.*; -import javax.servlet.jsp.*; - -public final class index_jsp extends org.apache.jasper.runtime.HttpJspBase - implements org.apache.jasper.runtime.JspSourceDependent { - - private static final javax.servlet.jsp.JspFactory _jspxFactory = - javax.servlet.jsp.JspFactory.getDefaultFactory(); - - private static java.util.Map _jspx_dependants; - - private javax.el.ExpressionFactory _el_expressionfactory; - private org.apache.tomcat.InstanceManager _jsp_instancemanager; - - public java.util.Map getDependants() { - return _jspx_dependants; - } - - public void _jspInit() { - _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); - _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); - } - - public void _jspDestroy() { - } - - public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) - throws java.io.IOException, javax.servlet.ServletException { - - final javax.servlet.jsp.PageContext pageContext; - javax.servlet.http.HttpSession session = null; - final javax.servlet.ServletContext application; - final javax.servlet.ServletConfig config; - javax.servlet.jsp.JspWriter out = null; - final java.lang.Object page = this; - javax.servlet.jsp.JspWriter _jspx_out = null; - javax.servlet.jsp.PageContext _jspx_page_context = null; - - - try { - response.setContentType("text/html;charset=UTF-8"); - pageContext = _jspxFactory.getPageContext(this, request, response, - null, true, 8192, true); - _jspx_page_context = pageContext; - application = pageContext.getServletContext(); - config = pageContext.getServletConfig(); - session = pageContext.getSession(); - out = pageContext.getOut(); - _jspx_out = out; - - out.write("\r\n"); - out.write("\r\n"); - out.write("\r\n"); - out.write("\r\n"); - out.write(" Title\r\n"); - out.write(" \r\n"); - out.write(" \r\n"); - out.write(" \r\n"); - out.write(" \r\n"); - out.write(" \r\n"); - out.write("\r\n"); - out.write("\r\n"); - out.write("
\r\n"); - out.write("\r\n"); - out.write("
    \r\n"); - out.write("
  • \r\n"); - out.write(" 商品分类管理\r\n"); - out.write("
      \r\n"); - out.write("
    • 商品分类列表
    • \r\n"); - out.write("
    \r\n"); - out.write("
  • \r\n"); - out.write("
  • \r\n"); - out.write(" 商品管理\r\n"); - out.write("
      \r\n"); - out.write("
    • 商品列表
    • \r\n"); - out.write("
    • 商品添加
    • \r\n"); - out.write("
    \r\n"); - out.write("
  • \r\n"); - out.write("
\r\n"); - out.write("\r\n"); - out.write("
\r\n"); - out.write("
\r\n"); - out.write("\r\n"); - out.write("
\r\n"); - out.write("
\r\n"); - out.write(" 首页\r\n"); - out.write("
\r\n"); - out.write("
\r\n"); - out.write("\r\n"); - out.write("
\r\n"); - out.write("\r\n"); - out.write("\r\n"); - out.write("\r\n"); - out.write("\r\n"); - } catch (java.lang.Throwable t) { - if (!(t instanceof javax.servlet.jsp.SkipPageException)){ - out = _jspx_out; - if (out != null && out.getBufferSize() != 0) - try { out.clearBuffer(); } catch (java.io.IOException e) {} - if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); - else throw new ServletException(t); - } - } finally { - _jspxFactory.releasePageContext(_jspx_page_context); - } - } -} diff --git a/manong_manager/manong_manager_web/target/tomcat/work/Tomcat/localhost/_/org/apache/jsp/WEB_002dINF/jsp/product_005flist_jsp.class b/manong_manager/manong_manager_web/target/tomcat/work/Tomcat/localhost/_/org/apache/jsp/WEB_002dINF/jsp/product_005flist_jsp.class deleted file mode 100644 index 0b6afd5..0000000 Binary files a/manong_manager/manong_manager_web/target/tomcat/work/Tomcat/localhost/_/org/apache/jsp/WEB_002dINF/jsp/product_005flist_jsp.class and /dev/null differ diff --git a/manong_manager/manong_manager_web/target/tomcat/work/Tomcat/localhost/_/org/apache/jsp/WEB_002dINF/jsp/product_005flist_jsp.java b/manong_manager/manong_manager_web/target/tomcat/work/Tomcat/localhost/_/org/apache/jsp/WEB_002dINF/jsp/product_005flist_jsp.java deleted file mode 100644 index f8e77cf..0000000 --- a/manong_manager/manong_manager_web/target/tomcat/work/Tomcat/localhost/_/org/apache/jsp/WEB_002dINF/jsp/product_005flist_jsp.java +++ /dev/null @@ -1,110 +0,0 @@ -/* - * Generated by the Jasper component of Apache Tomcat - * Version: Apache Tomcat/7.0.47 - * Generated at: 2019-01-08 13:33:00 UTC - * Note: The last modified time of this file was set to - * the last modified time of the source file after - * generation to assist with modification tracking. - */ -package org.apache.jsp.WEB_002dINF.jsp; - -import javax.servlet.*; -import javax.servlet.http.*; -import javax.servlet.jsp.*; - -public final class product_005flist_jsp extends org.apache.jasper.runtime.HttpJspBase - implements org.apache.jasper.runtime.JspSourceDependent { - - private static final javax.servlet.jsp.JspFactory _jspxFactory = - javax.servlet.jsp.JspFactory.getDefaultFactory(); - - private static java.util.Map _jspx_dependants; - - private javax.el.ExpressionFactory _el_expressionfactory; - private org.apache.tomcat.InstanceManager _jsp_instancemanager; - - public java.util.Map getDependants() { - return _jspx_dependants; - } - - public void _jspInit() { - _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); - _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); - } - - public void _jspDestroy() { - } - - public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) - throws java.io.IOException, javax.servlet.ServletException { - - final javax.servlet.jsp.PageContext pageContext; - javax.servlet.http.HttpSession session = null; - final javax.servlet.ServletContext application; - final javax.servlet.ServletConfig config; - javax.servlet.jsp.JspWriter out = null; - final java.lang.Object page = this; - javax.servlet.jsp.JspWriter _jspx_out = null; - javax.servlet.jsp.PageContext _jspx_page_context = null; - - - try { - response.setContentType("text/html;charset=UTF-8"); - pageContext = _jspxFactory.getPageContext(this, request, response, - null, true, 8192, true); - _jspx_page_context = pageContext; - application = pageContext.getServletContext(); - config = pageContext.getServletConfig(); - session = pageContext.getSession(); - out = pageContext.getOut(); - _jspx_out = out; - - out.write("\r\n"); - out.write("\r\n"); - out.write("\r\n"); - out.write("\r\n"); - out.write(" 商品列表\r\n"); - out.write("\r\n"); - out.write("\r\n"); - out.write("\r\n"); - out.write(" \r\n"); - out.write(" \r\n"); - out.write(" \r\n"); - out.write(" \r\n"); - out.write(" \r\n"); - out.write(" \r\n"); - out.write(" \r\n"); - out.write(" \r\n"); - out.write(" \r\n"); - out.write(" \r\n"); - out.write("
id商品名称主图市场价格价格商品编码
\r\n"); - out.write("\r\n"); - out.write("
\r\n"); - out.write(" 搜索\r\n"); - out.write(" 编辑\r\n"); - out.write("
\r\n"); - out.write("\r\n"); - out.write("\r\n"); - out.write("\r\n"); - out.write("\r\n"); - } catch (java.lang.Throwable t) { - if (!(t instanceof javax.servlet.jsp.SkipPageException)){ - out = _jspx_out; - if (out != null && out.getBufferSize() != 0) - try { out.clearBuffer(); } catch (java.io.IOException e) {} - if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); - else throw new ServletException(t); - } - } finally { - _jspxFactory.releasePageContext(_jspx_page_context); - } - } -} diff --git a/manong_manager/pom.xml b/manong_manager/pom.xml index 9b4590d..e51785f 100644 --- a/manong_manager/pom.xml +++ b/manong_manager/pom.xml @@ -23,6 +23,7 @@ org.apache.tomcat.maven tomcat7-maven-plugin + 2.2 8080 / diff --git a/manong_parent/manong_parent.iml b/manong_parent/manong_parent.iml deleted file mode 100644 index 2ee29af..0000000 --- a/manong_parent/manong_parent.iml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/manong_parent/pom.xml b/manong_parent/pom.xml index 498e2df..d52043c 100644 --- a/manong_parent/pom.xml +++ b/manong_parent/pom.xml @@ -31,9 +31,9 @@ 4.1.3.RELEASE 1.0.9 5.1.32 - 2.4.2 + [2.8.11.1,) 1.27-SNAPSHOT - 1.3.1 + [1.3.3,) 2.2 3.1 1.6 @@ -42,7 +42,7 @@ 2.3.28 2.5 4.1.1 - 4.3.5 + [4.3.6,) 3.3 2.7 @@ -202,29 +202,29 @@ - - - - org.apache.maven.plugins - maven-resources-plugin - ${maven-resources-plugin} - - UTF-8 - - - - - org.apache.maven.plugins - maven-compiler-plugin - ${maven-compiler-plugin} - - 1.8 - 1.8 - 1.8 - UTF-8 - - - + + + org.apache.maven.plugins + maven-resources-plugin + ${maven-resources-plugin} + + UTF-8 + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin} + + 1.8 + 1.8 + 1.8 + UTF-8 + + + + diff --git a/manong_portal/manong_portal.iml b/manong_portal/manong_portal.iml deleted file mode 100644 index d0c8219..0000000 --- a/manong_portal/manong_portal.iml +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/manong_portal/pom.xml b/manong_portal/pom.xml index 4409a2c..75f1403 100644 --- a/manong_portal/pom.xml +++ b/manong_portal/pom.xml @@ -87,6 +87,10 @@ com.google.code.gson gson + + mysql + mysql-connector-java + @@ -95,6 +99,7 @@ org.apache.tomcat.maven tomcat7-maven-plugin + 2.2 8081 / diff --git a/manong_portal/src/main/java/com/manong/portal/controller/IndexController.java b/manong_portal/src/main/java/com/manong/portal/controller/IndexController.java index fa05060..78dfbd7 100644 --- a/manong_portal/src/main/java/com/manong/portal/controller/IndexController.java +++ b/manong_portal/src/main/java/com/manong/portal/controller/IndexController.java @@ -1,11 +1,15 @@ package com.manong.portal.controller; import com.manong.portal.service.CategoriesService; +import com.manong.portal.service.ProductService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.ModelMap; import org.springframework.web.bind.annotation.RequestMapping; import pojo.Res_Categories; +import pojo.Res_Product; + +import java.util.List; /** * Created by wistbean on 2019/1/24. @@ -15,12 +19,16 @@ public class IndexController { @Autowired CategoriesService categoriesService; + @Autowired + ProductService productService; @RequestMapping("/home.html") public String index(ModelMap modelMap){ Res_Categories categories = categoriesService.getCategories(); modelMap.addAttribute("categories",categories); - return "index"; + List products = productService.getProducts(); + modelMap.addAttribute("products",products); + return "Product"; } diff --git a/manong_portal/src/main/java/com/manong/portal/service/ProductService.java b/manong_portal/src/main/java/com/manong/portal/service/ProductService.java new file mode 100644 index 0000000..bce2c74 --- /dev/null +++ b/manong_portal/src/main/java/com/manong/portal/service/ProductService.java @@ -0,0 +1,11 @@ +package com.manong.portal.service; + +import pojo.Res_Product; + +import java.util.List; + +public interface ProductService { + + List getProducts(); + +} diff --git a/manong_portal/src/main/java/com/manong/portal/service/impl/ProductServiceImpl.java b/manong_portal/src/main/java/com/manong/portal/service/impl/ProductServiceImpl.java new file mode 100644 index 0000000..8587467 --- /dev/null +++ b/manong_portal/src/main/java/com/manong/portal/service/impl/ProductServiceImpl.java @@ -0,0 +1,36 @@ +package com.manong.portal.service.impl; + +import com.manong.portal.service.ProductService; +import com.manong.portal.util.GsonUtils; +import org.springframework.beans.factory.annotation.Value; +import org.springframework.stereotype.Service; +import pojo.Res_Product; +import pojo.ResponseJsonResult; +import utils.HttpClientUtil; + +import java.io.IOException; +import java.util.List; + +@Service +public class ProductServiceImpl implements ProductService { + + @Value("${REST_URL}") + private String REST_URL; + @Value("${REST_PRODUCT_LIST}") + private String REST_PRODUCT_LIST; + + @Override + public List getProducts() { + + try { + String jsonResult = HttpClientUtil.httpGet(REST_URL + REST_PRODUCT_LIST); + ResponseJsonResult responseJsonResult = GsonUtils.fromJson(ResponseJsonResult.class, jsonResult); + List list = (List) responseJsonResult.getList(); + return list; + } catch (IOException e) { + e.printStackTrace(); + } + + return null; + } +} diff --git a/manong_portal/src/main/resources/resource/resource.properties b/manong_portal/src/main/resources/resource/resource.properties index 2fae647..b44ee31 100644 --- a/manong_portal/src/main/resources/resource/resource.properties +++ b/manong_portal/src/main/resources/resource/resource.properties @@ -1,5 +1,8 @@ # REST REST_URL = http://127.0.0.1:8088/rest/ -# REST ȡƷ -REST_CAT_LIST = productCategries/list \ No newline at end of file +# REST 分类 +REST_CAT_LIST = productCategries/list + +# 商品列表 +REST_PRODUCT_LIST = product/list \ No newline at end of file diff --git a/manong_portal/src/main/webapp/WEB-INF/css/_notes/reset.css.mno b/manong_portal/src/main/webapp/WEB-INF/css/_notes/reset.css.mno new file mode 100644 index 0000000..de52a05 --- /dev/null +++ b/manong_portal/src/main/webapp/WEB-INF/css/_notes/reset.css.mno @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/manong_portal/src/main/webapp/WEB-INF/css/index.css b/manong_portal/src/main/webapp/WEB-INF/css/index.css deleted file mode 100644 index 6b3493a..0000000 --- a/manong_portal/src/main/webapp/WEB-INF/css/index.css +++ /dev/null @@ -1,1539 +0,0 @@ -@font-face { - font-family: 'iconfont'; /* project id 603912 */ - src: url('https://at.alicdn.com/t/font_603912_75wblyti5vsll3di.eot'); - src: url('https://at.alicdn.com/t/font_603912_75wblyti5vsll3di.eot?#iefix') format('embedded-opentype'), - url('https://at.alicdn.com/t/font_603912_75wblyti5vsll3di.woff') format('woff'), - url('https://at.alicdn.com/t/font_603912_75wblyti5vsll3di.ttf') format('truetype'), - url('https://at.alicdn.com/t/font_603912_75wblyti5vsll3di.svg#iconfont') format('svg'); -} -/* 导航栏 */ -.daohang{ - width: 100%; - height: 35px; - background-color: #f5f5f5; - border-bottom: 1px solid #eee; -} -.daohang_main{ - width: 1230px; - height: 36px; - margin: 0 auto; - position: relative; -} -.daohang_left span{ - font-size: 12px; - color: #999; - text-align: center; - line-height: 36px; - margin-right: 20px; - float: left; -} -.daoHang_s2{ - cursor: pointer; -} -.daoHang_s2:hover{ - color: #ff6700; -} -.daohang_right{ - width:580px; - height: 35px; - /*background-color: pink;*/ - float: right; - padding-right: 35px; -} -.daohang_word{ - font-size: 12px; - color: #999; - line-height: 35px; - margin-left: 15px; - cursor: pointer; - display: inline-block; - float: left; -} -.daohang_wordLeft{ - margin-left: 3px; -} -.daoHangLine{ - width: 1px; - height: 28px; - margin-top: 3px; - float: left; - margin-left: 15px; - color: #999; -} -.daohang_zuhe1{ - font-size: 12px; - line-height: 35px; - float: left; - margin-left: 5px; - cursor: pointer; - color: #999; -} -.daohang_tibaio4{ - font-family: 'iconfont'; - float: left; - margin-left: 2px; -} -.daohang_color{ - color: #ff6700; - margin-left: 5px; -} -.daohang_color1{ - color: #ff6700; -} -.daohang_word:hover{ - color: #ff6700; -} -.daohang_hover:hover{ - width: 81px; - height: 33px; - border: 1px solid #b0b0b0; -} -.daohang_tibaio5{ - font-family: 'iconfont'; - float: left; - color: #ff6700; - margin-left: 15px; -} -.daohang_bottom{ - width: 400px; - height: 0px; - background: pink; - overflow: hidden; - position: absolute; - left: 0; - top: 35px; - z-index: 999; - text-align: center; - /* display: none; */ - transition: all 0.5s; -} -.daohang_bottom_goodlist{ - width: 100px; - height: 100px; - background: red; - float: left; - position: absolute; - left: 0; - top: 35px; - z-index: 999; - text-align: center; - display: none; -} -/* 搜索 */ -.sousuo{ - width: 100%; - height: 130px; - background-color: #fff; - position: absolute; - top: 35px; - left: 0; -} -.sousuo_main{ - width: 1230px; - height: 130px; - background-color: #fff; - margin: 0 auto; - /*padding-bottom:10px;*/ -} -.sousuo_fir{ - width: 240px; - height: 130px; - /* background-color: skyblue; */ - float: left; - cursor: pointer; -} -.sousuo_fir img{ - width: 240px; - height: 130px; -} -.sousuo_thr{ - width: 540px; - height: 100px; - /* background-color: green; */ - float: left; - margin: 0 auto; - margin-left: 160px; -} -.sousuo_top{ - width: 538px; - height: 38px; - /*background-color: yellow;*/ - margin-top: 30px; - border: 1px solid #FF0036; -} -.souSInput{ - width: 404px; - height: 36px; - /*background: skyblue;*/ - font-family: 'iconfont'; - font-size: 14px; - line-height: 36px; - float: left; - color: #bbbbbb; - font-style: normal; - font-weight: 200; - padding-left: 10px; - border: none; - outline: none; -} -.sousuo_org{ - width: 120px; - height: 38px; - background-color:#FF0036; - float: right; - cursor: pointer; - font-size: 18px; - color: #fff; - line-height: 38px; - text-align: center; - font-weight: bold; - outline: none; - border-style: none; -} -.sousuo_bottom{ - width: 540px; - height: 18px; - /* background-color:pink; */ - margin-top: 2px; -} -.sousuo_wenzi{ - color: #b0b0b0; - line-height: 18px; /* 文本垂直居中 */ - font-size: 12px; - float: left; - display: block; - cursor: pointer; -} -.sousuo_wenzi:hover{ - color: #ff6700; -} -.sousuo_line{ - width: 1px; - height: 12px; - background-color: #DDDDDD; - float: left; - margin-left: 10px; - margin-right:10px; - line-height: 18px; - margin-top:3px; -} - -/* banner */ -.banner{ - width: 100%; - height: 540px; - background-color: #fff; - /* margin: 0 auto; */ - position: absolute; - top: 165px; - left: 0; -} -.banner_main{ - width: 1230px; - height: 540px; - /* background-color: #fff; */ - margin: 0 auto; - position: relative; -} -.banner_top{ - width: 1230px; - height: 38px; - /* background-color: green; */ -} -.banner_top1{ - width: 200px; - height: 38px; - background-color: #FF0036; - float: left; - cursor: pointer; -} -.banner_top1 span{ - font-family: 'iconfont'; - font-size: 18px; - color: #fff; - line-height: 38px; - float: left; - margin-left: 9px; - margin-right: 6px; -} -.banner_top1 h1{ - font-size: 16px; - color: #fff; - line-height: 38px; - font-weight:700; - float: left; -} -.banner_top2{ - width: 850px; - height: 38px; - float: left; - padding-left: 10px; -} -.bannerImgs{ - width: 100px; - height: 30px; - padding:0 8px; - display: block; - float: left; -} -.banner_twenzi{ - font-size: 16px; - color: #333; - line-height: 38px; - font-weight: 500; - padding:0 8px; - display: block; - float: left; -} -.banner_twenzi:hover{ - color: #ff6700; -} -.banner_top3{ - width: 170px; - height: 38px; - /* background-color: pink; */ - float: right; - cursor: pointer; -} -.banner_top3 img{ - width: 170px; - height: 38px; -} -.banner_bottom{ - width: 1230px; - height: 460px; - background-color: #F2F2F2; - position: relative; -} -.banner_ce{ - width: 200px; - height: 500px; - /* background-color: pink; */ - float: left; - margin-top: 1px; - position: absolute; - left: 0; - top: 0; - z-index: 99; -} -.banner_kuai{ - width: 200px; - height: 37px; - background-color:rgba(0,0,0,0.6); - color: #fff; -} -.banner_kuai span{ - font-family: 'iconfont'; - color: #999; - float: left; - line-height: 37px; - margin-left: 8px; - margin-right: 3px; -} -.banner_kuai:hover{ - background-color: #fff; - color: #333; -} -.banner_kuai h1{ - font-size: 12px; - line-height: 32px; - font-weight: 400; - float: left; - float: left; - cursor: pointer; -} -.banner_kuai h1:hover{ - color: #FF0036; -} -.banner_kuai em{ - color: #fff; - line-height: 32px; - margin: 0 2px; - float: left; -} -.banner_kuai1{ - height: 35px; - float: left; -} -.banner_kuai1 h1{ - line-height: 31px; - float: left; -} - -.banner_zhong{ - width: 1230px; - height: 500px; - /* background-color: red; */ - float: left; - position: absolute; - top: 0; - left: 0; -} -.banner_img{ - width: 1230px; - height: 500px; - /* background-color: green; */ - position: absolute; - top: 0; - left: 0; -} -.banner_img li{ - width: 1230px; - height: 500px; - /* background-color: green; */ - position: absolute; - top: 0; - left: 0; - cursor: pointer; - transition: all 0.6s; - opacity: 0.5; -} -.banner_img li img{ - width: 1230px; - height: 500px; -} -.banner_img li.active{ - opacity: 1; - z-index: 15; -} -#banner_imgt{ - width: 150px; - height: 213px; - background-color: #F9F7F9; - /* background-color: rgba(0, 0, 0, .8); */ - float: right; - position: absolute; - top: 20px; - right: 40px; - cursor: pointer; -} -#banner_imgb{ - width: 150px; - height: 213px; - background-color: #F9F7F9; - /* background-color: rgba(0, 0, 0, .8); */ - float: right; - position: absolute; - bottom: 20px; - right: 40px; - cursor: pointer; -} -#banner_imgt img{ - width: 150px; - height: 213px; - } -#banner_imgb img{ - width: 150px; - height: 213px; -} -.banner_zhong:hover .prev,.banner_zhong:hover .next{ - opacity: 0.6; -} -.banner_lunbo{ - width: 250px; - height: 20px; - position: absolute; - bottom: 25px; - margin-left: 515px; - z-index: 99; -} -.banner_lunbo li{ - width: 25px; - height: 5px; - background-color: #000; - opacity: 0.3; - float:left; - color: #fff; - margin-top: 4px; - margin-left: 10px; -} -.banner_lunbo .active{ - background-color: #fff; -} -.banner_lunbo li:hover{ - background-color: #EE8902; -} -.piaofu{ - width: 1000px; - height: 500px; - background: #fff; - border: 1px solid #b0b0b0; - border-left: 0; - position: absolute; - left: 200px; - top: 0px; - z-index: 99999; - display: none; -} -.piaofu_left{ - width: 830px; - height: 100%; - /* background: red; */ - float: left; -} -.piaofu_right{ - width: 160px; - height: 426px; - background: #F2F2F2; - float: left; - padding-left: 10px; - padding-top: 14px; -} -.piaofu_right_top{ - width: 150px; - height: 200px; - background: #fff; -} -.piaofu_right_item1{ - width: 74px; - height: 49px; - border-right: 1px solid #eee; - border-bottom: 1px solid #eee; - float: left; -} -.piaofu_right_border{ - border-right: 0; -} -.piaofu_right_item1 img{ - width: 74px; - height: 30px; - margin-top: 10px; -} -.piaofu_right_mid{ - width: 150px; - height: 80px; - background: #fff; - margin-top: 10px; -} -.piaofu_right_mid img{ - width: 150px; - height: 80px; -} -.piaofu_left_top{ - width: 100%; - height: 35px; - /* background-color: skyblue; */ -} -.piaofu_left_top1{ - background-color: #ffaa01; - float: left; - margin-top: 8px; - margin-left: 25px; - padding: 2px 2px 2px 2px; -} -.piaofu_left_top1 span{ - font-size: 12px; - color: #fff; - margin-left: 5px; - margin-right: 5px; -} -.piaofu_left_item{ - width: 750px; - /* background: yellow; */ - /* height: 20px; */ - margin-left: 25px; - margin-top: 20px; -} -.piaofu_item_left{ - width: 50px; - /* background: plum; */ - float: left; - - font-size: 12px; - color: #333; -} -.piaofu_item_right{ - width: 640px; - /* height: 50px; */ - /* background: pink; */ - float: left; - margin-left: 30px; -} -.piaofu_item_right span{ - font-size: 12px; - color: #333; - margin-left: 10px; -} -.piaofu_left_line{ - width: 100%; - height: 1px; - background: #cac6c6; - margin-top: 15px; - margin-bottom: 15px; -} - -/*content开始*/ -.content{ - width: 100%; - position: absolute; - left: 0; - top: 705px; - background: #f5f5f5; -} -.container{ - width: 1230px; - margin: 0 auto; -} -.container_fir{ - width: 1230px; - height: 329px; - /*background: red;*/ - margin-top: 40px; -} -.container_fir_img{ - width: 600px; - height: 40px; - margin:0 auto; -} -.container_fir_img img{ - width: 600px; - height: 40px; -} -.container_fir_inner{ - width: 100%; - height:269px; - margin-top: 20px; - /*background: pink;*/ - margin-left: 0; -} -.containerFir_item{ - width: 238px; - height: 100%; - /*background: plum;*/ - float: left; - margin-right: 10px; - opacity: 1; - transition: all 0.5s; -} -.containerFir_item:hover{ - opacity: 0.5; -} -.containerFir_itemR{ - margin-right: 0; -} -.containerFir_item img{ - width: 238px; - height: 100%; -} -.container_sec{ - width: 1230px; - height: 370px; - /*background: red;*/ - margin-top: 34px; -} -.containerSec_item1{ - width:234px; - height: 100%; - /*background: skyblue;*/ - float: left; -} -.containerSec_item1_top{ - width: 100%; - height: 55px; - background: #fff; -} -.containerSec_word1{ - display: inline-block; - font-size: 18px; - font-weight: 700; - color: #333; - line-height: 54px; - height: 18px; - margin-left: 10px; - float: left; -} -.containerSec_word2{ - display: inline-block; - font-size: 14px; - font-weight: 700; - color: #333; - margin-left: 10px; - line-height: 54px; - float: left; -} -.containerSec_tubiao{ - display: inline-block; - font-family: 'iconfont'; - font-size: 14px; - color: #333; - margin-left: 10px; - line-height: 54px; - float: right; - margin-right: 3px; - cursor: pointer; - margin-right: 10px; -} -.containerSec_tubiaoB{ - margin-right: 25px; -} -.containerSec_item1_bottom{ - width: 100%; - height: 316px; - /*background: yellow;*/ - cursor: pointer; - opacity: 1; -} -.containerSec_item1_bottom:hover{ - opacity: 0.5; -} -.containerSec_item1_bottom img{ - width: 100%; - height: 316px; -} -.containerSec_item2{ - width:485px; - height: 100%; - /*background: skyblue;*/ - float: left; - margin-left: 13px; -} -.container_three{ - width:100%; - height: 327px; - /*background: pink;*/ - margin-top: 10px; -} -.container_three_item{ - width: 122px; - height: 108px; - background: #fff; - float: left; - border-bottom: 1px solid #dbdada; - border-right: 1px solid #dbdada; - position: relative; - cursor: pointer; -} -.container_three_item img{ - width: 100px; - height: 50px; - display: block; - position: absolute; - left: 11px; - top: 29px; -} -.container_three_hover{ - width: 122px; - height: 108px; - background: #333; - position: absolute; - left: 0; - top: 0; - opacity: 0; -} -.container_three_hover span{ - font-size: 12px; - color: #fff; - display: block; - margin-left: 30px; - margin-top: 30px; -} -.container_three_hoverY{ - width: 60px; - height: 16px; - background: #FF0036; - border-radius: 12px; - margin-top: 8px; - margin-left: 30px; - font-size: 12px; - color: #fff; - text-align: center; - line-height: 16px; -} -.container_three_item:hover .container_three_hover{ - opacity: 1; -} -.containerThree_item_last{ - width: 122px; - height: 108px; - background: #fff; - float: left; - border-bottom: 1px solid #dbdada; - border-right: 1px solid #dbdada; - position: relative; - cursor: pointer; - color: #999; -} -.containerThree_h{ - font-family: 'iconfont'; - text-align: center; - font-size: 36px; - margin-top: 28px; -} -.containerThree_item_last span{ - font-size: 16px; - margin-left: 40px; - /*transform: rotate(360deg);*/ -} -.containerThree_item_last:hover{ - background: red; - color: #fff; -} -.containerThree_item_last:hover .containerThree_item_last span{ - transform: rotate(180deg); -} - - - - - - - - - - - - - -.container_four{ - width: 1230px; - height: 665px; - margin-top: 20px; -} -.container_four_top{ - width: 100%; - height: 47px; -} -.container_four_topLeft{ - width: 214px; - height: 25px; - float: left; - margin-top: 16px; - /*background: red;*/ -} -.container_four_topLeft img{ - width: 214px; - height: 25px; -} -.container_four_topRight{ - /*width: 600px;*/ - height: 31px; - /*background: skyblue;*/ - float: right; - margin-top: 15px; - margin-right: 30px; -} -.container_four_topRight a{ - font-size: 14px; - color: #333; - margin-left: 10px; - line-height: 25px; - display: block; - float: left; -} -.container_four_topRight a:hover{ - /*text-decoration: underline;*/ - border-bottom: 1px solid #999; -} -.container_four_bottom{ - width: 100%; - height: 618px; -} -.container_four_bottomLeft{ - width: 235px; - height: 100%; - float: left; - position: relative; - cursor: pointer; - opacity: 1; - transition: all 0.5s; -} -.container_four_bottomLeft img{ - width: 235px; - height: 100%; - position: absolute; - left: 0; - top: 0; -} -.container_four_bottomLeft:hover{ - opacity: 0.5; -} -.cFour_bottomLeft_hover{ - width: 218px; - height: 64px; - background: rgba(0,0,0,0.4); - position: absolute; - left: 0px; - bottom: 20%; - z-index: 999; -} -.cFour_bottomLeft_hover1{ - width: 50px; - height: 44px; - background: rgba(0,0,0,.9); - float: left; - padding: 10px; -} -.cFour_bottomLeft_hover1 span{ - font-size: 18px; - color: #fff; - display: block; - margin-left: 5px; -} -.cFour_bottomLeft_hover2Z{ - float: left; -} -.cFour_bottomLeft_hover2{ - font-size: 18px; - color: #fff; - display: block; - margin-top: 8px; - margin-left: 8px; -} -.cFour_bottomLeft_hover3{ - margin-top: 3px; -} -.container_four_bottomRight{ - width: 995px; - height: 618px; - /*background: yellow;*/ - float: right; -} -.containerFour_bottomRight_1{ - width: 484px; - height:300px; - background: #fff; - float: left; - margin-left: 13px; -} -.containerFour_bottomRight_1Z{ - width: 462px; - height:282px; - margin:10px; - box-shadow: 0 0 8px 2px #999; -} -.containerFourbottomRight_1Top{ - width: 100%; - height:57px; - background: plum; -} -.containerFBRight_1Top_Left{ - width: 50%; - height:57px; - background: #d8d7d7; - float: left; - font-size: 18px; - color: #000; - text-align: center; - line-height: 57px; - cursor: pointer; -} -.containerFBRight_1Top_Left.active{ - background: #00b262; - color: #fff; -} -.containerFourbottomRight_1Bottom{ - width: 100%; - height: 225px; - background: #fff; - position: relative; -} -.conBottomZong{ - width: 100%; - height: 225px; - background: #fff; - position: absolute; - left: 0; - top: 0; -} -.conBottomZong.active{ - z-index: 9999; -} -.containerFour_jiantou{ - height: 87px; - width: 291px; - background-image: url("../img/content/four_jiantou.png"); - position: absolute; - top:75px; - left: 0; - z-index: 999; - cursor: pointer; -} -.cFour_jiantou_t{ - width: 240px; - height: 36px; - margin-top: 8px; - margin-left: 26px; -} -.cFour_jiantou_b{ - width: 140px; - height: 26px; - margin-top: 8px; - margin-left: 26px; - font-size: 18px; - letter-spacing: 1px; - color: #000; -} -.cFour_jiantou_tL{ - width: 23px; - height: 23px; - background-image: url("../img/content/four_tu.png"); - float: left; - margin-top: 8px; -} -.cFour_jiantou_t span{ - font-size: 24px; - color: #00B262; - font-weight: 700; - line-height: 36px; - margin-left: 8px; -} -.containerFour_Imgs{ - width: 200px; - height: 200px; - position: absolute; - top:10px; - right: 30px; -} -.containerFour_Imgs img{ - width: 200px; - height: 200px; - position: absolute; - left: 0; - top: 0; -} -.containerFour_bottomRight_2{ - width: 234px; - height:300px; - background: #fff; - float: left; - margin-left: 12px; - border:1px solid #fff; - cursor: pointer; -} -.containerFour_bottomRight_2:hover{ - border:1px solid #FF0036; -} -.containerFour_bottomRight_3{ - margin-top: 13px; -} -.cFour_botRight_2img{ - width: 185px; - height:185px; - margin-left: 25px; - margin-top: 20px; -} -.cFour_botRight_2img img{ - width: 185px; - height: 185px; - opacity: 1; - transition: all 0.5s; -} -.containerFour_bottomRight_2:hover .cFour_botRight_2img img{ - opacity: 0.5; -} -.cFour_botRight_2word1{ - width: 135px; - height: 40px; - font-size: 14px; - color: #333; - line-height: 20px; - overflow: hidden; - margin: 8px auto; -} -.cFour_botRight_2word2{ - width: 234px; - height: 18px; - font-size: 18px; - color: #FF0036; - text-align: center; - line-height: 18px; - margin: 10px auto; -} -.cFour_bottomLeft_youJT{ - font-family: 'iconfont'; - font-size: 36px; - position: absolute; - right: 15px; - bottom: 15px; - z-index: 999; - color: #fff; -} -.container_five{ - width:1230px; - height: 90px; - margin-top: 20px; - cursor: pointer; -} -.container_five img{ - width: 1230px; - height: 90px; -} -.container_four_topLeft1{ - width: 400px; -} -.container_six_1{ - width: 5px; - height: 100%; - background: #EA5F8D; - float: left; -} -.container_six_2{ - font-size: 18px; - color: #000; - float: left; - font-weight: 400; - margin-left: 10px; -} -.container_like{ - width: 1230px; - margin-top: 30px; -} -.conLike_top{ - width: 1230px; - height: 43px; - /*background: red;*/ -} -.conLike_top_main{ - width: 176px; - height: 23px; - /*background: yellow;*/ - margin:0 auto; -} -.conLikeTop_main_1{ - width: 30px; - height: 1px; - background: #979797; - float: left; - margin-top: 11px; -} -.conLikeTop_main_2{ - width: 30px; - height: 1px; - background: #979797; - float: right; - margin-top: 11px; -} -.conLikeTop_main_word{ - width: 96px; - height: 23px; - /*background: green;*/ - float: left; - margin-left: 10px; - font-size: 18px; - text-align: center; - color: #666; - font-family: 'iconfont'; -} -.conLikeTopMain_word1{ - color: #FF0036; -} -.containerFour_bottomRight_4{ - margin-left: 0; -} -.conLike_bottom{ - width: 1230px; - height: 5670px; -} -.container_bottom{ - width: 80px; - height: 45px; - /*background: skyblue;*/ - background-image: url("../img/content/tianmao.png"); - background-repeat: no-repeat; - margin:0 auto; - margin-top: 15px; -} -.map{ - width: 100%; - height: 562px; - background: #fff; -} -.map_top{ - width: 1190px; - height: 366px; - /*background: red;*/ - margin:0 auto; - position: relative; -} -.map_top_3{ - width: 70px; - height: 30px; - /*background: pink;*/ - position: absolute; - left: 50px; - bottom: 0; -} -.map_top_3 img{ - width: 70px; - height: 30px; -} -.map_top_1{ - width: 100%; - height: 100px; - /*background: pink;*/ - padding:30px 0; - border-bottom: 1px solid #ededed; -} -.map_top_1 img{ - width: 292px; - height: 100px; - cursor: pointer; -} -.map_top_2{ - width: 1190px; - height: 200px; - /*background-color: yellow;*/ - margin: 0 auto; -} -.map_three_1{ - width: 210px; - height: 180px; - /*background-color: plum;*/ - float: left; - margin-left: 20px; -} -.map_three_word1{ - font-size: 16px; - color: #646464; - font-weight: bold; - margin-top: 10px; -} -.map_three_word2{ - font-size: 12px; - color: #8b8b8b; - margin-top: 5px; - cursor: pointer; - display: block; -} -.map_three_word2:hover{ - color: #FF0036; -} -.map_three_IMGS{ - width: 105px; - height: 105px; - /*background: #ff6700;*/ - margin-top: 10px; -} -.map_three_IMGS img{ - width: 105px; - height: 105px; -} -.map_bottom{ - width: 100%; - height: 200px; - background: #000000; - border-top: 1px solid #FF0036; -} -.map_bottom_main{ - width: 1190px; - height: 180px; - margin:0 auto; - /*background:skyblue;*/ -} -.map_main_1{ - width: 1190px; - height: 35px; - /*background:yellow;*/ -} -.map_main_1 span{ - font-size: 12px; - color: #fff; - margin-right: 10px; - line-height: 35px; - cursor: pointer; -} -.map_main_2{ - width: 1190px; - height: 35px; - /*background:plum;*/ -} -.head_wenzi { - color: #fff; - line-height: 35px; - font-size: 12px; - float: left; -} -.head_line { - width: 1px; - height: 12px; - background-color: #fff; - float: left; - margin: 13px 7px 0; -} -.map_main_3{ - width: 1190px; - height: 110px; - /*background: pink;*/ -} -.map_main_31{ - width: 1190px; - height: 20px; - /*background: yellow;*/ - margin-top: 5px; -} -.map_main_31 img{ - width: 20px; - height: 20px; -} -.map_main_31 span{ - font-size: 12px; - color: #a4a4a4; - margin-right: 50px; - line-height: 20px; -} -.map_main_4{ - width: 1190px; - height: 30px; - /*background: red;*/ - margin-top: 10px; - cursor: pointer; -} -.map_main_4 img{ - width: 73px; - height: 30px; -} -/* topBar开始 */ -.topBar{ - width: 100%; - height: 50px; - background: #ca1e2d; - opacity: 0.95; - /*box-shadow: rgba(0,0,0,.2) 0 1px 5px;*/ - position: fixed; - top: 0; - left: 0; - z-index: 99999; - display: none; -} -.topBar_main{ - width: 1190px; - height: 100%; - /* background: skyblue; */ - margin: 0 auto; -} -.topBar_main_1{ - width: 190px; - height: 38px; - background: #F90; - float: left; - margin-top: 6px; - cursor: pointer; -} -.topBar_main_1 img{ - width: 190px; - height: 38px; -} -.topBar_main_2{ - width: 600px; - height: 34px; - background: #fff; - border-style: none; - float: left; - margin-top: 6px; - margin-left: 100px; - color: #666; - font-size: 12px; - outline: none; -} -.topBar_main_3{ - width: 120px; - height: 34px; - background: #d45761; - float: left; - margin-top: 6px; - - color: #fff; - font-size: 18px; - text-align: center; - line-height: 34px; - font-weight: bold; - cursor: pointer; -} -/* leftBar开始 */ -.leftBar{ - width: 36px; - height: 370px; - background: #f8f8f8; - border: 1px solid #ddd; - position: fixed; - top: 210px; - left: 50%; - bottom: 0px; - margin-left: -655px; - display: none; -} -.tips{ - width: 30px; - height: 36px; - background: rgba(0,0,0,0.6); - border-top: 1px solid #e8e8e8; - border-bottom: 1px solid #e8e8e8; - cursor: pointer; - padding: 0 3px; - text-align: center; - color: #fff; - font-size: 12px; -} -.tips.active{ - background: #ff37bb; - color: #fff; -} -.leftBar_footer_1{ - font-family: 'iconfont'; - font-size: 30px; - color: #fff; - line-height: 36px; -} -.tip_color{ - width: 30px; - height: 36px; - border-top: 1px solid #e8e8e8; - border-bottom: 1px solid #e8e8e8; - cursor: pointer; - padding: 0 3px; - text-align: center; - color: #fff; - font-size: 12px; - background: #ff0036; - text-align: center; - line-height: 36px; -} -.leftBar_footer{ - width: 30px; - height: 36px; - background: rgba(0,0,0,0.3); - border-top: 1px solid #e8e8e8; - border-bottom: 1px solid #e8e8e8; - cursor: pointer; - padding: 0 3px; - text-align: center; - color: #fff; - font-size: 12px; -} -/*右侧导航栏*/ -.rightBan{ - width: 35px; - height: 100%; - background: #000; - position: fixed; - top: 0; - right: 0; - z-index: 999999; -} -.rightBan_1{ - width: 35px; - height: 35px; - background: #000; - font-family: 'iconfont'; - font-size: 18px; - text-align: center; - line-height: 35px; - color: #e7e5e5; - cursor: pointer; -} -.rightBan_1:hover{ - background:#FF0036; -} -.rightBan_1 img{ - width: 20px; - height: 15px; -} -.rightBan_2{ - width: 35px; - height: 116px; - background: #000; - cursor: pointer; -} -.rightBan_2 span{ - font-size: 12px; - text-align: center; - /*line-height: 35px;*/ - color: #e7e5e5; - display: block; - margin: 0; -} -.rightBan_2_1ine{ - width: 28px; - height:1px; - margin:0 auto; - background: #666; - margin-bottom: 10px; -} -.rightBan_2_1ine2{ - margin-bottom: 0px; - margin-top: 23px; -} -.rightBan_1_color{ - width: 35px; - height: 35px; - font-family: 'iconfont'; - font-size: 20px; - color: #FF0036; - text-align: center; - line-height: 35px; - cursor: pointer; -} -.rightBan_2:hover{ - background:#FF0036; -} -.rightBan_2:hover .rightBan_1_color{ - color: #e7e5e5; -} -.rightB_fir{ - position: absolute; - left: 0; - top: 28%; -} -.rightB_sec{ - position: absolute; - left: 0; - top: 33%; -} -.rightB_thr{ - position: absolute; - left: 0; - bottom: 0; -} -.rightB_four{ - position: absolute; - left: 0; - top: 52%; -} -.rightB_fir1{ - position: absolute; - right: 25px; - top: 28%; -} -.rightB_four1{ - position: absolute; - right: 25px; - top: 52%; -} -.rightB_thr1{ - position: absolute; - right: 25px; - bottom: 0; -} -.piaofu1{ - width:100px; - height: 35px; - background-image: url("../img/qipao.png"); - font-size: 10px; - text-align: center; - line-height: 35px; - color: #fff; - opacity: 0; - transition: all 0.5s; - margin-right: 50px; - position: relative; -} -.piaofu2{ - margin-right: 0px; -} -.piaofu1 img{ - width: 100px; - height: 35px; -} -.piaofu_erweima{ - width: 154px; - height: 207px; - background-image: url("../img/erWeiMaBackground.png"); - position: absolute; - bottom: 0; - right: 0; -} -.piaofu_erweima img{ - width: 144px; - height: 144px; - margin-top: 50px; -} \ No newline at end of file diff --git a/manong_portal/src/main/webapp/WEB-INF/css/main.css b/manong_portal/src/main/webapp/WEB-INF/css/main.css new file mode 100644 index 0000000..6cdd56e --- /dev/null +++ b/manong_portal/src/main/webapp/WEB-INF/css/main.css @@ -0,0 +1,1410 @@ +/************************************iconfont******************************************/ +@font-face {font-family: 'iconfont'; + src:url(../font/iconfont.eot); /* IE9*/ + src: url(../font/iconfont.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */ + url(../font/iconfont.woff) format('woff'), /* chrome、firefox */ + url(../font/iconfont.ttf) format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ + url(../font/iconfont.svg#iconfont) format('svg'); /* iOS 4.1- */ +} +@font-face {font-family: 'iconfont1'; + src:url(../font/iconfont1.eot); /* IE9*/ + src: url(../font/iconfont1.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */ + url(../font/iconfont1.woff) format('woff'), /* chrome、firefox */ + url(../font/iconfont1.ttf) format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ + url(../font/iconfont1.svg#iconfont) format('svg'); /* iOS 4.1- */ +} +@font-face {font-family: 'iconfont2'; + src:url(../font/iconfont2.eot); /* IE9*/ + src: url(../font/iconfont2.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */ + url(../font/iconfont2.woff) format('woff'), /* chrome、firefox */ + url(../font/iconfont2.ttf) format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ + url(../font/iconfont2.svg#iconfont) format('svg'); /* iOS 4.1- */ +} +@font-face {font-family: 'iconfont3'; + src:url(../font/iconfont3.eot); /* IE9*/ + src: url(../font/iconfont3.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */ + url(../font/iconfont3.woff) format('woff'), /* chrome、firefox */ + url(../font/iconfont3.ttf) format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ + url(../font/iconfont3.svg#iconfont) format('svg'); /* iOS 4.1- */ +} + +.iconfont { + color:#333; + padding-top:5px; + line-height:35px; + padding-right:5px; + font-family:"iconfont" !important; + font-size:16px;font-style:normal; + -webkit-font-smoothing: antialiased; + -webkit-text-stroke-width: 0.2px; + -moz-osx-font-smoothing: grayscale;} +.iconfont1 { + color:#fff; + padding-top:5px; + line-height:35px; + padding-right:5px; + font-family:"iconfont1" !important; + font-size:16px;font-style:normal; + -webkit-font-smoothing: antialiased; + -webkit-text-stroke-width: 0.2px; + -moz-osx-font-smoothing: grayscale;} +.iconfont2 { + padding-top:5px; + line-height:45px; + padding-right:5px; + font-family:"iconfont2" !important; + font-size:16px;font-style:normal; + -webkit-font-smoothing: antialiased; + -webkit-text-stroke-width: 0.2px; + -moz-osx-font-smoothing: grayscale;} +.iconfont3 { + color:#C40000; + line-height:50px; + padding-left:20px; + font-family:"iconfont3" !important; + font-size:48px;font-style:normal; + -webkit-font-smoothing: antialiased; + -webkit-text-stroke-width: 0.2px; + -moz-osx-font-smoothing: grayscale;} + +/************************************公用样式******************************************/ +body{ + background-color:#F2F2F2; +} +.comWidth{ + width:1100px; + margin-left:auto; + margin-right:auto; +} +/************************************top样式******************************************/ +.topBar{ + height:35px; + width:auto; + line-height:35px; + border-bottom:1px solid #E5E5E5; + font-weight:bold; +} +.topBar a:hover{ + color:#C00; +} +.leftArea{ + background:url(../icon/start.png)center left no-repeat; + padding-left:24px; +} +/************************************logo样式******************************************/ +.logoBar{ + height:130px; + background-color:#FFF; +} + +/************************************搜索框和购物车样式******************************************/ +.search_box{ + width:450px; + border:#C40000 solid 1px; + margin-top:40px; + margin-left:80px; +} +.search_text{ + width:350px; + height:35px; + padding:0 5px; + height:16px; + line-height:16px; + padding:10px 5px 9px; +} +.search_button{ + width:90px; + height:35px; + line-height:35px; + font-size:16px; + font-family:"微软雅黑 Light"; + background-color:#C40000; + color:#FFF; + font-weight:bold; +} +.shopCar{ + width:160px; + height:35px; + margin-top:40px; + background-color:#C40000; + font:16px/35px "微软雅黑 Light";color:#FFF; +} +.shopText{ + + font-weight:bold; + height:100%; + width:100px; + line-height:35px; + border-right:#D20000 solid 1px; + background:url(../icon/shopping_cart.png) 8px center no-repeat; + text-indent:40px; +} +.shopNum{ + height:100%; + width:36px; + border-left:#D90000 solid 1px; + background:url(../icon/drop.png) 34px center no-repeat; + text-align:right; + padding-right:20px; + +} +/************************************导航样式******************************************/ +.navBox{ + height:35px; + background-color:#C40000; + font:16px/35px "微软雅黑 Light";color:#FFF; +} +.shopClass{ + width:180px; + height:100%; + position:relative; +} +.shopClass h3{ + background:url(../icon/list.png) 5px center no-repeat; + text-indent:24px; + font-size:16px; + padding-left:5px; + background-color:#EC0000; +} +.nav{ + width:920px; + position:relative; +} +.nav li{ + width:110px; + height:35px; + overflow:hidden; + float:left; + line-height:35px; +} +.nav li a{ + color:#FFF; + display:inline-block; + text-indent:25px; +} +#i0, #i1{ + text-indent:10px; + width:140px; +} +.cat{ + position:absolute; + top:-95px; + display:none; + padding-left:7px; +} +.nav li:hover,.nav li:active{ + background-color:#EC0000; + +} +.nav li:hover .cat,.nav li:active .cat{ + display:block; +} +/************************************商品弹出列表******************************************/ +.shopClass_show{ + background-color: #F2F2F2; + position: absolute; + left: 0px; + top: 35px; + width: 100%; + height:500px; +} +.shopClass_item1 dt>a{ + font-family:"微软雅黑 Light"; + font-size:14px; + color:#000; + padding-left:10px;} +.shopClass_item1 dt{ + line-height:31px; + height:31px; + } +/************************************右侧商品弹出列表******************************************/ + +.shopClass_list{ + background-color:#ccc; + position:absolute; + width:856px; + height:500px; + top:0px; + left:180px; + font:14px/25px "微软雅黑 Light";color:#000; + display:none; + +} +.shopClass_left{ + width:576px; + background-color:#fff; + padding:15px 30px; + height:470px; +} +.shopClass_right,.shopClass_buttom{ + width:200px; + margin:10px; + background-color:#fff; +} + +.shopClass_list dt{ + width:150px; + font-weight:bold; + line-height:25px; + padding:10px 0; + +} +.shopClass_list dd{ + line-height:25px; + padding-left:130px; + margin-top:-35px; + border-bottom:#CCC dotted 1px; + +} +.shopClass_list dd a{ + color:#000; + margin-right:8px; + +} +.shopClass_list dd a.red{color:#E54077} +/************************************弹出特效******************************************/ + +.shopClass_item1 dt:hover,.shopClass_item1 dt:active{ + background-color:#FFF; +} +.shopClass_item1 dt:hover dtdiv{ + height:100%; + float:left;} +.Help_Item h3{ + font:16px/25px "微软雅黑 Light";color:#000; + font-weight:bold; +} +.Help_Item p{ + font:16px/25px "微软雅黑 Light";color:#999; + font-weight:bold;} +/*******底部******/ +.Help_Bottom{ + width:100%; + padding-top:30px;} +.Help_Bottom ul li{ + width:220px; + float:left; + display:inline-block;} +.Help_Bottom ul li a{ + font:16px/25px "微软雅黑 Light";color:#333; + font-weight:bold;} +.Help_Bottom ul li ul li a{ + font:12px/20px "微软雅黑 Light";color:#999;} +/************************************页脚区******************************************/ +.Footer{ + background-color:#000; + } +.Footer_Box{ + max-width:1200px; + font:12px/20px "微软雅黑 Light";color:#999; + margin:0 auto; + height:190px; + padding-top:5px;} +.Footer_Box span{ + margin-right:70px; + height:20px;} +.Footer_Box p{ + height:20px;} +.Footer_Box a{ + margin:10px 4px; + height:20px; + font:12px/20px "微软雅黑 Light";color:#FFF;} +.Footer_Box a:hover{ + color:#FF6;} +.Footer_Box img{ + margin-right:10px; + margin-top:8px;} +/************************************产品分类页******************************************/ +.Products .Products_left{ + width:180px;} +.Products .Products_right{ + width:920px;} +.leftNav{ + background-color:#f3f3f3; + border:#D7D7D7 solid 1px;} +.nav_title { + height:34px; + font:14px/34px "微软雅黑 Light"; + border-bottom:#D7D7D7 solid 1px; + text-align:center;} +.vertical li{width:auto;float:none;padding-left:8px;} +.vertical .nav_title, +.vertical .nav_content h3{font-family:"微软雅黑 Light";font-size:14px;} +.nav_content{padding:0 18px 4px;margin-bottom:-1px;} +.nav_content_list{border-bottom:#D7D7D7 dotted 1px;} +.nav_content h3{ + font-size:12px; + line-height:30px; + width:100%} +.nav_content_list{line-height:25px;} +.nav_content_list li{width:50%;float:left;} +.nav_content_list li a:hover{color:#C40000;} +/************************************产品分类页右侧******************************************/ +.Products .banner_bar{float:none;} +.Products_show{ + width:920px; + background-color:#fff;} +.Products_title{ + width:920px; + height:34px; + border-bottom:#ccc solid 2px;} +.Products_title h3{ + width:180px; + border-bottom:#096DBA solid 2px; + height:34px; + line-height:34px; + text-index:9px;} +/*商品*/ +.Products_list{ + width:920px; + height:634px; +} +.Products_item{ + width:230px; + float:left; + height:300px;} +.item_img{ + height:200px; + text-align:center;} +.item_cont{padding:0 15px;} +.Products_item p{ + line-height:20px; + text-indent:4px;} +.Products_item a{color:#000;} +.Products_item a:hover{ + color:#C40000; + text-decoration:underline;} +.money{ + color:#C40000; + font-weight:bold; + font-size:14px; + padding-top:10px; + font-style:normal; + padding:0 3px;} +.Products_item span{ + top:5px; + width:20px; + height:20px; + background:url(../icon/S.png) left bottom no-repeat; + display:inline-block;margin-right:1px;} +/****加入购物车****/ +.addcar{ + border:#999 solid 1px; + height:30px; + line-height:30px; + display:inline-block; + padding:0 10px; + color:#C40000; +} +.addcar i{ + color:#C40000; + height:30px; + line-height:30px; + font-family:"iconfont1" !important; + padding-right:5px; + font-size:16px;font-style:normal; + -webkit-font-smoothing: antialiased; + -webkit-text-stroke-width: 0.2px; + -moz-osx-font-smoothing: grayscale;} + +/****筛选****/ +.select_bar{ + width:100%; + background-color:#FFF; + border:#ccc solid 2px;} +.select_option{ + width:100%; + height:45px; + border-bottom:#CCC dotted 1px;} +.select_option1{ + width:100%; + height:110px; + border-bottom:#CCC dotted 1px;} +.select_bar dt{ + text-indent:10px; + line-height:45px; + width:120px; + height:100%; + float:left; + background-color:#CCC;} +.limit{ + width:100px; + line-height:45px; + float:left; + height:100%; + text-align:center;} +.select_option1 dd li{ + float:left; + line-height:45px; + width:90px; + height:45px; + border:#ccc solid 1px; + background:none; + padding:2px; + text-align:center; + margin-top:3px;} +.select_option1 dd li a{ + display:none;} +.select_option dd li{ + float:left; + line-height:45px; + width:90px; + height:45px; + background:none; + padding:2px; + margin-top:3px;} +.select_option1 dd li:hover,.select_option1 dd li:active{ + border:#C00 solid 1px;} +.select_option1 dd li:hover a,.select_option1 dd li:active a,.select_option dd li:hover a,.select_option dd li:active a,.limit:hover a,.limit:active a{ + display:block; + color:#C00;} +.select_option1 dd li:hover img,.select_option1 dd li:active img{ + display:none;} +.select_more{ + border:#ccc solid 1px; + height:24px; + line-height:24px; + margin-top:10px; + float:left; + padding-right:11px; + padding-left:11px; + margin-right:10px; + background-color:#FFF; +} +.select_more a{ + background:url(../icon/down.png) right center no-repeat; + padding-right:18px; +} +/*****地址*****/ +.addInfo{ + width:920px; + margin-top:10px; + height:35px; + border:#CCC solid 1px; + background-color:#f5f5f5;} +.address span{ + float:left; + height:35px; + line-height:35px; + margin:0 10px;} +.address div{ + margin-top:5px;} +.dw{position:relative; + z-index:4;} +.select_show{ + position:absolute; + left:-1px; + top:22px; + background-color:#FFF; + border:#CCC solid 1px; + width:100%; + display:none;} +.select_show li{padding-left:10px;color:#666;} +.select_more:hover .select_show,.select_more:active .select_show{display:block;} +.addInfo span{ + height:35px; + line-height:35px; + margin:0 10px; + padding-right:10px;} +.shop_num{color:#666;} +.check input, +.check label{vertical-align:middle;} +.check{padding-right:80px;} +/****筛选产品列表****/ +.screening_list .Products_item{ + width:33.3%;} +.screening_list{ + background-color:#FFF; + height:auto; + width:100%;} +.screening_list .Products_item .item_cont{padding:0 30px;} +/*****页码*****/ +.page{ + margin-top:5px; + text-align:center; + z-index:2;} +.page a{height:24px; + display:inline-block; + line-height:24px; + color:#666; + border:#ccc solid 1px; + padding:0 12px; + margin:0 2px;} +.page .hl{ + display:inline-block; + padding:0 12px; + margin:0 2px;} +.page .morePage{ + padding-left:14px; + display:inline-block; + height:24px; + line-height:24px;} +.page .numPage{ + width:29px; + padding:0 3px; + border:#ccc solid 1px; + height:24px; + line-height:24px; + text-align:center; + background-color:#FFF;} +.btnPage{width:44px; + line-height:24px; + text-align:center; + background-color:#e8e8e8; + border:#ccc solid 1px; + padding-left:4px;} +.ye{padding:0 8px 0 6px;} +.page a, +.page span, +.page input{vertical-align:middle;position:relative;} +/*****商品定位**************************************************/ +.Pro_position{font-size:0; + font-family:Verdana, Geneva, sans-serif; + margin-top:25px; + margin-bottom:15px;} +.Pro_position a,span{font-size:13px;font-style:normal;} +.Pro_position a:hover{color:#C00;text-decoration:underline;} + +/*****商品介绍**************************************************/ +.Pro_main{width:auto;} +.Pro_header{height:650px; font-family:Verdana, Geneva, sans-serif;border:#CCC solid 1px; +background-color:#FFF;} +.Pro_description .Pro_left{ + width:400px; + height:600px; + padding:25px;} +.Pro_description .Pro_middle{ + + width:420px; + padding:25px 25px 25px 0;} + +.Pro_description .Pro_right{ + border-left:#CCC solid 1px; + margin-top:35px; + width:200px; + text-align:center;} +.Pro_left_bigimg{ + height:400px; + width:400px; + background-color:#00F; + text-align:center; + margin-top:15px;} +.Pro_left_smallimg{ + width:400px;} +.Pro_left_smallimg li{ + float:left; + height:60px; + width:60px; + text-align:center; + background-color:#0F9; + margin:20px 20px;} +.Pro_left_smallimg li img{ + border:#CCC solid 1px;} +.Pro_left_smallimg li img:hover,.Pro_left_smallimg li img:active{ + border:#C00 solid 1px;} +.Pro_tips .share{ + background:url(../icon/share.png) left center no-repeat; + padding-left:20px;} +.Pro_tips .collect{ + background:url(../icon/collect.png) left center no-repeat; + padding-left:20px;} + + /******中间栏*****/ +.des_content h3{ + font: bold 16px/22px "微软雅黑"; + margin-bottom:20px;} +.des_content{height:600px;} +.des_content .dl{ + width:400px; + height:100px; + padding:20px 0 10px 0; + color:#666; + font-size:12px; + line-height:30px; + } +.des_content .dl .dt{ + height:30px; + padding-left:10px; + width:65px; + float:left; + font-weight:bold;} +.des_content .dl .dt img{ + margin:7px 0;} +.des_content .dl .dd{ + height:30px; + padding-left:10px; + width:315px; + float:left;} +#Pro_money{ + font-size:24px; + color:#C00; + font-weight:bold;} +#Pro_price{ + font-size:14px; + text-decoration:line-through;} +.des_content .dl .dd .address{width:100%;margin-left:-10px} +.Pro_middle span{ + display:inline-block; + height:30px; + line-height:30px;} +.des_content .dl .dd .address .select_more{ + height:24px; + line-height:24px; + margin:3px 10px 3px 0px;} +.des_content .dl .dd .select_more1{ + border:#ccc solid 1px; + height:24px; + line-height:24px; + margin:3px 10px 3px 0px; + float:left; + padding: 0 10px; + background-color:#FFF;} +.des_content .dl .dd .select_more1:hover,.des_content .dl .dd .select_more1:active{ + border:#C00 solid 2px; + color:#C00;} + /***数量***/ +.select_number{ + width:180px; + font-size:14px; + font-weight:bold; + height:28px;} +.reduction,.plus{ + height:28px; + line-height:28px; + text-align:center; + width:15px; + background-color:#f5f5f5; + border:#ccc solid 1px;} +.select_input{ + height:28px; + border-top:#ccc solid 1px; + border-bottom:#ccc solid 1px; + width:50px; + background-color:#fff;} +.select_input input{ + text-align:center; + width:50px; + height:28px; + line-height:28px\9;} +.kucun{ + line-height:30px; + height:30px; + display:inline-block; + padding-left:5px;} +.kucun em{ + font-weight:bold; + color:#C00; + font-style:normal; + padding:0 2px;} +/***右侧图片***/ +.Pro_right .look{ + width:100%; + height:30px; + font:12px/30px "微软雅黑 Light"; + color:#999;} +.Pro_right .look_pic li{ + margin-bottom:20px;} +.up_down{ + width:100%;} +.up_down a{ + float:left; + margin:0 0 10px 50px;} +/*****加入购物车******/ +.Pro_shopcar{width:420px;height:40px;margin-top:20px;} +.Pro_shopcar a{ + font: bold 16px/40px "微软雅黑 Light"; + width:180px; + height:40px; + border:1px solid #C40000; + display:inline-block; + text-align:center;} +.now_buy{ + color:#C40000; + background-color:#FFEDED; + margin-right:10px;} +.add_shopcar{ + color:#fff; + background-color:#C40000;} +.add_shopcar .iconfont1{ + font-size:16px; + color:#fff; + line-height:40px;} +.Pro_tips{ + height:18px; + width:420px; + margin-top:20px;} +.Pro_tips span{ + height:18px; + line-height:18px; + text-align:center; + margin-right:20px; + color:#666; + font-family:"微软雅黑 Light";} +.Pro_tips .tui{ + background:url(../icon/tui.png) left center no-repeat; + padding-left:20px;} +/*****商品主体**************************************************/ +.Pro_body{ + margin-top:15px; + height:7350px;} +.Pro_body_left{ + width:190px; + border:#ccc solid 1px; + background:url(../icon/left_bg.png) left top repeat; + height:1630px; +} +.Pro_body_right{ + width:885px; + border:#ccc solid 1px; + background-color:#FFF; + height:7350px;} +/*****商品主体左侧栏目**************************************************/ +.Pro_body_left div,h3{ + width:100%; + text-align:center; + font-family:"微软雅黑 Light";} +.body_title{ + height:50px; + font-weight:bold; + line-height:50px; + font-size:14px; + border-bottom:#ccc solid 1px;} +.body_band{ + height:140px; + margin-bottom:10px; + background-color:#FFF; + border-bottom:#ccc solid 1px;} +.body_band h3{ + background:url(../icon/666.png) 50px center no-repeat; + padding-left:10px; + height:35px; + color:#666; + line-height:35px;} +.body_band .comment{ + height:14px; + color:#666; + padding-top:9px;} +.body_band .score{ + height:25px; + color:#1F7400; + font-weight:bold;} +.body_band .comment span,.body_band .score span{margin-right:5px;} +.go_or_share{margin-top:18px;} +.go_shop,.share_shop{ + padding:5px 12px; + border:#333 solid 1px; + margin:0px 6px 0 6px;} +.go_shop{ + background-color:#333; + color:#FFF;} +.share_shop{ + background-color:#F5F5F5; + color:#333;} +/*****商品主体右侧栏目**************************************************/ +.body_right_title{ + height:50px; + width:100%; + border:#ccc solid 1px; + background:url(../icon/left_bg.png) left top repeat;} +.body_right_title .title_show{ + width:135px; + text-align:center; + font:bold 14px/50px "微软雅黑 Light";} +.body_right_title .title_show span{ + color:#C40000;} +.body_right_title .title_show:active,.body_right_title .title_show:hover{ + border-top:#C40000 solid 3px; + background-color:#FFF; + color:#c40000; + border-right:#Ccc solid 1px; + border-left:#Ccc solid 1px; + height:47px;} +/***商品评价*****/ +.body_right_setion{ + padding:20px; + height:150px;} +.body_right_setion li{ + height:25px; + width:225px; + font:"微软雅黑 Light" 14px/25px; + color:#333; + float:left; + margin-left:30px;} +/***商品广告***/ +.body_right_ad{ + margin-left:30px; + font:14px/35px "微软雅黑 Light";} +/***九宫格***/ +.body_right_text{ + width:750px; + margin:30px 0 30px 30px; + font:14px/35px "微软雅黑 Light"; + text-align:center;} +.black_bar{ + margin-top:20px; + background-color:#000; + color:#FFF; + font-weight:bold; + font:14px/35px "微软雅黑 Light";} +.body_right_ad span{ + float:left; + width:auto; + padding-left:140px; + font:14px/35px "微软雅黑 Light";} +.body_right_ad table{ + width:675px; + height:186px; + text-align:center;} +.body_right_ad th{ + height:30px; + background-color:#000; + color:#FFF;} +.body_right_ad td{ + border-bottom:1px #CCC solid; + height:35px;} +/*****商品主体评价页面切换**************************************************/ +.title_show_introduce{display:none;} +.title_show:hover .title_show_introduce,.title_show:active .title_show_introduce,{display:block;} +/*****商品主体评价页面**************************************************/ +.total_comment{ + width:100%; + height:130px; + border:1px #ccc solid;} +.total_score{ + background-color:#FFF; + height:85px; + border-bottom:1px #ccc solid;} +.total_option{ + height:44px; + background:url(../icon/left_bg.png) left top repeat;} +/***分数左边边框***/ +.total_score_left{ + height:100%; + width:120px; + border-right:1px #ccc dotted; + text-align:center;} +._fit{ + margin-top:10px; + font:"微软雅黑 Light" 12px; + color:#333;} +._score{ + font-size:32px; + font-weight:bold; + color:#F60; + font-family:Arial, Helvetica, sans-serif} +._5star{ + margin-left:27px; + width:55.5%; + height:20px; + background:url(../icon/yellowstar.png) center center repeat;} +/***分数右边框***/ +.total_score-right{ + color:#666; + font-size:12px; + text-align:center; + padding-top:30px;} +.score_speed1 span,.score_speed2 span{ + width:20%; + height:100%; + float:left;} +.score_speed1{ + height:16px; + width:450px; + background-color:#FFAE6F; + margin-right:200px; + overflow:hidden;} +.score_speed2{ + height:16px; + width:450px; + margin-right:185px; + overflow:hidden;} +.score_num{ + position:absolute; + height:25px; + width:30px; + margin-left:390px; + margin-top:-25px; + background:url(../icon/5.png) center center no-repeat;} +/***实际评价选框***/ +.arrow,.have_content{ + height:100%; + padding-top:15px; + padding-left:10px;} +.arrow i,.have_content i{ + color:#666; + font-size:12px; + font-style:normal;} +.arrow input,i{vertical-align:middle;} +.have_content input,i{vertical-align:middle;} +.have_content{ + margin-left:542px;} +.total_option .select_more{ + background-color:#f5f5f5;} +/****详细地评价***/ +.tetail_comment_item{ + width:875px; + margin:0 auto; + height:70px; + border-bottom:#CCC solid 1px; + font-family:"微软雅黑"; + font-size:12px; + color:#505050; + font-style:normal;} +.tetail_comment_left{ + height:100%; + width:520px; + margin-left:10px; + margin-top:10px;} +.tetail_comment_right{ + height:100%; + width:170px; + margin-top:10px;} +.tetail_comment_user{ + height:100%; + width:140px; + margin-top:10px;} +.comment_content{ + width:100%; + height:20px; + line-height:20px; +} +.comment_content i{ + font-style:normal; + color:#999;} +.tetail_comment .page{ + width:100%; + float:left; + margin-top:20px;} +.comment_ad{ + margin-top:15px; + margin-left:20px;} +.comment_safe{ + margin-top:15px; + margin-left:30px; + width:730px; + height:170px; + padding:10px; + border:1px solid #FFCC7F; + background-color:#FFFFE5; + font-family:"微软雅黑"; + font-size:12px; + line-height:20px;} +.safe_top{ + height:69px; + width:100%; + border-bottom:1px solid #FFCC7F;} +.safe_bottom{ + padding-top:8px; + height:92px; + width:100%; } +.safe_title{ + width:80px; + height:100%; + font-weight:bold;} +.safe_content{ + width:640px; + height:100%;} +.safe_content i{ + height:20px; + width:100px; + padding-left:20px; + padding-right:10px; + font-style:normal; + color:#999;} +.safe_content a{ + color:#00F;} +.safe_content .UC{ + background:url(../icon/uc_browser.png) center left no-repeat;} +.safe_content .slo{ + background:url(../icon/360w.png) center left no-repeat;} +.safe_content .J3{ + background:url(../icon/jinshan.png) center left no-repeat;} +/***购物车页面***********************************************************************/ +.Shopping_Car{ + background-color:#fff; + margin-top:20px;} +.shoppingcar_title{ + height:50px; + width:100%;} +.shoppingcar_titleleft{ + height:99%; + width:408px;} +.shoppingcar_titleright{ + height:98%; + width:692px; + border-bottom:2px solid #ccc} +.shoppingcar_titleleft li{ + width:136px; + float:left; + border-bottom:2px solid #ccc;} +.shoppingcar_titleleft li:hover{ + color:#C00; + border-bottom:2px solid #C00;} +.shoppingcar_titleleft li div{ + text-align:center; + font:bold 16px/25px "微软雅黑"; + height:25px; + margin:12px 0; + border-right:1px solid #ccc;} +.Carnum{ + font:bold 16px/25px "微软雅黑"; + font-style:normal; + color:#C00; + padding-left:5px;} +.shoppingcar_titleright span{ + height:100%; + line-height:50px; + margin-left:450px;} +.shoppingcar_titleright span, i{ + vertical-align:middle;} +.shoppingcar_titleright button{ + float:right; + height:25px; + width:50px; + line-height:20px; + margin-top:12px; + text-align:center; + margin-right:10px;} +.shoppingcar_sum{ + width:100%; + height:50px;} +.shoppingcar_sum span,li{ + display:inline-block; + float:left; + width:135px; + height:100%; + line-height:50px;} +/****点名*****/ +.shop_box{ + margin-top:20px;} +.shop_name{ + width:1100px; + height:25px;} +.shop_name i{ + font-style:normal; + padding:0 5px;} +.shop_name img{ + padding-left:4px;} +.shop_name input,i,img{ + vertical-align:middle;} +/****商品内容*****/ +.shop_product{ + background-color:#FCFCFC; + width:1060px; + height:80px; + border:1px solid #ccc; + margin-top:10px; + padding:20px; + position:relative;} +.shop_product img{ + margin-left:10px;} +.shoppro_des{ + height:80px; + width:180px; + margin-left:15px;} +.bh:hover{ + color:#F00; + text-decoration:underline;} +.shoppro_des img{ + margin-top:30px;} +.shoppro_size{ + position:absolute; + top:0px; + left:350px; + height:100px; + width:160px; + color:#9C9C9C; + padding-top:20px; + padding-left:20px;} +.shoppro_size:hover{ + color:#F00; + border:1px dotted #F00;} +.shoppro_price{ + height:100%; + width:136px;} +.cx{ + text-align:center; + padding-top:5px; + height:25px; + width:90px; + color:#f00; + background-color:#FFF0E7; + border:1px dotted #f00; + border-radius:3px;} +.cx img{ + margin:2px 7px 9px ;} +.cx_tc{ + height:40px; + width:120px; + border:1px solid #9C9C9C; + color:#9C9C9C; + background-color:#fff; + display:none; + text-align:center; + border-radius:3px; + line-height:20px;} +.cx:hover .cx_tc{ + display:block;} +.cx:hover img{ + -webkit-transform: rotate(180deg); + transform: rotate(180deg);} +.Carnum1{ + font:16px/25px "微软雅黑"; + color:#9C9C9C; + text-decoration:line-through; + padding-left:5px;} +.Carnum2{ + font:bold 16px/25px "微软雅黑"; + color:#000; + padding-left:5px;} +/***结算*****/ +.shoppingcar_acc{ + height:50px; + background-color:#E5E5E5;} +.shoppingcar_accleft li, input{ + height:50px; + line-height:50px; + display:inline-block;} +.shoppingcar_accleft li:hover{ + color:#c00; + text-decoration:underline;} +.shoppingcar_accright span,button{ + height:50px; + line-height:50px; + float:left;} +.shoppingcar_accright button{ + padding:0 20px;} +.Carnum3{ + font:bold 16px/50px "微软雅黑"; + font-style:normal; + color:#C00; + padding:0 5px;} +.Carnum4{ + font:bold 24px/50px "微软雅黑"; + font-style:normal; + color:#C00; + padding:0 5px;} +/*****登录页面**********************************************************************************/ +.toplogal{ + background-color:#FFF; + height:30px; + padding:30px 0; + font-family:"微软雅黑";} +.loginArea{ + background-color:#E8E8E8; + margin-bottom:-60px;} +.loginArea .comWidth{ + background:url(../icon/TB.jpg) center center no-repeat; + height:600px; + position:relative;} +.login_box{ + height:400px; + width:350px; + background-color:#FFF; + top:80px; + right:65px; + position:absolute;} +.login{ + width:290px; + margin:45px 30px 0 30px;} +.login span{ + font:bold 18px/1 "微软雅黑 Light";} +.login input{ + width:245px; + float:left; + margin-top:20px; + height:42px; + border:1px solid #CBCBCB; + font:bold 18px/42px "微软雅黑 Light"; + color:#CBCBCB;} +.login_name{ + background:url(../icon/login1.png) left center no-repeat; + padding-left:45px;} +.login_password{ + background:url(../icon/login2.png) left center no-repeat; + padding-left:45px;} +.login button{ + width:100%; + float:left; + margin-top:20px; + height:45px; + background-color:#AF0000; + font:bold 18px/45px "微软雅黑 Light"; + color:#fff;} +.question{ + margin-top:20px;} +.question span{ + font:12px/1 "微软雅黑 Light"; + margin-left:10px;} +.question span a:hover{ + color:#AF0000;} + + + \ No newline at end of file diff --git a/manong_portal/src/main/webapp/WEB-INF/css/public.css b/manong_portal/src/main/webapp/WEB-INF/css/public.css deleted file mode 100644 index 08e5532..0000000 --- a/manong_portal/src/main/webapp/WEB-INF/css/public.css +++ /dev/null @@ -1,10 +0,0 @@ -*{ - margin:0; - /* body -8px */ - text-decoration: none;/*a */ - /* 字体回复默认值 */ - font-style: normal; - padding: 0;/* 标题 */ - list-style: none;/* body -8px */ - -} \ No newline at end of file diff --git a/manong_portal/src/main/webapp/WEB-INF/css/reset.css b/manong_portal/src/main/webapp/WEB-INF/css/reset.css new file mode 100644 index 0000000..13a17df --- /dev/null +++ b/manong_portal/src/main/webapp/WEB-INF/css/reset.css @@ -0,0 +1,44 @@ +@charset "utf-8"; +/************************************重置样式******************************************/ +body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input{margin:0;padding:0;} +body{font-size:11px;} +img{border:none;} +li{list-style:none;} +input,select,textarea{outline:none;border:none;background:none;} +textarea{resize:none;} +a{text-decoration:none; color:#666;} + +.clearfix:after{content:"";display:block;clear:both;} +.clearfix{zoom:1;} +.fl{float:left;} +.fr{float:right;} +.hide{display:none;} +.show{display:block;} +/*****************************/ +.pink{color:#EA5F8D;} +.BGpink{background-color:#EA5F8D;} +.BDpink{border-left:5px solid #EA5F8D;} +.green{color:#64C333;} +.BGgreen{background-color:#64C333;} +.BDgreen{border-left:5px solid #64C333;} +.blue{color:#0AA6E8;} +.BGblue{background-color:#0AA6E8;} +.BDblue{border-left:5px solid #0AA6E8;} +.yellow{color:#F7A945;} +.BGyellow{background-color:#F7A945;} +.BDyellow{border-left:5px solid #F7A945;} +.purple{color:#F13653;} +.BGpurple{background-color:#F13653;} +.BDpurple{border-left:5px solid #F13653;} +/***************************************/ +.RightBorder{border-right:1px solid #999;} +.hr_7{height:7px;overfiow:hidden;} +.greyground{background-color:#f5f5f5;}/**背景灰色***/ +.mar10{margin:10px 0;}/**间距10**/ +.under_line{border-bottom:1px #ccc dotted;padding-bottom:5px;} +.750wid{width:750px;} +.greycolor{color:#999;} +.sj{margin-left:20px;} + + + diff --git a/manong_portal/src/main/webapp/WEB-INF/css/toTop.css b/manong_portal/src/main/webapp/WEB-INF/css/toTop.css new file mode 100644 index 0000000..e271cb4 --- /dev/null +++ b/manong_portal/src/main/webapp/WEB-INF/css/toTop.css @@ -0,0 +1,13 @@ + +#toTop { + width:40px; + height:40px; + position:fixed; + display:none; + right:65px; + bottom:10px; + /*display:none; */ + background:url(../js/top_bg.png) no-repeat left top;} +#toTop:hover { + background:url(../js/top_bg.png) no-repeat 0 -39px;} + diff --git a/manong_portal/src/main/webapp/WEB-INF/ftl/Product.ftl b/manong_portal/src/main/webapp/WEB-INF/ftl/Product.ftl new file mode 100644 index 0000000..1322191 --- /dev/null +++ b/manong_portal/src/main/webapp/WEB-INF/ftl/Product.ftl @@ -0,0 +1,236 @@ + + + + +码农首页 + + + + + + + + + +
+
+ +
喵!欢迎来到码农商城! [登录][免费注册]
+
+
+ +
+
+ + +
+
购物车
+
0
+
+
+
+ + + +
+
+
+ +
+
+
+ +
+

数码影像

+
+ <#list products as product> +
+
+
+

${product.name}

+

¥${product.price}

+
+
+ +
+
+
+
+ + + + + + + + + diff --git a/manong_portal/src/main/webapp/WEB-INF/ftl/Select.html b/manong_portal/src/main/webapp/WEB-INF/ftl/Select.html new file mode 100644 index 0000000..c24b330 --- /dev/null +++ b/manong_portal/src/main/webapp/WEB-INF/ftl/Select.html @@ -0,0 +1,458 @@ + + + + +产品筛选页 + + + + + + + + + + + + + +
+
+ +
喵!欢迎来到日喵商城! [登录][免费注册]
+
+
+ +
+
+ + +
+
购物车
+
0
+
+
+
+ + + +
+
+
+ + +
+
+
+
+
+
品牌
+
不限
+
+ +
+
+
+
屏幕
+
不限
+
+ +
+
+
+
操作系统
+
不限
+
+ +
+
+
+
适用网络制式
+
不限
+
+ +
+
+
+
更多选项
+
不限
+
+ + +
+
+
+
+
+ 送至 +
+ 海淀区五环内 +
    +
  • 金陵城内
  • +
  • 瑶池内
  • +
  • 冥王地狱内
  • +
  • 猪窝里
  • +
+
+
+ + 共18256件商品 + + + + +
+
+
+ + + + + + + + + + + + + + + +
+
+
+ 上一页 + 1 + 2 + 3 + 4 + 5 + 6 + ... + 200 + 下一页 + 共200页,到第 +
+ +
+
+ + + + + + diff --git a/manong_portal/src/main/webapp/WEB-INF/ftl/comment.html b/manong_portal/src/main/webapp/WEB-INF/ftl/comment.html new file mode 100644 index 0000000..b93faa8 --- /dev/null +++ b/manong_portal/src/main/webapp/WEB-INF/ftl/comment.html @@ -0,0 +1,676 @@ + + + + +产品详细页 + + + + + + + + + + + + + + + + +
+
+ +
喵!欢迎来到日喵商城! [登录][免费注册]
+
+
+ +
+
+ + +
+
购物车
+
0
+
+
+
+ + + +
+
+ 首页 +  >  + 女装/内衣 +  >  + 连衣裙 +  >  + Mimius +
+
+
+
+
商品展示大图
+
    +
  • 商品展示图
  • +
  • 商品展示图
  • +
  • 商品展示图
  • +
  • 商品展示图
  • +
+
+ + 收藏商品(1024人气) +
+
+
+
+

mimius2016冬季新款毛呢拼接大衣中长款外套M6359

+
+
+
全天猫实物商品通用
+
价格
+
¥476.00
+
促销价
+
¥227.06
+
+
+
运费
+
+
+ 浙江杭州送至 +
+ 北京海淀区 +
    +
  • 江苏徐州
  • +
  • 浙江宁波
  • +
  • 上海徐汇区
  • +
  • 河北邢台
  • +
+
+ 快递:0.00 +
+
+
颜色分类
+
+
+ 白色 +
+
+ 灰色 +
+
+ 酒红色 +
+
+
尺码
+
+
+ S码 +
+
+ M码 +
+
+ L码 +
+
+
数量
+
+
+
- +
+
+ +
+
+ +
+ 库存100 +
+
+
+ + +
+ 服务承诺 + 正品保障 + 极速退款 + 七天无理由退换 +
+
+
+
+
··················看了又看··················
+
+
    +
  • +
  • +
  • + +
+
+
+ + +
+
+
+
+
+
mimius旗舰店
+
+

天猫6年店

+
+ 描述 + 服务 + 物流 +
+
+ 4.8↓ + 4.7↑ + 4.6↓ +
+ +
+
+ + + +
+
+
+
+
商品详情
+
累计评价468
+
+
+
+
+
+
与描述相符
+
4.9
+
+
+
+
+
12345
+
非常不满不满意一般满意非常满意
+
+
+
+
+ 全部 + 追评(45) + 图片(9) +
+
+ 有内容 +
+
+ 按默认 +
    +
  • 按默认
  • +
  • 按时间
  • +
+
+
+
+
+
+
+
色差非常非常大?都像紫色了,淡紫色,差太远了。不过还好质量是可以的,勉强好评吧
+
2016.05.18
+
+
+
颜色分类:灰色
+
尺码:M
+
+
+
妖***丢(匿名)
+
+
+
+
+
+
衣服收到了。 质量很好。 款型也蛮不错的。 很成功的一次购物。
+
2016.05.18
+
+
+
颜色分类:灰色
+
尺码:M
+
+
+
妖***丢(匿名)
+
+
+
+
+
+
衣服不错,质量很好,好评。
+
2016.05.18
+
+
+
颜色分类:灰色
+
尺码:M
+
+
+
妖***丢(匿名)
+
+
+
+
+
+
很好
+
2016.05.18
+
+
+
颜色分类:灰色
+
尺码:M
+
+
+
妖***丢(匿名)
+
+
+
+
+
+
款式是挺特别的,就是买大了,穿的很宽松,身高169,体重50
+
2016.05.18
+
+
+
颜色分类:灰色
+
尺码:M
+
+
+
妖***丢(匿名)
+
+
+
+
+
+
很好
+
2016.05.18
+
+
+
颜色分类:灰色
+
尺码:M
+
+
+
妖***丢(匿名)
+
+
+
+
+
+
老板人挺好的,态度比较好,主要是发货速度快!
+
2016.05.18
+
+
+
颜色分类:灰色
+
尺码:M
+
+
+
妖***丢(匿名)
+
+
+
+
+
+
喜欢!还没试。等凉快点就可以穿了现在太热
+
2016.05.18
+
+
+
颜色分类:灰色
+
尺码:M
+
+
+
妖***丢(匿名)
+
+
+
+
+
+
还好吧,色差挺严重没有图片的亮
+
2016.05.18
+
+
+
颜色分类:灰色
+
尺码:M
+
+
+
妖***丢(匿名)
+
+
+
+
+
+
色差非常非常大?都像紫色了,淡紫色,差太远了。不过还好质量是可以的,勉强好评吧
+
2016.05.18
+
+
+
颜色分类:灰色
+
尺码:M
+
+
+
妖***丢(匿名)
+
+
+
+
+
+
衣服收到了。 质量很好。 款型也蛮不错的。 很成功的一次购物。
+
2016.05.18
+
+
+
颜色分类:灰色
+
尺码:M
+
+
+
妖***丢(匿名)
+
+
+
+
+
+
衣服不错,质量很好,好评。
+
2016.05.18
+
+
+
颜色分类:灰色
+
尺码:M
+
+
+
妖***丢(匿名)
+
+
+
+
+ 上一页 + 1 + 2 + 3 + 4 + ... + 10 + 下一页 + 共10页,到第 +
+
+
+ +
+
+
+
安全提示:
+
+ 请勿随意接收任何来源不明的文件,请勿随意点击任何来源不明的链接。涉及资金往来的事项请务必仔细核对资金往来信息。 +推荐安全软件:UC浏览器360网盾金山卫士淘宝网安全中心>> +
+
+
+
内容声明:
+
+ 天猫为第三方交易平台及互联网信息服务提供者,天猫(含网站、客户端等)所展示的商品/服务的标题、价格、详情等信息内容系由店铺经营者发布,其真实性、准确性和合法性均由店铺经营者负责。天猫提醒用户购买商品/服务前注意谨慎核实。如用户对商品/服务的标题、价格、详情等任何信息有任何疑问的,请在购买前通过阿里旺旺与店铺经营者沟通确认;天猫存在海量店铺,如用户发现店铺内有任何违法/侵权信息,请立即向天猫举报并提供有效线索。 +
+
+ + +
+
+
+
+
    +
  • 品牌: Mimius
  • +
  • 货号: M6359
  • +
  • 服装版型: 直筒
  • +
  • 风格: 甜美
  • +
  • 衣长: 中长款
  • +
  • 袖长: 长袖
  • +
  • 领子: 西装
  • +
  • 领袖型: 常规
  • +
  • 衣门襟: 系带
  • +
  • 图案: 纯色
  • +
  • 流行元素/工艺: 系带面料
  • +
  • 材质: 其他面料
  • +
  • 主材质含量: 31%(含)-50%(含)
  • +
  • 里料图案: 纯色
  • +
  • 适用年龄: 18-24周岁
  • +
  • 上市年份季节: 2016年冬季
  • +
  • 颜色分类: 灰色 黑色 酒红色
  • +
  • 尺码: S/11.24陆续发货 M/11.24
  • +
+
+
+ + +
+
+ + + + + + + + + +
+
+ + +
+
+

这件呢子大衣拼接下摆百褶裙的设计超级特别,很惊艳
+ 走起路来都带风非常有女人味,
+ 三个色都想自留,五十毛的呢料保暖性非常好,
+ 而且克重也非常高,并不会觉得单薄,是一件非常精致的毛呢大衣,
+ 两百多买到这样一件大衣会让你根本无法相信,做了三个颜色,
+ 让大家更有选择的空间,千万不要错失一件这么千载难逢的好衣服哦

+
@lovemimius/甜美小轻奢
+
+
+ + Materials/面料:毛呢 + Color/颜色:酒红色 灰色 黑色 +
+
+ +

测量单位:厘米。手工测量3-5厘米误差属于正常现象不属于退款理由!

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
尺码衣长胸围肩宽袖长
S89943655
M90983756
L911023857
+ + + + + +
+
+
+
+
+ + + + + + diff --git a/manong_portal/src/main/webapp/WEB-INF/ftl/detail.html b/manong_portal/src/main/webapp/WEB-INF/ftl/detail.html new file mode 100644 index 0000000..303a0de --- /dev/null +++ b/manong_portal/src/main/webapp/WEB-INF/ftl/detail.html @@ -0,0 +1,441 @@ + + + + +产品详细页 + + + + + + + + + + + + + + + +
+
+ +
喵!欢迎来到日喵商城! [登录][免费注册]
+
+
+ +
+
+ + +
+
购物车
+
0
+
+
+
+ + + +
+
+ 首页 +  >  + 女装/内衣 +  >  + 连衣裙 +  >  + Mimius +
+
+
+
+
商品展示大图
+
    +
  • 商品展示图
  • +
  • 商品展示图
  • +
  • 商品展示图
  • +
  • 商品展示图
  • +
+
+ + 收藏商品(1024人气) +
+
+
+
+

mimius2016冬季新款毛呢拼接大衣中长款外套M6359

+
+
+
全天猫实物商品通用
+
价格
+
¥476.00
+
促销价
+
¥227.06
+
+
+
运费
+
+
+ 浙江杭州送至 +
+ 北京海淀区 +
    +
  • 江苏徐州
  • +
  • 浙江宁波
  • +
  • 上海徐汇区
  • +
  • 河北邢台
  • +
+
+ 快递:0.00 +
+
+
颜色分类
+
+
+ 白色 +
+
+ 灰色 +
+
+ 酒红色 +
+
+
尺码
+
+
+ S码 +
+
+ M码 +
+
+ L码 +
+
+
数量
+
+
+
- +
+
+ +
+
+ +
+ 库存100 +
+
+
+ + +
+ 服务承诺 + 正品保障 + 极速退款 + 七天无理由退换 +
+
+
+
+
··················看了又看··················
+
+
    +
  • +
  • +
  • + +
+
+
+ + +
+
+
+
+
+
mimius旗舰店
+
+

天猫6年店

+
+ 描述 + 服务 + 物流 +
+
+ 4.8↓ + 4.7↑ + 4.6↓ +
+ +
+
+ + + +
+
+
+
+
商品详情
+
累计评价468
+
+
+
    +
  • 品牌: Mimius
  • +
  • 货号: M6359
  • +
  • 服装版型: 直筒
  • +
  • 风格: 甜美
  • +
  • 衣长: 中长款
  • +
  • 袖长: 长袖
  • +
  • 领子: 西装
  • +
  • 领袖型: 常规
  • +
  • 衣门襟: 系带
  • +
  • 图案: 纯色
  • +
  • 流行元素/工艺: 系带面料
  • +
  • 材质: 其他面料
  • +
  • 主材质含量: 31%(含)-50%(含)
  • +
  • 里料图案: 纯色
  • +
  • 适用年龄: 18-24周岁
  • +
  • 上市年份季节: 2016年冬季
  • +
  • 颜色分类: 灰色 黑色 酒红色
  • +
  • 尺码: S/11.24陆续发货 M/11.24
  • +
+
+
+ + +
+
+ + + + + + + + + +
+
+ + +
+
+

这件呢子大衣拼接下摆百褶裙的设计超级特别,很惊艳
+ 走起路来都带风非常有女人味,
+ 三个色都想自留,五十毛的呢料保暖性非常好,
+ 而且克重也非常高,并不会觉得单薄,是一件非常精致的毛呢大衣,
+ 两百多买到这样一件大衣会让你根本无法相信,做了三个颜色,
+ 让大家更有选择的空间,千万不要错失一件这么千载难逢的好衣服哦

+
@lovemimius/甜美小轻奢
+ +
+
+ + Materials/面料:毛呢 + Color/颜色:酒红色 灰色 黑色 +
+
+ +

测量单位:厘米。手工测量3-5厘米误差属于正常现象不属于退款理由!

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
尺码衣长胸围肩宽袖长
S89943655
M90983756
L911023857
+ + + + + +
+
+
+
+
+ + + + + + diff --git a/manong_portal/src/main/webapp/WEB-INF/ftl/hello.ftl b/manong_portal/src/main/webapp/WEB-INF/ftl/hello.ftl deleted file mode 100644 index d01dff9..0000000 --- a/manong_portal/src/main/webapp/WEB-INF/ftl/hello.ftl +++ /dev/null @@ -1,5 +0,0 @@ -

hello ${name}

- -<#list ["aaa","bbbb","ccc"] as x> - ${x} - \ No newline at end of file diff --git a/manong_portal/src/main/webapp/WEB-INF/ftl/index.ftl b/manong_portal/src/main/webapp/WEB-INF/ftl/index.ftl index 04168ab..547c387 100644 --- a/manong_portal/src/main/webapp/WEB-INF/ftl/index.ftl +++ b/manong_portal/src/main/webapp/WEB-INF/ftl/index.ftl @@ -1,2357 +1,556 @@ - - + + - - - - 天猫tmall.com--理想的生活 - - - + +日喵商城 + + + + - -
-
-
- 嗨!欢迎来天猫 - 请登录 - 免费注册 -
- -
-
-
- 我的淘宝 - -
-
- -
-
- - 购物车 0件 - -
-
- -
-
- 收藏夹 - -
-
-
|
-
-
- - 手机版 -
-
- - 淘宝网 - -
-
- 商家支持 - -
-
- -
-
- - 网站导航 - -
-
-
- -
-
1
-
2
-
3
-
4
-
5
-
6
-
7
-
-
+ + + + + +
+
+ +
喵!欢迎来到日喵商城! [登录][免费注册]
+
+
+ +
+
+ + - - - -
-
-
- -
- -
-
- - -
搜索
-
- +
+
购物车
+
0
+
+
+
+ + + + + + + +
+
+

美丽人生  FASHION & BEAUTY

+
+
+
+
Floor1
+
大牌五折起预售>
+
+

运动户外预售会场

+

阿迪NIKE五折起

+
+
+
+
+
+
商品
+

新潮时尚休闲板鞋

+

很潮很舒服

+
+
+
商品
+

带着美包游世界

+

森系文艺帆布背包

+
+
+
商品
+

怎么穿才能不一样

+

换季美衣来袭

+
+
+
商品
+

优衣库官方旗舰店

+

LifeWear

+
+
+
商品
+

经典羊毛女士套装

+

给你的温暖增添魅力

+
+
+
商品
+

东方之美

+

抗皱紧致 细腻弹润

+
+
+
商品
+

女神焕新

+

魅力伴你行

+
+
商品
+

手提包简约休闲

+

男式简约手提包潮

+
+
- - - - + +
+
+

打造爱巢  HOMEY

+
+
+
+
Floor2
+
最高12期分期付款>
+
+

双11大家电预售

+

定金100抵150

+
+
+
+
+
+
商品
+

双11大家电预售

+

疯抢800元优惠券

+
+
+
商品
+

来自德国的生活家

+

西门子品质厨房

+
+
+
商品
+

双11预售

+

99元抵200元

+
+
+
商品
+

智享生活

+

智慧清洁想你所想

+
+
+
商品
+

大家电双11预售

+

100抵150元

+
+
+
商品
+

小家电预售

+

最高减500元

+
+
+
商品
+

恋上公牛,恋上家

+

安全品质值得信赖

+
+
商品
+

手提包简约休闲

+

男式简约手提包潮

+
+
- - - -
-
-
-
- -
-
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-
-
-
- 品牌闪购 - BRAND SALE - -
-
- -
-
-
-
- 聚名品 - LUXURY CHANNEL - 更多  -
-
- -
-
-
-
- 品牌活动 - BRAND ACTIVITY - 更多  -
-
- -
-
-
-
-
- -
- 优惠券 ¥30 -
点击进入
-
-
-
- -
- 优惠券 ¥30 -
点击进入
-
-
-
- -
- 优惠券 ¥30 -
点击进入
-
-
-
- -
- 优惠券 ¥30 -
点击进入
-
-
-
- -
- 优惠券 ¥30 -
点击进入
-
-
-
- -
- 优惠券 ¥30 -
点击进入
-
-
-
- -
- 优惠券 ¥30 -
点击进入
-
-
-
- -
- 优惠券 ¥30 -
点击进入
-
-
-
- -
- 优惠券 ¥30 -
点击进入
-
-
-
- -
- 优惠券 ¥30 -
点击进入
-
-
-
- -
- 优惠券 ¥30 -
点击进入
-
-
-
- -
- 优惠券 ¥30 -
点击进入
-
-
-
- -
- 优惠券 ¥30 -
点击进入
-
-
-
- -
- 优惠券 ¥30 -
点击进入
-
-
-
- -
- 优惠券 ¥30 -
点击进入
-
-
-
- -
- 优惠券 ¥30 -
点击进入
-
-
-
- -
- 优惠券 ¥30 -
点击进入
-
-
-
- -
- 优惠券 ¥30 -
点击进入
-
-
-
- -
- 优惠券 ¥30 -
点击进入
-
-
-
- -
- 优惠券 ¥30 -
点击进入
-
-
-
- -
- 优惠券 ¥30 -
点击进入
-
-
-
- -
- 优惠券 ¥30 -
点击进入
-
-
-
- -
- 优惠券 ¥30 -
点击进入
-
-
-
- -
- 优惠券 ¥30 -
点击进入
-
-
-
- -
- 优惠券 ¥30 -
点击进入
-
-
-
- -
- 优惠券 ¥30 -
点击进入
-
-
-
- -
- 优惠券 ¥30 -
点击进入
-
-
-
- -
- 优惠券 ¥30 -
点击进入
-
-
-
- -
- 优惠券 ¥30 -
点击进入
-
-
-
-
- 换一批 -
-
-
-
- -
-
- -
-
天猫超市
-
- 短促美食囤 - 一元疯抢 -
-
-
-
-
-
-
-
-
今日疯抢
-
量版装
-
-
-
-
-
-
- 限时限量抢购 -
-
限时第二件0元
-
-
- -
-
-
-
-
-
- 限时限量抢购 -
-
一元超值疯抢中
-
-
- -
-
-
-
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
-
-
-
-
-
-
- -
-
- 口红 - YSL - 面膜 - 防嗮 - 迪奥 -
-
-
-
- -
-
天猫超市
-
- 短促美食囤 - 一元疯抢 -
-
-
-
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
-
-
-
-
- -
-
-
-
-
-
美丽人生
-
FASHION & BEAUTY
-
- -
-
-
- -
-
天猫超市
-
- 短促美食囤 - 一元疯抢 -
-
-
-
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
-
-
-
-
-
-
-
-
潮电酷玩
-
ELECTRONICS
-
- -
-
-
- -
-
天猫超市
-
- 短促美食囤 - 一元疯抢 -
-
-
-
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
-
-
-
-
- -
-
-
-
-
-
居家生活
-
GROCERY & HEALTH
-
- -
-
-
- -
-
运动户外
-
- 短促美食囤 - 一元疯抢 -
-
-
-
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
-
-
-
-
-
-
-
-
打造爱巢
-
HOME
-
- -
-
-
- -
-
乐活烘焙
-
- 短促美食囤 - 一元疯抢 -
-
-
-
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
-
-
-
-
- -
-
-
-
-
-
户外出行
-
OUTDOORS & AUTOMOTIVE
-
- -
-
-
- -
-
户外出行
-
- 短促美食囤 - 一元疯抢 -
-
-
-
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
-
-
-
-
-
-
-
-
- - 猜你喜欢 -
-
-
-
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
- -
-
- 旁氏洗面奶米粹亮彩净澈润泽洁面乳 150g -
-
¥22.8
-
-
-
-
-
- - -
-
导航
-
天猫超市
-
天猫国际
-
美丽人生
-
潮电酷玩
-
居家生活
-
打造爱巢
-
户外出行
-
猜你喜欢
- -
- +
+
+ +
+
+

潮电酷玩  ELECTRONICS

+
+
+
+
Floor3
+
免息12期分期>
+
+

年终必选小家电

+

开团最高减700

+
+
+
+
+
+
商品
+

大牌手机

+

潮品来袭

-
-
-
- - - - -
- -
- -
-
-
-
-
- 关于天猫 - 帮助中心 - 开放平台 - 诚聘英才 - 联系我们 - 网站合作 - 法律声明 - 隐私权政策 - 知识产权 - 廉正举报 - 规则意见征集 -
-
- 阿里巴巴集团 -
- - 淘宝网 -
- - 天猫 -
- - 聚划算 -
- - 全球通卖通 -
- - 阿里巴巴交易市场 -
- - 1688 -
- - 阿里妈妈 -
- - 飞猪 -
- - 阿里云计算 -
- - Alios -
- - 阿里通信 -
- - 万网 -
- - 高德 -
- - UC -
- - 友盟 -
- - 虾米 -
- - 阿里星球 -
- - 来往 -
- - 钉钉 -
- - 支付宝 -
-
-
- 新增电信业务经营许可证:浙B2-20110446 - 网络文化经营许可证:浙网文[2015]0295-024号 - 12318举报 - 互联网违法和不良信息举报电话:0571-81683755 bjxxjb@alibaba-inc.com -
-
- 互联网药品信息资质证书编号:浙-(经营性)-2017-0005 - - 网络文化经营许可证:浙网文[2015]0295-024号 - (浙)网械平台备字[2018]第00002号 -
-
- @2003-2018 TMALL.COM 版权所有 -
-
- - -
-
-
-
+
+
商品
+

双11相机预售

+

抢12期免息

+
+
商品
+

空气净化器

+

净享森呼吸

+
+
+
商品
+

3C数码预售

+

最高12期免息

+
+
+
商品
+

双11数码预售

+

定金100抵150

+
+
+
商品
+

金秋咖啡节

+

全场好礼相送

+
+
+
商品
+

数码双11预售

+

定金100抵150

+
+
+
商品
+

豪车双11预售

+

豪车你来就有礼

+
+
- - - -
-
-
- -
- -
搜索
+
+
+ +
+
+

亲子时光  KIDS & BABY

+
+
+
+
Floor4
+
大额优惠券疯抢>
+
+

双11母婴会场

+

预售最后一天

+
+
+
+
+
+
商品
+

冬季新品上市

+

欢乐与您齐分享

+
+
+
商品
+

经典再现

+

两代人的经典回忆

+
+
+
商品
+

亲子玩具

+

宝宝的好玩伴

+
+
+
商品
+

抢实木婴儿床

+

秋风渐起暖心推荐

+
+
+
商品
+

冬日萌衣不得不买

+

时尚新款萌娃衣橱

+
+
商品
+

宝宝都需要它

+

温暖贴心好相伴

+
+
+
商品
+

宝宝看书学乐器

+

乐器预售五折起

+
+
+
商品
+

一起玩一起成长

+

可爱萌物温暖相随

+
+
- - - -
-
-
- -
+
+
+ +
+
+

居家生活  GROCERY & HEALTH

+
+
+
+
Floor5
+
五折起预售>
+
+

抢全球大牌

+

国际家居预售

+
+
+
+
+
+
商品
+

高山香浓铁观音

+

好茶源自高山

+
+
+
商品
+

洁柔卷纸

+

男神都在用它

-
-
-
-
- - - -
-
+
+
商品
+

法国葡萄巨献

+

陈年佳酿全家享用

-
-
-
-
-
+
+
商品
+

经典厨具/h3> +

厨房贴心好帮手

-
-
-
-
-
-
+
+
商品
+

给生活添点小清新

+

给你的生活增添魅力

-
-
会员权益
+
+
商品
+

图书五折疯狂抢

+

先领优惠再购物

-
-
我的资产
-
我的收藏
-
我看过的
-
我要充值
+
+
商品
+

给食材一点好味道

+

经典厨具优惠多

-
-
用户反馈
-
-
- -
+
+
商品
+

生活少不了

+

还有很多优惠

-
返回顶部
+
+
+
+ + + + + + + - - \ No newline at end of file + diff --git a/manong_portal/src/main/webapp/WEB-INF/ftl/login.html b/manong_portal/src/main/webapp/WEB-INF/ftl/login.html new file mode 100644 index 0000000..09911fb --- /dev/null +++ b/manong_portal/src/main/webapp/WEB-INF/ftl/login.html @@ -0,0 +1,128 @@ + + + + +产品详细页 + + + + + + + + + + +
+
+ +
+
+ + + + + + diff --git a/manong_portal/src/main/webapp/WEB-INF/ftl/shopcar.html b/manong_portal/src/main/webapp/WEB-INF/ftl/shopcar.html new file mode 100644 index 0000000..137d4b4 --- /dev/null +++ b/manong_portal/src/main/webapp/WEB-INF/ftl/shopcar.html @@ -0,0 +1,413 @@ + + + + +产品详细页 + + + + + + + + + + + + +
+
+ +
喵!欢迎来到日喵商城! [登录][免费注册]
+
+
+ +
+
+ + +
+
购物车
+
0
+
+
+
+ + + +
+
+
+
    +
  • +
    全部商品15
    +
  • +
  • +
    降价商品1
    +
  • +
  • +
    库存紧张0
    +
  • +
+
+
+ 已选商品(不含运费)0.00 + +
+
+
+ + 全选 商品信息 +
    +
  • 单价
  • +
  • 数量
  • +
  • 金额
  • +
  • 操作
  • +
+
+
+
+ + 店铺:润乙一服饰旗舰店
+
+ + +
润乙一2016冬装新款格子呢料半身裙女时尚中裙韩版百搭A字裙D400
+
颜色分类:格子
+ 尺码:M
+
已入收藏夹
+ 删除
+
¥149.00
+
+
-
+
+ +
+
+
+
+
+
¥259.00
+
¥149.00
+
卖家促销 +
卖家促销:上新价
+ 优惠:¥110.00
+
+
+
+
+ + +
润乙一2016秋冬新款木耳边长袖毛衣女套头韩版修身针织打底衫D205
+
颜色分类:黑色
+ 尺码:均码
+
已入收藏夹
+ 删除
+
¥89.00
+
+
-
+
+ +
+
+
+
+
+
¥153.00
+
¥89.00
+
卖家促销 +
卖家促销:上新价
+ 优惠:优惠多多
+
+
+
+
+
+
+ + 店铺:mimius眼袋自制
+
+ + +
mimius2016夏季新款水墨画连衣裙性感显瘦无袖宽松露肩女M6078
+
颜色分类:蓝色
+ 尺码:M
+
已入收藏夹
+ 删除
+
¥130.10
+
+
-
+
+ +
+
+
+
+
+
¥199.00
+
¥130.10
+
卖家促销 +
卖家促销:上新价
+ 优惠:¥130.00
+
+
+
+
+ + +
mimius2016秋季新款蕾丝圆领中长款修身显瘦连衣裙A字裙女M6254
+
颜色分类:粉色
+ 尺码:均码
+
已入收藏夹
+ 删除
+
¥122.00
+
+
-
+
+ +
+
+
+
+
+
¥189.00
+
¥122.00
+
卖家促销 +
卖家促销:上新价
+ 优惠:优惠多多
+
+
+
+
+ + +
mimius2016秋季新款长袖蝴蝶结上衣小香风外套M5660秋季新款
+
颜色分类:白色
+ 尺码:均码
+
已入收藏夹
+ 删除
+
¥289.00
+
+
-
+
+ +
+
+
+
+
+
¥353.00
+
¥289.00
+
卖家促销 +
卖家促销:上新价
+ 优惠:优惠多多
+
+
+
+
+
+
+ + 店铺:jimmyxiaolu
+
+ + +
天天特价 大毛领毛呢外套女中长款韩国加厚呢大衣茧型呢子大衣
+
颜色分类:粉灰
+ 尺码:M
+
已入收藏夹
+ 删除
+
¥349.00
+
+
-
+
+ +
+
+
+
+
+
¥459.00
+
¥349.00
+
卖家促销 +
卖家促销:上新价
+ 优惠:¥110.00
+
+
+
+
+
+
+ +
    +
  • 全选
  • +
  • 删除
  • +
  • 清除失效宝贝
  • +
  • 移入收藏夹
  • +
  • 分享
  • +
+
+
+ 已选商品0 + 合计(不含运费):0.00 + +
+ +
+
+ + + + + + + diff --git a/manong_portal/src/main/webapp/WEB-INF/js/banner.js b/manong_portal/src/main/webapp/WEB-INF/js/banner.js new file mode 100644 index 0000000..1dc75d1 --- /dev/null +++ b/manong_portal/src/main/webapp/WEB-INF/js/banner.js @@ -0,0 +1,45 @@ + var wrap=document.getElementById('banner_bar'); + var pic=document.getElementById('imgBox').getElementsByTagName('li'); + var list=document.getElementById('imgNum').getElementsByTagName('a'); + var index=0; + var timer=null; + //鼠标切换 + wrap.onmouseover=function(){ + clearInterval(timer);// 鼠标划过整个容器时停止自动播放 + } + wrap.onmouseout=function(){ + timer=setInterval(autoplay,2000); + } + for(var i=0;ilist.length-1){ + index=index-list.length; + } + change(index); + } +//*********************************************************副程序结束 \ No newline at end of file diff --git a/manong_portal/src/main/webapp/WEB-INF/js/index.js b/manong_portal/src/main/webapp/WEB-INF/js/index.js deleted file mode 100644 index 7363d53..0000000 --- a/manong_portal/src/main/webapp/WEB-INF/js/index.js +++ /dev/null @@ -1,204 +0,0 @@ -//banner -{ - const imgs = document.querySelectorAll(".banner_img li"); //不会被修改,常量 - let pagers = document.querySelectorAll(".banner_lunbo li"); - let banner = document.querySelector(".banner_bottom"); //设置banner,鼠标放上去,停止播放,鼠标移开开始播放。 - - pagers.forEach(function (ele, index) { //形参,遍历数。 - ele.onmouseenter = function () { - for (let i = 0; i < imgs.length; i++) { - imgs[i].classList.remove("active"); - pagers[i].classList.remove("active"); //移除active - } - this.classList.add("active"); - imgs[index].classList.add("active"); //添加active - n = index; //n从当前位子自加。 - } - }) - - // BOM_window.setInterval();//让代码自动执行 自动轮播 - let n = 0; //访问n,自加 - let t = setInterval(move, 3000) - - function move() { - n++; - //n超范围判断 - // n=n%5; - if (n === imgs.length) { - n = 0; //赋值 - } - //左按钮,点到第一张时跳转到第五章 - if (n < 0) { - n = imgs.length - 1; - } - for (let i = 0; i < imgs.length; i++) { - imgs[i].classList.remove("active"); - pagers[i].classList.remove("active"); - } - imgs[n].classList.add("active"); - pagers[n].classList.add("active"); - } - - banner.onmouseenter=function(){ - clearInterval(t); - } - banner.onmouseleave=function(){ - t=setInterval(move,3000); - } -} -//banner 侧导航点击出现内容 -{ - let lab=document.querySelectorAll(".banner_ce li"); - let menus=document.querySelectorAll(".piaofu"); - let obj=menus[0]; - lab.forEach(function(ele,index){ - ele.onmouseenter=function(){ - menus[index].style.display="block"; - } - ele.onmouseleave=function(){ - menus[index].style.display="none"; - } - }) -} -//某一位置出现导航栏(上导航、左导航),以及点击回到顶部 -{ - let topBar=document.querySelector(".topBar"); - let leftBar=document.querySelector(".leftBar"); - window.onscroll=function(){ - let st=document.documentElement.scrollTop; - if(st>700){ - topBar.style.display="block"; - }else{ - topBar.style.display="none"; - } - - if(st>1000&&st<12400){ - leftBar.style.display="block"; - }else{ - leftBar.style.display="none"; - } - } - - let leftBar_footer=document.querySelector(".leftBar_footer"); - leftBar_footer.onclick=function(){ - let st=document.documentElement.scrollTop; - let t=setInterval(function(){ - st-=200; - if(st<0){ - st=0; - clearInterval(t); - } - document.documentElement.scrollTop=st; - },25) - } -} -//跳楼机 -{ - let container=document.querySelectorAll(".content_container"); - let tips=document.querySelectorAll(".tips"); - let flag=true; - tips.forEach(function(ele,index){ - ele.onclick=function(){ - flag=false; - let ot=container[index].offsetTop-20; - // document.documentElement.scrollTop=ot; - let now=document.documentElement.scrollTop; - let speed=(ot-now)/8; - let time=0; - let t=setInterval(function(){ - time+=25; - now+=speed; - if(time===200){ - clearInterval(t); - flag=true; - } - document.documentElement.scrollTop=now; - },25) - } - }); - //给同一内容添加很多不同事件处理事件 - window.addEventListener("scroll",function(){ - if(flag){ - let st=document.documentElement.scrollTop; - // let obj=tips[0]; - for(let i=0;icontainer[i].offsetTop-80){ - for(let i=0;i=scrollHeight){ + toTop.style.display="block"; + }else{ + toTop.style.display="none"; + } + if(!isTop){ + clearInterval(timer); + } + isTop=false; + } + toTop.onclick=function(){ + timer=setInterval(function(){ + var osTop=document.documentElement.scrollTop || document.body.scrollTop; + var ispeed=Math.floor(-osTop/10); + document.documentElement.scrollTop=document.body.scrollTop-=osTop+ispeed; + isTop=true; + if(osTop==0){clearInterval(timer);} + },30); + } +} \ No newline at end of file diff --git a/manong_portal/src/main/webapp/WEB-INF/js/top_bg.png b/manong_portal/src/main/webapp/WEB-INF/js/top_bg.png new file mode 100644 index 0000000..1ea0605 Binary files /dev/null and b/manong_portal/src/main/webapp/WEB-INF/js/top_bg.png differ diff --git a/manong_portal/src/main/webapp/WEB-INF/js/totop.gif b/manong_portal/src/main/webapp/WEB-INF/js/totop.gif new file mode 100644 index 0000000..e4172ce Binary files /dev/null and b/manong_portal/src/main/webapp/WEB-INF/js/totop.gif differ diff --git a/manong_portal/src/main/webapp/font/demo.css b/manong_portal/src/main/webapp/font/demo.css new file mode 100644 index 0000000..1fe4c4d --- /dev/null +++ b/manong_portal/src/main/webapp/font/demo.css @@ -0,0 +1,89 @@ +*{margin: 0;padding: 0;list-style: none;} +/* +KISSY CSS Reset +理念:1. reset 的目的不是清除浏览器的默认样式,这仅是部分工作。清除和重置是紧密不可分的。 +2. reset 的目的不是让默认样式在所有浏览器下一致,而是减少默认样式有可能带来的问题。 +3. reset 期望提供一套普适通用的基础样式。但没有银弹,推荐根据具体需求,裁剪和修改后再使用。 +特色:1. 适应中文;2. 基于最新主流浏览器。 +维护:玉伯, 正淳 + */ + +/** 清除内外边距 **/ +body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */ +dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ +pre, /* text formatting elements 文本格式元素 */ +form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */ +th, td /* table elements 表格元素 */ { + margin: 0; + padding: 0; +} + +/** 设置默认字体 **/ +body, +button, input, select, textarea /* for ie */ { + font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; +} +h1, h2, h3, h4, h5, h6 { font-size: 100%; } +address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */ +code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */ +small { font-size: 12px; } /* 小于 12px 的中文很难阅读,让 small 正常化 */ + +/** 重置列表元素 **/ +ul, ol { list-style: none; } + +/** 重置文本格式元素 **/ +a { text-decoration: none; } +a:hover { text-decoration: underline; } + + +/** 重置表单元素 **/ +legend { color: #000; } /* for ie6 */ +fieldset, img { border: 0; } /* img 搭车:让链接里的 img 无边框 */ +button, input, select, textarea { font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */ +/* 注:optgroup 无法扶正 */ + +/** 重置表格元素 **/ +table { border-collapse: collapse; border-spacing: 0; } + +/* 清除浮动 */ +.ks-clear:after, .clear:after { + content: '\20'; + display: block; + height: 0; + clear: both; +} +.ks-clear, .clear { + *zoom: 1; +} + +.main {padding: 30px 100px;} +.main h1{font-size:36px; color:#333; text-align:left;margin-bottom:30px; border-bottom: 1px solid #eee;} + +.helps{margin-top:40px;} +.helps pre{ + padding:20px; + margin:10px 0; + border:solid 1px #e7e1cd; + background-color: #fffdef; + overflow: auto; +} + +.icon_lists li{ + float:left; + width: 100px; + height:180px; + text-align: center; +} +.icon_lists .icon{ + font-size: 42px; + line-height: 100px; + margin: 10px 0; + color:#333; + -webkit-transition: font-size 0.25s ease-out 0s; + -moz-transition: font-size 0.25s ease-out 0s; + transition: font-size 0.25s ease-out 0s; + +} +.icon_lists .icon:hover{ + font-size: 100px; +} diff --git a/manong_portal/src/main/webapp/font/demo.html b/manong_portal/src/main/webapp/font/demo.html new file mode 100644 index 0000000..77fa6b0 --- /dev/null +++ b/manong_portal/src/main/webapp/font/demo.html @@ -0,0 +1,214 @@ + + + + + + IconFont + + + + +
+

IconFont 图标

+
    + +
  • + +
    母婴玩具
    +
    &#x3456;
    +
    .muyingwanju
    +
  • + +
  • + 󰁇 +
    运动
    +
    &#xf0047;
    +
    .yundong
    +
  • + +
  • + +
    家具建材
    +
    &#x3453;
    +
    .jiajujiancai
    +
  • + +
  • + 󰁈 +
    内衣
    +
    &#xf0048;
    +
    .neiyi
    +
  • + +
  • + +
    母婴产品
    +
    &#x3484;
    +
    .muyingchanpin
    +
  • + +
  • + +
    生鲜水果
    +
    &#x3485;
    +
    .shengxianshuiguo
    +
  • + +
  • + +
    食品饮料
    +
    &#x3486;
    +
    .shipinyinliao
    +
  • + +
  • + +
    粮油副食
    +
    &#x3482;
    +
    .liangyoufushi
    +
  • + +
  • + +
    美容洗护
    +
    &#x3483;
    +
    .meirongxihu
    +
  • + +
  • + +
    +
    &#x346d;
    +
    .xie
    +
  • + +
  • + +
    男装
    +
    &#x346c;
    +
    .nanzhuang
    +
  • + +
  • + +
    食品
    +
    &#x3455;
    +
    .shipin
    +
  • + +
  • + +
    数码手机
    +
    &#x3457;
    +
    .shumashouji
    +
  • + +
  • + +
    女装内衣
    +
    &#x3459;
    +
    .nvzhuangneiyi
    +
  • + +
  • + +
    汽车配件
    +
    &#x345d;
    +
    .qichepeijian
    +
  • + +
  • + +
    医药保健
    +
    &#x3460;
    +
    .yiyaobaojian
    +
  • + +
  • + +
    图书音像
    +
    &#x3461;
    +
    .tushuyinxiang
    +
  • + +
  • + +
    手机
    +
    &#x3448;
    +
    .shouji
    +
  • + +
  • + +
    家用电器
    +
    &#x3454;
    +
    .jiayongdianqi
    +
  • + +
  • + +
    钻石
    +
    &#x344e;
    +
    .zuanshi
    +
  • + +
  • + +
    鞋\箱包
    +
    &#x344f;
    +
    .xiexiangbao
    +
  • + +
  • + +
    化妆品
    +
    &#x345c;
    +
    .huazhuangpin
    +
  • + +
  • + +
    家纺家饰
    +
    &#x345e;
    +
    .jiafangjiashi
    +
  • + +
  • + +
    居家
    +
    &#x345f;
    +
    .jujia
    +
  • + +
+ + +
+ 第一步:使用font-face声明字体 +
+@font-face {font-family: 'iconfont';
+    src: url('iconfont.eot'); /* IE9*/
+    src: url('iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
+    url('iconfont.woff') format('woff'), /* chrome、firefox */
+    url('iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
+    url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
+}
+
+第二步:定义使用iconfont的样式 +
+.iconfont{
+    font-family:"iconfont" !important;
+    font-size:16px;font-style:normal;
+    -webkit-font-smoothing: antialiased;
+    -webkit-text-stroke-width: 0.2px;
+    -moz-osx-font-smoothing: grayscale;}
+
+第三步:挑选相应图标并获取字体编码,应用于页面 +
+<i class="iconfont">&#x33;</i>
+
+
+ +
+ + diff --git a/manong_portal/src/main/webapp/font/demo1.css b/manong_portal/src/main/webapp/font/demo1.css new file mode 100644 index 0000000..1fe4c4d --- /dev/null +++ b/manong_portal/src/main/webapp/font/demo1.css @@ -0,0 +1,89 @@ +*{margin: 0;padding: 0;list-style: none;} +/* +KISSY CSS Reset +理念:1. reset 的目的不是清除浏览器的默认样式,这仅是部分工作。清除和重置是紧密不可分的。 +2. reset 的目的不是让默认样式在所有浏览器下一致,而是减少默认样式有可能带来的问题。 +3. reset 期望提供一套普适通用的基础样式。但没有银弹,推荐根据具体需求,裁剪和修改后再使用。 +特色:1. 适应中文;2. 基于最新主流浏览器。 +维护:玉伯, 正淳 + */ + +/** 清除内外边距 **/ +body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */ +dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ +pre, /* text formatting elements 文本格式元素 */ +form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */ +th, td /* table elements 表格元素 */ { + margin: 0; + padding: 0; +} + +/** 设置默认字体 **/ +body, +button, input, select, textarea /* for ie */ { + font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; +} +h1, h2, h3, h4, h5, h6 { font-size: 100%; } +address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */ +code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */ +small { font-size: 12px; } /* 小于 12px 的中文很难阅读,让 small 正常化 */ + +/** 重置列表元素 **/ +ul, ol { list-style: none; } + +/** 重置文本格式元素 **/ +a { text-decoration: none; } +a:hover { text-decoration: underline; } + + +/** 重置表单元素 **/ +legend { color: #000; } /* for ie6 */ +fieldset, img { border: 0; } /* img 搭车:让链接里的 img 无边框 */ +button, input, select, textarea { font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */ +/* 注:optgroup 无法扶正 */ + +/** 重置表格元素 **/ +table { border-collapse: collapse; border-spacing: 0; } + +/* 清除浮动 */ +.ks-clear:after, .clear:after { + content: '\20'; + display: block; + height: 0; + clear: both; +} +.ks-clear, .clear { + *zoom: 1; +} + +.main {padding: 30px 100px;} +.main h1{font-size:36px; color:#333; text-align:left;margin-bottom:30px; border-bottom: 1px solid #eee;} + +.helps{margin-top:40px;} +.helps pre{ + padding:20px; + margin:10px 0; + border:solid 1px #e7e1cd; + background-color: #fffdef; + overflow: auto; +} + +.icon_lists li{ + float:left; + width: 100px; + height:180px; + text-align: center; +} +.icon_lists .icon{ + font-size: 42px; + line-height: 100px; + margin: 10px 0; + color:#333; + -webkit-transition: font-size 0.25s ease-out 0s; + -moz-transition: font-size 0.25s ease-out 0s; + transition: font-size 0.25s ease-out 0s; + +} +.icon_lists .icon:hover{ + font-size: 100px; +} diff --git a/manong_portal/src/main/webapp/font/demo1.html b/manong_portal/src/main/webapp/font/demo1.html new file mode 100644 index 0000000..85f3b62 --- /dev/null +++ b/manong_portal/src/main/webapp/font/demo1.html @@ -0,0 +1,60 @@ + + + + + + IconFont + + + + +
+

IconFont 图标

+
    + +
  • + 󰁒 +
    天猫超市
    +
    &#xf0052;
    +
    .tianmaochaoshi
    +
  • + +
  • + 󰁠 +
    天猫国际
    +
    &#xf0060;
    +
    .tianmaoguoji
    +
  • + +
+ + +
+ 第一步:使用font-face声明字体 +
+@font-face {font-family: 'iconfont';
+    src: url('iconfont.eot'); /* IE9*/
+    src: url('iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
+    url('iconfont.woff') format('woff'), /* chrome、firefox */
+    url('iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
+    url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
+}
+
+第二步:定义使用iconfont的样式 +
+.iconfont{
+    font-family:"iconfont" !important;
+    font-size:16px;font-style:normal;
+    -webkit-font-smoothing: antialiased;
+    -webkit-text-stroke-width: 0.2px;
+    -moz-osx-font-smoothing: grayscale;}
+
+第三步:挑选相应图标并获取字体编码,应用于页面 +
+<i class="iconfont">&#x33;</i>
+
+
+ +
+ + diff --git a/manong_portal/src/main/webapp/font/demo2.css b/manong_portal/src/main/webapp/font/demo2.css new file mode 100644 index 0000000..1fe4c4d --- /dev/null +++ b/manong_portal/src/main/webapp/font/demo2.css @@ -0,0 +1,89 @@ +*{margin: 0;padding: 0;list-style: none;} +/* +KISSY CSS Reset +理念:1. reset 的目的不是清除浏览器的默认样式,这仅是部分工作。清除和重置是紧密不可分的。 +2. reset 的目的不是让默认样式在所有浏览器下一致,而是减少默认样式有可能带来的问题。 +3. reset 期望提供一套普适通用的基础样式。但没有银弹,推荐根据具体需求,裁剪和修改后再使用。 +特色:1. 适应中文;2. 基于最新主流浏览器。 +维护:玉伯, 正淳 + */ + +/** 清除内外边距 **/ +body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */ +dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ +pre, /* text formatting elements 文本格式元素 */ +form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */ +th, td /* table elements 表格元素 */ { + margin: 0; + padding: 0; +} + +/** 设置默认字体 **/ +body, +button, input, select, textarea /* for ie */ { + font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; +} +h1, h2, h3, h4, h5, h6 { font-size: 100%; } +address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */ +code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */ +small { font-size: 12px; } /* 小于 12px 的中文很难阅读,让 small 正常化 */ + +/** 重置列表元素 **/ +ul, ol { list-style: none; } + +/** 重置文本格式元素 **/ +a { text-decoration: none; } +a:hover { text-decoration: underline; } + + +/** 重置表单元素 **/ +legend { color: #000; } /* for ie6 */ +fieldset, img { border: 0; } /* img 搭车:让链接里的 img 无边框 */ +button, input, select, textarea { font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */ +/* 注:optgroup 无法扶正 */ + +/** 重置表格元素 **/ +table { border-collapse: collapse; border-spacing: 0; } + +/* 清除浮动 */ +.ks-clear:after, .clear:after { + content: '\20'; + display: block; + height: 0; + clear: both; +} +.ks-clear, .clear { + *zoom: 1; +} + +.main {padding: 30px 100px;} +.main h1{font-size:36px; color:#333; text-align:left;margin-bottom:30px; border-bottom: 1px solid #eee;} + +.helps{margin-top:40px;} +.helps pre{ + padding:20px; + margin:10px 0; + border:solid 1px #e7e1cd; + background-color: #fffdef; + overflow: auto; +} + +.icon_lists li{ + float:left; + width: 100px; + height:180px; + text-align: center; +} +.icon_lists .icon{ + font-size: 42px; + line-height: 100px; + margin: 10px 0; + color:#333; + -webkit-transition: font-size 0.25s ease-out 0s; + -moz-transition: font-size 0.25s ease-out 0s; + transition: font-size 0.25s ease-out 0s; + +} +.icon_lists .icon:hover{ + font-size: 100px; +} diff --git a/manong_portal/src/main/webapp/font/demo2.html b/manong_portal/src/main/webapp/font/demo2.html new file mode 100644 index 0000000..a5d0f7c --- /dev/null +++ b/manong_portal/src/main/webapp/font/demo2.html @@ -0,0 +1,88 @@ + + + + + + IconFont + + + + +
+

IconFont 图标

+
    + +
  • + +
    定位
    +
    &#xe61b;
    +
    .dingwei
    +
  • + +
  • + +
    潮流服装
    +
    &#xe6bf;
    +
    .chaoliufuzhuang
    +
  • + +
  • + +
    手机
    +
    &#xe608;
    +
    .shouji
    +
  • + +
  • + +
    品质生活
    +
    &#xe62f;
    +
    .pinzhishenghuo
    +
  • + +
  • + +
    海外购
    +
    &#xe667;
    +
    .haiwaigou
    +
  • + +
  • + +
    个性化推送
    +
    &#xe658;
    +
    .gexinghuatuisong
    +
  • + +
+ + +
+ 第一步:使用font-face声明字体 +
+@font-face {font-family: 'iconfont';
+    src: url('iconfont.eot'); /* IE9*/
+    src: url('iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
+    url('iconfont.woff') format('woff'), /* chrome、firefox */
+    url('iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
+    url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
+}
+
+第二步:定义使用iconfont的样式 +
+.iconfont{
+    font-family:"iconfont" !important;
+    font-size:16px;font-style:normal;
+    -webkit-font-smoothing: antialiased;
+    -webkit-text-stroke-width: 0.2px;
+    -moz-osx-font-smoothing: grayscale;}
+
+第三步:挑选相应图标并获取字体编码,应用于页面 +
+<i class="iconfont">&#x33;</i>
+
+
+ +
+ + diff --git a/manong_portal/src/main/webapp/font/demo3.css b/manong_portal/src/main/webapp/font/demo3.css new file mode 100644 index 0000000..1fe4c4d --- /dev/null +++ b/manong_portal/src/main/webapp/font/demo3.css @@ -0,0 +1,89 @@ +*{margin: 0;padding: 0;list-style: none;} +/* +KISSY CSS Reset +理念:1. reset 的目的不是清除浏览器的默认样式,这仅是部分工作。清除和重置是紧密不可分的。 +2. reset 的目的不是让默认样式在所有浏览器下一致,而是减少默认样式有可能带来的问题。 +3. reset 期望提供一套普适通用的基础样式。但没有银弹,推荐根据具体需求,裁剪和修改后再使用。 +特色:1. 适应中文;2. 基于最新主流浏览器。 +维护:玉伯, 正淳 + */ + +/** 清除内外边距 **/ +body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */ +dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ +pre, /* text formatting elements 文本格式元素 */ +form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */ +th, td /* table elements 表格元素 */ { + margin: 0; + padding: 0; +} + +/** 设置默认字体 **/ +body, +button, input, select, textarea /* for ie */ { + font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; +} +h1, h2, h3, h4, h5, h6 { font-size: 100%; } +address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */ +code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */ +small { font-size: 12px; } /* 小于 12px 的中文很难阅读,让 small 正常化 */ + +/** 重置列表元素 **/ +ul, ol { list-style: none; } + +/** 重置文本格式元素 **/ +a { text-decoration: none; } +a:hover { text-decoration: underline; } + + +/** 重置表单元素 **/ +legend { color: #000; } /* for ie6 */ +fieldset, img { border: 0; } /* img 搭车:让链接里的 img 无边框 */ +button, input, select, textarea { font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */ +/* 注:optgroup 无法扶正 */ + +/** 重置表格元素 **/ +table { border-collapse: collapse; border-spacing: 0; } + +/* 清除浮动 */ +.ks-clear:after, .clear:after { + content: '\20'; + display: block; + height: 0; + clear: both; +} +.ks-clear, .clear { + *zoom: 1; +} + +.main {padding: 30px 100px;} +.main h1{font-size:36px; color:#333; text-align:left;margin-bottom:30px; border-bottom: 1px solid #eee;} + +.helps{margin-top:40px;} +.helps pre{ + padding:20px; + margin:10px 0; + border:solid 1px #e7e1cd; + background-color: #fffdef; + overflow: auto; +} + +.icon_lists li{ + float:left; + width: 100px; + height:180px; + text-align: center; +} +.icon_lists .icon{ + font-size: 42px; + line-height: 100px; + margin: 10px 0; + color:#333; + -webkit-transition: font-size 0.25s ease-out 0s; + -moz-transition: font-size 0.25s ease-out 0s; + transition: font-size 0.25s ease-out 0s; + +} +.icon_lists .icon:hover{ + font-size: 100px; +} diff --git a/manong_portal/src/main/webapp/font/demo3.html b/manong_portal/src/main/webapp/font/demo3.html new file mode 100644 index 0000000..f87aa49 --- /dev/null +++ b/manong_portal/src/main/webapp/font/demo3.html @@ -0,0 +1,74 @@ + + + + + + IconFont + + + + +
+

IconFont 图标

+
    + +
  • + +
    正品保障
    +
    &#x3468;
    +
    .zhengpinbaozhang
    +
  • + +
  • + +
    帮助中心
    +
    &#x3469;
    +
    .bangzhuzhongxin
    +
  • + +
  • + +
    特色服务
    +
    &#x3466;
    +
    .tesefuwu
    +
  • + +
  • + +
    七天无理由退换货
    +
    &#x3467;
    +
    .qitianwuliyoutuihuanhuo
    +
  • + +
+ + +
+ 第一步:使用font-face声明字体 +
+@font-face {font-family: 'iconfont';
+    src: url('iconfont.eot'); /* IE9*/
+    src: url('iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
+    url('iconfont.woff') format('woff'), /* chrome、firefox */
+    url('iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
+    url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
+}
+
+第二步:定义使用iconfont的样式 +
+.iconfont{
+    font-family:"iconfont" !important;
+    font-size:16px;font-style:normal;
+    -webkit-font-smoothing: antialiased;
+    -webkit-text-stroke-width: 0.2px;
+    -moz-osx-font-smoothing: grayscale;}
+
+第三步:挑选相应图标并获取字体编码,应用于页面 +
+<i class="iconfont">&#x33;</i>
+
+
+ +
+ + diff --git a/manong_portal/src/main/webapp/font/iconfont.css b/manong_portal/src/main/webapp/font/iconfont.css new file mode 100644 index 0000000..c7637fe --- /dev/null +++ b/manong_portal/src/main/webapp/font/iconfont.css @@ -0,0 +1,41 @@ + +@font-face {font-family: "iconfont"; + src: url('iconfont.eot?t=1477321399'); /* IE9*/ + src: url('iconfont.eot?t=1477321399#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('iconfont.woff?t=1477321399') format('woff'), /* chrome, firefox */ + url('iconfont.ttf?t=1477321399') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ + url('iconfont.svg?t=1477321399#iconfont') format('svg'); /* iOS 4.1- */ +} + +.iconfont { + font-family:"iconfont" !important; + font-size:16px; + font-style:normal; + -webkit-font-smoothing: antialiased; + -webkit-text-stroke-width: 0.2px; + -moz-osx-font-smoothing: grayscale; +} +.icon-muyingwanju:before { content: "\3456"; } +.icon-yundong:before { content: "\f0047"; } +.icon-jiajujiancai:before { content: "\3453"; } +.icon-neiyi:before { content: "\f0048"; } +.icon-muyingchanpin:before { content: "\3484"; } +.icon-shengxianshuiguo:before { content: "\3485"; } +.icon-shipinyinliao:before { content: "\3486"; } +.icon-liangyoufushi:before { content: "\3482"; } +.icon-meirongxihu:before { content: "\3483"; } +.icon-xie:before { content: "\346d"; } +.icon-nanzhuang:before { content: "\346c"; } +.icon-shipin:before { content: "\3455"; } +.icon-shumashouji:before { content: "\3457"; } +.icon-nvzhuangneiyi:before { content: "\3459"; } +.icon-qichepeijian:before { content: "\345d"; } +.icon-yiyaobaojian:before { content: "\3460"; } +.icon-tushuyinxiang:before { content: "\3461"; } +.icon-shouji:before { content: "\3448"; } +.icon-jiayongdianqi:before { content: "\3454"; } +.icon-zuanshi:before { content: "\344e"; } +.icon-xiexiangbao:before { content: "\344f"; } +.icon-huazhuangpin:before { content: "\345c"; } +.icon-jiafangjiashi:before { content: "\345e"; } +.icon-jujia:before { content: "\345f"; } diff --git a/manong_portal/src/main/webapp/font/iconfont.eot b/manong_portal/src/main/webapp/font/iconfont.eot new file mode 100644 index 0000000..22abc17 Binary files /dev/null and b/manong_portal/src/main/webapp/font/iconfont.eot differ diff --git a/manong_portal/src/main/webapp/font/iconfont.svg b/manong_portal/src/main/webapp/font/iconfont.svg new file mode 100644 index 0000000..af744f3 --- /dev/null +++ b/manong_portal/src/main/webapp/font/iconfont.svg @@ -0,0 +1,142 @@ + + + + +Created by FontForge 20120731 at Mon Oct 24 23:03:19 2016 + By admin + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/manong_portal/src/main/webapp/font/iconfont.ttf b/manong_portal/src/main/webapp/font/iconfont.ttf new file mode 100644 index 0000000..a57fd89 Binary files /dev/null and b/manong_portal/src/main/webapp/font/iconfont.ttf differ diff --git a/manong_portal/src/main/webapp/font/iconfont.woff b/manong_portal/src/main/webapp/font/iconfont.woff new file mode 100644 index 0000000..cdb814c Binary files /dev/null and b/manong_portal/src/main/webapp/font/iconfont.woff differ diff --git a/manong_portal/src/main/webapp/font/iconfont1.css b/manong_portal/src/main/webapp/font/iconfont1.css new file mode 100644 index 0000000..3e1d2e8 --- /dev/null +++ b/manong_portal/src/main/webapp/font/iconfont1.css @@ -0,0 +1,19 @@ + +@font-face {font-family: "iconfont"; + src: url('iconfont.eot?t=1477666267'); /* IE9*/ + src: url('iconfont.eot?t=1477666267#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('iconfont.woff?t=1477666267') format('woff'), /* chrome, firefox */ + url('iconfont.ttf?t=1477666267') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ + url('iconfont.svg?t=1477666267#iconfont') format('svg'); /* iOS 4.1- */ +} + +.iconfont { + font-family:"iconfont" !important; + font-size:16px; + font-style:normal; + -webkit-font-smoothing: antialiased; + -webkit-text-stroke-width: 0.2px; + -moz-osx-font-smoothing: grayscale; +} +.icon-tianmaochaoshi:before { content: "\f0052"; } +.icon-tianmaoguoji:before { content: "\f0060"; } diff --git a/manong_portal/src/main/webapp/font/iconfont1.eot b/manong_portal/src/main/webapp/font/iconfont1.eot new file mode 100644 index 0000000..986024e Binary files /dev/null and b/manong_portal/src/main/webapp/font/iconfont1.eot differ diff --git a/manong_portal/src/main/webapp/font/iconfont1.svg b/manong_portal/src/main/webapp/font/iconfont1.svg new file mode 100644 index 0000000..b9d8174 --- /dev/null +++ b/manong_portal/src/main/webapp/font/iconfont1.svg @@ -0,0 +1,53 @@ + + + + +Created by FontForge 20120731 at Fri Oct 28 22:51:07 2016 + By admin + + + + + + + + + + + + + diff --git a/manong_portal/src/main/webapp/font/iconfont1.ttf b/manong_portal/src/main/webapp/font/iconfont1.ttf new file mode 100644 index 0000000..343cc0c Binary files /dev/null and b/manong_portal/src/main/webapp/font/iconfont1.ttf differ diff --git a/manong_portal/src/main/webapp/font/iconfont1.woff b/manong_portal/src/main/webapp/font/iconfont1.woff new file mode 100644 index 0000000..299ef67 Binary files /dev/null and b/manong_portal/src/main/webapp/font/iconfont1.woff differ diff --git a/manong_portal/src/main/webapp/font/iconfont2.css b/manong_portal/src/main/webapp/font/iconfont2.css new file mode 100644 index 0000000..f26a501 --- /dev/null +++ b/manong_portal/src/main/webapp/font/iconfont2.css @@ -0,0 +1,23 @@ + +@font-face {font-family: "iconfont"; + src: url('iconfont.eot?t=1477830230'); /* IE9*/ + src: url('iconfont.eot?t=1477830230#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('iconfont.woff?t=1477830230') format('woff'), /* chrome, firefox */ + url('iconfont.ttf?t=1477830230') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ + url('iconfont.svg?t=1477830230#iconfont') format('svg'); /* iOS 4.1- */ +} + +.iconfont { + font-family:"iconfont" !important; + font-size:16px; + font-style:normal; + -webkit-font-smoothing: antialiased; + -webkit-text-stroke-width: 0.2px; + -moz-osx-font-smoothing: grayscale; +} +.icon-dingwei:before { content: "\e61b"; } +.icon-chaoliufuzhuang:before { content: "\e6bf"; } +.icon-shouji:before { content: "\e608"; } +.icon-pinzhishenghuo:before { content: "\e62f"; } +.icon-haiwaigou:before { content: "\e667"; } +.icon-gexinghuatuisong:before { content: "\e658"; } diff --git a/manong_portal/src/main/webapp/font/iconfont2.eot b/manong_portal/src/main/webapp/font/iconfont2.eot new file mode 100644 index 0000000..7a7c4c0 Binary files /dev/null and b/manong_portal/src/main/webapp/font/iconfont2.eot differ diff --git a/manong_portal/src/main/webapp/font/iconfont2.svg b/manong_portal/src/main/webapp/font/iconfont2.svg new file mode 100644 index 0000000..b4bbb76 --- /dev/null +++ b/manong_portal/src/main/webapp/font/iconfont2.svg @@ -0,0 +1,62 @@ + + + + +Created by FontForge 20120731 at Sun Oct 30 20:23:49 2016 + By admin + + + + + + + + + + + + + + + + + diff --git a/manong_portal/src/main/webapp/font/iconfont2.ttf b/manong_portal/src/main/webapp/font/iconfont2.ttf new file mode 100644 index 0000000..a3d53c6 Binary files /dev/null and b/manong_portal/src/main/webapp/font/iconfont2.ttf differ diff --git a/manong_portal/src/main/webapp/font/iconfont2.woff b/manong_portal/src/main/webapp/font/iconfont2.woff new file mode 100644 index 0000000..3e380f0 Binary files /dev/null and b/manong_portal/src/main/webapp/font/iconfont2.woff differ diff --git a/manong_portal/src/main/webapp/font/iconfont3.css b/manong_portal/src/main/webapp/font/iconfont3.css new file mode 100644 index 0000000..1e2d56f --- /dev/null +++ b/manong_portal/src/main/webapp/font/iconfont3.css @@ -0,0 +1,21 @@ + +@font-face {font-family: "iconfont"; + src: url('iconfont.eot?t=1477922756'); /* IE9*/ + src: url('iconfont.eot?t=1477922756#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('iconfont.woff?t=1477922756') format('woff'), /* chrome, firefox */ + url('iconfont.ttf?t=1477922756') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ + url('iconfont.svg?t=1477922756#iconfont') format('svg'); /* iOS 4.1- */ +} + +.iconfont { + font-family:"iconfont" !important; + font-size:16px; + font-style:normal; + -webkit-font-smoothing: antialiased; + -webkit-text-stroke-width: 0.2px; + -moz-osx-font-smoothing: grayscale; +} +.icon-zhengpinbaozhang:before { content: "\3468"; } +.icon-bangzhuzhongxin:before { content: "\3469"; } +.icon-tesefuwu:before { content: "\3466"; } +.icon-qitianwuliyoutuihuanhuo:before { content: "\3467"; } diff --git a/manong_portal/src/main/webapp/font/iconfont3.eot b/manong_portal/src/main/webapp/font/iconfont3.eot new file mode 100644 index 0000000..bcf32bc Binary files /dev/null and b/manong_portal/src/main/webapp/font/iconfont3.eot differ diff --git a/manong_portal/src/main/webapp/font/iconfont3.svg b/manong_portal/src/main/webapp/font/iconfont3.svg new file mode 100644 index 0000000..2a72708 --- /dev/null +++ b/manong_portal/src/main/webapp/font/iconfont3.svg @@ -0,0 +1,60 @@ + + + + +Created by FontForge 20120731 at Mon Oct 31 22:05:56 2016 + By admin + + + + + + + + + + + + + + + diff --git a/manong_portal/src/main/webapp/font/iconfont3.ttf b/manong_portal/src/main/webapp/font/iconfont3.ttf new file mode 100644 index 0000000..f1cb756 Binary files /dev/null and b/manong_portal/src/main/webapp/font/iconfont3.ttf differ diff --git a/manong_portal/src/main/webapp/font/iconfont3.woff b/manong_portal/src/main/webapp/font/iconfont3.woff new file mode 100644 index 0000000..0920a67 Binary files /dev/null and b/manong_portal/src/main/webapp/font/iconfont3.woff differ diff --git a/manong_portal/src/main/webapp/icon/360w.png b/manong_portal/src/main/webapp/icon/360w.png new file mode 100644 index 0000000..77453e4 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/360w.png differ diff --git a/manong_portal/src/main/webapp/icon/5.png b/manong_portal/src/main/webapp/icon/5.png new file mode 100644 index 0000000..bde2243 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/5.png differ diff --git a/manong_portal/src/main/webapp/icon/666.png b/manong_portal/src/main/webapp/icon/666.png new file mode 100644 index 0000000..092c6c1 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/666.png differ diff --git a/manong_portal/src/main/webapp/icon/S.png b/manong_portal/src/main/webapp/icon/S.png new file mode 100644 index 0000000..3a1339a Binary files /dev/null and b/manong_portal/src/main/webapp/icon/S.png differ diff --git a/manong_portal/src/main/webapp/icon/TB.jpg b/manong_portal/src/main/webapp/icon/TB.jpg new file mode 100644 index 0000000..25e68c2 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/TB.jpg differ diff --git a/manong_portal/src/main/webapp/icon/WW.png b/manong_portal/src/main/webapp/icon/WW.png new file mode 100644 index 0000000..9c674a1 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/WW.png differ diff --git a/manong_portal/src/main/webapp/icon/body-pic1.jpg b/manong_portal/src/main/webapp/icon/body-pic1.jpg new file mode 100644 index 0000000..747730f Binary files /dev/null and b/manong_portal/src/main/webapp/icon/body-pic1.jpg differ diff --git a/manong_portal/src/main/webapp/icon/body-pic10.jpg b/manong_portal/src/main/webapp/icon/body-pic10.jpg new file mode 100644 index 0000000..856dda6 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/body-pic10.jpg differ diff --git a/manong_portal/src/main/webapp/icon/body-pic2.png b/manong_portal/src/main/webapp/icon/body-pic2.png new file mode 100644 index 0000000..746f437 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/body-pic2.png differ diff --git a/manong_portal/src/main/webapp/icon/body-pic3.png b/manong_portal/src/main/webapp/icon/body-pic3.png new file mode 100644 index 0000000..9716b4a Binary files /dev/null and b/manong_portal/src/main/webapp/icon/body-pic3.png differ diff --git a/manong_portal/src/main/webapp/icon/body-pic4.jpg b/manong_portal/src/main/webapp/icon/body-pic4.jpg new file mode 100644 index 0000000..a22fc57 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/body-pic4.jpg differ diff --git a/manong_portal/src/main/webapp/icon/body-pic5.jpg b/manong_portal/src/main/webapp/icon/body-pic5.jpg new file mode 100644 index 0000000..2dd618f Binary files /dev/null and b/manong_portal/src/main/webapp/icon/body-pic5.jpg differ diff --git a/manong_portal/src/main/webapp/icon/body-pic6.png b/manong_portal/src/main/webapp/icon/body-pic6.png new file mode 100644 index 0000000..71097eb Binary files /dev/null and b/manong_portal/src/main/webapp/icon/body-pic6.png differ diff --git a/manong_portal/src/main/webapp/icon/body-pic7.jpg b/manong_portal/src/main/webapp/icon/body-pic7.jpg new file mode 100644 index 0000000..f854fad Binary files /dev/null and b/manong_portal/src/main/webapp/icon/body-pic7.jpg differ diff --git a/manong_portal/src/main/webapp/icon/body-pic8.jpg b/manong_portal/src/main/webapp/icon/body-pic8.jpg new file mode 100644 index 0000000..85bcbd9 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/body-pic8.jpg differ diff --git a/manong_portal/src/main/webapp/icon/body-pic9.jpg b/manong_portal/src/main/webapp/icon/body-pic9.jpg new file mode 100644 index 0000000..e79a343 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/body-pic9.jpg differ diff --git a/manong_portal/src/main/webapp/icon/body_right_ad.jpg b/manong_portal/src/main/webapp/icon/body_right_ad.jpg new file mode 100644 index 0000000..e1247d0 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/body_right_ad.jpg differ diff --git a/manong_portal/src/main/webapp/icon/body_right_ad0.jpg b/manong_portal/src/main/webapp/icon/body_right_ad0.jpg new file mode 100644 index 0000000..f17e2c5 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/body_right_ad0.jpg differ diff --git a/manong_portal/src/main/webapp/icon/bottom.png b/manong_portal/src/main/webapp/icon/bottom.png new file mode 100644 index 0000000..c543e8e Binary files /dev/null and b/manong_portal/src/main/webapp/icon/bottom.png differ diff --git a/manong_portal/src/main/webapp/icon/cat.png b/manong_portal/src/main/webapp/icon/cat.png new file mode 100644 index 0000000..4fa9460 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/cat.png differ diff --git a/manong_portal/src/main/webapp/icon/coat.jpg b/manong_portal/src/main/webapp/icon/coat.jpg new file mode 100644 index 0000000..a87b694 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/coat.jpg differ diff --git a/manong_portal/src/main/webapp/icon/collect.png b/manong_portal/src/main/webapp/icon/collect.png new file mode 100644 index 0000000..a0cd1f6 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/collect.png differ diff --git a/manong_portal/src/main/webapp/icon/collect_we.jpg b/manong_portal/src/main/webapp/icon/collect_we.jpg new file mode 100644 index 0000000..ccd5879 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/collect_we.jpg differ diff --git a/manong_portal/src/main/webapp/icon/collection.png b/manong_portal/src/main/webapp/icon/collection.png new file mode 100644 index 0000000..0d1c844 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/collection.png differ diff --git a/manong_portal/src/main/webapp/icon/comment_ad.png b/manong_portal/src/main/webapp/icon/comment_ad.png new file mode 100644 index 0000000..badb408 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/comment_ad.png differ diff --git a/manong_portal/src/main/webapp/icon/down.png b/manong_portal/src/main/webapp/icon/down.png new file mode 100644 index 0000000..2fd84ce Binary files /dev/null and b/manong_portal/src/main/webapp/icon/down.png differ diff --git a/manong_portal/src/main/webapp/icon/down0.png b/manong_portal/src/main/webapp/icon/down0.png new file mode 100644 index 0000000..6384b78 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/down0.png differ diff --git a/manong_portal/src/main/webapp/icon/drop.png b/manong_portal/src/main/webapp/icon/drop.png new file mode 100644 index 0000000..25abd09 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/drop.png differ diff --git a/manong_portal/src/main/webapp/icon/er.png b/manong_portal/src/main/webapp/icon/er.png new file mode 100644 index 0000000..c61895a Binary files /dev/null and b/manong_portal/src/main/webapp/icon/er.png differ diff --git a/manong_portal/src/main/webapp/icon/erweima.jpg b/manong_portal/src/main/webapp/icon/erweima.jpg new file mode 100644 index 0000000..754681f Binary files /dev/null and b/manong_portal/src/main/webapp/icon/erweima.jpg differ diff --git a/manong_portal/src/main/webapp/icon/global.png b/manong_portal/src/main/webapp/icon/global.png new file mode 100644 index 0000000..8859947 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/global.png differ diff --git a/manong_portal/src/main/webapp/icon/gong1.jpg b/manong_portal/src/main/webapp/icon/gong1.jpg new file mode 100644 index 0000000..af28830 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/gong1.jpg differ diff --git a/manong_portal/src/main/webapp/icon/gong2.jpg b/manong_portal/src/main/webapp/icon/gong2.jpg new file mode 100644 index 0000000..efd3e9d Binary files /dev/null and b/manong_portal/src/main/webapp/icon/gong2.jpg differ diff --git a/manong_portal/src/main/webapp/icon/gong3.jpg b/manong_portal/src/main/webapp/icon/gong3.jpg new file mode 100644 index 0000000..e1b0f8c Binary files /dev/null and b/manong_portal/src/main/webapp/icon/gong3.jpg differ diff --git a/manong_portal/src/main/webapp/icon/gong4.jpg b/manong_portal/src/main/webapp/icon/gong4.jpg new file mode 100644 index 0000000..6449e9a Binary files /dev/null and b/manong_portal/src/main/webapp/icon/gong4.jpg differ diff --git a/manong_portal/src/main/webapp/icon/gong5.jpg b/manong_portal/src/main/webapp/icon/gong5.jpg new file mode 100644 index 0000000..30e5eb1 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/gong5.jpg differ diff --git a/manong_portal/src/main/webapp/icon/gong6.jpg b/manong_portal/src/main/webapp/icon/gong6.jpg new file mode 100644 index 0000000..409adba Binary files /dev/null and b/manong_portal/src/main/webapp/icon/gong6.jpg differ diff --git a/manong_portal/src/main/webapp/icon/gong7.jpg b/manong_portal/src/main/webapp/icon/gong7.jpg new file mode 100644 index 0000000..78f4f32 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/gong7.jpg differ diff --git a/manong_portal/src/main/webapp/icon/gong8.jpg b/manong_portal/src/main/webapp/icon/gong8.jpg new file mode 100644 index 0000000..33c3cba Binary files /dev/null and b/manong_portal/src/main/webapp/icon/gong8.jpg differ diff --git a/manong_portal/src/main/webapp/icon/gong9.jpg b/manong_portal/src/main/webapp/icon/gong9.jpg new file mode 100644 index 0000000..01d823c Binary files /dev/null and b/manong_portal/src/main/webapp/icon/gong9.jpg differ diff --git a/manong_portal/src/main/webapp/icon/gouwujuan.png b/manong_portal/src/main/webapp/icon/gouwujuan.png new file mode 100644 index 0000000..c9744d5 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/gouwujuan.png differ diff --git a/manong_portal/src/main/webapp/icon/jinshan.png b/manong_portal/src/main/webapp/icon/jinshan.png new file mode 100644 index 0000000..7a4ae90 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/jinshan.png differ diff --git a/manong_portal/src/main/webapp/icon/left_bg.png b/manong_portal/src/main/webapp/icon/left_bg.png new file mode 100644 index 0000000..aa57bad Binary files /dev/null and b/manong_portal/src/main/webapp/icon/left_bg.png differ diff --git a/manong_portal/src/main/webapp/icon/list.png b/manong_portal/src/main/webapp/icon/list.png new file mode 100644 index 0000000..6d31b73 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/list.png differ diff --git a/manong_portal/src/main/webapp/icon/login1.png b/manong_portal/src/main/webapp/icon/login1.png new file mode 100644 index 0000000..cf52a5f Binary files /dev/null and b/manong_portal/src/main/webapp/icon/login1.png differ diff --git a/manong_portal/src/main/webapp/icon/login2.png b/manong_portal/src/main/webapp/icon/login2.png new file mode 100644 index 0000000..ee4f7d2 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/login2.png differ diff --git a/manong_portal/src/main/webapp/icon/select01.jpg b/manong_portal/src/main/webapp/icon/select01.jpg new file mode 100644 index 0000000..8808aff Binary files /dev/null and b/manong_portal/src/main/webapp/icon/select01.jpg differ diff --git a/manong_portal/src/main/webapp/icon/select02.jpg b/manong_portal/src/main/webapp/icon/select02.jpg new file mode 100644 index 0000000..7f88e05 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/select02.jpg differ diff --git a/manong_portal/src/main/webapp/icon/select03.jpg b/manong_portal/src/main/webapp/icon/select03.jpg new file mode 100644 index 0000000..3e0e9d1 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/select03.jpg differ diff --git a/manong_portal/src/main/webapp/icon/select04.jpg b/manong_portal/src/main/webapp/icon/select04.jpg new file mode 100644 index 0000000..ad83e09 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/select04.jpg differ diff --git a/manong_portal/src/main/webapp/icon/select05.jpg b/manong_portal/src/main/webapp/icon/select05.jpg new file mode 100644 index 0000000..15ca10e Binary files /dev/null and b/manong_portal/src/main/webapp/icon/select05.jpg differ diff --git a/manong_portal/src/main/webapp/icon/select06.jpg b/manong_portal/src/main/webapp/icon/select06.jpg new file mode 100644 index 0000000..b092a1e Binary files /dev/null and b/manong_portal/src/main/webapp/icon/select06.jpg differ diff --git a/manong_portal/src/main/webapp/icon/select07.png b/manong_portal/src/main/webapp/icon/select07.png new file mode 100644 index 0000000..883df08 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/select07.png differ diff --git a/manong_portal/src/main/webapp/icon/select08.jpg b/manong_portal/src/main/webapp/icon/select08.jpg new file mode 100644 index 0000000..2681c02 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/select08.jpg differ diff --git a/manong_portal/src/main/webapp/icon/select09.jpg b/manong_portal/src/main/webapp/icon/select09.jpg new file mode 100644 index 0000000..62f1b2e Binary files /dev/null and b/manong_portal/src/main/webapp/icon/select09.jpg differ diff --git a/manong_portal/src/main/webapp/icon/select10.jpg b/manong_portal/src/main/webapp/icon/select10.jpg new file mode 100644 index 0000000..3962990 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/select10.jpg differ diff --git a/manong_portal/src/main/webapp/icon/select11.jpg b/manong_portal/src/main/webapp/icon/select11.jpg new file mode 100644 index 0000000..59f8263 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/select11.jpg differ diff --git a/manong_portal/src/main/webapp/icon/select12.jpg b/manong_portal/src/main/webapp/icon/select12.jpg new file mode 100644 index 0000000..de16567 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/select12.jpg differ diff --git a/manong_portal/src/main/webapp/icon/select13.jpg b/manong_portal/src/main/webapp/icon/select13.jpg new file mode 100644 index 0000000..6bd6881 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/select13.jpg differ diff --git a/manong_portal/src/main/webapp/icon/select14.jpg b/manong_portal/src/main/webapp/icon/select14.jpg new file mode 100644 index 0000000..e417944 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/select14.jpg differ diff --git a/manong_portal/src/main/webapp/icon/select15.jpg b/manong_portal/src/main/webapp/icon/select15.jpg new file mode 100644 index 0000000..75daa14 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/select15.jpg differ diff --git a/manong_portal/src/main/webapp/icon/select16.jpg b/manong_portal/src/main/webapp/icon/select16.jpg new file mode 100644 index 0000000..bd0e947 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/select16.jpg differ diff --git a/manong_portal/src/main/webapp/icon/shang.png b/manong_portal/src/main/webapp/icon/shang.png new file mode 100644 index 0000000..a192e12 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/shang.png differ diff --git a/manong_portal/src/main/webapp/icon/share.png b/manong_portal/src/main/webapp/icon/share.png new file mode 100644 index 0000000..d3a0ccc Binary files /dev/null and b/manong_portal/src/main/webapp/icon/share.png differ diff --git a/manong_portal/src/main/webapp/icon/shop1.png b/manong_portal/src/main/webapp/icon/shop1.png new file mode 100644 index 0000000..31735c8 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/shop1.png differ diff --git a/manong_portal/src/main/webapp/icon/shop2.png b/manong_portal/src/main/webapp/icon/shop2.png new file mode 100644 index 0000000..ad2f0c1 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/shop2.png differ diff --git a/manong_portal/src/main/webapp/icon/shopping_cart.png b/manong_portal/src/main/webapp/icon/shopping_cart.png new file mode 100644 index 0000000..714da00 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/shopping_cart.png differ diff --git a/manong_portal/src/main/webapp/icon/sp1.jpg b/manong_portal/src/main/webapp/icon/sp1.jpg new file mode 100644 index 0000000..6c8ff5b Binary files /dev/null and b/manong_portal/src/main/webapp/icon/sp1.jpg differ diff --git a/manong_portal/src/main/webapp/icon/sp2.jpg b/manong_portal/src/main/webapp/icon/sp2.jpg new file mode 100644 index 0000000..b2bd503 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/sp2.jpg differ diff --git a/manong_portal/src/main/webapp/icon/sp4.jpg b/manong_portal/src/main/webapp/icon/sp4.jpg new file mode 100644 index 0000000..c07cee1 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/sp4.jpg differ diff --git a/manong_portal/src/main/webapp/icon/sp5.jpg b/manong_portal/src/main/webapp/icon/sp5.jpg new file mode 100644 index 0000000..d27db28 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/sp5.jpg differ diff --git a/manong_portal/src/main/webapp/icon/sp6.jpg b/manong_portal/src/main/webapp/icon/sp6.jpg new file mode 100644 index 0000000..9d32384 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/sp6.jpg differ diff --git a/manong_portal/src/main/webapp/icon/sp7.jpg b/manong_portal/src/main/webapp/icon/sp7.jpg new file mode 100644 index 0000000..f302821 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/sp7.jpg differ diff --git a/manong_portal/src/main/webapp/icon/start.png b/manong_portal/src/main/webapp/icon/start.png new file mode 100644 index 0000000..fd0314a Binary files /dev/null and b/manong_portal/src/main/webapp/icon/start.png differ diff --git a/manong_portal/src/main/webapp/icon/super.png b/manong_portal/src/main/webapp/icon/super.png new file mode 100644 index 0000000..cb66eae Binary files /dev/null and b/manong_portal/src/main/webapp/icon/super.png differ diff --git a/manong_portal/src/main/webapp/icon/tmall.ico b/manong_portal/src/main/webapp/icon/tmall.ico new file mode 100644 index 0000000..ecdb482 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/tmall.ico differ diff --git a/manong_portal/src/main/webapp/icon/tmall.png b/manong_portal/src/main/webapp/icon/tmall.png new file mode 100644 index 0000000..ef80cbf Binary files /dev/null and b/manong_portal/src/main/webapp/icon/tmall.png differ diff --git a/manong_portal/src/main/webapp/icon/tmalllogol.png b/manong_portal/src/main/webapp/icon/tmalllogol.png new file mode 100644 index 0000000..eb47bee Binary files /dev/null and b/manong_portal/src/main/webapp/icon/tmalllogol.png differ diff --git a/manong_portal/src/main/webapp/icon/totop.gif b/manong_portal/src/main/webapp/icon/totop.gif new file mode 100644 index 0000000..e4172ce Binary files /dev/null and b/manong_portal/src/main/webapp/icon/totop.gif differ diff --git a/manong_portal/src/main/webapp/icon/tui.png b/manong_portal/src/main/webapp/icon/tui.png new file mode 100644 index 0000000..e4796cd Binary files /dev/null and b/manong_portal/src/main/webapp/icon/tui.png differ diff --git a/manong_portal/src/main/webapp/icon/uc_browser.png b/manong_portal/src/main/webapp/icon/uc_browser.png new file mode 100644 index 0000000..75fd8d9 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/uc_browser.png differ diff --git a/manong_portal/src/main/webapp/icon/xia.png b/manong_portal/src/main/webapp/icon/xia.png new file mode 100644 index 0000000..ae80e2e Binary files /dev/null and b/manong_portal/src/main/webapp/icon/xia.png differ diff --git a/manong_portal/src/main/webapp/icon/yellowstar.png b/manong_portal/src/main/webapp/icon/yellowstar.png new file mode 100644 index 0000000..51e46d0 Binary files /dev/null and b/manong_portal/src/main/webapp/icon/yellowstar.png differ diff --git a/manong_portal/src/main/webapp/images/2band1.jpg b/manong_portal/src/main/webapp/images/2band1.jpg new file mode 100644 index 0000000..268e1ce Binary files /dev/null and b/manong_portal/src/main/webapp/images/2band1.jpg differ diff --git a/manong_portal/src/main/webapp/images/2band2.jpg b/manong_portal/src/main/webapp/images/2band2.jpg new file mode 100644 index 0000000..4a1676e Binary files /dev/null and b/manong_portal/src/main/webapp/images/2band2.jpg differ diff --git a/manong_portal/src/main/webapp/images/2band3.jpg b/manong_portal/src/main/webapp/images/2band3.jpg new file mode 100644 index 0000000..cd6d7b2 Binary files /dev/null and b/manong_portal/src/main/webapp/images/2band3.jpg differ diff --git a/manong_portal/src/main/webapp/images/2band4.jpg b/manong_portal/src/main/webapp/images/2band4.jpg new file mode 100644 index 0000000..76d3f12 Binary files /dev/null and b/manong_portal/src/main/webapp/images/2band4.jpg differ diff --git a/manong_portal/src/main/webapp/images/2band5.jpg b/manong_portal/src/main/webapp/images/2band5.jpg new file mode 100644 index 0000000..3695cbf Binary files /dev/null and b/manong_portal/src/main/webapp/images/2band5.jpg differ diff --git a/manong_portal/src/main/webapp/images/2band6.jpg b/manong_portal/src/main/webapp/images/2band6.jpg new file mode 100644 index 0000000..b85ed4e Binary files /dev/null and b/manong_portal/src/main/webapp/images/2band6.jpg differ diff --git a/manong_portal/src/main/webapp/images/2band7.jpg b/manong_portal/src/main/webapp/images/2band7.jpg new file mode 100644 index 0000000..c29784d Binary files /dev/null and b/manong_portal/src/main/webapp/images/2band7.jpg differ diff --git a/manong_portal/src/main/webapp/images/2band8.jpg b/manong_portal/src/main/webapp/images/2band8.jpg new file mode 100644 index 0000000..b4bfc61 Binary files /dev/null and b/manong_portal/src/main/webapp/images/2band8.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor1-img1.jpg b/manong_portal/src/main/webapp/images/Floor1-img1.jpg new file mode 100644 index 0000000..b8e4528 Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor1-img1.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor1-img2.jpg b/manong_portal/src/main/webapp/images/Floor1-img2.jpg new file mode 100644 index 0000000..a85461f Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor1-img2.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor1-img3.jpg b/manong_portal/src/main/webapp/images/Floor1-img3.jpg new file mode 100644 index 0000000..15bcf58 Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor1-img3.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor1-img4.jpg b/manong_portal/src/main/webapp/images/Floor1-img4.jpg new file mode 100644 index 0000000..27b6553 Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor1-img4.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor1-img5.jpg b/manong_portal/src/main/webapp/images/Floor1-img5.jpg new file mode 100644 index 0000000..5c0ecda Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor1-img5.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor1-img6.jpg b/manong_portal/src/main/webapp/images/Floor1-img6.jpg new file mode 100644 index 0000000..45b232f Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor1-img6.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor1-img7.jpg b/manong_portal/src/main/webapp/images/Floor1-img7.jpg new file mode 100644 index 0000000..e4bdd59 Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor1-img7.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor1-img8.jpg b/manong_portal/src/main/webapp/images/Floor1-img8.jpg new file mode 100644 index 0000000..bad8de6 Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor1-img8.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor1.jpg b/manong_portal/src/main/webapp/images/Floor1.jpg new file mode 100644 index 0000000..cc11826 Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor1.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor2-img1.jpg b/manong_portal/src/main/webapp/images/Floor2-img1.jpg new file mode 100644 index 0000000..eeb5a2f Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor2-img1.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor2-img2.jpg b/manong_portal/src/main/webapp/images/Floor2-img2.jpg new file mode 100644 index 0000000..533ca3c Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor2-img2.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor2-img3.jpg b/manong_portal/src/main/webapp/images/Floor2-img3.jpg new file mode 100644 index 0000000..81a10cd Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor2-img3.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor2-img4.jpg b/manong_portal/src/main/webapp/images/Floor2-img4.jpg new file mode 100644 index 0000000..0134cdf Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor2-img4.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor2-img5.jpg b/manong_portal/src/main/webapp/images/Floor2-img5.jpg new file mode 100644 index 0000000..d8b830a Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor2-img5.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor2-img6.jpg b/manong_portal/src/main/webapp/images/Floor2-img6.jpg new file mode 100644 index 0000000..df60f26 Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor2-img6.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor2-img7.jpg b/manong_portal/src/main/webapp/images/Floor2-img7.jpg new file mode 100644 index 0000000..1aba546 Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor2-img7.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor2-img8.jpg b/manong_portal/src/main/webapp/images/Floor2-img8.jpg new file mode 100644 index 0000000..a836606 Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor2-img8.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor2.jpg b/manong_portal/src/main/webapp/images/Floor2.jpg new file mode 100644 index 0000000..cce3c78 Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor2.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor3-img1.jpg b/manong_portal/src/main/webapp/images/Floor3-img1.jpg new file mode 100644 index 0000000..c27854e Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor3-img1.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor3-img2.jpg b/manong_portal/src/main/webapp/images/Floor3-img2.jpg new file mode 100644 index 0000000..6afaae9 Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor3-img2.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor3-img3.jpg b/manong_portal/src/main/webapp/images/Floor3-img3.jpg new file mode 100644 index 0000000..b91c149 Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor3-img3.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor3-img4.jpg b/manong_portal/src/main/webapp/images/Floor3-img4.jpg new file mode 100644 index 0000000..9b036be Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor3-img4.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor3-img5.jpg b/manong_portal/src/main/webapp/images/Floor3-img5.jpg new file mode 100644 index 0000000..485fd2f Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor3-img5.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor3-img6.jpg b/manong_portal/src/main/webapp/images/Floor3-img6.jpg new file mode 100644 index 0000000..ca1d774 Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor3-img6.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor3-img7.jpg b/manong_portal/src/main/webapp/images/Floor3-img7.jpg new file mode 100644 index 0000000..cd6fce1 Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor3-img7.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor3-img8.jpg b/manong_portal/src/main/webapp/images/Floor3-img8.jpg new file mode 100644 index 0000000..46220a9 Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor3-img8.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor3.jpg b/manong_portal/src/main/webapp/images/Floor3.jpg new file mode 100644 index 0000000..2967f2a Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor3.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor4-img1.jpg b/manong_portal/src/main/webapp/images/Floor4-img1.jpg new file mode 100644 index 0000000..61b208f Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor4-img1.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor4-img2.jpg b/manong_portal/src/main/webapp/images/Floor4-img2.jpg new file mode 100644 index 0000000..40f307c Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor4-img2.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor4-img3.jpg b/manong_portal/src/main/webapp/images/Floor4-img3.jpg new file mode 100644 index 0000000..971f45a Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor4-img3.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor4-img4.jpg b/manong_portal/src/main/webapp/images/Floor4-img4.jpg new file mode 100644 index 0000000..849fdf1 Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor4-img4.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor4-img5.jpg b/manong_portal/src/main/webapp/images/Floor4-img5.jpg new file mode 100644 index 0000000..bd05df8 Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor4-img5.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor4-img6.jpg b/manong_portal/src/main/webapp/images/Floor4-img6.jpg new file mode 100644 index 0000000..fb63875 Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor4-img6.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor4-img7.jpg b/manong_portal/src/main/webapp/images/Floor4-img7.jpg new file mode 100644 index 0000000..284ce7c Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor4-img7.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor4-img8.jpg b/manong_portal/src/main/webapp/images/Floor4-img8.jpg new file mode 100644 index 0000000..8e6167d Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor4-img8.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor4.jpg b/manong_portal/src/main/webapp/images/Floor4.jpg new file mode 100644 index 0000000..55bfec1 Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor4.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor5-img1.jpg b/manong_portal/src/main/webapp/images/Floor5-img1.jpg new file mode 100644 index 0000000..f7ed249 Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor5-img1.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor5-img2.jpg b/manong_portal/src/main/webapp/images/Floor5-img2.jpg new file mode 100644 index 0000000..4c040ba Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor5-img2.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor5-img3.jpg b/manong_portal/src/main/webapp/images/Floor5-img3.jpg new file mode 100644 index 0000000..6ff8bf1 Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor5-img3.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor5-img4.jpg b/manong_portal/src/main/webapp/images/Floor5-img4.jpg new file mode 100644 index 0000000..d0e31a9 Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor5-img4.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor5-img5.jpg b/manong_portal/src/main/webapp/images/Floor5-img5.jpg new file mode 100644 index 0000000..7c95a16 Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor5-img5.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor5-img6.jpg b/manong_portal/src/main/webapp/images/Floor5-img6.jpg new file mode 100644 index 0000000..088e5cb Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor5-img6.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor5-img7.jpg b/manong_portal/src/main/webapp/images/Floor5-img7.jpg new file mode 100644 index 0000000..3e4889b Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor5-img7.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor5-img8.jpg b/manong_portal/src/main/webapp/images/Floor5-img8.jpg new file mode 100644 index 0000000..4fa1710 Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor5-img8.jpg differ diff --git a/manong_portal/src/main/webapp/images/Floor5.jpg b/manong_portal/src/main/webapp/images/Floor5.jpg new file mode 100644 index 0000000..cc710ed Binary files /dev/null and b/manong_portal/src/main/webapp/images/Floor5.jpg differ diff --git a/manong_portal/src/main/webapp/images/Pro_img1.jpg b/manong_portal/src/main/webapp/images/Pro_img1.jpg new file mode 100644 index 0000000..c3fabb5 Binary files /dev/null and b/manong_portal/src/main/webapp/images/Pro_img1.jpg differ diff --git a/manong_portal/src/main/webapp/images/Pro_img2.jpg b/manong_portal/src/main/webapp/images/Pro_img2.jpg new file mode 100644 index 0000000..70d257b Binary files /dev/null and b/manong_portal/src/main/webapp/images/Pro_img2.jpg differ diff --git a/manong_portal/src/main/webapp/images/Pro_img3.jpg b/manong_portal/src/main/webapp/images/Pro_img3.jpg new file mode 100644 index 0000000..2aacf5d Binary files /dev/null and b/manong_portal/src/main/webapp/images/Pro_img3.jpg differ diff --git a/manong_portal/src/main/webapp/images/Pro_img4.jpg b/manong_portal/src/main/webapp/images/Pro_img4.jpg new file mode 100644 index 0000000..899811f Binary files /dev/null and b/manong_portal/src/main/webapp/images/Pro_img4.jpg differ diff --git a/manong_portal/src/main/webapp/images/Pro_show1.jpg b/manong_portal/src/main/webapp/images/Pro_show1.jpg new file mode 100644 index 0000000..747730f Binary files /dev/null and b/manong_portal/src/main/webapp/images/Pro_show1.jpg differ diff --git a/manong_portal/src/main/webapp/images/Pro_show2.jpg b/manong_portal/src/main/webapp/images/Pro_show2.jpg new file mode 100644 index 0000000..f854fad Binary files /dev/null and b/manong_portal/src/main/webapp/images/Pro_show2.jpg differ diff --git a/manong_portal/src/main/webapp/images/Pro_show3.jpg b/manong_portal/src/main/webapp/images/Pro_show3.jpg new file mode 100644 index 0000000..06cd949 Binary files /dev/null and b/manong_portal/src/main/webapp/images/Pro_show3.jpg differ diff --git a/manong_portal/src/main/webapp/images/Pro_show4.jpg b/manong_portal/src/main/webapp/images/Pro_show4.jpg new file mode 100644 index 0000000..2c81f7a Binary files /dev/null and b/manong_portal/src/main/webapp/images/Pro_show4.jpg differ diff --git a/manong_portal/src/main/webapp/images/Pro_show5.jpg b/manong_portal/src/main/webapp/images/Pro_show5.jpg new file mode 100644 index 0000000..23dfa92 Binary files /dev/null and b/manong_portal/src/main/webapp/images/Pro_show5.jpg differ diff --git a/manong_portal/src/main/webapp/images/Pro_show6.jpg b/manong_portal/src/main/webapp/images/Pro_show6.jpg new file mode 100644 index 0000000..e79a343 Binary files /dev/null and b/manong_portal/src/main/webapp/images/Pro_show6.jpg differ diff --git a/manong_portal/src/main/webapp/images/Pro_show7.jpg b/manong_portal/src/main/webapp/images/Pro_show7.jpg new file mode 100644 index 0000000..4658d63 Binary files /dev/null and b/manong_portal/src/main/webapp/images/Pro_show7.jpg differ diff --git a/manong_portal/src/main/webapp/images/Pro_show8.jpg b/manong_portal/src/main/webapp/images/Pro_show8.jpg new file mode 100644 index 0000000..2c89855 Binary files /dev/null and b/manong_portal/src/main/webapp/images/Pro_show8.jpg differ diff --git a/manong_portal/src/main/webapp/images/ShopAd1.jpg b/manong_portal/src/main/webapp/images/ShopAd1.jpg new file mode 100644 index 0000000..3957449 Binary files /dev/null and b/manong_portal/src/main/webapp/images/ShopAd1.jpg differ diff --git a/manong_portal/src/main/webapp/images/ShopAd2.jpg b/manong_portal/src/main/webapp/images/ShopAd2.jpg new file mode 100644 index 0000000..8d26ec7 Binary files /dev/null and b/manong_portal/src/main/webapp/images/ShopAd2.jpg differ diff --git a/manong_portal/src/main/webapp/images/ShopAd3.jpg b/manong_portal/src/main/webapp/images/ShopAd3.jpg new file mode 100644 index 0000000..464e96a Binary files /dev/null and b/manong_portal/src/main/webapp/images/ShopAd3.jpg differ diff --git a/manong_portal/src/main/webapp/images/ShopAd4.jpg b/manong_portal/src/main/webapp/images/ShopAd4.jpg new file mode 100644 index 0000000..eca782c Binary files /dev/null and b/manong_portal/src/main/webapp/images/ShopAd4.jpg differ diff --git a/manong_portal/src/main/webapp/images/ShopAd5.jpg b/manong_portal/src/main/webapp/images/ShopAd5.jpg new file mode 100644 index 0000000..fe1a4b4 Binary files /dev/null and b/manong_portal/src/main/webapp/images/ShopAd5.jpg differ diff --git a/manong_portal/src/main/webapp/images/ad.jpg b/manong_portal/src/main/webapp/images/ad.jpg new file mode 100644 index 0000000..f622519 Binary files /dev/null and b/manong_portal/src/main/webapp/images/ad.jpg differ diff --git a/manong_portal/src/main/webapp/images/ad2.png b/manong_portal/src/main/webapp/images/ad2.png new file mode 100644 index 0000000..eb5a2bf Binary files /dev/null and b/manong_portal/src/main/webapp/images/ad2.png differ diff --git a/manong_portal/src/main/webapp/images/band1.jpg b/manong_portal/src/main/webapp/images/band1.jpg new file mode 100644 index 0000000..482a478 Binary files /dev/null and b/manong_portal/src/main/webapp/images/band1.jpg differ diff --git a/manong_portal/src/main/webapp/images/band10.png b/manong_portal/src/main/webapp/images/band10.png new file mode 100644 index 0000000..2919981 Binary files /dev/null and b/manong_portal/src/main/webapp/images/band10.png differ diff --git a/manong_portal/src/main/webapp/images/band11.jpg b/manong_portal/src/main/webapp/images/band11.jpg new file mode 100644 index 0000000..ada238a Binary files /dev/null and b/manong_portal/src/main/webapp/images/band11.jpg differ diff --git a/manong_portal/src/main/webapp/images/band12.jpg b/manong_portal/src/main/webapp/images/band12.jpg new file mode 100644 index 0000000..0063bd3 Binary files /dev/null and b/manong_portal/src/main/webapp/images/band12.jpg differ diff --git a/manong_portal/src/main/webapp/images/band13.jpg b/manong_portal/src/main/webapp/images/band13.jpg new file mode 100644 index 0000000..907ebad Binary files /dev/null and b/manong_portal/src/main/webapp/images/band13.jpg differ diff --git a/manong_portal/src/main/webapp/images/band14.jpg b/manong_portal/src/main/webapp/images/band14.jpg new file mode 100644 index 0000000..2d1a21f Binary files /dev/null and b/manong_portal/src/main/webapp/images/band14.jpg differ diff --git a/manong_portal/src/main/webapp/images/band2.jpg b/manong_portal/src/main/webapp/images/band2.jpg new file mode 100644 index 0000000..8f00aca Binary files /dev/null and b/manong_portal/src/main/webapp/images/band2.jpg differ diff --git a/manong_portal/src/main/webapp/images/band3.jpg b/manong_portal/src/main/webapp/images/band3.jpg new file mode 100644 index 0000000..8e23de4 Binary files /dev/null and b/manong_portal/src/main/webapp/images/band3.jpg differ diff --git a/manong_portal/src/main/webapp/images/band4.jpg b/manong_portal/src/main/webapp/images/band4.jpg new file mode 100644 index 0000000..85af3c9 Binary files /dev/null and b/manong_portal/src/main/webapp/images/band4.jpg differ diff --git a/manong_portal/src/main/webapp/images/band5.png b/manong_portal/src/main/webapp/images/band5.png new file mode 100644 index 0000000..758ad5a Binary files /dev/null and b/manong_portal/src/main/webapp/images/band5.png differ diff --git a/manong_portal/src/main/webapp/images/band6.jpg b/manong_portal/src/main/webapp/images/band6.jpg new file mode 100644 index 0000000..a54b2e9 Binary files /dev/null and b/manong_portal/src/main/webapp/images/band6.jpg differ diff --git a/manong_portal/src/main/webapp/images/band7.jpg b/manong_portal/src/main/webapp/images/band7.jpg new file mode 100644 index 0000000..0a05a6d Binary files /dev/null and b/manong_portal/src/main/webapp/images/band7.jpg differ diff --git a/manong_portal/src/main/webapp/images/band8.jpg b/manong_portal/src/main/webapp/images/band8.jpg new file mode 100644 index 0000000..4e50bd4 Binary files /dev/null and b/manong_portal/src/main/webapp/images/band8.jpg differ diff --git a/manong_portal/src/main/webapp/images/band9.jpg b/manong_portal/src/main/webapp/images/band9.jpg new file mode 100644 index 0000000..0e0bdc0 Binary files /dev/null and b/manong_portal/src/main/webapp/images/band9.jpg differ diff --git a/manong_portal/src/main/webapp/images/banner1.jpg b/manong_portal/src/main/webapp/images/banner1.jpg new file mode 100644 index 0000000..db65dcc Binary files /dev/null and b/manong_portal/src/main/webapp/images/banner1.jpg differ diff --git a/manong_portal/src/main/webapp/images/banner2.jpg b/manong_portal/src/main/webapp/images/banner2.jpg new file mode 100644 index 0000000..a1e61d3 Binary files /dev/null and b/manong_portal/src/main/webapp/images/banner2.jpg differ diff --git a/manong_portal/src/main/webapp/images/banner3.jpg b/manong_portal/src/main/webapp/images/banner3.jpg new file mode 100644 index 0000000..ba19425 Binary files /dev/null and b/manong_portal/src/main/webapp/images/banner3.jpg differ diff --git a/manong_portal/src/main/webapp/images/banner4.jpg b/manong_portal/src/main/webapp/images/banner4.jpg new file mode 100644 index 0000000..69f816e Binary files /dev/null and b/manong_portal/src/main/webapp/images/banner4.jpg differ diff --git a/manong_portal/src/main/webapp/images/banner5.jpg b/manong_portal/src/main/webapp/images/banner5.jpg new file mode 100644 index 0000000..1463de8 Binary files /dev/null and b/manong_portal/src/main/webapp/images/banner5.jpg differ diff --git a/manong_portal/src/main/webapp/images/logo.gif b/manong_portal/src/main/webapp/images/logo.gif new file mode 100644 index 0000000..38d04b3 Binary files /dev/null and b/manong_portal/src/main/webapp/images/logo.gif differ diff --git a/manong_portal/src/main/webapp/images/logo1.jpg b/manong_portal/src/main/webapp/images/logo1.jpg new file mode 100644 index 0000000..185cca9 Binary files /dev/null and b/manong_portal/src/main/webapp/images/logo1.jpg differ diff --git a/manong_portal/src/main/webapp/images/logo2.jpg b/manong_portal/src/main/webapp/images/logo2.jpg new file mode 100644 index 0000000..1ecd0ca Binary files /dev/null and b/manong_portal/src/main/webapp/images/logo2.jpg differ diff --git a/manong_portal/src/main/webapp/images/ma.png b/manong_portal/src/main/webapp/images/ma.png new file mode 100644 index 0000000..487e13f Binary files /dev/null and b/manong_portal/src/main/webapp/images/ma.png differ diff --git a/manong_portal/src/main/webapp/images/product1.jpg b/manong_portal/src/main/webapp/images/product1.jpg new file mode 100644 index 0000000..6e51a48 Binary files /dev/null and b/manong_portal/src/main/webapp/images/product1.jpg differ diff --git a/manong_portal/src/main/webapp/images/product10.jpg b/manong_portal/src/main/webapp/images/product10.jpg new file mode 100644 index 0000000..ae55c4a Binary files /dev/null and b/manong_portal/src/main/webapp/images/product10.jpg differ diff --git a/manong_portal/src/main/webapp/images/product11.jpg b/manong_portal/src/main/webapp/images/product11.jpg new file mode 100644 index 0000000..328b1d7 Binary files /dev/null and b/manong_portal/src/main/webapp/images/product11.jpg differ diff --git a/manong_portal/src/main/webapp/images/product12.jpg b/manong_portal/src/main/webapp/images/product12.jpg new file mode 100644 index 0000000..2c55cbf Binary files /dev/null and b/manong_portal/src/main/webapp/images/product12.jpg differ diff --git a/manong_portal/src/main/webapp/images/product13.jpg b/manong_portal/src/main/webapp/images/product13.jpg new file mode 100644 index 0000000..747b8d0 Binary files /dev/null and b/manong_portal/src/main/webapp/images/product13.jpg differ diff --git a/manong_portal/src/main/webapp/images/product14.jpg b/manong_portal/src/main/webapp/images/product14.jpg new file mode 100644 index 0000000..882c9b4 Binary files /dev/null and b/manong_portal/src/main/webapp/images/product14.jpg differ diff --git a/manong_portal/src/main/webapp/images/product15.jpg b/manong_portal/src/main/webapp/images/product15.jpg new file mode 100644 index 0000000..355c7f0 Binary files /dev/null and b/manong_portal/src/main/webapp/images/product15.jpg differ diff --git a/manong_portal/src/main/webapp/images/product16.jpg b/manong_portal/src/main/webapp/images/product16.jpg new file mode 100644 index 0000000..bbc4ae5 Binary files /dev/null and b/manong_portal/src/main/webapp/images/product16.jpg differ diff --git a/manong_portal/src/main/webapp/images/product2.jpg b/manong_portal/src/main/webapp/images/product2.jpg new file mode 100644 index 0000000..32b2a6a Binary files /dev/null and b/manong_portal/src/main/webapp/images/product2.jpg differ diff --git a/manong_portal/src/main/webapp/images/product3.jpg b/manong_portal/src/main/webapp/images/product3.jpg new file mode 100644 index 0000000..6eeb533 Binary files /dev/null and b/manong_portal/src/main/webapp/images/product3.jpg differ diff --git a/manong_portal/src/main/webapp/images/product4.jpg b/manong_portal/src/main/webapp/images/product4.jpg new file mode 100644 index 0000000..596db06 Binary files /dev/null and b/manong_portal/src/main/webapp/images/product4.jpg differ diff --git a/manong_portal/src/main/webapp/images/product5.jpg b/manong_portal/src/main/webapp/images/product5.jpg new file mode 100644 index 0000000..7997709 Binary files /dev/null and b/manong_portal/src/main/webapp/images/product5.jpg differ diff --git a/manong_portal/src/main/webapp/images/product6.jpg b/manong_portal/src/main/webapp/images/product6.jpg new file mode 100644 index 0000000..f0aa50e Binary files /dev/null and b/manong_portal/src/main/webapp/images/product6.jpg differ diff --git a/manong_portal/src/main/webapp/images/product7.jpg b/manong_portal/src/main/webapp/images/product7.jpg new file mode 100644 index 0000000..7ac7884 Binary files /dev/null and b/manong_portal/src/main/webapp/images/product7.jpg differ diff --git a/manong_portal/src/main/webapp/images/product8.jpg b/manong_portal/src/main/webapp/images/product8.jpg new file mode 100644 index 0000000..0abddd4 Binary files /dev/null and b/manong_portal/src/main/webapp/images/product8.jpg differ diff --git a/manong_portal/src/main/webapp/images/product9.jpg b/manong_portal/src/main/webapp/images/product9.jpg new file mode 100644 index 0000000..ed319f0 Binary files /dev/null and b/manong_portal/src/main/webapp/images/product9.jpg differ diff --git a/manong_portal/src/main/webapp/images/right_img1.jpg b/manong_portal/src/main/webapp/images/right_img1.jpg new file mode 100644 index 0000000..ac7e317 Binary files /dev/null and b/manong_portal/src/main/webapp/images/right_img1.jpg differ diff --git a/manong_portal/src/main/webapp/images/right_img2.jpg b/manong_portal/src/main/webapp/images/right_img2.jpg new file mode 100644 index 0000000..55baa2d Binary files /dev/null and b/manong_portal/src/main/webapp/images/right_img2.jpg differ diff --git a/manong_portal/src/main/webapp/images/right_img3.jpg b/manong_portal/src/main/webapp/images/right_img3.jpg new file mode 100644 index 0000000..f431dbe Binary files /dev/null and b/manong_portal/src/main/webapp/images/right_img3.jpg differ diff --git a/manong_portal/src/main/webapp/images/right_img4.jpg b/manong_portal/src/main/webapp/images/right_img4.jpg new file mode 100644 index 0000000..8698084 Binary files /dev/null and b/manong_portal/src/main/webapp/images/right_img4.jpg differ diff --git a/manong_portal/target/classes/com/manong/portal/controller/FreemarkerTest.class b/manong_portal/target/classes/com/manong/portal/controller/FreemarkerTest.class deleted file mode 100644 index d95f78d..0000000 Binary files a/manong_portal/target/classes/com/manong/portal/controller/FreemarkerTest.class and /dev/null differ diff --git a/manong_portal/target/classes/com/manong/portal/controller/IndexController.class b/manong_portal/target/classes/com/manong/portal/controller/IndexController.class deleted file mode 100644 index caf18b7..0000000 Binary files a/manong_portal/target/classes/com/manong/portal/controller/IndexController.class and /dev/null differ diff --git a/manong_portal/target/classes/com/manong/portal/service/CategoriesService.class b/manong_portal/target/classes/com/manong/portal/service/CategoriesService.class deleted file mode 100644 index fbcb0cb..0000000 Binary files a/manong_portal/target/classes/com/manong/portal/service/CategoriesService.class and /dev/null differ diff --git a/manong_portal/target/classes/com/manong/portal/service/impl/CategoriesServiceImpl.class b/manong_portal/target/classes/com/manong/portal/service/impl/CategoriesServiceImpl.class deleted file mode 100644 index 91e6e21..0000000 Binary files a/manong_portal/target/classes/com/manong/portal/service/impl/CategoriesServiceImpl.class and /dev/null differ diff --git a/manong_portal/target/classes/com/manong/portal/util/GsonUtils.class b/manong_portal/target/classes/com/manong/portal/util/GsonUtils.class deleted file mode 100644 index 8239bf7..0000000 Binary files a/manong_portal/target/classes/com/manong/portal/util/GsonUtils.class and /dev/null differ diff --git a/manong_portal/target/classes/resource/resource.properties b/manong_portal/target/classes/resource/resource.properties deleted file mode 100644 index 2fae647..0000000 --- a/manong_portal/target/classes/resource/resource.properties +++ /dev/null @@ -1,5 +0,0 @@ -# REST -REST_URL = http://127.0.0.1:8088/rest/ - -# REST ȡƷ -REST_CAT_LIST = productCategries/list \ No newline at end of file diff --git a/manong_portal/target/classes/spring/applicationContext-service.xml b/manong_portal/target/classes/spring/applicationContext-service.xml deleted file mode 100644 index 63a54fc..0000000 --- a/manong_portal/target/classes/spring/applicationContext-service.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - classpath:resource/resource.properties - - - - - - \ No newline at end of file diff --git a/manong_portal/target/classes/spring/springmvc.xml b/manong_portal/target/classes/spring/springmvc.xml deleted file mode 100644 index 93e7ba4..0000000 --- a/manong_portal/target/classes/spring/springmvc.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/manong_portal/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/manong_portal/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst deleted file mode 100644 index 6d60c43..0000000 --- a/manong_portal/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +++ /dev/null @@ -1,5 +0,0 @@ -com\manong\portal\util\GsonUtils.class -com\manong\portal\controller\FreemarkerTest.class -com\manong\portal\service\impl\CategoriesServiceImpl.class -com\manong\portal\controller\IndexController.class -com\manong\portal\service\CategoriesService.class diff --git a/manong_portal/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/manong_portal/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst deleted file mode 100644 index 7efff4d..0000000 --- a/manong_portal/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +++ /dev/null @@ -1,5 +0,0 @@ -F:\githubproject\manong\manong_portal\src\main\java\com\manong\portal\service\impl\CategoriesServiceImpl.java -F:\githubproject\manong\manong_portal\src\main\java\com\manong\portal\service\CategoriesService.java -F:\githubproject\manong\manong_portal\src\main\java\com\manong\portal\util\GsonUtils.java -F:\githubproject\manong\manong_portal\src\main\java\com\manong\portal\controller\FreemarkerTest.java -F:\githubproject\manong\manong_portal\src\main\java\com\manong\portal\controller\IndexController.java diff --git a/manong_portal/target/tomcat/conf/logging.properties b/manong_portal/target/tomcat/conf/logging.properties deleted file mode 100644 index 76c9512..0000000 --- a/manong_portal/target/tomcat/conf/logging.properties +++ /dev/null @@ -1,64 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -handlers = 1catalina.org.apache.juli.FileHandler, 2localhost.org.apache.juli.FileHandler, 3manager.org.apache.juli.FileHandler, 4host-manager.org.apache.juli.FileHandler, java.util.logging.ConsoleHandler - -.handlers = 1catalina.org.apache.juli.FileHandler, java.util.logging.ConsoleHandler - -############################################################ -# Handler specific properties. -# Describes specific configuration info for Handlers. -############################################################ - -1catalina.org.apache.juli.FileHandler.level = FINE -1catalina.org.apache.juli.FileHandler.directory = ${catalina.base}/logs -1catalina.org.apache.juli.FileHandler.prefix = catalina. - -2localhost.org.apache.juli.FileHandler.level = FINE -2localhost.org.apache.juli.FileHandler.directory = ${catalina.base}/logs -2localhost.org.apache.juli.FileHandler.prefix = localhost. - -3manager.org.apache.juli.FileHandler.level = FINE -3manager.org.apache.juli.FileHandler.directory = ${catalina.base}/logs -3manager.org.apache.juli.FileHandler.prefix = manager. - -4host-manager.org.apache.juli.FileHandler.level = FINE -4host-manager.org.apache.juli.FileHandler.directory = ${catalina.base}/logs -4host-manager.org.apache.juli.FileHandler.prefix = host-manager. - -java.util.logging.ConsoleHandler.level = FINE -java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter - - -############################################################ -# Facility specific properties. -# Provides extra control for each logger. -############################################################ - -org.apache.catalina.core.ContainerBase.[Catalina].[localhost].level = INFO -org.apache.catalina.core.ContainerBase.[Catalina].[localhost].handlers = 2localhost.org.apache.juli.FileHandler - -org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/manager].level = INFO -org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/manager].handlers = 3manager.org.apache.juli.FileHandler - -org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/host-manager].level = INFO -org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/host-manager].handlers = 4host-manager.org.apache.juli.FileHandler - -# For example, set the org.apache.catalina.util.LifecycleBase logger to log -# each component that extends LifecycleBase changing state: -#org.apache.catalina.util.LifecycleBase.level = FINE - -# To see debug messages in TldLocationsCache, uncomment the following line: -#org.apache.jasper.compiler.TldLocationsCache.level = FINE diff --git a/manong_portal/target/tomcat/conf/tomcat-users.xml b/manong_portal/target/tomcat/conf/tomcat-users.xml deleted file mode 100644 index 7114f5d..0000000 --- a/manong_portal/target/tomcat/conf/tomcat-users.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - diff --git a/manong_portal/target/tomcat/conf/web.xml b/manong_portal/target/tomcat/conf/web.xml deleted file mode 100644 index cc8383c..0000000 --- a/manong_portal/target/tomcat/conf/web.xml +++ /dev/null @@ -1,4283 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - default - org.apache.catalina.servlets.DefaultServlet - - debug - 0 - - - listings - false - - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - jsp - org.apache.jasper.servlet.JspServlet - - fork - false - - - xpoweredBy - false - - 3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - default - / - - - - - jsp - *.jsp - *.jspx - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 30 - - - - - - - - - - - - 123 - application/vnd.lotus-1-2-3 - - - 3dml - text/vnd.in3d.3dml - - - 3g2 - video/3gpp2 - - - 3gp - video/3gpp - - - 7z - application/x-7z-compressed - - - aab - application/x-authorware-bin - - - aac - audio/x-aac - - - aam - application/x-authorware-map - - - aas - application/x-authorware-seg - - - abs - audio/x-mpeg - - - abw - application/x-abiword - - - ac - application/pkix-attr-cert - - - acc - application/vnd.americandynamics.acc - - - ace - application/x-ace-compressed - - - acu - application/vnd.acucobol - - - acutc - application/vnd.acucorp - - - adp - audio/adpcm - - - aep - application/vnd.audiograph - - - afm - application/x-font-type1 - - - afp - application/vnd.ibm.modcap - - - ahead - application/vnd.ahead.space - - - ai - application/postscript - - - aif - audio/x-aiff - - - aifc - audio/x-aiff - - - aiff - audio/x-aiff - - - aim - application/x-aim - - - air - application/vnd.adobe.air-application-installer-package+zip - - - ait - application/vnd.dvb.ait - - - ami - application/vnd.amiga.ami - - - anx - application/annodex - - - apk - application/vnd.android.package-archive - - - application - application/x-ms-application - - - apr - application/vnd.lotus-approach - - - art - image/x-jg - - - asc - application/pgp-signature - - - asf - video/x-ms-asf - - - asm - text/x-asm - - - aso - application/vnd.accpac.simply.aso - - - asx - video/x-ms-asf - - - atc - application/vnd.acucorp - - - atom - application/atom+xml - - - atomcat - application/atomcat+xml - - - atomsvc - application/atomsvc+xml - - - atx - application/vnd.antix.game-component - - - au - audio/basic - - - avi - video/x-msvideo - - - avx - video/x-rad-screenplay - - - aw - application/applixware - - - axa - audio/annodex - - - axv - video/annodex - - - azf - application/vnd.airzip.filesecure.azf - - - azs - application/vnd.airzip.filesecure.azs - - - azw - application/vnd.amazon.ebook - - - bat - application/x-msdownload - - - bcpio - application/x-bcpio - - - bdf - application/x-font-bdf - - - bdm - application/vnd.syncml.dm+wbxml - - - bed - application/vnd.realvnc.bed - - - bh2 - application/vnd.fujitsu.oasysprs - - - bin - application/octet-stream - - - bmi - application/vnd.bmi - - - bmp - image/bmp - - - body - text/html - - - book - application/vnd.framemaker - - - box - application/vnd.previewsystems.box - - - boz - application/x-bzip2 - - - bpk - application/octet-stream - - - btif - image/prs.btif - - - bz - application/x-bzip - - - bz2 - application/x-bzip2 - - - c - text/x-c - - - c11amc - application/vnd.cluetrust.cartomobile-config - - - c11amz - application/vnd.cluetrust.cartomobile-config-pkg - - - c4d - application/vnd.clonk.c4group - - - c4f - application/vnd.clonk.c4group - - - c4g - application/vnd.clonk.c4group - - - c4p - application/vnd.clonk.c4group - - - c4u - application/vnd.clonk.c4group - - - cab - application/vnd.ms-cab-compressed - - - cap - application/vnd.tcpdump.pcap - - - car - application/vnd.curl.car - - - cat - application/vnd.ms-pki.seccat - - - cc - text/x-c - - - cct - application/x-director - - - ccxml - application/ccxml+xml - - - cdbcmsg - application/vnd.contact.cmsg - - - cdf - application/x-cdf - - - cdkey - application/vnd.mediastation.cdkey - - - cdmia - application/cdmi-capability - - - cdmic - application/cdmi-container - - - cdmid - application/cdmi-domain - - - cdmio - application/cdmi-object - - - cdmiq - application/cdmi-queue - - - cdx - chemical/x-cdx - - - cdxml - application/vnd.chemdraw+xml - - - cdy - application/vnd.cinderella - - - cer - application/pkix-cert - - - cgm - image/cgm - - - chat - application/x-chat - - - chm - application/vnd.ms-htmlhelp - - - chrt - application/vnd.kde.kchart - - - cif - chemical/x-cif - - - cii - application/vnd.anser-web-certificate-issue-initiation - - - cil - application/vnd.ms-artgalry - - - cla - application/vnd.claymore - - - class - application/java - - - clkk - application/vnd.crick.clicker.keyboard - - - clkp - application/vnd.crick.clicker.palette - - - clkt - application/vnd.crick.clicker.template - - - clkw - application/vnd.crick.clicker.wordbank - - - clkx - application/vnd.crick.clicker - - - clp - application/x-msclip - - - cmc - application/vnd.cosmocaller - - - cmdf - chemical/x-cmdf - - - cml - chemical/x-cml - - - cmp - application/vnd.yellowriver-custom-menu - - - cmx - image/x-cmx - - - cod - application/vnd.rim.cod - - - com - application/x-msdownload - - - conf - text/plain - - - cpio - application/x-cpio - - - cpp - text/x-c - - - cpt - application/mac-compactpro - - - crd - application/x-mscardfile - - - crl - application/pkix-crl - - - crt - application/x-x509-ca-cert - - - cryptonote - application/vnd.rig.cryptonote - - - csh - application/x-csh - - - csml - chemical/x-csml - - - csp - application/vnd.commonspace - - - css - text/css - - - cst - application/x-director - - - csv - text/csv - - - cu - application/cu-seeme - - - curl - text/vnd.curl - - - cww - application/prs.cww - - - cxt - application/x-director - - - cxx - text/x-c - - - dae - model/vnd.collada+xml - - - daf - application/vnd.mobius.daf - - - dataless - application/vnd.fdsn.seed - - - davmount - application/davmount+xml - - - dcr - application/x-director - - - dcurl - text/vnd.curl.dcurl - - - dd2 - application/vnd.oma.dd2+xml - - - ddd - application/vnd.fujixerox.ddd - - - deb - application/x-debian-package - - - def - text/plain - - - deploy - application/octet-stream - - - der - application/x-x509-ca-cert - - - dfac - application/vnd.dreamfactory - - - dib - image/bmp - - - dic - text/x-c - - - dir - application/x-director - - - dis - application/vnd.mobius.dis - - - dist - application/octet-stream - - - distz - application/octet-stream - - - djv - image/vnd.djvu - - - djvu - image/vnd.djvu - - - dll - application/x-msdownload - - - dmg - application/octet-stream - - - dmp - application/vnd.tcpdump.pcap - - - dms - application/octet-stream - - - dna - application/vnd.dna - - - doc - application/msword - - - docm - application/vnd.ms-word.document.macroenabled.12 - - - docx - application/vnd.openxmlformats-officedocument.wordprocessingml.document - - - dot - application/msword - - - dotm - application/vnd.ms-word.template.macroenabled.12 - - - dotx - application/vnd.openxmlformats-officedocument.wordprocessingml.template - - - dp - application/vnd.osgi.dp - - - dpg - application/vnd.dpgraph - - - dra - audio/vnd.dra - - - dsc - text/prs.lines.tag - - - dssc - application/dssc+der - - - dtb - application/x-dtbook+xml - - - dtd - application/xml-dtd - - - dts - audio/vnd.dts - - - dtshd - audio/vnd.dts.hd - - - dump - application/octet-stream - - - dv - video/x-dv - - - dvb - video/vnd.dvb.file - - - dvi - application/x-dvi - - - dwf - model/vnd.dwf - - - dwg - image/vnd.dwg - - - dxf - image/vnd.dxf - - - dxp - application/vnd.spotfire.dxp - - - dxr - application/x-director - - - ecelp4800 - audio/vnd.nuera.ecelp4800 - - - ecelp7470 - audio/vnd.nuera.ecelp7470 - - - ecelp9600 - audio/vnd.nuera.ecelp9600 - - - ecma - application/ecmascript - - - edm - application/vnd.novadigm.edm - - - edx - application/vnd.novadigm.edx - - - efif - application/vnd.picsel - - - ei6 - application/vnd.pg.osasli - - - elc - application/octet-stream - - - eml - message/rfc822 - - - emma - application/emma+xml - - - eol - audio/vnd.digital-winds - - - eot - application/vnd.ms-fontobject - - - eps - application/postscript - - - epub - application/epub+zip - - - es3 - application/vnd.eszigno3+xml - - - esf - application/vnd.epson.esf - - - et3 - application/vnd.eszigno3+xml - - - etx - text/x-setext - - - exe - application/octet-stream - - - exi - application/exi - - - ext - application/vnd.novadigm.ext - - - ez - application/andrew-inset - - - ez2 - application/vnd.ezpix-album - - - ez3 - application/vnd.ezpix-package - - - f - text/x-fortran - - - f4v - video/x-f4v - - - f77 - text/x-fortran - - - f90 - text/x-fortran - - - fbs - image/vnd.fastbidsheet - - - fcs - application/vnd.isac.fcs - - - fdf - application/vnd.fdf - - - fe_launch - application/vnd.denovo.fcselayout-link - - - fg5 - application/vnd.fujitsu.oasysgp - - - fgd - application/x-director - - - fh - image/x-freehand - - - fh4 - image/x-freehand - - - fh5 - image/x-freehand - - - fh7 - image/x-freehand - - - fhc - image/x-freehand - - - fig - application/x-xfig - - - flac - audio/flac - - - fli - video/x-fli - - - flo - application/vnd.micrografx.flo - - - flv - video/x-flv - - - flw - application/vnd.kde.kivio - - - flx - text/vnd.fmi.flexstor - - - fly - text/vnd.fly - - - fm - application/vnd.framemaker - - - fnc - application/vnd.frogans.fnc - - - for - text/x-fortran - - - fpx - image/vnd.fpx - - - frame - application/vnd.framemaker - - - fsc - application/vnd.fsc.weblaunch - - - fst - image/vnd.fst - - - ftc - application/vnd.fluxtime.clip - - - fti - application/vnd.anser-web-funds-transfer-initiation - - - fvt - video/vnd.fvt - - - fxp - application/vnd.adobe.fxp - - - fxpl - application/vnd.adobe.fxp - - - fzs - application/vnd.fuzzysheet - - - g2w - application/vnd.geoplan - - - g3 - image/g3fax - - - g3w - application/vnd.geospace - - - gac - application/vnd.groove-account - - - gbr - application/rpki-ghostbusters - - - gdl - model/vnd.gdl - - - geo - application/vnd.dynageo - - - gex - application/vnd.geometry-explorer - - - ggb - application/vnd.geogebra.file - - - ggt - application/vnd.geogebra.tool - - - ghf - application/vnd.groove-help - - - gif - image/gif - - - gim - application/vnd.groove-identity-message - - - gmx - application/vnd.gmx - - - gnumeric - application/x-gnumeric - - - gph - application/vnd.flographit - - - gqf - application/vnd.grafeq - - - gqs - application/vnd.grafeq - - - gram - application/srgs - - - gre - application/vnd.geometry-explorer - - - grv - application/vnd.groove-injector - - - grxml - application/srgs+xml - - - gsf - application/x-font-ghostscript - - - gtar - application/x-gtar - - - gtm - application/vnd.groove-tool-message - - - gtw - model/vnd.gtw - - - gv - text/vnd.graphviz - - - gxt - application/vnd.geonext - - - gz - application/x-gzip - - - h - text/x-c - - - h261 - video/h261 - - - h263 - video/h263 - - - h264 - video/h264 - - - hal - application/vnd.hal+xml - - - hbci - application/vnd.hbci - - - hdf - application/x-hdf - - - hh - text/x-c - - - hlp - application/winhlp - - - hpgl - application/vnd.hp-hpgl - - - hpid - application/vnd.hp-hpid - - - hps - application/vnd.hp-hps - - - hqx - application/mac-binhex40 - - - htc - text/x-component - - - htke - application/vnd.kenameaapp - - - htm - text/html - - - html - text/html - - - hvd - application/vnd.yamaha.hv-dic - - - hvp - application/vnd.yamaha.hv-voice - - - hvs - application/vnd.yamaha.hv-script - - - i2g - application/vnd.intergeo - - - icc - application/vnd.iccprofile - - - ice - x-conference/x-cooltalk - - - icm - application/vnd.iccprofile - - - ico - image/x-icon - - - ics - text/calendar - - - ief - image/ief - - - ifb - text/calendar - - - ifm - application/vnd.shana.informed.formdata - - - iges - model/iges - - - igl - application/vnd.igloader - - - igm - application/vnd.insors.igm - - - igs - model/iges - - - igx - application/vnd.micrografx.igx - - - iif - application/vnd.shana.informed.interchange - - - imp - application/vnd.accpac.simply.imp - - - ims - application/vnd.ms-ims - - - in - text/plain - - - ink - application/inkml+xml - - - inkml - application/inkml+xml - - - iota - application/vnd.astraea-software.iota - - - ipfix - application/ipfix - - - ipk - application/vnd.shana.informed.package - - - irm - application/vnd.ibm.rights-management - - - irp - application/vnd.irepository.package+xml - - - iso - application/octet-stream - - - itp - application/vnd.shana.informed.formtemplate - - - ivp - application/vnd.immervision-ivp - - - ivu - application/vnd.immervision-ivu - - - jad - text/vnd.sun.j2me.app-descriptor - - - jam - application/vnd.jam - - - jar - application/java-archive - - - java - text/x-java-source - - - jisp - application/vnd.jisp - - - jlt - application/vnd.hp-jlyt - - - jnlp - application/x-java-jnlp-file - - - joda - application/vnd.joost.joda-archive - - - jpe - image/jpeg - - - jpeg - image/jpeg - - - jpg - image/jpeg - - - jpgm - video/jpm - - - jpgv - video/jpeg - - - jpm - video/jpm - - - js - application/javascript - - - jsf - text/plain - - - json - application/json - - - jspf - text/plain - - - kar - audio/midi - - - karbon - application/vnd.kde.karbon - - - kfo - application/vnd.kde.kformula - - - kia - application/vnd.kidspiration - - - kml - application/vnd.google-earth.kml+xml - - - kmz - application/vnd.google-earth.kmz - - - kne - application/vnd.kinar - - - knp - application/vnd.kinar - - - kon - application/vnd.kde.kontour - - - kpr - application/vnd.kde.kpresenter - - - kpt - application/vnd.kde.kpresenter - - - ksp - application/vnd.kde.kspread - - - ktr - application/vnd.kahootz - - - ktx - image/ktx - - - ktz - application/vnd.kahootz - - - kwd - application/vnd.kde.kword - - - kwt - application/vnd.kde.kword - - - lasxml - application/vnd.las.las+xml - - - latex - application/x-latex - - - lbd - application/vnd.llamagraphics.life-balance.desktop - - - lbe - application/vnd.llamagraphics.life-balance.exchange+xml - - - les - application/vnd.hhe.lesson-player - - - lha - application/octet-stream - - - link66 - application/vnd.route66.link66+xml - - - list - text/plain - - - list3820 - application/vnd.ibm.modcap - - - listafp - application/vnd.ibm.modcap - - - log - text/plain - - - lostxml - application/lost+xml - - - lrf - application/octet-stream - - - lrm - application/vnd.ms-lrm - - - ltf - application/vnd.frogans.ltf - - - lvp - audio/vnd.lucent.voice - - - lwp - application/vnd.lotus-wordpro - - - lzh - application/octet-stream - - - m13 - application/x-msmediaview - - - m14 - application/x-msmediaview - - - m1v - video/mpeg - - - m21 - application/mp21 - - - m2a - audio/mpeg - - - m2v - video/mpeg - - - m3a - audio/mpeg - - - m3u - audio/x-mpegurl - - - m3u8 - application/vnd.apple.mpegurl - - - m4a - audio/mp4 - - - m4b - audio/mp4 - - - m4r - audio/mp4 - - - m4u - video/vnd.mpegurl - - - m4v - video/mp4 - - - ma - application/mathematica - - - mac - image/x-macpaint - - - mads - application/mads+xml - - - mag - application/vnd.ecowin.chart - - - maker - application/vnd.framemaker - - - man - text/troff - - - mathml - application/mathml+xml - - - mb - application/mathematica - - - mbk - application/vnd.mobius.mbk - - - mbox - application/mbox - - - mc1 - application/vnd.medcalcdata - - - mcd - application/vnd.mcd - - - mcurl - text/vnd.curl.mcurl - - - mdb - application/x-msaccess - - - mdi - image/vnd.ms-modi - - - me - text/troff - - - mesh - model/mesh - - - meta4 - application/metalink4+xml - - - mets - application/mets+xml - - - mfm - application/vnd.mfmp - - - mft - application/rpki-manifest - - - mgp - application/vnd.osgeo.mapguide.package - - - mgz - application/vnd.proteus.magazine - - - mid - audio/midi - - - midi - audio/midi - - - mif - application/x-mif - - - mime - message/rfc822 - - - mj2 - video/mj2 - - - mjp2 - video/mj2 - - - mlp - application/vnd.dolby.mlp - - - mmd - application/vnd.chipnuts.karaoke-mmd - - - mmf - application/vnd.smaf - - - mmr - image/vnd.fujixerox.edmics-mmr - - - mny - application/x-msmoney - - - mobi - application/x-mobipocket-ebook - - - mods - application/mods+xml - - - mov - video/quicktime - - - movie - video/x-sgi-movie - - - mp1 - audio/mpeg - - - mp2 - audio/mpeg - - - mp21 - application/mp21 - - - mp2a - audio/mpeg - - - mp3 - audio/mpeg - - - mp4 - video/mp4 - - - mp4a - audio/mp4 - - - mp4s - application/mp4 - - - mp4v - video/mp4 - - - mpa - audio/mpeg - - - mpc - application/vnd.mophun.certificate - - - mpe - video/mpeg - - - mpeg - video/mpeg - - - mpega - audio/x-mpeg - - - mpg - video/mpeg - - - mpg4 - video/mp4 - - - mpga - audio/mpeg - - - mpkg - application/vnd.apple.installer+xml - - - mpm - application/vnd.blueice.multipass - - - mpn - application/vnd.mophun.application - - - mpp - application/vnd.ms-project - - - mpt - application/vnd.ms-project - - - mpv2 - video/mpeg2 - - - mpy - application/vnd.ibm.minipay - - - mqy - application/vnd.mobius.mqy - - - mrc - application/marc - - - mrcx - application/marcxml+xml - - - ms - text/troff - - - mscml - application/mediaservercontrol+xml - - - mseed - application/vnd.fdsn.mseed - - - mseq - application/vnd.mseq - - - msf - application/vnd.epson.msf - - - msh - model/mesh - - - msi - application/x-msdownload - - - msl - application/vnd.mobius.msl - - - msty - application/vnd.muvee.style - - - mts - model/vnd.mts - - - mus - application/vnd.musician - - - musicxml - application/vnd.recordare.musicxml+xml - - - mvb - application/x-msmediaview - - - mwf - application/vnd.mfer - - - mxf - application/mxf - - - mxl - application/vnd.recordare.musicxml - - - mxml - application/xv+xml - - - mxs - application/vnd.triscape.mxs - - - mxu - video/vnd.mpegurl - - - n-gage - application/vnd.nokia.n-gage.symbian.install - - - n3 - text/n3 - - - nb - application/mathematica - - - nbp - application/vnd.wolfram.player - - - nc - application/x-netcdf - - - ncx - application/x-dtbncx+xml - - - ngdat - application/vnd.nokia.n-gage.data - - - nlu - application/vnd.neurolanguage.nlu - - - nml - application/vnd.enliven - - - nnd - application/vnd.noblenet-directory - - - nns - application/vnd.noblenet-sealer - - - nnw - application/vnd.noblenet-web - - - npx - image/vnd.net-fpx - - - nsf - application/vnd.lotus-notes - - - oa2 - application/vnd.fujitsu.oasys2 - - - oa3 - application/vnd.fujitsu.oasys3 - - - oas - application/vnd.fujitsu.oasys - - - obd - application/x-msbinder - - - oda - application/oda - - - - odb - application/vnd.oasis.opendocument.database - - - - odc - application/vnd.oasis.opendocument.chart - - - - odf - application/vnd.oasis.opendocument.formula - - - odft - application/vnd.oasis.opendocument.formula-template - - - - odg - application/vnd.oasis.opendocument.graphics - - - - odi - application/vnd.oasis.opendocument.image - - - - odm - application/vnd.oasis.opendocument.text-master - - - - odp - application/vnd.oasis.opendocument.presentation - - - - ods - application/vnd.oasis.opendocument.spreadsheet - - - - odt - application/vnd.oasis.opendocument.text - - - oga - audio/ogg - - - ogg - audio/ogg - - - ogv - video/ogg - - - - ogx - application/ogg - - - onepkg - application/onenote - - - onetmp - application/onenote - - - onetoc - application/onenote - - - onetoc2 - application/onenote - - - opf - application/oebps-package+xml - - - oprc - application/vnd.palm - - - org - application/vnd.lotus-organizer - - - osf - application/vnd.yamaha.openscoreformat - - - osfpvg - application/vnd.yamaha.openscoreformat.osfpvg+xml - - - otc - application/vnd.oasis.opendocument.chart-template - - - otf - application/x-font-otf - - - - otg - application/vnd.oasis.opendocument.graphics-template - - - - oth - application/vnd.oasis.opendocument.text-web - - - oti - application/vnd.oasis.opendocument.image-template - - - - otp - application/vnd.oasis.opendocument.presentation-template - - - - ots - application/vnd.oasis.opendocument.spreadsheet-template - - - - ott - application/vnd.oasis.opendocument.text-template - - - oxps - application/oxps - - - oxt - application/vnd.openofficeorg.extension - - - p - text/x-pascal - - - p10 - application/pkcs10 - - - p12 - application/x-pkcs12 - - - p7b - application/x-pkcs7-certificates - - - p7c - application/pkcs7-mime - - - p7m - application/pkcs7-mime - - - p7r - application/x-pkcs7-certreqresp - - - p7s - application/pkcs7-signature - - - p8 - application/pkcs8 - - - pas - text/x-pascal - - - paw - application/vnd.pawaafile - - - pbd - application/vnd.powerbuilder6 - - - pbm - image/x-portable-bitmap - - - pcap - application/vnd.tcpdump.pcap - - - pcf - application/x-font-pcf - - - pcl - application/vnd.hp-pcl - - - pclxl - application/vnd.hp-pclxl - - - pct - image/pict - - - pcurl - application/vnd.curl.pcurl - - - pcx - image/x-pcx - - - pdb - application/vnd.palm - - - pdf - application/pdf - - - pfa - application/x-font-type1 - - - pfb - application/x-font-type1 - - - pfm - application/x-font-type1 - - - pfr - application/font-tdpfr - - - pfx - application/x-pkcs12 - - - pgm - image/x-portable-graymap - - - pgn - application/x-chess-pgn - - - pgp - application/pgp-encrypted - - - pic - image/pict - - - pict - image/pict - - - pkg - application/octet-stream - - - pki - application/pkixcmp - - - pkipath - application/pkix-pkipath - - - plb - application/vnd.3gpp.pic-bw-large - - - plc - application/vnd.mobius.plc - - - plf - application/vnd.pocketlearn - - - pls - audio/x-scpls - - - pml - application/vnd.ctc-posml - - - png - image/png - - - pnm - image/x-portable-anymap - - - pnt - image/x-macpaint - - - portpkg - application/vnd.macports.portpkg - - - pot - application/vnd.ms-powerpoint - - - potm - application/vnd.ms-powerpoint.template.macroenabled.12 - - - potx - application/vnd.openxmlformats-officedocument.presentationml.template - - - ppam - application/vnd.ms-powerpoint.addin.macroenabled.12 - - - ppd - application/vnd.cups-ppd - - - ppm - image/x-portable-pixmap - - - pps - application/vnd.ms-powerpoint - - - ppsm - application/vnd.ms-powerpoint.slideshow.macroenabled.12 - - - ppsx - application/vnd.openxmlformats-officedocument.presentationml.slideshow - - - ppt - application/vnd.ms-powerpoint - - - pptm - application/vnd.ms-powerpoint.presentation.macroenabled.12 - - - pptx - application/vnd.openxmlformats-officedocument.presentationml.presentation - - - pqa - application/vnd.palm - - - prc - application/x-mobipocket-ebook - - - pre - application/vnd.lotus-freelance - - - prf - application/pics-rules - - - ps - application/postscript - - - psb - application/vnd.3gpp.pic-bw-small - - - psd - image/vnd.adobe.photoshop - - - psf - application/x-font-linux-psf - - - pskcxml - application/pskc+xml - - - ptid - application/vnd.pvi.ptid1 - - - pub - application/x-mspublisher - - - pvb - application/vnd.3gpp.pic-bw-var - - - pwn - application/vnd.3m.post-it-notes - - - pya - audio/vnd.ms-playready.media.pya - - - pyv - video/vnd.ms-playready.media.pyv - - - qam - application/vnd.epson.quickanime - - - qbo - application/vnd.intu.qbo - - - qfx - application/vnd.intu.qfx - - - qps - application/vnd.publishare-delta-tree - - - qt - video/quicktime - - - qti - image/x-quicktime - - - qtif - image/x-quicktime - - - qwd - application/vnd.quark.quarkxpress - - - qwt - application/vnd.quark.quarkxpress - - - qxb - application/vnd.quark.quarkxpress - - - qxd - application/vnd.quark.quarkxpress - - - qxl - application/vnd.quark.quarkxpress - - - qxt - application/vnd.quark.quarkxpress - - - ra - audio/x-pn-realaudio - - - ram - audio/x-pn-realaudio - - - rar - application/x-rar-compressed - - - ras - image/x-cmu-raster - - - rcprofile - application/vnd.ipunplugged.rcprofile - - - rdf - application/rdf+xml - - - rdz - application/vnd.data-vision.rdz - - - rep - application/vnd.businessobjects - - - res - application/x-dtbresource+xml - - - rgb - image/x-rgb - - - rif - application/reginfo+xml - - - rip - audio/vnd.rip - - - rl - application/resource-lists+xml - - - rlc - image/vnd.fujixerox.edmics-rlc - - - rld - application/resource-lists-diff+xml - - - rm - application/vnd.rn-realmedia - - - rmi - audio/midi - - - rmp - audio/x-pn-realaudio-plugin - - - rms - application/vnd.jcp.javame.midlet-rms - - - rnc - application/relax-ng-compact-syntax - - - roa - application/rpki-roa - - - roff - text/troff - - - rp9 - application/vnd.cloanto.rp9 - - - rpss - application/vnd.nokia.radio-presets - - - rpst - application/vnd.nokia.radio-preset - - - rq - application/sparql-query - - - rs - application/rls-services+xml - - - rsd - application/rsd+xml - - - rss - application/rss+xml - - - rtf - application/rtf - - - rtx - text/richtext - - - s - text/x-asm - - - saf - application/vnd.yamaha.smaf-audio - - - sbml - application/sbml+xml - - - sc - application/vnd.ibm.secure-container - - - scd - application/x-msschedule - - - scm - application/vnd.lotus-screencam - - - scq - application/scvp-cv-request - - - scs - application/scvp-cv-response - - - scurl - text/vnd.curl.scurl - - - sda - application/vnd.stardivision.draw - - - sdc - application/vnd.stardivision.calc - - - sdd - application/vnd.stardivision.impress - - - sdkd - application/vnd.solent.sdkm+xml - - - sdkm - application/vnd.solent.sdkm+xml - - - sdp - application/sdp - - - sdw - application/vnd.stardivision.writer - - - see - application/vnd.seemail - - - seed - application/vnd.fdsn.seed - - - sema - application/vnd.sema - - - semd - application/vnd.semd - - - semf - application/vnd.semf - - - ser - application/java-serialized-object - - - setpay - application/set-payment-initiation - - - setreg - application/set-registration-initiation - - - sfd-hdstx - application/vnd.hydrostatix.sof-data - - - sfs - application/vnd.spotfire.sfs - - - sgl - application/vnd.stardivision.writer-global - - - sgm - text/sgml - - - sgml - text/sgml - - - sh - application/x-sh - - - shar - application/x-shar - - - shf - application/shf+xml - - - - sig - application/pgp-signature - - - silo - model/mesh - - - sis - application/vnd.symbian.install - - - sisx - application/vnd.symbian.install - - - sit - application/x-stuffit - - - sitx - application/x-stuffitx - - - skd - application/vnd.koan - - - skm - application/vnd.koan - - - skp - application/vnd.koan - - - skt - application/vnd.koan - - - sldm - application/vnd.ms-powerpoint.slide.macroenabled.12 - - - sldx - application/vnd.openxmlformats-officedocument.presentationml.slide - - - slt - application/vnd.epson.salt - - - sm - application/vnd.stepmania.stepchart - - - smf - application/vnd.stardivision.math - - - smi - application/smil+xml - - - smil - application/smil+xml - - - smzip - application/vnd.stepmania.package - - - snd - audio/basic - - - snf - application/x-font-snf - - - so - application/octet-stream - - - spc - application/x-pkcs7-certificates - - - spf - application/vnd.yamaha.smaf-phrase - - - spl - application/x-futuresplash - - - spot - text/vnd.in3d.spot - - - spp - application/scvp-vp-response - - - spq - application/scvp-vp-request - - - spx - audio/ogg - - - src - application/x-wais-source - - - sru - application/sru+xml - - - srx - application/sparql-results+xml - - - sse - application/vnd.kodak-descriptor - - - ssf - application/vnd.epson.ssf - - - ssml - application/ssml+xml - - - st - application/vnd.sailingtracker.track - - - stc - application/vnd.sun.xml.calc.template - - - std - application/vnd.sun.xml.draw.template - - - stf - application/vnd.wt.stf - - - sti - application/vnd.sun.xml.impress.template - - - stk - application/hyperstudio - - - stl - application/vnd.ms-pki.stl - - - str - application/vnd.pg.format - - - stw - application/vnd.sun.xml.writer.template - - - sub - text/vnd.dvb.subtitle - - - sus - application/vnd.sus-calendar - - - susp - application/vnd.sus-calendar - - - sv4cpio - application/x-sv4cpio - - - sv4crc - application/x-sv4crc - - - svc - application/vnd.dvb.service - - - svd - application/vnd.svd - - - svg - image/svg+xml - - - svgz - image/svg+xml - - - swa - application/x-director - - - swf - application/x-shockwave-flash - - - swi - application/vnd.aristanetworks.swi - - - sxc - application/vnd.sun.xml.calc - - - sxd - application/vnd.sun.xml.draw - - - sxg - application/vnd.sun.xml.writer.global - - - sxi - application/vnd.sun.xml.impress - - - sxm - application/vnd.sun.xml.math - - - sxw - application/vnd.sun.xml.writer - - - t - text/troff - - - taglet - application/vnd.mynfc - - - tao - application/vnd.tao.intent-module-archive - - - tar - application/x-tar - - - tcap - application/vnd.3gpp2.tcap - - - tcl - application/x-tcl - - - teacher - application/vnd.smart.teacher - - - tei - application/tei+xml - - - teicorpus - application/tei+xml - - - tex - application/x-tex - - - texi - application/x-texinfo - - - texinfo - application/x-texinfo - - - text - text/plain - - - tfi - application/thraud+xml - - - tfm - application/x-tex-tfm - - - thmx - application/vnd.ms-officetheme - - - tif - image/tiff - - - tiff - image/tiff - - - tmo - application/vnd.tmobile-livetv - - - torrent - application/x-bittorrent - - - tpl - application/vnd.groove-tool-template - - - tpt - application/vnd.trid.tpt - - - tr - text/troff - - - tra - application/vnd.trueapp - - - trm - application/x-msterminal - - - tsd - application/timestamped-data - - - tsv - text/tab-separated-values - - - ttc - application/x-font-ttf - - - ttf - application/x-font-ttf - - - ttl - text/turtle - - - twd - application/vnd.simtech-mindmapper - - - twds - application/vnd.simtech-mindmapper - - - txd - application/vnd.genomatix.tuxedo - - - txf - application/vnd.mobius.txf - - - txt - text/plain - - - u32 - application/x-authorware-bin - - - udeb - application/x-debian-package - - - ufd - application/vnd.ufdl - - - ufdl - application/vnd.ufdl - - - ulw - audio/basic - - - umj - application/vnd.umajin - - - unityweb - application/vnd.unity - - - uoml - application/vnd.uoml+xml - - - uri - text/uri-list - - - uris - text/uri-list - - - urls - text/uri-list - - - ustar - application/x-ustar - - - utz - application/vnd.uiq.theme - - - uu - text/x-uuencode - - - uva - audio/vnd.dece.audio - - - uvd - application/vnd.dece.data - - - uvf - application/vnd.dece.data - - - uvg - image/vnd.dece.graphic - - - uvh - video/vnd.dece.hd - - - uvi - image/vnd.dece.graphic - - - uvm - video/vnd.dece.mobile - - - uvp - video/vnd.dece.pd - - - uvs - video/vnd.dece.sd - - - uvt - application/vnd.dece.ttml+xml - - - uvu - video/vnd.uvvu.mp4 - - - uvv - video/vnd.dece.video - - - uvva - audio/vnd.dece.audio - - - uvvd - application/vnd.dece.data - - - uvvf - application/vnd.dece.data - - - uvvg - image/vnd.dece.graphic - - - uvvh - video/vnd.dece.hd - - - uvvi - image/vnd.dece.graphic - - - uvvm - video/vnd.dece.mobile - - - uvvp - video/vnd.dece.pd - - - uvvs - video/vnd.dece.sd - - - uvvt - application/vnd.dece.ttml+xml - - - uvvu - video/vnd.uvvu.mp4 - - - uvvv - video/vnd.dece.video - - - uvvx - application/vnd.dece.unspecified - - - uvvz - application/vnd.dece.zip - - - uvx - application/vnd.dece.unspecified - - - uvz - application/vnd.dece.zip - - - vcard - text/vcard - - - vcd - application/x-cdlink - - - vcf - text/x-vcard - - - vcg - application/vnd.groove-vcard - - - vcs - text/x-vcalendar - - - vcx - application/vnd.vcx - - - vis - application/vnd.visionary - - - viv - video/vnd.vivo - - - vor - application/vnd.stardivision.writer - - - vox - application/x-authorware-bin - - - vrml - model/vrml - - - vsd - application/vnd.visio - - - vsf - application/vnd.vsf - - - vss - application/vnd.visio - - - vst - application/vnd.visio - - - vsw - application/vnd.visio - - - vtu - model/vnd.vtu - - - vxml - application/voicexml+xml - - - w3d - application/x-director - - - wad - application/x-doom - - - wav - audio/x-wav - - - wax - audio/x-ms-wax - - - - wbmp - image/vnd.wap.wbmp - - - wbs - application/vnd.criticaltools.wbs+xml - - - wbxml - application/vnd.wap.wbxml - - - wcm - application/vnd.ms-works - - - wdb - application/vnd.ms-works - - - weba - audio/webm - - - webm - video/webm - - - webp - image/webp - - - wg - application/vnd.pmi.widget - - - wgt - application/widget - - - wks - application/vnd.ms-works - - - wm - video/x-ms-wm - - - wma - audio/x-ms-wma - - - wmd - application/x-ms-wmd - - - wmf - application/x-msmetafile - - - - wml - text/vnd.wap.wml - - - - wmlc - application/vnd.wap.wmlc - - - - wmls - text/vnd.wap.wmlscript - - - - wmlsc - application/vnd.wap.wmlscriptc - - - wmv - video/x-ms-wmv - - - wmx - video/x-ms-wmx - - - wmz - application/x-ms-wmz - - - woff - application/x-font-woff - - - wpd - application/vnd.wordperfect - - - wpl - application/vnd.ms-wpl - - - wps - application/vnd.ms-works - - - wqd - application/vnd.wqd - - - wri - application/x-mswrite - - - wrl - model/vrml - - - wsdl - application/wsdl+xml - - - wspolicy - application/wspolicy+xml - - - wtb - application/vnd.webturbo - - - wvx - video/x-ms-wvx - - - x32 - application/x-authorware-bin - - - x3d - application/vnd.hzn-3d-crossword - - - xap - application/x-silverlight-app - - - xar - application/vnd.xara - - - xbap - application/x-ms-xbap - - - xbd - application/vnd.fujixerox.docuworks.binder - - - xbm - image/x-xbitmap - - - xdf - application/xcap-diff+xml - - - xdm - application/vnd.syncml.dm+xml - - - xdp - application/vnd.adobe.xdp+xml - - - xdssc - application/dssc+xml - - - xdw - application/vnd.fujixerox.docuworks - - - xenc - application/xenc+xml - - - xer - application/patch-ops-error+xml - - - xfdf - application/vnd.adobe.xfdf - - - xfdl - application/vnd.xfdl - - - xht - application/xhtml+xml - - - xhtml - application/xhtml+xml - - - xhvml - application/xv+xml - - - xif - image/vnd.xiff - - - xla - application/vnd.ms-excel - - - xlam - application/vnd.ms-excel.addin.macroenabled.12 - - - xlc - application/vnd.ms-excel - - - xlm - application/vnd.ms-excel - - - xls - application/vnd.ms-excel - - - xlsb - application/vnd.ms-excel.sheet.binary.macroenabled.12 - - - xlsm - application/vnd.ms-excel.sheet.macroenabled.12 - - - xlsx - application/vnd.openxmlformats-officedocument.spreadsheetml.sheet - - - xlt - application/vnd.ms-excel - - - xltm - application/vnd.ms-excel.template.macroenabled.12 - - - xltx - application/vnd.openxmlformats-officedocument.spreadsheetml.template - - - xlw - application/vnd.ms-excel - - - xml - application/xml - - - xo - application/vnd.olpc-sugar - - - xop - application/xop+xml - - - xpi - application/x-xpinstall - - - xpm - image/x-xpixmap - - - xpr - application/vnd.is-xpr - - - xps - application/vnd.ms-xpsdocument - - - xpw - application/vnd.intercon.formnet - - - xpx - application/vnd.intercon.formnet - - - xsl - application/xml - - - xslt - application/xslt+xml - - - xsm - application/vnd.syncml+xml - - - xspf - application/xspf+xml - - - xul - application/vnd.mozilla.xul+xml - - - xvm - application/xv+xml - - - xvml - application/xv+xml - - - xwd - image/x-xwindowdump - - - xyz - chemical/x-xyz - - - yang - application/yang - - - yin - application/yin+xml - - - z - application/x-compress - - - Z - application/x-compress - - - zaz - application/vnd.zzazz.deck+xml - - - zip - application/zip - - - zir - application/vnd.zul - - - zirz - application/vnd.zul - - - zmm - application/vnd.handheld-entertainment+xml - - - - - - - - - - - - - - - - - - index.html - index.htm - index.jsp - - - diff --git a/manong_portal/target/tomcat/logs/access_log.2019-02-26 b/manong_portal/target/tomcat/logs/access_log.2019-02-26 deleted file mode 100644 index 0ca3c13..0000000 --- a/manong_portal/target/tomcat/logs/access_log.2019-02-26 +++ /dev/null @@ -1,90 +0,0 @@ -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:37:20 +0800] "GET / HTTP/1.1" 200 13143 http-bio-8081-exec-1 7645 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:37:21 +0800] "GET /img/search.gif HTTP/1.1" 404 979 http-bio-8081-exec-3 26 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:37:21 +0800] "GET /img/banner1.png HTTP/1.1" 404 981 http-bio-8081-exec-2 51 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:37:22 +0800] "GET /img/banner2.png HTTP/1.1" 404 981 http-bio-8081-exec-5 6 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:38:59 +0800] "GET / HTTP/1.1" 200 137440 http-bio-8081-exec-7 2259 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:38:59 +0800] "GET /img/banner1.png HTTP/1.1" 404 981 http-bio-8081-exec-8 4 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:38:59 +0800] "GET /img/search.gif HTTP/1.1" 404 979 http-bio-8081-exec-9 4 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:00 +0800] "GET /img/banner2.png HTTP/1.1" 404 981 http-bio-8081-exec-10 5 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:00 +0800] "GET /img/banner/banner3.jpg HTTP/1.1" 404 995 http-bio-8081-exec-8 10 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:00 +0800] "GET /img/banner/bannerI1.jpg HTTP/1.1" 404 997 http-bio-8081-exec-8 4 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:00 +0800] "GET /img/banner/bannerI2.jpg HTTP/1.1" 404 997 http-bio-8081-exec-2 6 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:00 +0800] "GET /img/banner/banner4.jpg HTTP/1.1" 404 995 http-bio-8081-exec-5 4 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:00 +0800] "GET /img/banner/bannerI5.jpg HTTP/1.1" 404 997 http-bio-8081-exec-6 5 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:00 +0800] "GET /img/banner/bannerI6.jpg HTTP/1.1" 404 997 http-bio-8081-exec-6 4 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:00 +0800] "GET /img/banner/banner5.jpg HTTP/1.1" 404 995 http-bio-8081-exec-5 4 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:00 +0800] "GET /img/banner/bannerI7.jpg HTTP/1.1" 404 997 http-bio-8081-exec-10 4 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:00 +0800] "GET /img/banner/bannerI4.jpg HTTP/1.1" 404 997 http-bio-8081-exec-8 3 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:00 +0800] "GET /img/banner/banner6.jpg HTTP/1.1" 404 995 http-bio-8081-exec-4 4 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:00 +0800] "GET /img/banner/right1.webp HTTP/1.1" 404 995 http-bio-8081-exec-2 41 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:01 +0800] "GET /img/banner/banner7.jpg HTTP/1.1" 404 995 http-bio-8081-exec-10 5 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:01 +0800] "GET /img/banner/banner8.jpg HTTP/1.1" 404 995 http-bio-8081-exec-4 4 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:01 +0800] "GET /img/banner/bannerI3.jpg HTTP/1.1" 404 997 http-bio-8081-exec-8 2 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:01 +0800] "GET /img/banner/right1.jpg HTTP/1.1" 404 993 http-bio-8081-exec-1 5 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:01 +0800] "GET /img/banner/bannerI8.jpg HTTP/1.1" 404 997 http-bio-8081-exec-2 47 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:01 +0800] "GET /img/content/summer.png HTTP/1.1" 404 995 http-bio-8081-exec-2 4 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:01 +0800] "GET /img/content/first1.jpg HTTP/1.1" 404 995 http-bio-8081-exec-1 3 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:01 +0800] "GET /img/content/first2.jpg HTTP/1.1" 404 995 http-bio-8081-exec-8 2 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:01 +0800] "GET /img/content/first4.jpg HTTP/1.1" 404 995 http-bio-8081-exec-10 3 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:01 +0800] "GET /img/content/first3.jpg HTTP/1.1" 404 995 http-bio-8081-exec-4 2 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:01 +0800] "GET /img/content/first5.jpg HTTP/1.1" 404 995 http-bio-8081-exec-6 3 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:01 +0800] "GET /img/content/sec_1.jpg HTTP/1.1" 404 993 http-bio-8081-exec-2 15 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:01 +0800] "GET /img/content/sec_3.jpg HTTP/1.1" 404 993 http-bio-8081-exec-6 3 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:01 +0800] "GET /img/content/sec_2.jpg HTTP/1.1" 404 993 http-bio-8081-exec-2 5 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:01 +0800] "GET /img/content/tubiao/tubiao_3.jpg HTTP/1.1" 404 1013 http-bio-8081-exec-8 4 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:01 +0800] "GET /img/content/tubiao/tubiao_2.jpg HTTP/1.1" 404 1013 http-bio-8081-exec-4 10 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:01 +0800] "GET /img/content/tubiao/tubiao_1.jpg HTTP/1.1" 404 1013 http-bio-8081-exec-10 20 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:01 +0800] "GET /img/content/tubiao/tubiao_4.jpg HTTP/1.1" 404 1013 http-bio-8081-exec-1 20 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:01 +0800] "GET /img/erWeiMaBackground.png HTTP/1.1" 404 1001 http-bio-8081-exec-2 3 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:01 +0800] "GET /img/qipao.png HTTP/1.1" 404 977 http-bio-8081-exec-6 5 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:01 +0800] "GET /img/right_top.png HTTP/1.1" 404 985 http-bio-8081-exec-8 4 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:01 +0800] "GET /img/erWeiMa1.jpg HTTP/1.1" 404 983 http-bio-8081-exec-4 35 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:01 +0800] "GET /img/content/tubiao/tubiao_5.jpg HTTP/1.1" 404 1013 http-bio-8081-exec-2 8 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:01 +0800] "GET /img/content/tubiao/tubiao_7.jpg HTTP/1.1" 404 1013 http-bio-8081-exec-10 3 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:01 +0800] "GET /img/content/tubiao/tubiao_6.jpg HTTP/1.1" 404 1013 http-bio-8081-exec-1 12 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:01 +0800] "GET /img/content/tubiao/tubiao_11.jpg HTTP/1.1" 404 1015 http-bio-8081-exec-6 4 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:01 +0800] "GET /img/content/tubiao/tubiao_9.jpg HTTP/1.1" 404 1013 http-bio-8081-exec-4 3 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:01 +0800] "GET /img/content/tubiao/tubiao_10.jpg HTTP/1.1" 404 1015 http-bio-8081-exec-8 3 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:02 +0800] "GET /img/content/tubiao/tubiao_8.jpg HTTP/1.1" 404 1013 http-bio-8081-exec-2 32 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:02 +0800] "GET /img/content/tubiao/tubiao_12.jpg HTTP/1.1" 404 1015 http-bio-8081-exec-1 7 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:02 +0800] "GET /img/content/tubiao/tubiao_13.jpg HTTP/1.1" 404 1015 http-bio-8081-exec-8 3 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:02 +0800] "GET /img/content/four_r1.jpg HTTP/1.1" 404 997 http-bio-8081-exec-6 3 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:02 +0800] "GET /img/content/four_1.png HTTP/1.1" 404 995 http-bio-8081-exec-4 3 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:02 +0800] "GET /img/content/tubiao/tubiao_14.jpg HTTP/1.1" 404 1015 http-bio-8081-exec-2 4 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:02 +0800] "GET /img/content/four_wei.jpg HTTP/1.1" 404 999 http-bio-8081-exec-1 3 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:02 +0800] "GET /img/content/four_xi.jpg HTTP/1.1" 404 997 http-bio-8081-exec-10 3 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:02 +0800] "GET /img/content/f11.jpg HTTP/1.1" 404 989 http-bio-8081-exec-10 3 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:02 +0800] "GET /img/content/f12.jpg HTTP/1.1" 404 989 http-bio-8081-exec-1 3 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:02 +0800] "GET /img/content/f14.jpg HTTP/1.1" 404 989 http-bio-8081-exec-4 3 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:02 +0800] "GET /img/content/f13.jpg HTTP/1.1" 404 989 http-bio-8081-exec-2 5 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:02 +0800] "GET /img/content/f15.jpg HTTP/1.1" 404 989 http-bio-8081-exec-6 7 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:02 +0800] "GET /img/content/f16.jpg HTTP/1.1" 404 989 http-bio-8081-exec-8 18 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:02 +0800] "GET /img/content/four_2.png HTTP/1.1" 404 995 http-bio-8081-exec-8 3 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:02 +0800] "GET /img/content/f28.jpg HTTP/1.1" 404 989 http-bio-8081-exec-6 2 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:02 +0800] "GET /img/content/f23.jpg HTTP/1.1" 404 989 http-bio-8081-exec-4 3 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:02 +0800] "GET /img/content/f22.jpg HTTP/1.1" 404 989 http-bio-8081-exec-2 2 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:02 +0800] "GET /img/content/f21.jpg HTTP/1.1" 404 989 http-bio-8081-exec-1 3 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:02 +0800] "GET /img/content/f24.jpg HTTP/1.1" 404 989 http-bio-8081-exec-10 6 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:02 +0800] "GET /img/content/f25.jpg HTTP/1.1" 404 989 http-bio-8081-exec-10 4 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:02 +0800] "GET /img/content/f26.jpg HTTP/1.1" 404 989 http-bio-8081-exec-1 4 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:02 +0800] "GET /img/content/six_1.jpg HTTP/1.1" 404 993 http-bio-8081-exec-6 4 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:02 +0800] "GET /img/content/f27.jpg HTTP/1.1" 404 989 http-bio-8081-exec-4 3 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:02 +0800] "GET /img/content/seven_1.jpg HTTP/1.1" 404 997 http-bio-8081-exec-8 4 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:02 +0800] "GET /img/content/five.jpg HTTP/1.1" 404 991 http-bio-8081-exec-2 3 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:02 +0800] "GET /img/content/xia.png HTTP/1.1" 404 989 http-bio-8081-exec-2 4 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:02 +0800] "GET /img/content/love.jpg HTTP/1.1" 404 991 http-bio-8081-exec-8 3 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:02 +0800] "GET /img/content/puer.jpg HTTP/1.1" 404 991 http-bio-8081-exec-4 4 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:02 +0800] "GET /img/content/huwai.jpg HTTP/1.1" 404 993 http-bio-8081-exec-6 7 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:02 +0800] "GET /img/content/images/map_1_01.png HTTP/1.1" 404 1013 http-bio-8081-exec-5 2 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:02 +0800] "GET /img/content/images/map_2_02.png HTTP/1.1" 404 1013 http-bio-8081-exec-10 4 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:02 +0800] "GET /img/content/images/map_4_02.png HTTP/1.1" 404 1013 http-bio-8081-exec-5 3 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:02 +0800] "GET /img/content/images/map_3_02.png HTTP/1.1" 404 1013 http-bio-8081-exec-10 4 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:02 +0800] "GET /img/content/images/eweimaIMG.png HTTP/1.1" 404 1015 http-bio-8081-exec-6 3 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:02 +0800] "GET /img/tianMaoPic.png HTTP/1.1" 404 987 http-bio-8081-exec-4 3 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:02 +0800] "GET /img/police.png HTTP/1.1" 404 979 http-bio-8081-exec-8 3 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:02 +0800] "GET /img/content/images/map_bottom1.jpg HTTP/1.1" 404 1019 http-bio-8081-exec-2 3 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:03 +0800] "GET /img/content/four_tu.png HTTP/1.1" 404 997 http-bio-8081-exec-6 3 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:03 +0800] "GET /img/content/images/map_bottom2.jpg HTTP/1.1" 404 1019 http-bio-8081-exec-2 3 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:03 +0800] "GET /img/tianMao-picture.jpg HTTP/1.1" 404 997 http-bio-8081-exec-8 2 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:03 +0800] "GET /img/content/four_jiantou.png HTTP/1.1" 404 1007 http-bio-8081-exec-4 3 -0:0:0:0:0:0:0:1 - - [26/Feb/2019:15:39:03 +0800] "GET /img/content/tianmao.png HTTP/1.1" 404 997 http-bio-8081-exec-5 3 diff --git a/manong_portal/target/tomcat/work/Tomcat/localhost/_/org/apache/jsp/index_jsp.class b/manong_portal/target/tomcat/work/Tomcat/localhost/_/org/apache/jsp/index_jsp.class deleted file mode 100644 index a28efff..0000000 Binary files a/manong_portal/target/tomcat/work/Tomcat/localhost/_/org/apache/jsp/index_jsp.class and /dev/null differ diff --git a/manong_portal/target/tomcat/work/Tomcat/localhost/_/org/apache/jsp/index_jsp.java b/manong_portal/target/tomcat/work/Tomcat/localhost/_/org/apache/jsp/index_jsp.java deleted file mode 100644 index 8370ad8..0000000 --- a/manong_portal/target/tomcat/work/Tomcat/localhost/_/org/apache/jsp/index_jsp.java +++ /dev/null @@ -1,80 +0,0 @@ -/* - * Generated by the Jasper component of Apache Tomcat - * Version: Apache Tomcat/7.0.47 - * Generated at: 2019-02-26 07:37:14 UTC - * Note: The last modified time of this file was set to - * the last modified time of the source file after - * generation to assist with modification tracking. - */ -package org.apache.jsp; - -import javax.servlet.*; -import javax.servlet.http.*; -import javax.servlet.jsp.*; - -public final class index_jsp extends org.apache.jasper.runtime.HttpJspBase - implements org.apache.jasper.runtime.JspSourceDependent { - - private static final javax.servlet.jsp.JspFactory _jspxFactory = - javax.servlet.jsp.JspFactory.getDefaultFactory(); - - private static java.util.Map _jspx_dependants; - - private javax.el.ExpressionFactory _el_expressionfactory; - private org.apache.tomcat.InstanceManager _jsp_instancemanager; - - public java.util.Map getDependants() { - return _jspx_dependants; - } - - public void _jspInit() { - _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); - _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); - } - - public void _jspDestroy() { - } - - public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) - throws java.io.IOException, javax.servlet.ServletException { - - final javax.servlet.jsp.PageContext pageContext; - javax.servlet.http.HttpSession session = null; - final javax.servlet.ServletContext application; - final javax.servlet.ServletConfig config; - javax.servlet.jsp.JspWriter out = null; - final java.lang.Object page = this; - javax.servlet.jsp.JspWriter _jspx_out = null; - javax.servlet.jsp.PageContext _jspx_page_context = null; - - - try { - response.setContentType("text/html;charset=UTF-8"); - pageContext = _jspxFactory.getPageContext(this, request, response, - null, true, 8192, true); - _jspx_page_context = pageContext; - application = pageContext.getServletContext(); - config = pageContext.getServletConfig(); - session = pageContext.getSession(); - out = pageContext.getOut(); - _jspx_out = out; - - out.write("\r\n"); - out.write("\r\n"); - if (true) { - _jspx_page_context.forward("home.html"); - return; - } - } catch (java.lang.Throwable t) { - if (!(t instanceof javax.servlet.jsp.SkipPageException)){ - out = _jspx_out; - if (out != null && out.getBufferSize() != 0) - try { out.clearBuffer(); } catch (java.io.IOException e) {} - if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); - else throw new ServletException(t); - } - } finally { - _jspxFactory.releasePageContext(_jspx_page_context); - } - } -} diff --git a/manong_redis/manong_redis.iml b/manong_redis/manong_redis.iml deleted file mode 100644 index 2ee29af..0000000 --- a/manong_redis/manong_redis.iml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/manong_redis/target/manong_redis-1.0-SNAPSHOT.jar b/manong_redis/target/manong_redis-1.0-SNAPSHOT.jar deleted file mode 100644 index 31e0530..0000000 Binary files a/manong_redis/target/manong_redis-1.0-SNAPSHOT.jar and /dev/null differ diff --git a/manong_redis/target/maven-archiver/pom.properties b/manong_redis/target/maven-archiver/pom.properties deleted file mode 100644 index 43404ac..0000000 --- a/manong_redis/target/maven-archiver/pom.properties +++ /dev/null @@ -1,5 +0,0 @@ -#Generated by Maven -#Wed Sep 05 18:07:19 CST 2018 -version=1.0-SNAPSHOT -groupId=com.kendinghui -artifactId=manong_redis diff --git a/manong_redis/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/manong_redis/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst deleted file mode 100644 index e69de29..0000000 diff --git a/manong_redis/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/manong_redis/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst deleted file mode 100644 index e69de29..0000000 diff --git a/manong_rest/manong_rest.iml b/manong_rest/manong_rest.iml deleted file mode 100644 index a738cfd..0000000 --- a/manong_rest/manong_rest.iml +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/manong_rest/pom.xml b/manong_rest/pom.xml index d4c5e04..8f08eb3 100644 --- a/manong_rest/pom.xml +++ b/manong_rest/pom.xml @@ -13,6 +13,7 @@ war + com.kendinghui manong_common @@ -103,6 +104,7 @@ org.apache.tomcat.maven tomcat7-maven-plugin + 2.2 8088 / diff --git a/manong_rest/src/main/java/com/manong/rest/controller/ProductController.java b/manong_rest/src/main/java/com/manong/rest/controller/ProductController.java new file mode 100644 index 0000000..a2d519f --- /dev/null +++ b/manong_rest/src/main/java/com/manong/rest/controller/ProductController.java @@ -0,0 +1,26 @@ +package com.manong.rest.controller; + +import com.manong.rest.service.ProductCategriesService; +import com.manong.rest.service.ProductService; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.stereotype.Controller; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.ResponseBody; +import pojo.Res_Categories; +import pojo.ResponseJsonResult; + +@Controller("ProductController") +@RequestMapping("/rest") +public class ProductController { + + @Autowired + private ProductService productService; + + @RequestMapping("product/list") + @ResponseBody + public ResponseJsonResult getProductList(){ + ResponseJsonResult responseJsonResult = productService.getProduct(); + return responseJsonResult; + } + +} diff --git a/manong_rest/src/main/java/com/manong/rest/service/ProductService.java b/manong_rest/src/main/java/com/manong/rest/service/ProductService.java new file mode 100644 index 0000000..3a5b510 --- /dev/null +++ b/manong_rest/src/main/java/com/manong/rest/service/ProductService.java @@ -0,0 +1,9 @@ +package com.manong.rest.service; + +import pojo.ResponseJsonResult; + +public interface ProductService { + + ResponseJsonResult getProduct(); + +} diff --git a/manong_rest/src/main/java/com/manong/rest/service/impl/ProductServiceImpl.java b/manong_rest/src/main/java/com/manong/rest/service/impl/ProductServiceImpl.java new file mode 100644 index 0000000..1dac153 --- /dev/null +++ b/manong_rest/src/main/java/com/manong/rest/service/impl/ProductServiceImpl.java @@ -0,0 +1,47 @@ +package com.manong.rest.service.impl; + +import com.github.pagehelper.PageHelper; +import com.manong.mapper.ProductMapper; +import com.manong.pojo.Product; +import com.manong.pojo.ProductExample; +import com.manong.rest.service.ProductService; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.stereotype.Service; +import pojo.Res_Product; +import pojo.ResponseJsonResult; + +import java.util.ArrayList; +import java.util.List; + +@Service +public class ProductServiceImpl implements ProductService { + + @Autowired + ProductMapper productMapper; + + @Override + public ResponseJsonResult getProduct() { + + PageHelper.startPage(1,20); + ProductExample productExample = new ProductExample(); + List products = productMapper.selectByExample(productExample); + + List res_products = new ArrayList<>(); + + for (int i = 0; i < products.size() ; i++) { + Res_Product res_product = new Res_Product(); + Product product = products.get(i); + res_product.setPrice(product.getPrice()); + res_product.setId(product.getId()); + res_product.setName(product.getName()); + res_product.setImgUrl(product.getImage()); + res_products.add(res_product); + } + + ResponseJsonResult responseJsonResult = new ResponseJsonResult(); + responseJsonResult.setList(res_products); + + return responseJsonResult; + } + +} diff --git a/manong_rest/target/classes/com/manong/rest/controller/ProductCategoriesController.class b/manong_rest/target/classes/com/manong/rest/controller/ProductCategoriesController.class deleted file mode 100644 index 681905d..0000000 Binary files a/manong_rest/target/classes/com/manong/rest/controller/ProductCategoriesController.class and /dev/null differ diff --git a/manong_rest/target/classes/com/manong/rest/service/ProductCategriesService.class b/manong_rest/target/classes/com/manong/rest/service/ProductCategriesService.class deleted file mode 100644 index cf6dd3c..0000000 Binary files a/manong_rest/target/classes/com/manong/rest/service/ProductCategriesService.class and /dev/null differ diff --git a/manong_rest/target/classes/com/manong/rest/service/impl/ProductCategriesServiceImpl.class b/manong_rest/target/classes/com/manong/rest/service/impl/ProductCategriesServiceImpl.class deleted file mode 100644 index 2f25e9e..0000000 Binary files a/manong_rest/target/classes/com/manong/rest/service/impl/ProductCategriesServiceImpl.class and /dev/null differ diff --git a/manong_rest/target/classes/mybatis/sqlMapConfig.xml b/manong_rest/target/classes/mybatis/sqlMapConfig.xml deleted file mode 100644 index edbc230..0000000 --- a/manong_rest/target/classes/mybatis/sqlMapConfig.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/manong_rest/target/classes/properties/db.properties b/manong_rest/target/classes/properties/db.properties deleted file mode 100644 index d3e91ec..0000000 --- a/manong_rest/target/classes/properties/db.properties +++ /dev/null @@ -1,4 +0,0 @@ -jdbc_url=jdbc:mysql://localhost:3306/manong?characterEncoding=utf-8 -jdbc_user=root -jdbc_password=admin -jdbc_driver=com.mysql.jdbc.Driver \ No newline at end of file diff --git a/manong_rest/target/classes/spring/applicationContext-dao.xml b/manong_rest/target/classes/spring/applicationContext-dao.xml deleted file mode 100644 index db2f305..0000000 --- a/manong_rest/target/classes/spring/applicationContext-dao.xml +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/manong_rest/target/classes/spring/applicationContext-service.xml b/manong_rest/target/classes/spring/applicationContext-service.xml deleted file mode 100644 index b14ad81..0000000 --- a/manong_rest/target/classes/spring/applicationContext-service.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - \ No newline at end of file diff --git a/manong_rest/target/classes/spring/applicationContext-trans.xml b/manong_rest/target/classes/spring/applicationContext-trans.xml deleted file mode 100644 index 5b3cef2..0000000 --- a/manong_rest/target/classes/spring/applicationContext-trans.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/manong_rest/target/classes/spring/springmvc.xml b/manong_rest/target/classes/spring/springmvc.xml deleted file mode 100644 index 2cc196b..0000000 --- a/manong_rest/target/classes/spring/springmvc.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/manong_rest/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/manong_rest/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst deleted file mode 100644 index 681b61b..0000000 --- a/manong_rest/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +++ /dev/null @@ -1,3 +0,0 @@ -com\manong\rest\service\ProductCategriesService.class -com\manong\rest\controller\ProductCategoriesController.class -com\manong\rest\service\impl\ProductCategriesServiceImpl.class diff --git a/manong_rest/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/manong_rest/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst deleted file mode 100644 index 2409725..0000000 --- a/manong_rest/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +++ /dev/null @@ -1,3 +0,0 @@ -F:\githubproject\manong\manong_rest\src\main\java\com\manong\rest\service\ProductCategriesService.java -F:\githubproject\manong\manong_rest\src\main\java\com\manong\rest\service\impl\ProductCategriesServiceImpl.java -F:\githubproject\manong\manong_rest\src\main\java\com\manong\rest\controller\ProductCategoriesController.java diff --git a/manong_rest/target/tomcat/conf/logging.properties b/manong_rest/target/tomcat/conf/logging.properties deleted file mode 100644 index 76c9512..0000000 --- a/manong_rest/target/tomcat/conf/logging.properties +++ /dev/null @@ -1,64 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -handlers = 1catalina.org.apache.juli.FileHandler, 2localhost.org.apache.juli.FileHandler, 3manager.org.apache.juli.FileHandler, 4host-manager.org.apache.juli.FileHandler, java.util.logging.ConsoleHandler - -.handlers = 1catalina.org.apache.juli.FileHandler, java.util.logging.ConsoleHandler - -############################################################ -# Handler specific properties. -# Describes specific configuration info for Handlers. -############################################################ - -1catalina.org.apache.juli.FileHandler.level = FINE -1catalina.org.apache.juli.FileHandler.directory = ${catalina.base}/logs -1catalina.org.apache.juli.FileHandler.prefix = catalina. - -2localhost.org.apache.juli.FileHandler.level = FINE -2localhost.org.apache.juli.FileHandler.directory = ${catalina.base}/logs -2localhost.org.apache.juli.FileHandler.prefix = localhost. - -3manager.org.apache.juli.FileHandler.level = FINE -3manager.org.apache.juli.FileHandler.directory = ${catalina.base}/logs -3manager.org.apache.juli.FileHandler.prefix = manager. - -4host-manager.org.apache.juli.FileHandler.level = FINE -4host-manager.org.apache.juli.FileHandler.directory = ${catalina.base}/logs -4host-manager.org.apache.juli.FileHandler.prefix = host-manager. - -java.util.logging.ConsoleHandler.level = FINE -java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter - - -############################################################ -# Facility specific properties. -# Provides extra control for each logger. -############################################################ - -org.apache.catalina.core.ContainerBase.[Catalina].[localhost].level = INFO -org.apache.catalina.core.ContainerBase.[Catalina].[localhost].handlers = 2localhost.org.apache.juli.FileHandler - -org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/manager].level = INFO -org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/manager].handlers = 3manager.org.apache.juli.FileHandler - -org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/host-manager].level = INFO -org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/host-manager].handlers = 4host-manager.org.apache.juli.FileHandler - -# For example, set the org.apache.catalina.util.LifecycleBase logger to log -# each component that extends LifecycleBase changing state: -#org.apache.catalina.util.LifecycleBase.level = FINE - -# To see debug messages in TldLocationsCache, uncomment the following line: -#org.apache.jasper.compiler.TldLocationsCache.level = FINE diff --git a/manong_rest/target/tomcat/conf/tomcat-users.xml b/manong_rest/target/tomcat/conf/tomcat-users.xml deleted file mode 100644 index 7114f5d..0000000 --- a/manong_rest/target/tomcat/conf/tomcat-users.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - diff --git a/manong_rest/target/tomcat/conf/web.xml b/manong_rest/target/tomcat/conf/web.xml deleted file mode 100644 index cc8383c..0000000 --- a/manong_rest/target/tomcat/conf/web.xml +++ /dev/null @@ -1,4283 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - default - org.apache.catalina.servlets.DefaultServlet - - debug - 0 - - - listings - false - - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - jsp - org.apache.jasper.servlet.JspServlet - - fork - false - - - xpoweredBy - false - - 3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - default - / - - - - - jsp - *.jsp - *.jspx - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 30 - - - - - - - - - - - - 123 - application/vnd.lotus-1-2-3 - - - 3dml - text/vnd.in3d.3dml - - - 3g2 - video/3gpp2 - - - 3gp - video/3gpp - - - 7z - application/x-7z-compressed - - - aab - application/x-authorware-bin - - - aac - audio/x-aac - - - aam - application/x-authorware-map - - - aas - application/x-authorware-seg - - - abs - audio/x-mpeg - - - abw - application/x-abiword - - - ac - application/pkix-attr-cert - - - acc - application/vnd.americandynamics.acc - - - ace - application/x-ace-compressed - - - acu - application/vnd.acucobol - - - acutc - application/vnd.acucorp - - - adp - audio/adpcm - - - aep - application/vnd.audiograph - - - afm - application/x-font-type1 - - - afp - application/vnd.ibm.modcap - - - ahead - application/vnd.ahead.space - - - ai - application/postscript - - - aif - audio/x-aiff - - - aifc - audio/x-aiff - - - aiff - audio/x-aiff - - - aim - application/x-aim - - - air - application/vnd.adobe.air-application-installer-package+zip - - - ait - application/vnd.dvb.ait - - - ami - application/vnd.amiga.ami - - - anx - application/annodex - - - apk - application/vnd.android.package-archive - - - application - application/x-ms-application - - - apr - application/vnd.lotus-approach - - - art - image/x-jg - - - asc - application/pgp-signature - - - asf - video/x-ms-asf - - - asm - text/x-asm - - - aso - application/vnd.accpac.simply.aso - - - asx - video/x-ms-asf - - - atc - application/vnd.acucorp - - - atom - application/atom+xml - - - atomcat - application/atomcat+xml - - - atomsvc - application/atomsvc+xml - - - atx - application/vnd.antix.game-component - - - au - audio/basic - - - avi - video/x-msvideo - - - avx - video/x-rad-screenplay - - - aw - application/applixware - - - axa - audio/annodex - - - axv - video/annodex - - - azf - application/vnd.airzip.filesecure.azf - - - azs - application/vnd.airzip.filesecure.azs - - - azw - application/vnd.amazon.ebook - - - bat - application/x-msdownload - - - bcpio - application/x-bcpio - - - bdf - application/x-font-bdf - - - bdm - application/vnd.syncml.dm+wbxml - - - bed - application/vnd.realvnc.bed - - - bh2 - application/vnd.fujitsu.oasysprs - - - bin - application/octet-stream - - - bmi - application/vnd.bmi - - - bmp - image/bmp - - - body - text/html - - - book - application/vnd.framemaker - - - box - application/vnd.previewsystems.box - - - boz - application/x-bzip2 - - - bpk - application/octet-stream - - - btif - image/prs.btif - - - bz - application/x-bzip - - - bz2 - application/x-bzip2 - - - c - text/x-c - - - c11amc - application/vnd.cluetrust.cartomobile-config - - - c11amz - application/vnd.cluetrust.cartomobile-config-pkg - - - c4d - application/vnd.clonk.c4group - - - c4f - application/vnd.clonk.c4group - - - c4g - application/vnd.clonk.c4group - - - c4p - application/vnd.clonk.c4group - - - c4u - application/vnd.clonk.c4group - - - cab - application/vnd.ms-cab-compressed - - - cap - application/vnd.tcpdump.pcap - - - car - application/vnd.curl.car - - - cat - application/vnd.ms-pki.seccat - - - cc - text/x-c - - - cct - application/x-director - - - ccxml - application/ccxml+xml - - - cdbcmsg - application/vnd.contact.cmsg - - - cdf - application/x-cdf - - - cdkey - application/vnd.mediastation.cdkey - - - cdmia - application/cdmi-capability - - - cdmic - application/cdmi-container - - - cdmid - application/cdmi-domain - - - cdmio - application/cdmi-object - - - cdmiq - application/cdmi-queue - - - cdx - chemical/x-cdx - - - cdxml - application/vnd.chemdraw+xml - - - cdy - application/vnd.cinderella - - - cer - application/pkix-cert - - - cgm - image/cgm - - - chat - application/x-chat - - - chm - application/vnd.ms-htmlhelp - - - chrt - application/vnd.kde.kchart - - - cif - chemical/x-cif - - - cii - application/vnd.anser-web-certificate-issue-initiation - - - cil - application/vnd.ms-artgalry - - - cla - application/vnd.claymore - - - class - application/java - - - clkk - application/vnd.crick.clicker.keyboard - - - clkp - application/vnd.crick.clicker.palette - - - clkt - application/vnd.crick.clicker.template - - - clkw - application/vnd.crick.clicker.wordbank - - - clkx - application/vnd.crick.clicker - - - clp - application/x-msclip - - - cmc - application/vnd.cosmocaller - - - cmdf - chemical/x-cmdf - - - cml - chemical/x-cml - - - cmp - application/vnd.yellowriver-custom-menu - - - cmx - image/x-cmx - - - cod - application/vnd.rim.cod - - - com - application/x-msdownload - - - conf - text/plain - - - cpio - application/x-cpio - - - cpp - text/x-c - - - cpt - application/mac-compactpro - - - crd - application/x-mscardfile - - - crl - application/pkix-crl - - - crt - application/x-x509-ca-cert - - - cryptonote - application/vnd.rig.cryptonote - - - csh - application/x-csh - - - csml - chemical/x-csml - - - csp - application/vnd.commonspace - - - css - text/css - - - cst - application/x-director - - - csv - text/csv - - - cu - application/cu-seeme - - - curl - text/vnd.curl - - - cww - application/prs.cww - - - cxt - application/x-director - - - cxx - text/x-c - - - dae - model/vnd.collada+xml - - - daf - application/vnd.mobius.daf - - - dataless - application/vnd.fdsn.seed - - - davmount - application/davmount+xml - - - dcr - application/x-director - - - dcurl - text/vnd.curl.dcurl - - - dd2 - application/vnd.oma.dd2+xml - - - ddd - application/vnd.fujixerox.ddd - - - deb - application/x-debian-package - - - def - text/plain - - - deploy - application/octet-stream - - - der - application/x-x509-ca-cert - - - dfac - application/vnd.dreamfactory - - - dib - image/bmp - - - dic - text/x-c - - - dir - application/x-director - - - dis - application/vnd.mobius.dis - - - dist - application/octet-stream - - - distz - application/octet-stream - - - djv - image/vnd.djvu - - - djvu - image/vnd.djvu - - - dll - application/x-msdownload - - - dmg - application/octet-stream - - - dmp - application/vnd.tcpdump.pcap - - - dms - application/octet-stream - - - dna - application/vnd.dna - - - doc - application/msword - - - docm - application/vnd.ms-word.document.macroenabled.12 - - - docx - application/vnd.openxmlformats-officedocument.wordprocessingml.document - - - dot - application/msword - - - dotm - application/vnd.ms-word.template.macroenabled.12 - - - dotx - application/vnd.openxmlformats-officedocument.wordprocessingml.template - - - dp - application/vnd.osgi.dp - - - dpg - application/vnd.dpgraph - - - dra - audio/vnd.dra - - - dsc - text/prs.lines.tag - - - dssc - application/dssc+der - - - dtb - application/x-dtbook+xml - - - dtd - application/xml-dtd - - - dts - audio/vnd.dts - - - dtshd - audio/vnd.dts.hd - - - dump - application/octet-stream - - - dv - video/x-dv - - - dvb - video/vnd.dvb.file - - - dvi - application/x-dvi - - - dwf - model/vnd.dwf - - - dwg - image/vnd.dwg - - - dxf - image/vnd.dxf - - - dxp - application/vnd.spotfire.dxp - - - dxr - application/x-director - - - ecelp4800 - audio/vnd.nuera.ecelp4800 - - - ecelp7470 - audio/vnd.nuera.ecelp7470 - - - ecelp9600 - audio/vnd.nuera.ecelp9600 - - - ecma - application/ecmascript - - - edm - application/vnd.novadigm.edm - - - edx - application/vnd.novadigm.edx - - - efif - application/vnd.picsel - - - ei6 - application/vnd.pg.osasli - - - elc - application/octet-stream - - - eml - message/rfc822 - - - emma - application/emma+xml - - - eol - audio/vnd.digital-winds - - - eot - application/vnd.ms-fontobject - - - eps - application/postscript - - - epub - application/epub+zip - - - es3 - application/vnd.eszigno3+xml - - - esf - application/vnd.epson.esf - - - et3 - application/vnd.eszigno3+xml - - - etx - text/x-setext - - - exe - application/octet-stream - - - exi - application/exi - - - ext - application/vnd.novadigm.ext - - - ez - application/andrew-inset - - - ez2 - application/vnd.ezpix-album - - - ez3 - application/vnd.ezpix-package - - - f - text/x-fortran - - - f4v - video/x-f4v - - - f77 - text/x-fortran - - - f90 - text/x-fortran - - - fbs - image/vnd.fastbidsheet - - - fcs - application/vnd.isac.fcs - - - fdf - application/vnd.fdf - - - fe_launch - application/vnd.denovo.fcselayout-link - - - fg5 - application/vnd.fujitsu.oasysgp - - - fgd - application/x-director - - - fh - image/x-freehand - - - fh4 - image/x-freehand - - - fh5 - image/x-freehand - - - fh7 - image/x-freehand - - - fhc - image/x-freehand - - - fig - application/x-xfig - - - flac - audio/flac - - - fli - video/x-fli - - - flo - application/vnd.micrografx.flo - - - flv - video/x-flv - - - flw - application/vnd.kde.kivio - - - flx - text/vnd.fmi.flexstor - - - fly - text/vnd.fly - - - fm - application/vnd.framemaker - - - fnc - application/vnd.frogans.fnc - - - for - text/x-fortran - - - fpx - image/vnd.fpx - - - frame - application/vnd.framemaker - - - fsc - application/vnd.fsc.weblaunch - - - fst - image/vnd.fst - - - ftc - application/vnd.fluxtime.clip - - - fti - application/vnd.anser-web-funds-transfer-initiation - - - fvt - video/vnd.fvt - - - fxp - application/vnd.adobe.fxp - - - fxpl - application/vnd.adobe.fxp - - - fzs - application/vnd.fuzzysheet - - - g2w - application/vnd.geoplan - - - g3 - image/g3fax - - - g3w - application/vnd.geospace - - - gac - application/vnd.groove-account - - - gbr - application/rpki-ghostbusters - - - gdl - model/vnd.gdl - - - geo - application/vnd.dynageo - - - gex - application/vnd.geometry-explorer - - - ggb - application/vnd.geogebra.file - - - ggt - application/vnd.geogebra.tool - - - ghf - application/vnd.groove-help - - - gif - image/gif - - - gim - application/vnd.groove-identity-message - - - gmx - application/vnd.gmx - - - gnumeric - application/x-gnumeric - - - gph - application/vnd.flographit - - - gqf - application/vnd.grafeq - - - gqs - application/vnd.grafeq - - - gram - application/srgs - - - gre - application/vnd.geometry-explorer - - - grv - application/vnd.groove-injector - - - grxml - application/srgs+xml - - - gsf - application/x-font-ghostscript - - - gtar - application/x-gtar - - - gtm - application/vnd.groove-tool-message - - - gtw - model/vnd.gtw - - - gv - text/vnd.graphviz - - - gxt - application/vnd.geonext - - - gz - application/x-gzip - - - h - text/x-c - - - h261 - video/h261 - - - h263 - video/h263 - - - h264 - video/h264 - - - hal - application/vnd.hal+xml - - - hbci - application/vnd.hbci - - - hdf - application/x-hdf - - - hh - text/x-c - - - hlp - application/winhlp - - - hpgl - application/vnd.hp-hpgl - - - hpid - application/vnd.hp-hpid - - - hps - application/vnd.hp-hps - - - hqx - application/mac-binhex40 - - - htc - text/x-component - - - htke - application/vnd.kenameaapp - - - htm - text/html - - - html - text/html - - - hvd - application/vnd.yamaha.hv-dic - - - hvp - application/vnd.yamaha.hv-voice - - - hvs - application/vnd.yamaha.hv-script - - - i2g - application/vnd.intergeo - - - icc - application/vnd.iccprofile - - - ice - x-conference/x-cooltalk - - - icm - application/vnd.iccprofile - - - ico - image/x-icon - - - ics - text/calendar - - - ief - image/ief - - - ifb - text/calendar - - - ifm - application/vnd.shana.informed.formdata - - - iges - model/iges - - - igl - application/vnd.igloader - - - igm - application/vnd.insors.igm - - - igs - model/iges - - - igx - application/vnd.micrografx.igx - - - iif - application/vnd.shana.informed.interchange - - - imp - application/vnd.accpac.simply.imp - - - ims - application/vnd.ms-ims - - - in - text/plain - - - ink - application/inkml+xml - - - inkml - application/inkml+xml - - - iota - application/vnd.astraea-software.iota - - - ipfix - application/ipfix - - - ipk - application/vnd.shana.informed.package - - - irm - application/vnd.ibm.rights-management - - - irp - application/vnd.irepository.package+xml - - - iso - application/octet-stream - - - itp - application/vnd.shana.informed.formtemplate - - - ivp - application/vnd.immervision-ivp - - - ivu - application/vnd.immervision-ivu - - - jad - text/vnd.sun.j2me.app-descriptor - - - jam - application/vnd.jam - - - jar - application/java-archive - - - java - text/x-java-source - - - jisp - application/vnd.jisp - - - jlt - application/vnd.hp-jlyt - - - jnlp - application/x-java-jnlp-file - - - joda - application/vnd.joost.joda-archive - - - jpe - image/jpeg - - - jpeg - image/jpeg - - - jpg - image/jpeg - - - jpgm - video/jpm - - - jpgv - video/jpeg - - - jpm - video/jpm - - - js - application/javascript - - - jsf - text/plain - - - json - application/json - - - jspf - text/plain - - - kar - audio/midi - - - karbon - application/vnd.kde.karbon - - - kfo - application/vnd.kde.kformula - - - kia - application/vnd.kidspiration - - - kml - application/vnd.google-earth.kml+xml - - - kmz - application/vnd.google-earth.kmz - - - kne - application/vnd.kinar - - - knp - application/vnd.kinar - - - kon - application/vnd.kde.kontour - - - kpr - application/vnd.kde.kpresenter - - - kpt - application/vnd.kde.kpresenter - - - ksp - application/vnd.kde.kspread - - - ktr - application/vnd.kahootz - - - ktx - image/ktx - - - ktz - application/vnd.kahootz - - - kwd - application/vnd.kde.kword - - - kwt - application/vnd.kde.kword - - - lasxml - application/vnd.las.las+xml - - - latex - application/x-latex - - - lbd - application/vnd.llamagraphics.life-balance.desktop - - - lbe - application/vnd.llamagraphics.life-balance.exchange+xml - - - les - application/vnd.hhe.lesson-player - - - lha - application/octet-stream - - - link66 - application/vnd.route66.link66+xml - - - list - text/plain - - - list3820 - application/vnd.ibm.modcap - - - listafp - application/vnd.ibm.modcap - - - log - text/plain - - - lostxml - application/lost+xml - - - lrf - application/octet-stream - - - lrm - application/vnd.ms-lrm - - - ltf - application/vnd.frogans.ltf - - - lvp - audio/vnd.lucent.voice - - - lwp - application/vnd.lotus-wordpro - - - lzh - application/octet-stream - - - m13 - application/x-msmediaview - - - m14 - application/x-msmediaview - - - m1v - video/mpeg - - - m21 - application/mp21 - - - m2a - audio/mpeg - - - m2v - video/mpeg - - - m3a - audio/mpeg - - - m3u - audio/x-mpegurl - - - m3u8 - application/vnd.apple.mpegurl - - - m4a - audio/mp4 - - - m4b - audio/mp4 - - - m4r - audio/mp4 - - - m4u - video/vnd.mpegurl - - - m4v - video/mp4 - - - ma - application/mathematica - - - mac - image/x-macpaint - - - mads - application/mads+xml - - - mag - application/vnd.ecowin.chart - - - maker - application/vnd.framemaker - - - man - text/troff - - - mathml - application/mathml+xml - - - mb - application/mathematica - - - mbk - application/vnd.mobius.mbk - - - mbox - application/mbox - - - mc1 - application/vnd.medcalcdata - - - mcd - application/vnd.mcd - - - mcurl - text/vnd.curl.mcurl - - - mdb - application/x-msaccess - - - mdi - image/vnd.ms-modi - - - me - text/troff - - - mesh - model/mesh - - - meta4 - application/metalink4+xml - - - mets - application/mets+xml - - - mfm - application/vnd.mfmp - - - mft - application/rpki-manifest - - - mgp - application/vnd.osgeo.mapguide.package - - - mgz - application/vnd.proteus.magazine - - - mid - audio/midi - - - midi - audio/midi - - - mif - application/x-mif - - - mime - message/rfc822 - - - mj2 - video/mj2 - - - mjp2 - video/mj2 - - - mlp - application/vnd.dolby.mlp - - - mmd - application/vnd.chipnuts.karaoke-mmd - - - mmf - application/vnd.smaf - - - mmr - image/vnd.fujixerox.edmics-mmr - - - mny - application/x-msmoney - - - mobi - application/x-mobipocket-ebook - - - mods - application/mods+xml - - - mov - video/quicktime - - - movie - video/x-sgi-movie - - - mp1 - audio/mpeg - - - mp2 - audio/mpeg - - - mp21 - application/mp21 - - - mp2a - audio/mpeg - - - mp3 - audio/mpeg - - - mp4 - video/mp4 - - - mp4a - audio/mp4 - - - mp4s - application/mp4 - - - mp4v - video/mp4 - - - mpa - audio/mpeg - - - mpc - application/vnd.mophun.certificate - - - mpe - video/mpeg - - - mpeg - video/mpeg - - - mpega - audio/x-mpeg - - - mpg - video/mpeg - - - mpg4 - video/mp4 - - - mpga - audio/mpeg - - - mpkg - application/vnd.apple.installer+xml - - - mpm - application/vnd.blueice.multipass - - - mpn - application/vnd.mophun.application - - - mpp - application/vnd.ms-project - - - mpt - application/vnd.ms-project - - - mpv2 - video/mpeg2 - - - mpy - application/vnd.ibm.minipay - - - mqy - application/vnd.mobius.mqy - - - mrc - application/marc - - - mrcx - application/marcxml+xml - - - ms - text/troff - - - mscml - application/mediaservercontrol+xml - - - mseed - application/vnd.fdsn.mseed - - - mseq - application/vnd.mseq - - - msf - application/vnd.epson.msf - - - msh - model/mesh - - - msi - application/x-msdownload - - - msl - application/vnd.mobius.msl - - - msty - application/vnd.muvee.style - - - mts - model/vnd.mts - - - mus - application/vnd.musician - - - musicxml - application/vnd.recordare.musicxml+xml - - - mvb - application/x-msmediaview - - - mwf - application/vnd.mfer - - - mxf - application/mxf - - - mxl - application/vnd.recordare.musicxml - - - mxml - application/xv+xml - - - mxs - application/vnd.triscape.mxs - - - mxu - video/vnd.mpegurl - - - n-gage - application/vnd.nokia.n-gage.symbian.install - - - n3 - text/n3 - - - nb - application/mathematica - - - nbp - application/vnd.wolfram.player - - - nc - application/x-netcdf - - - ncx - application/x-dtbncx+xml - - - ngdat - application/vnd.nokia.n-gage.data - - - nlu - application/vnd.neurolanguage.nlu - - - nml - application/vnd.enliven - - - nnd - application/vnd.noblenet-directory - - - nns - application/vnd.noblenet-sealer - - - nnw - application/vnd.noblenet-web - - - npx - image/vnd.net-fpx - - - nsf - application/vnd.lotus-notes - - - oa2 - application/vnd.fujitsu.oasys2 - - - oa3 - application/vnd.fujitsu.oasys3 - - - oas - application/vnd.fujitsu.oasys - - - obd - application/x-msbinder - - - oda - application/oda - - - - odb - application/vnd.oasis.opendocument.database - - - - odc - application/vnd.oasis.opendocument.chart - - - - odf - application/vnd.oasis.opendocument.formula - - - odft - application/vnd.oasis.opendocument.formula-template - - - - odg - application/vnd.oasis.opendocument.graphics - - - - odi - application/vnd.oasis.opendocument.image - - - - odm - application/vnd.oasis.opendocument.text-master - - - - odp - application/vnd.oasis.opendocument.presentation - - - - ods - application/vnd.oasis.opendocument.spreadsheet - - - - odt - application/vnd.oasis.opendocument.text - - - oga - audio/ogg - - - ogg - audio/ogg - - - ogv - video/ogg - - - - ogx - application/ogg - - - onepkg - application/onenote - - - onetmp - application/onenote - - - onetoc - application/onenote - - - onetoc2 - application/onenote - - - opf - application/oebps-package+xml - - - oprc - application/vnd.palm - - - org - application/vnd.lotus-organizer - - - osf - application/vnd.yamaha.openscoreformat - - - osfpvg - application/vnd.yamaha.openscoreformat.osfpvg+xml - - - otc - application/vnd.oasis.opendocument.chart-template - - - otf - application/x-font-otf - - - - otg - application/vnd.oasis.opendocument.graphics-template - - - - oth - application/vnd.oasis.opendocument.text-web - - - oti - application/vnd.oasis.opendocument.image-template - - - - otp - application/vnd.oasis.opendocument.presentation-template - - - - ots - application/vnd.oasis.opendocument.spreadsheet-template - - - - ott - application/vnd.oasis.opendocument.text-template - - - oxps - application/oxps - - - oxt - application/vnd.openofficeorg.extension - - - p - text/x-pascal - - - p10 - application/pkcs10 - - - p12 - application/x-pkcs12 - - - p7b - application/x-pkcs7-certificates - - - p7c - application/pkcs7-mime - - - p7m - application/pkcs7-mime - - - p7r - application/x-pkcs7-certreqresp - - - p7s - application/pkcs7-signature - - - p8 - application/pkcs8 - - - pas - text/x-pascal - - - paw - application/vnd.pawaafile - - - pbd - application/vnd.powerbuilder6 - - - pbm - image/x-portable-bitmap - - - pcap - application/vnd.tcpdump.pcap - - - pcf - application/x-font-pcf - - - pcl - application/vnd.hp-pcl - - - pclxl - application/vnd.hp-pclxl - - - pct - image/pict - - - pcurl - application/vnd.curl.pcurl - - - pcx - image/x-pcx - - - pdb - application/vnd.palm - - - pdf - application/pdf - - - pfa - application/x-font-type1 - - - pfb - application/x-font-type1 - - - pfm - application/x-font-type1 - - - pfr - application/font-tdpfr - - - pfx - application/x-pkcs12 - - - pgm - image/x-portable-graymap - - - pgn - application/x-chess-pgn - - - pgp - application/pgp-encrypted - - - pic - image/pict - - - pict - image/pict - - - pkg - application/octet-stream - - - pki - application/pkixcmp - - - pkipath - application/pkix-pkipath - - - plb - application/vnd.3gpp.pic-bw-large - - - plc - application/vnd.mobius.plc - - - plf - application/vnd.pocketlearn - - - pls - audio/x-scpls - - - pml - application/vnd.ctc-posml - - - png - image/png - - - pnm - image/x-portable-anymap - - - pnt - image/x-macpaint - - - portpkg - application/vnd.macports.portpkg - - - pot - application/vnd.ms-powerpoint - - - potm - application/vnd.ms-powerpoint.template.macroenabled.12 - - - potx - application/vnd.openxmlformats-officedocument.presentationml.template - - - ppam - application/vnd.ms-powerpoint.addin.macroenabled.12 - - - ppd - application/vnd.cups-ppd - - - ppm - image/x-portable-pixmap - - - pps - application/vnd.ms-powerpoint - - - ppsm - application/vnd.ms-powerpoint.slideshow.macroenabled.12 - - - ppsx - application/vnd.openxmlformats-officedocument.presentationml.slideshow - - - ppt - application/vnd.ms-powerpoint - - - pptm - application/vnd.ms-powerpoint.presentation.macroenabled.12 - - - pptx - application/vnd.openxmlformats-officedocument.presentationml.presentation - - - pqa - application/vnd.palm - - - prc - application/x-mobipocket-ebook - - - pre - application/vnd.lotus-freelance - - - prf - application/pics-rules - - - ps - application/postscript - - - psb - application/vnd.3gpp.pic-bw-small - - - psd - image/vnd.adobe.photoshop - - - psf - application/x-font-linux-psf - - - pskcxml - application/pskc+xml - - - ptid - application/vnd.pvi.ptid1 - - - pub - application/x-mspublisher - - - pvb - application/vnd.3gpp.pic-bw-var - - - pwn - application/vnd.3m.post-it-notes - - - pya - audio/vnd.ms-playready.media.pya - - - pyv - video/vnd.ms-playready.media.pyv - - - qam - application/vnd.epson.quickanime - - - qbo - application/vnd.intu.qbo - - - qfx - application/vnd.intu.qfx - - - qps - application/vnd.publishare-delta-tree - - - qt - video/quicktime - - - qti - image/x-quicktime - - - qtif - image/x-quicktime - - - qwd - application/vnd.quark.quarkxpress - - - qwt - application/vnd.quark.quarkxpress - - - qxb - application/vnd.quark.quarkxpress - - - qxd - application/vnd.quark.quarkxpress - - - qxl - application/vnd.quark.quarkxpress - - - qxt - application/vnd.quark.quarkxpress - - - ra - audio/x-pn-realaudio - - - ram - audio/x-pn-realaudio - - - rar - application/x-rar-compressed - - - ras - image/x-cmu-raster - - - rcprofile - application/vnd.ipunplugged.rcprofile - - - rdf - application/rdf+xml - - - rdz - application/vnd.data-vision.rdz - - - rep - application/vnd.businessobjects - - - res - application/x-dtbresource+xml - - - rgb - image/x-rgb - - - rif - application/reginfo+xml - - - rip - audio/vnd.rip - - - rl - application/resource-lists+xml - - - rlc - image/vnd.fujixerox.edmics-rlc - - - rld - application/resource-lists-diff+xml - - - rm - application/vnd.rn-realmedia - - - rmi - audio/midi - - - rmp - audio/x-pn-realaudio-plugin - - - rms - application/vnd.jcp.javame.midlet-rms - - - rnc - application/relax-ng-compact-syntax - - - roa - application/rpki-roa - - - roff - text/troff - - - rp9 - application/vnd.cloanto.rp9 - - - rpss - application/vnd.nokia.radio-presets - - - rpst - application/vnd.nokia.radio-preset - - - rq - application/sparql-query - - - rs - application/rls-services+xml - - - rsd - application/rsd+xml - - - rss - application/rss+xml - - - rtf - application/rtf - - - rtx - text/richtext - - - s - text/x-asm - - - saf - application/vnd.yamaha.smaf-audio - - - sbml - application/sbml+xml - - - sc - application/vnd.ibm.secure-container - - - scd - application/x-msschedule - - - scm - application/vnd.lotus-screencam - - - scq - application/scvp-cv-request - - - scs - application/scvp-cv-response - - - scurl - text/vnd.curl.scurl - - - sda - application/vnd.stardivision.draw - - - sdc - application/vnd.stardivision.calc - - - sdd - application/vnd.stardivision.impress - - - sdkd - application/vnd.solent.sdkm+xml - - - sdkm - application/vnd.solent.sdkm+xml - - - sdp - application/sdp - - - sdw - application/vnd.stardivision.writer - - - see - application/vnd.seemail - - - seed - application/vnd.fdsn.seed - - - sema - application/vnd.sema - - - semd - application/vnd.semd - - - semf - application/vnd.semf - - - ser - application/java-serialized-object - - - setpay - application/set-payment-initiation - - - setreg - application/set-registration-initiation - - - sfd-hdstx - application/vnd.hydrostatix.sof-data - - - sfs - application/vnd.spotfire.sfs - - - sgl - application/vnd.stardivision.writer-global - - - sgm - text/sgml - - - sgml - text/sgml - - - sh - application/x-sh - - - shar - application/x-shar - - - shf - application/shf+xml - - - - sig - application/pgp-signature - - - silo - model/mesh - - - sis - application/vnd.symbian.install - - - sisx - application/vnd.symbian.install - - - sit - application/x-stuffit - - - sitx - application/x-stuffitx - - - skd - application/vnd.koan - - - skm - application/vnd.koan - - - skp - application/vnd.koan - - - skt - application/vnd.koan - - - sldm - application/vnd.ms-powerpoint.slide.macroenabled.12 - - - sldx - application/vnd.openxmlformats-officedocument.presentationml.slide - - - slt - application/vnd.epson.salt - - - sm - application/vnd.stepmania.stepchart - - - smf - application/vnd.stardivision.math - - - smi - application/smil+xml - - - smil - application/smil+xml - - - smzip - application/vnd.stepmania.package - - - snd - audio/basic - - - snf - application/x-font-snf - - - so - application/octet-stream - - - spc - application/x-pkcs7-certificates - - - spf - application/vnd.yamaha.smaf-phrase - - - spl - application/x-futuresplash - - - spot - text/vnd.in3d.spot - - - spp - application/scvp-vp-response - - - spq - application/scvp-vp-request - - - spx - audio/ogg - - - src - application/x-wais-source - - - sru - application/sru+xml - - - srx - application/sparql-results+xml - - - sse - application/vnd.kodak-descriptor - - - ssf - application/vnd.epson.ssf - - - ssml - application/ssml+xml - - - st - application/vnd.sailingtracker.track - - - stc - application/vnd.sun.xml.calc.template - - - std - application/vnd.sun.xml.draw.template - - - stf - application/vnd.wt.stf - - - sti - application/vnd.sun.xml.impress.template - - - stk - application/hyperstudio - - - stl - application/vnd.ms-pki.stl - - - str - application/vnd.pg.format - - - stw - application/vnd.sun.xml.writer.template - - - sub - text/vnd.dvb.subtitle - - - sus - application/vnd.sus-calendar - - - susp - application/vnd.sus-calendar - - - sv4cpio - application/x-sv4cpio - - - sv4crc - application/x-sv4crc - - - svc - application/vnd.dvb.service - - - svd - application/vnd.svd - - - svg - image/svg+xml - - - svgz - image/svg+xml - - - swa - application/x-director - - - swf - application/x-shockwave-flash - - - swi - application/vnd.aristanetworks.swi - - - sxc - application/vnd.sun.xml.calc - - - sxd - application/vnd.sun.xml.draw - - - sxg - application/vnd.sun.xml.writer.global - - - sxi - application/vnd.sun.xml.impress - - - sxm - application/vnd.sun.xml.math - - - sxw - application/vnd.sun.xml.writer - - - t - text/troff - - - taglet - application/vnd.mynfc - - - tao - application/vnd.tao.intent-module-archive - - - tar - application/x-tar - - - tcap - application/vnd.3gpp2.tcap - - - tcl - application/x-tcl - - - teacher - application/vnd.smart.teacher - - - tei - application/tei+xml - - - teicorpus - application/tei+xml - - - tex - application/x-tex - - - texi - application/x-texinfo - - - texinfo - application/x-texinfo - - - text - text/plain - - - tfi - application/thraud+xml - - - tfm - application/x-tex-tfm - - - thmx - application/vnd.ms-officetheme - - - tif - image/tiff - - - tiff - image/tiff - - - tmo - application/vnd.tmobile-livetv - - - torrent - application/x-bittorrent - - - tpl - application/vnd.groove-tool-template - - - tpt - application/vnd.trid.tpt - - - tr - text/troff - - - tra - application/vnd.trueapp - - - trm - application/x-msterminal - - - tsd - application/timestamped-data - - - tsv - text/tab-separated-values - - - ttc - application/x-font-ttf - - - ttf - application/x-font-ttf - - - ttl - text/turtle - - - twd - application/vnd.simtech-mindmapper - - - twds - application/vnd.simtech-mindmapper - - - txd - application/vnd.genomatix.tuxedo - - - txf - application/vnd.mobius.txf - - - txt - text/plain - - - u32 - application/x-authorware-bin - - - udeb - application/x-debian-package - - - ufd - application/vnd.ufdl - - - ufdl - application/vnd.ufdl - - - ulw - audio/basic - - - umj - application/vnd.umajin - - - unityweb - application/vnd.unity - - - uoml - application/vnd.uoml+xml - - - uri - text/uri-list - - - uris - text/uri-list - - - urls - text/uri-list - - - ustar - application/x-ustar - - - utz - application/vnd.uiq.theme - - - uu - text/x-uuencode - - - uva - audio/vnd.dece.audio - - - uvd - application/vnd.dece.data - - - uvf - application/vnd.dece.data - - - uvg - image/vnd.dece.graphic - - - uvh - video/vnd.dece.hd - - - uvi - image/vnd.dece.graphic - - - uvm - video/vnd.dece.mobile - - - uvp - video/vnd.dece.pd - - - uvs - video/vnd.dece.sd - - - uvt - application/vnd.dece.ttml+xml - - - uvu - video/vnd.uvvu.mp4 - - - uvv - video/vnd.dece.video - - - uvva - audio/vnd.dece.audio - - - uvvd - application/vnd.dece.data - - - uvvf - application/vnd.dece.data - - - uvvg - image/vnd.dece.graphic - - - uvvh - video/vnd.dece.hd - - - uvvi - image/vnd.dece.graphic - - - uvvm - video/vnd.dece.mobile - - - uvvp - video/vnd.dece.pd - - - uvvs - video/vnd.dece.sd - - - uvvt - application/vnd.dece.ttml+xml - - - uvvu - video/vnd.uvvu.mp4 - - - uvvv - video/vnd.dece.video - - - uvvx - application/vnd.dece.unspecified - - - uvvz - application/vnd.dece.zip - - - uvx - application/vnd.dece.unspecified - - - uvz - application/vnd.dece.zip - - - vcard - text/vcard - - - vcd - application/x-cdlink - - - vcf - text/x-vcard - - - vcg - application/vnd.groove-vcard - - - vcs - text/x-vcalendar - - - vcx - application/vnd.vcx - - - vis - application/vnd.visionary - - - viv - video/vnd.vivo - - - vor - application/vnd.stardivision.writer - - - vox - application/x-authorware-bin - - - vrml - model/vrml - - - vsd - application/vnd.visio - - - vsf - application/vnd.vsf - - - vss - application/vnd.visio - - - vst - application/vnd.visio - - - vsw - application/vnd.visio - - - vtu - model/vnd.vtu - - - vxml - application/voicexml+xml - - - w3d - application/x-director - - - wad - application/x-doom - - - wav - audio/x-wav - - - wax - audio/x-ms-wax - - - - wbmp - image/vnd.wap.wbmp - - - wbs - application/vnd.criticaltools.wbs+xml - - - wbxml - application/vnd.wap.wbxml - - - wcm - application/vnd.ms-works - - - wdb - application/vnd.ms-works - - - weba - audio/webm - - - webm - video/webm - - - webp - image/webp - - - wg - application/vnd.pmi.widget - - - wgt - application/widget - - - wks - application/vnd.ms-works - - - wm - video/x-ms-wm - - - wma - audio/x-ms-wma - - - wmd - application/x-ms-wmd - - - wmf - application/x-msmetafile - - - - wml - text/vnd.wap.wml - - - - wmlc - application/vnd.wap.wmlc - - - - wmls - text/vnd.wap.wmlscript - - - - wmlsc - application/vnd.wap.wmlscriptc - - - wmv - video/x-ms-wmv - - - wmx - video/x-ms-wmx - - - wmz - application/x-ms-wmz - - - woff - application/x-font-woff - - - wpd - application/vnd.wordperfect - - - wpl - application/vnd.ms-wpl - - - wps - application/vnd.ms-works - - - wqd - application/vnd.wqd - - - wri - application/x-mswrite - - - wrl - model/vrml - - - wsdl - application/wsdl+xml - - - wspolicy - application/wspolicy+xml - - - wtb - application/vnd.webturbo - - - wvx - video/x-ms-wvx - - - x32 - application/x-authorware-bin - - - x3d - application/vnd.hzn-3d-crossword - - - xap - application/x-silverlight-app - - - xar - application/vnd.xara - - - xbap - application/x-ms-xbap - - - xbd - application/vnd.fujixerox.docuworks.binder - - - xbm - image/x-xbitmap - - - xdf - application/xcap-diff+xml - - - xdm - application/vnd.syncml.dm+xml - - - xdp - application/vnd.adobe.xdp+xml - - - xdssc - application/dssc+xml - - - xdw - application/vnd.fujixerox.docuworks - - - xenc - application/xenc+xml - - - xer - application/patch-ops-error+xml - - - xfdf - application/vnd.adobe.xfdf - - - xfdl - application/vnd.xfdl - - - xht - application/xhtml+xml - - - xhtml - application/xhtml+xml - - - xhvml - application/xv+xml - - - xif - image/vnd.xiff - - - xla - application/vnd.ms-excel - - - xlam - application/vnd.ms-excel.addin.macroenabled.12 - - - xlc - application/vnd.ms-excel - - - xlm - application/vnd.ms-excel - - - xls - application/vnd.ms-excel - - - xlsb - application/vnd.ms-excel.sheet.binary.macroenabled.12 - - - xlsm - application/vnd.ms-excel.sheet.macroenabled.12 - - - xlsx - application/vnd.openxmlformats-officedocument.spreadsheetml.sheet - - - xlt - application/vnd.ms-excel - - - xltm - application/vnd.ms-excel.template.macroenabled.12 - - - xltx - application/vnd.openxmlformats-officedocument.spreadsheetml.template - - - xlw - application/vnd.ms-excel - - - xml - application/xml - - - xo - application/vnd.olpc-sugar - - - xop - application/xop+xml - - - xpi - application/x-xpinstall - - - xpm - image/x-xpixmap - - - xpr - application/vnd.is-xpr - - - xps - application/vnd.ms-xpsdocument - - - xpw - application/vnd.intercon.formnet - - - xpx - application/vnd.intercon.formnet - - - xsl - application/xml - - - xslt - application/xslt+xml - - - xsm - application/vnd.syncml+xml - - - xspf - application/xspf+xml - - - xul - application/vnd.mozilla.xul+xml - - - xvm - application/xv+xml - - - xvml - application/xv+xml - - - xwd - image/x-xwindowdump - - - xyz - chemical/x-xyz - - - yang - application/yang - - - yin - application/yin+xml - - - z - application/x-compress - - - Z - application/x-compress - - - zaz - application/vnd.zzazz.deck+xml - - - zip - application/zip - - - zir - application/vnd.zul - - - zirz - application/vnd.zul - - - zmm - application/vnd.handheld-entertainment+xml - - - - - - - - - - - - - - - - - - index.html - index.htm - index.jsp - - - diff --git a/manong_rest/target/tomcat/logs/access_log.2019-02-26 b/manong_rest/target/tomcat/logs/access_log.2019-02-26 deleted file mode 100644 index e69de29..0000000 diff --git a/manong_search/manong_search.iml b/manong_search/manong_search.iml deleted file mode 100644 index 2ee29af..0000000 --- a/manong_search/manong_search.iml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/manong_search/target/manong_search-1.0-SNAPSHOT.jar b/manong_search/target/manong_search-1.0-SNAPSHOT.jar deleted file mode 100644 index 478a420..0000000 Binary files a/manong_search/target/manong_search-1.0-SNAPSHOT.jar and /dev/null differ diff --git a/manong_search/target/maven-archiver/pom.properties b/manong_search/target/maven-archiver/pom.properties deleted file mode 100644 index fbac16f..0000000 --- a/manong_search/target/maven-archiver/pom.properties +++ /dev/null @@ -1,5 +0,0 @@ -#Generated by Maven -#Wed Sep 05 18:07:19 CST 2018 -version=1.0-SNAPSHOT -groupId=com.kendinghui -artifactId=manong_search diff --git a/manong_search/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/manong_search/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst deleted file mode 100644 index e69de29..0000000 diff --git a/manong_search/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/manong_search/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst deleted file mode 100644 index e69de29..0000000 diff --git a/manong_sso/manong_sso.iml b/manong_sso/manong_sso.iml deleted file mode 100644 index 2ee29af..0000000 --- a/manong_sso/manong_sso.iml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/manong_sso/target/manong_sso-1.0-SNAPSHOT.jar b/manong_sso/target/manong_sso-1.0-SNAPSHOT.jar deleted file mode 100644 index 08a1cae..0000000 Binary files a/manong_sso/target/manong_sso-1.0-SNAPSHOT.jar and /dev/null differ diff --git a/manong_sso/target/maven-archiver/pom.properties b/manong_sso/target/maven-archiver/pom.properties deleted file mode 100644 index 553e108..0000000 --- a/manong_sso/target/maven-archiver/pom.properties +++ /dev/null @@ -1,5 +0,0 @@ -#Generated by Maven -#Wed Sep 05 18:07:19 CST 2018 -version=1.0-SNAPSHOT -groupId=com.kendinghui -artifactId=manong_sso diff --git a/manong_sso/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/manong_sso/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst deleted file mode 100644 index e69de29..0000000 diff --git a/manong_sso/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/manong_sso/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst deleted file mode 100644 index e69de29..0000000