首页 Java 1013基于SSH/Java的二手汽车管理系统的设计与实现
1013基于SSH/Java的二手汽车管理系统的设计与实现
作品编号:1016
关注人气:1799
文件包括:设计源码+数据库
设计大小:68.29 M
开发语言:Java
开发数据库:MySQL
开发环境:Eclipse+Tomcat8+JDK1.8
原价:900元
现价:90元
下载说明

本作品里面包括调试教程和开发工具和软件,可自行下载根据教程进行调试!

如需技术协助调试,本站收取50元作品调试费!点此申请调试

如果上面没有找到适合您需求的作品,您可联系我们为您定做,定做的作品完全按照您的功能需求来做,并且后期三包,包调试,包讲解,包修改直到通过为止。

  • 作品介绍
  • 项目目录

基于B/S结构的应用管理系统,难度适中,应用性较强。系统的分析设计与实现,主要实现的功能包括:卖家登录系统可以浏览和搜索车型,进行竞价,下单。卖家可以确认价格,审核订单。

登陆验证模块、系统管理模块前台:登录验证、车型浏览、自助下单。后台:登录验证、用户管理、下单审核、基本信息模块以及报表打印查询模块。


1013基于SSH的二手汽车管理系统的设计与实现1013基于SSH的二手汽车管理系统的设计与实现1013基于SSH的二手汽车管理系统的设计与实现1013基于SSH的二手汽车管理系统的设计与实现1013基于SSH的二手汽车管理系统的设计与实现1013基于SSH的二手汽车管理系统的设计与实现1013基于SSH的二手汽车管理系统的设计与实现
卷 软件 的文件夹 PATH 列表
卷序列号为 0008-B552
D:\TEST\源码
└─1013基于ssh二手车管理2
    └─二手车管理
        │  car.sql
        │  二手车备注.txt
        │  基于WEB的二手汽车销售系统的设计与实现.doc
        │  
        ├─my
        │  └─upload
        │          05471a20ab0911e66de6dde27590fcce8.jpg
        │          0af78320ab0811e648e5023b1d002ca42.jpg
        │          194beb40ab0911e66de6dde27590fcce9.jpg
        │          1de65060ab0811e648e5023b1d002ca44.jpg
        │          23897db0ab2d11e68a169aba2893fa0768.jpg
        │          303b3220ab0911e66de6dde27590fcce10.jpg
        │          524cc610abf111e649cc24e7d14cb6ff74.jpg
        │          599b8060ab2d11e68a169aba2893fa0770.jpg
        │          77ec1f20ab2d11e68a169aba2893fa0771.jpg
        │          90eb5a40ab2d11e68a169aba2893fa0772.jpg
        │          9610cbb0ab0811e66de6dde27590fcce5.jpg
        │          ad4d4f90ab0511e6d7a09d2d94da0dad3.jpg
        │          d913f270ab0811e66de6dde27590fcce6.jpg
        │          e2881a60ab2c11e68a169aba2893fa0766.jpg
        │          eb6fa770ab0811e66de6dde27590fcce7.jpg
        │          f25f2050ab2c11e68a169aba2893fa0767.jpg
        │          f6f54a40ab2c11e68a169aba2893fa0768.jpg
        │          
        ├─代码
        │  ├─SecondCar
        │  │  │  .classpath
        │  │  │  .project
        │  │  │  
        │  │  ├─.settings
        │  │  │      .jsdtscope
        │  │  │      org.eclipse.core.resources.prefs
        │  │  │      org.eclipse.jdt.core.prefs
        │  │  │      org.eclipse.jst.j2ee.ejb.annotations.xdoclet.prefs
        │  │  │      org.eclipse.wst.common.component
        │  │  │      org.eclipse.wst.common.project.facet.core.xml
        │  │  │      org.eclipse.wst.jsdt.ui.superType.container
        │  │  │      org.eclipse.wst.jsdt.ui.superType.name
        │  │  │      
        │  │  ├─build
        │  │  │  └─classes
        │  │  │      │  applicationContext.xml
        │  │  │      │  jdbc.properties
        │  │  │      │  log4j.properties
        │  │  │      │  struts.xml
        │  │  │      │  
        │  │  │      └─com
        │  │  │          └─neusoft
        │  │  │              ├─action
        │  │  │              │      BidAction.class
        │  │  │              │      CarAction.class
        │  │  │              │      CarCategoryAction.class
        │  │  │              │      CustomerAction.class
        │  │  │              │      LoginAction.class
        │  │  │              │      OrderAction.class
        │  │  │              │      
        │  │  │              ├─base
        │  │  │              │  ├─dao
        │  │  │              │  │  │  BaseDao.class
        │  │  │              │  │  │  
        │  │  │              │  │  └─impl
        │  │  │              │  │          BaseDaoImpl.class
        │  │  │              │  │          
        │  │  │              │  └─service
        │  │  │              │      └─impl
        │  │  │              ├─dao
        │  │  │              │  │  BidDao.class
        │  │  │              │  │  CarCategoryDao.class
        │  │  │              │  │  CarCustomerDao.class
        │  │  │              │  │  CarDao.class
        │  │  │              │  │  CustomerDao.class
        │  │  │              │  │  OrderDao.class
        │  │  │              │  │  
        │  │  │              │  └─impl
        │  │  │              │          BidDaoImpl.class
        │  │  │              │          CarCategoryDaoImpl.class
        │  │  │              │          CarCustomerDaoImpl.class
        │  │  │              │          CarDaoImpl.class
        │  │  │              │          CustomerDaoImpl.class
        │  │  │              │          OrderDaoImpl.class
        │  │  │              │          
        │  │  │              ├─filter
        │  │  │              │      MyStrutsFilter.class
        │  │  │              │      SystemContextFilter.class
        │  │  │              │      
        │  │  │              ├─model
        │  │  │              │      Admin.class
        │  │  │              │      Bid.class
        │  │  │              │      Car.class
        │  │  │              │      CarCategory.class
        │  │  │              │      CarCustomer.class
        │  │  │              │      Customer.class
        │  │  │              │      Order.class
        │  │  │              │      
        │  │  │              ├─service
        │  │  │              │  │  BaseService.class
        │  │  │              │  │  BidService.class
        │  │  │              │  │  CarCategoryService.class
        │  │  │              │  │  CarCustomerService.class
        │  │  │              │  │  CarService.class
        │  │  │              │  │  CustomerService.class
        │  │  │              │  │  OrderService.class
        │  │  │              │  │  
        │  │  │              │  └─impl
        │  │  │              │          BaseServiceImpl.class
        │  │  │              │          BidServiceImpl.class
        │  │  │              │          CarCategoryServiceImpl.class
        │  │  │              │          CarCustomerServiceImpl.class
        │  │  │              │          CarServiceImpl.class
        │  │  │              │          CustomerServiceImpl.class
        │  │  │              │          OrderServiceImpl.class
        │  │  │              │          
        │  │  │              └─utils
        │  │  │                      DateJsonValueProcessor.class
        │  │  │                      DateUtils.class
        │  │  │                      JsonUtil.class
        │  │  │                      Pager.class
        │  │  │                      SystemContext.class
        │  │  │                      TimeSetUtil.class
        │  │  │                      TimestampMorpher.class
        │  │  │                      UUIDUtils.class
        │  │  │                      
        │  │  ├─config
        │  │  │      applicationContext.xml
        │  │  │      jdbc.properties
        │  │  │      log4j.properties
        │  │  │      struts.xml
        │  │  │      
        │  │  ├─src
        │  │  │  └─com
        │  │  │      └─neusoft
        │  │  │          ├─action
        │  │  │          │      BidAction.java
        │  │  │          │      CarAction.java
        │  │  │          │      CarCategoryAction.java
        │  │  │          │      CustomerAction.java
        │  │  │          │      LoginAction.java
        │  │  │          │      OrderAction.java
        │  │  │          │      
        │  │  │          ├─base
        │  │  │          │  ├─dao
        │  │  │          │  │  │  BaseDao.java
        │  │  │          │  │  │  
        │  │  │          │  │  └─impl
        │  │  │          │  │          BaseDaoImpl.java
        │  │  │          │  │          
        │  │  │          │  └─service
        │  │  │          │      └─impl
        │  │  │          ├─dao
        │  │  │          │  │  BidDao.java
        │  │  │          │  │  CarCategoryDao.java
        │  │  │          │  │  CarCustomerDao.java
        │  │  │          │  │  CarDao.java
        │  │  │          │  │  CustomerDao.java
        │  │  │          │  │  OrderDao.java
        │  │  │          │  │  
        │  │  │          │  └─impl
        │  │  │          │          BidDaoImpl.java
        │  │  │          │          CarCategoryDaoImpl.java
        │  │  │          │          CarCustomerDaoImpl.java
        │  │  │          │          CarDaoImpl.java
        │  │  │          │          CustomerDaoImpl.java
        │  │  │          │          OrderDaoImpl.java
        │  │  │          │          
        │  │  │          ├─filter
        │  │  │          │      MyStrutsFilter.java
        │  │  │          │      SystemContextFilter.java
        │  │  │          │      
        │  │  │          ├─model
        │  │  │          │      Admin.java
        │  │  │          │      Bid.java
        │  │  │          │      Car.java
        │  │  │          │      CarCategory.java
        │  │  │          │      CarCustomer.java
        │  │  │          │      Customer.java
        │  │  │          │      Order.java
        │  │  │          │      
        │  │  │          ├─service
        │  │  │          │  │  BaseService.java
        │  │  │          │  │  BidService.java
        │  │  │          │  │  CarCategoryService.java
        │  │  │          │  │  CarCustomerService.java
        │  │  │          │  │  CarService.java
        │  │  │          │  │  CustomerService.java
        │  │  │          │  │  OrderService.java
        │  │  │          │  │  
        │  │  │          │  └─impl
        │  │  │          │          BaseServiceImpl.java
        │  │  │          │          BidServiceImpl.java
        │  │  │          │          CarCategoryServiceImpl.java
        │  │  │          │          CarCustomerServiceImpl.java
        │  │  │          │          CarServiceImpl.java
        │  │  │          │          CustomerServiceImpl.java
        │  │  │          │          OrderServiceImpl.java
        │  │  │          │          
        │  │  │          └─utils
        │  │  │                  DateUtils.java
        │  │  │                  JsonUtil.java
        │  │  │                  Pager.java
        │  │  │                  SystemContext.java
        │  │  │                  TimeSetUtil.java
        │  │  │                  UUIDUtils.java
        │  │  │                  
        │  │  └─WebContent
        │  │      ├─common
        │  │      │      taglibs.jsp
        │  │      │      
        │  │      ├─META-INF
        │  │      │      MANIFEST.MF
        │  │      │      
        │  │      ├─resource
        │  │      │  ├─assets
        │  │      │  │  ├─css
        │  │      │  │  │      bui-min.css
        │  │      │  │  │      dpl-min.css
        │  │      │  │  │      main-min.css
        │  │      │  │  │      main.css
        │  │      │  │  │      page-min.css
        │  │      │  │  │      page.css
        │  │      │  │  │      prettify.css
        │  │      │  │  │      
        │  │      │  │  ├─img
        │  │      │  │  │      hide_list.png
        │  │      │  │  │      icon1.png
        │  │      │  │  │      icon2.png
        │  │      │  │  │      left-slib.gif
        │  │      │  │  │      main-nav-bg.png
        │  │      │  │  │      main-nav-bg1.png
        │  │      │  │  │      main-nav-bg2.png
        │  │      │  │  │      menu.jpg
        │  │      │  │  │      nav.jpg
        │  │      │  │  │      nav_selected.png
        │  │      │  │  │      resource.jpg
        │  │      │  │  │      top.png
        │  │      │  │  │      
        │  │      │  │  └─js
        │  │      │  │      │  bui-min.js
        │  │      │  │      │  bui.js
        │  │      │  │      │  config-min.js
        │  │      │  │      │  config.js
        │  │      │  │      │  editor-min.js
        │  │      │  │      │  jquery-1.8.1.min.js
        │  │      │  │      │  prettify.js
        │  │      │  │      │  toolbar-min.js
        │  │      │  │      │  tree-min.js
        │  │      │  │      │  
        │  │      │  │      ├─common
        │  │      │  │      │      build.xml
        │  │      │  │      │      main-min.js
        │  │      │  │      │      main.js
        │  │      │  │      │      page-min.js
        │  │      │  │      │      page.js
        │  │      │  │      │      search-min.js
        │  │      │  │      │      search.js
        │  │      │  │      │      
        │  │      │  │      └─module
        │  │      │  │              build.xml
        │  │      │  │              
        │  │      │  ├─css
        │  │      │  │  │  admin_login.css
        │  │      │  │  │  bootstrap-responsive.css
        │  │      │  │  │  bootstrap.css
        │  │      │  │  │  common.css
        │  │      │  │  │  font-awesome.min.css
        │  │      │  │  │  login.css
        │  │      │  │  │  loginMy.css
        │  │      │  │  │  lyz.calendar.css
        │  │      │  │  │  main.css
        │  │      │  │  │  main2.css
        │  │      │  │  │  reset.css
        │  │      │  │  │  style.css
        │  │      │  │  │  supersized.css
        │  │      │  │  │  
        │  │      │  │  ├─bootstrap-3.3.5-dist
        │  │      │  │  │  ├─css
        │  │      │  │  │  │      bootstrap-theme.css
        │  │      │  │  │  │      bootstrap-theme.css.map
        │  │      │  │  │  │      bootstrap-theme.min.css
        │  │      │  │  │  │      bootstrap.css
        │  │      │  │  │  │      bootstrap.css.map
        │  │      │  │  │  │      bootstrap.min.css
        │  │      │  │  │  │      
        │  │      │  │  │  ├─fonts
        │  │      │  │  │  │      glyphicons-halflings-regular.eot
        │  │      │  │  │  │      glyphicons-halflings-regular.svg
        │  │      │  │  │  │      glyphicons-halflings-regular.ttf
        │  │      │  │  │  │      glyphicons-halflings-regular.woff
        │  │      │  │  │  │      glyphicons-halflings-regular.woff2
        │  │      │  │  │  │      
        │  │      │  │  │  └─js
        │  │      │  │  │      │  bootstrap.js
        │  │      │  │  │      │  bootstrap.min.js
        │  │      │  │  │      │  npm.js
        │  │      │  │  │      │  
        │  │      │  │  │      └─ueditor
        │  │      │  │  │          │  ueditor.all.min.js
        │  │      │  │  │          │  ueditor.config.js
        │  │      │  │  │          │  ueditor.parse.min.js
        │  │      │  │  │          │  
        │  │      │  │  │          ├─dialogs
        │  │      │  │  │          │  │  internal.js
        │  │      │  │  │          │  │  
        │  │      │  │  │          │  ├─anchor
        │  │      │  │  │          │  │      anchor.html
        │  │      │  │  │          │  │      
        │  │      │  │  │          │  ├─attachment
        │  │      │  │  │          │  │  │  attachment.css
        │  │      │  │  │          │  │  │  attachment.html
        │  │      │  │  │          │  │  │  attachment.js
        │  │      │  │  │          │  │  │  
        │  │      │  │  │          │  │  ├─fileTypeImages
        │  │      │  │  │          │  │  │      icon_chm.gif
        │  │      │  │  │          │  │  │      icon_default.png
        │  │      │  │  │          │  │  │      icon_doc.gif
        │  │      │  │  │          │  │  │      icon_exe.gif
        │  │      │  │  │          │  │  │      icon_jpg.gif
        │  │      │  │  │          │  │  │      icon_mp3.gif
        │  │      │  │  │          │  │  │      icon_mv.gif
        │  │      │  │  │          │  │  │      icon_pdf.gif
        │  │      │  │  │          │  │  │      icon_ppt.gif
        │  │      │  │  │          │  │  │      icon_psd.gif
        │  │      │  │  │          │  │  │      icon_rar.gif
        │  │      │  │  │          │  │  │      icon_txt.gif
        │  │      │  │  │          │  │  │      icon_xls.gif
        │  │      │  │  │          │  │  │      
        │  │      │  │  │          │  │  └─images
        │  │      │  │  │          │  │          alignicon.gif
        │  │      │  │  │          │  │          alignicon.png
        │  │      │  │  │          │  │          bg.png
        │  │      │  │  │          │  │          file-icons.gif
        │  │      │  │  │          │  │          file-icons.png
        │  │      │  │  │          │  │          icons.gif
        │  │      │  │  │          │  │          icons.png
        │  │      │  │  │          │  │          image.png
        │  │      │  │  │          │  │          progress.png
        │  │      │  │  │          │  │          success.gif
        │  │      │  │  │          │  │          success.png
        │  │      │  │  │          │  │          
        │  │      │  │  │          │  ├─background
        │  │      │  │  │          │  │  │  background.css
        │  │      │  │  │          │  │  │  background.html
        │  │      │  │  │          │  │  │  background.js
        │  │      │  │  │          │  │  │  
        │  │      │  │  │          │  │  └─images
        │  │      │  │  │          │  │          bg.png
        │  │      │  │  │          │  │          success.png
        │  │      │  │  │          │  │          
        │  │      │  │  │          │  ├─charts
        │  │      │  │  │          │  │  │  chart.config.js
        │  │      │  │  │          │  │  │  charts.css
        │  │      │  │  │          │  │  │  charts.html
        │  │      │  │  │          │  │  │  charts.js
        │  │      │  │  │          │  │  │  
        │  │      │  │  │          │  │  └─images
        │  │      │  │  │          │  │          charts0.png
        │  │      │  │  │          │  │          charts1.png
        │  │      │  │  │          │  │          charts2.png
        │  │      │  │  │          │  │          charts3.png
        │  │      │  │  │          │  │          charts4.png
        │  │      │  │  │          │  │          charts5.png
        │  │      │  │  │          │  │          
        │  │      │  │  │          │  ├─emotion
        │  │      │  │  │          │  │  │  emotion.css
        │  │      │  │  │          │  │  │  emotion.html
        │  │      │  │  │          │  │  │  emotion.js
        │  │      │  │  │          │  │  │  
        │  │      │  │  │          │  │  └─images
        │  │      │  │  │          │  │          0.gif
        │  │      │  │  │          │  │          bface.gif
        │  │      │  │  │          │  │          cface.gif
        │  │      │  │  │          │  │          fface.gif
        │  │      │  │  │          │  │          jxface2.gif
        │  │      │  │  │          │  │          neweditor-tab-bg.png
        │  │      │  │  │          │  │          tface.gif
        │  │      │  │  │          │  │          wface.gif
        │  │      │  │  │          │  │          yface.gif
        │  │      │  │  │          │  │          
        │  │      │  │  │          │  ├─gmap
        │  │      │  │  │          │  │      gmap.html
        │  │      │  │  │          │  │      
        │  │      │  │  │          │  ├─help
        │  │      │  │  │          │  │      help.css
        │  │      │  │  │          │  │      help.html
        │  │      │  │  │          │  │      help.js
        │  │      │  │  │          │  │      
        │  │      │  │  │          │  ├─image
        │  │      │  │  │          │  │  │  image.css
        │  │      │  │  │          │  │  │  image.html
        │  │      │  │  │          │  │  │  image.js
        │  │      │  │  │          │  │  │  
        │  │      │  │  │          │  │  └─images
        │  │      │  │  │          │  │          alignicon.jpg
        │  │      │  │  │          │  │          bg.png
        │  │      │  │  │          │  │          icons.gif
        │  │      │  │  │          │  │          icons.png
        │  │      │  │  │          │  │          image.png
        │  │      │  │  │          │  │          progress.png
        │  │      │  │  │          │  │          success.gif
        │  │      │  │  │          │  │          success.png
        │  │      │  │  │          │  │          
        │  │      │  │  │          │  ├─insertframe
        │  │      │  │  │          │  │      insertframe.html
        │  │      │  │  │          │  │      
        │  │      │  │  │          │  ├─link
        │  │      │  │  │          │  │      link.html
        │  │      │  │  │          │  │      
        │  │      │  │  │          │  ├─map
        │  │      │  │  │          │  │      map.html
        │  │      │  │  │          │  │      show.html
        │  │      │  │  │          │  │      
        │  │      │  │  │          │  ├─music
        │  │      │  │  │          │  │      music.css
        │  │      │  │  │          │  │      music.html
        │  │      │  │  │          │  │      music.js
        │  │      │  │  │          │  │      
        │  │      │  │  │          │  ├─preview
        │  │      │  │  │          │  │      preview.html
        │  │      │  │  │          │  │      
        │  │      │  │  │          │  ├─scrawl
        │  │      │  │  │          │  │  │  scrawl.css
        │  │      │  │  │          │  │  │  scrawl.html
        │  │      │  │  │          │  │  │  scrawl.js
        │  │      │  │  │          │  │  │  
        │  │      │  │  │          │  │  └─images
        │  │      │  │  │          │  │          addimg.png
        │  │      │  │  │          │  │          brush.png
        │  │      │  │  │          │  │          delimg.png
        │  │      │  │  │          │  │          delimgH.png
        │  │      │  │  │          │  │          empty.png
        │  │      │  │  │          │  │          emptyH.png
        │  │      │  │  │          │  │          eraser.png
        │  │      │  │  │          │  │          redo.png
        │  │      │  │  │          │  │          redoH.png
        │  │      │  │  │          │  │          scale.png
        │  │      │  │  │          │  │          scaleH.png
        │  │      │  │  │          │  │          size.png
        │  │      │  │  │          │  │          undo.png
        │  │      │  │  │          │  │          undoH.png
        │  │      │  │  │          │  │          
        │  │      │  │  │          │  ├─searchreplace
        │  │      │  │  │          │  │      searchreplace.html
        │  │      │  │  │          │  │      searchreplace.js
        │  │      │  │  │          │  │      
        │  │      │  │  │          │  ├─snapscreen
        │  │      │  │  │          │  │      snapscreen.html
        │  │      │  │  │          │  │      
        │  │      │  │  │          │  ├─spechars
        │  │      │  │  │          │  │      spechars.html
        │  │      │  │  │          │  │      spechars.js
        │  │      │  │  │          │  │      
        │  │      │  │  │          │  ├─table
        │  │      │  │  │          │  │      dragicon.png
        │  │      │  │  │          │  │      edittable.css
        │  │      │  │  │          │  │      edittable.html
        │  │      │  │  │          │  │      edittable.js
        │  │      │  │  │          │  │      edittd.html
        │  │      │  │  │          │  │      edittip.html
        │  │      │  │  │          │  │      
        │  │      │  │  │          │  ├─template
        │  │      │  │  │          │  │  │  config.js
        │  │      │  │  │          │  │  │  template.css
        │  │      │  │  │          │  │  │  template.html
        │  │      │  │  │          │  │  │  template.js
        │  │      │  │  │          │  │  │  
        │  │      │  │  │          │  │  └─images
        │  │      │  │  │          │  │          bg.gif
        │  │      │  │  │          │  │          pre0.png
        │  │      │  │  │          │  │          pre1.png
        │  │      │  │  │          │  │          pre2.png
        │  │      │  │  │          │  │          pre3.png
        │  │      │  │  │          │  │          pre4.png
        │  │      │  │  │          │  │          
        │  │      │  │  │          │  ├─video
        │  │      │  │  │          │  │  │  video.css
        │  │      │  │  │          │  │  │  video.html
        │  │      │  │  │          │  │  │  video.js
        │  │      │  │  │          │  │  │  
        │  │      │  │  │          │  │  └─images
        │  │      │  │  │          │  │          bg.png
        │  │      │  │  │          │  │          center_focus.jpg
        │  │      │  │  │          │  │          file-icons.gif
        │  │      │  │  │          │  │          file-icons.png
        │  │      │  │  │          │  │          icons.gif
        │  │      │  │  │          │  │          icons.png
        │  │      │  │  │          │  │          image.png
        │  │      │  │  │          │  │          left_focus.jpg
        │  │      │  │  │          │  │          none_focus.jpg
        │  │      │  │  │          │  │          progress.png
        │  │      │  │  │          │  │          right_focus.jpg
        │  │      │  │  │          │  │          success.gif
        │  │      │  │  │          │  │          success.png
        │  │      │  │  │          │  │          
        │  │      │  │  │          │  ├─webapp
        │  │      │  │  │          │  │      webapp.html
        │  │      │  │  │          │  │      
        │  │      │  │  │          │  └─wordimage
        │  │      │  │  │          │          fClipboard_ueditor.swf
        │  │      │  │  │          │          imageUploader.swf
        │  │      │  │  │          │          tangram.js
        │  │      │  │  │          │          wordimage.html
        │  │      │  │  │          │          wordimage.js
        │  │      │  │  │          │          
        │  │      │  │  │          ├─jsp
        │  │      │  │  │          │      config.json
        │  │      │  │  │          │      controller.jsp
        │  │      │  │  │          │      
        │  │      │  │  │          ├─lang
        │  │      │  │  │          │  ├─en
        │  │      │  │  │          │  │  │  en.js
        │  │      │  │  │          │  │  │  
        │  │      │  │  │          │  │  └─images
        │  │      │  │  │          │  │          addimage.png
        │  │      │  │  │          │  │          alldeletebtnhoverskin.png
        │  │      │  │  │          │  │          alldeletebtnupskin.png
        │  │      │  │  │          │  │          background.png
        │  │      │  │  │          │  │          button.png
        │  │      │  │  │          │  │          copy.png
        │  │      │  │  │          │  │          deletedisable.png
        │  │      │  │  │          │  │          deleteenable.png
        │  │      │  │  │          │  │          listbackground.png
        │  │      │  │  │          │  │          localimage.png
        │  │      │  │  │          │  │          music.png
        │  │      │  │  │          │  │          rotateleftdisable.png
        │  │      │  │  │          │  │          rotateleftenable.png
        │  │      │  │  │          │  │          rotaterightdisable.png
        │  │      │  │  │          │  │          rotaterightenable.png
        │  │      │  │  │          │  │          upload.png
        │  │      │  │  │          │  │          
        │  │      │  │  │          │  └─zh-cn
        │  │      │  │  │          │      │  zh-cn.js
        │  │      │  │  │          │      │  
        │  │      │  │  │          │      └─images
        │  │      │  │  │          │              copy.png
        │  │      │  │  │          │              localimage.png
        │  │      │  │  │          │              music.png
        │  │      │  │  │          │              upload.png
        │  │      │  │  │          │              
        │  │      │  │  │          ├─themes
        │  │      │  │  │          │  │  iframe.css
        │  │      │  │  │          │  │  
        │  │      │  │  │          │  └─default
        │  │      │  │  │          │      │  dialogbase.css
        │  │      │  │  │          │      │  
        │  │      │  │  │          │      ├─css
        │  │      │  │  │          │      │      ueditor.css
        │  │      │  │  │          │      │      ueditor.min.css
        │  │      │  │  │          │      │      
        │  │      │  │  │          │      └─images
        │  │      │  │  │          │              anchor.gif
        │  │      │  │  │          │              arrow.png
        │  │      │  │  │          │              arrow_down.png
        │  │      │  │  │          │              arrow_up.png
        │  │      │  │  │          │              button-bg.gif
        │  │      │  │  │          │              cancelbutton.gif
        │  │      │  │  │          │              charts.png
        │  │      │  │  │          │              cursor_h.gif
        │  │      │  │  │          │              cursor_h.png
        │  │      │  │  │          │              cursor_v.gif
        │  │      │  │  │          │              cursor_v.png
        │  │      │  │  │          │              dialog-title-bg.png
        │  │      │  │  │          │              filescan.png
        │  │      │  │  │          │              highlighted.gif
        │  │      │  │  │          │              icons-all.gif
        │  │      │  │  │          │              icons.gif
        │  │      │  │  │          │              icons.png
        │  │      │  │  │          │              loaderror.png
        │  │      │  │  │          │              loading.gif
        │  │      │  │  │          │              lock.gif
        │  │      │  │  │          │              neweditor-tab-bg.png
        │  │      │  │  │          │              pagebreak.gif
        │  │      │  │  │          │              scale.png
        │  │      │  │  │          │              sortable.png
        │  │      │  │  │          │              spacer.gif
        │  │      │  │  │          │              sparator_v.png
        │  │      │  │  │          │              table-cell-align.png
        │  │      │  │  │          │              tangram-colorpicker.png
        │  │      │  │  │          │              toolbar_bg.png
        │  │      │  │  │          │              unhighlighted.gif
        │  │      │  │  │          │              upload.png
        │  │      │  │  │          │              videologo.gif
        │  │      │  │  │          │              word.gif
        │  │      │  │  │          │              wordpaste.png
        │  │      │  │  │          │              
        │  │      │  │  │          └─third-party
        │  │      │  │  │              │  jquery-1.10.2.js
        │  │      │  │  │              │  jquery-1.10.2.min.js
        │  │      │  │  │              │  jquery-1.10.2.min.map
        │  │      │  │  │              │  
        │  │      │  │  │              ├─codemirror
        │  │      │  │  │              │      codemirror.css
        │  │      │  │  │              │      codemirror.js
        │  │      │  │  │              │      
        │  │      │  │  │              ├─highcharts
        │  │      │  │  │              │  │  highcharts-more.js
        │  │      │  │  │              │  │  highcharts-more.src.js
        │  │      │  │  │              │  │  highcharts.js
        │  │      │  │  │              │  │  highcharts.src.js
        │  │      │  │  │              │  │  
        │  │      │  │  │              │  ├─adapters
        │  │      │  │  │              │  │      mootools-adapter.js
        │  │      │  │  │              │  │      mootools-adapter.src.js
        │  │      │  │  │              │  │      prototype-adapter.js
        │  │      │  │  │              │  │      prototype-adapter.src.js
        │  │      │  │  │              │  │      standalone-framework.js
        │  │      │  │  │              │  │      standalone-framework.src.js
        │  │      │  │  │              │  │      
        │  │      │  │  │              │  ├─modules
        │  │      │  │  │              │  │      annotations.js
        │  │      │  │  │              │  │      annotations.src.js
        │  │      │  │  │              │  │      canvas-tools.js
        │  │      │  │  │              │  │      canvas-tools.src.js
        │  │      │  │  │              │  │      data.js
        │  │      │  │  │              │  │      data.src.js
        │  │      │  │  │              │  │      drilldown.js
        │  │      │  │  │              │  │      drilldown.src.js
        │  │      │  │  │              │  │      exporting.js
        │  │      │  │  │              │  │      exporting.src.js
        │  │      │  │  │              │  │      funnel.js
        │  │      │  │  │              │  │      funnel.src.js
        │  │      │  │  │              │  │      heatmap.js
        │  │      │  │  │              │  │      heatmap.src.js
        │  │      │  │  │              │  │      map.js
        │  │      │  │  │              │  │      map.src.js
        │  │      │  │  │              │  │      no-data-to-display.js
        │  │      │  │  │              │  │      no-data-to-display.src.js
        │  │      │  │  │              │  │      
        │  │      │  │  │              │  └─themes
        │  │      │  │  │              │          dark-blue.js
        │  │      │  │  │              │          dark-green.js
        │  │      │  │  │              │          gray.js
        │  │      │  │  │              │          grid.js
        │  │      │  │  │              │          skies.js
        │  │      │  │  │              │          
        │  │      │  │  │              ├─snapscreen
        │  │      │  │  │              │      UEditorSnapscreen.exe
        │  │      │  │  │              │      
        │  │      │  │  │              ├─SyntaxHighlighter
        │  │      │  │  │              │      shCore.js
        │  │      │  │  │              │      shCoreDefault.css
        │  │      │  │  │              │      
        │  │      │  │  │              ├─video-js
        │  │      │  │  │              │  │  video-js.css
        │  │      │  │  │              │  │  video-js.min.css
        │  │      │  │  │              │  │  video-js.swf
        │  │      │  │  │              │  │  video.dev.js
        │  │      │  │  │              │  │  video.js
        │  │      │  │  │              │  │  
        │  │      │  │  │              │  └─font
        │  │      │  │  │              │          vjs.eot
        │  │      │  │  │              │          vjs.svg
        │  │      │  │  │              │          vjs.ttf
        │  │      │  │  │              │          vjs.woff
        │  │      │  │  │              │          
        │  │      │  │  │              ├─webuploader
        │  │      │  │  │              │      Uploader.swf
        │  │      │  │  │              │      webuploader.css
        │  │      │  │  │              │      webuploader.custom.js
        │  │      │  │  │              │      webuploader.custom.min.js
        │  │      │  │  │              │      webuploader.flashonly.js
        │  │      │  │  │              │      webuploader.flashonly.min.js
        │  │      │  │  │              │      webuploader.html5only.js
        │  │      │  │  │              │      webuploader.html5only.min.js
        │  │      │  │  │              │      webuploader.js
        │  │      │  │  │              │      webuploader.min.js
        │  │      │  │  │              │      webuploader.withoutimage.js
        │  │      │  │  │              │      webuploader.withoutimage.min.js
        │  │      │  │  │              │      
        │  │      │  │  │              └─zeroclipboard
        │  │      │  │  │                      ZeroClipboard.js
        │  │      │  │  │                      ZeroClipboard.min.js
        │  │      │  │  │                      ZeroClipboard.swf
        │  │      │  │  │                      
        │  │      │  │  └─common
        │  │      │  │          cart.css
        │  │      │  │          common.css
        │  │      │  │          product.css
        │  │      │  │          
        │  │      │  ├─fonts
        │  │      │  │      fontawesome-webfont.eot
        │  │      │  │      fontawesome-webfont.svg
        │  │      │  │      fontawesome-webfont.ttf
        │  │      │  │      fontawesome-webfont.woff
        │  │      │  │      icomoon.dev.svg
        │  │      │  │      icomoon.eot
        │  │      │  │      icomoon.svg
        │  │      │  │      icomoon.ttf
        │  │      │  │      icomoon.woff
        │  │      │  │      
        │  │      │  ├─image
        │  │      │  │      bg03.jpg
        │  │      │  │      center.png
        │  │      │  │      huabian.png
        │  │      │  │      Thumbs.db
        │  │      │  │      we2.png
        │  │      │  │      
        │  │      │  ├─images
        │  │      │  │  │  1.jpg
        │  │      │  │  │  adm.png
        │  │      │  │  │  aiwrap.png
        │  │      │  │  │  avtar.png
        │  │      │  │  │  banner.jpg
        │  │      │  │  │  bg1.jpg
        │  │      │  │  │  close.png
        │  │      │  │  │  date_bg.png
        │  │      │  │  │  email.png
        │  │      │  │  │  head-img.png
        │  │      │  │  │  key.png
        │  │      │  │  │  lock.png
        │  │      │  │  │  logo.png
        │  │      │  │  │  onCorrect.gif
        │  │      │  │  │  onError.gif
        │  │      │  │  │  onFocus.gif
        │  │      │  │  │  onShow.gif
        │  │      │  │  │  pass.png
        │  │      │  │  │  sprite.png
        │  │      │  │  │  tab-thbg.png
        │  │      │  │  │  Thumbs.db
        │  │      │  │  │  tick.png
        │  │      │  │  │  web_login_bg.jpg
        │  │      │  │  │  
        │  │      │  │  └─login
        │  │      │  │          admin-login-btnbg.gif
        │  │      │  │          
        │  │      │  ├─js
        │  │      │  │  │  bootstrap.js
        │  │      │  │  │  ckform.js
        │  │      │  │  │  common.js
        │  │      │  │  │  jquery-1.8.2.min.js
        │  │      │  │  │  jquery-1.8.3.min.js
        │  │      │  │  │  jquery.js
        │  │      │  │  │  jquery.min.js
        │  │      │  │  │  loginMy.js
        │  │      │  │  │  lyz.calendar.min.js
        │  │      │  │  │  main2.js
        │  │      │  │  │  scripts.js
        │  │      │  │  │  supersized-init.js
        │  │      │  │  │  supersized.3.2.7.min.js
        │  │      │  │  │  underscore-min.js
        │  │      │  │  │  
        │  │      │  │  ├─libs
        │  │      │  │  │      modernizr.min.js
        │  │      │  │  │      
        │  │      │  │  └─ueditor
        │  │      │  │      │  ueditor.all.min.js
        │  │      │  │      │  ueditor.config.js
        │  │      │  │      │  ueditor.parse.min.js
        │  │      │  │      │  
        │  │      │  │      ├─dialogs
        │  │      │  │      │  │  internal.js
        │  │      │  │      │  │  
        │  │      │  │      │  ├─anchor
        │  │      │  │      │  │      anchor.html
        │  │      │  │      │  │      
        │  │      │  │      │  ├─attachment
        │  │      │  │      │  │  │  attachment.css
        │  │      │  │      │  │  │  attachment.html
        │  │      │  │      │  │  │  attachment.js
        │  │      │  │      │  │  │  
        │  │      │  │      │  │  ├─fileTypeImages
        │  │      │  │      │  │  │      icon_chm.gif
        │  │      │  │      │  │  │      icon_default.png
        │  │      │  │      │  │  │      icon_doc.gif
        │  │      │  │      │  │  │      icon_exe.gif
        │  │      │  │      │  │  │      icon_jpg.gif
        │  │      │  │      │  │  │      icon_mp3.gif
        │  │      │  │      │  │  │      icon_mv.gif
        │  │      │  │      │  │  │      icon_pdf.gif
        │  │      │  │      │  │  │      icon_ppt.gif
        │  │      │  │      │  │  │      icon_psd.gif
        │  │      │  │      │  │  │      icon_rar.gif
        │  │      │  │      │  │  │      icon_txt.gif
        │  │      │  │      │  │  │      icon_xls.gif
        │  │      │  │      │  │  │      
        │  │      │  │      │  │  └─images
        │  │      │  │      │  │          alignicon.gif
        │  │      │  │      │  │          alignicon.png
        │  │      │  │      │  │          bg.png
        │  │      │  │      │  │          file-icons.gif
        │  │      │  │      │  │          file-icons.png
        │  │      │  │      │  │          icons.gif
        │  │      │  │      │  │          icons.png
        │  │      │  │      │  │          image.png
        │  │      │  │      │  │          progress.png
        │  │      │  │      │  │          success.gif
        │  │      │  │      │  │          success.png
        │  │      │  │      │  │          
        │  │      │  │      │  ├─background
        │  │      │  │      │  │  │  background.css
        │  │      │  │      │  │  │  background.html
        │  │      │  │      │  │  │  background.js
        │  │      │  │      │  │  │  
        │  │      │  │      │  │  └─images
        │  │      │  │      │  │          bg.png
        │  │      │  │      │  │          success.png
        │  │      │  │      │  │          
        │  │      │  │      │  ├─charts
        │  │      │  │      │  │  │  chart.config.js
        │  │      │  │      │  │  │  charts.css
        │  │      │  │      │  │  │  charts.html
        │  │      │  │      │  │  │  charts.js
        │  │      │  │      │  │  │  
        │  │      │  │      │  │  └─images
        │  │      │  │      │  │          charts0.png
        │  │      │  │      │  │          charts1.png
        │  │      │  │      │  │          charts2.png
        │  │      │  │      │  │          charts3.png
        │  │      │  │      │  │          charts4.png
        │  │      │  │      │  │          charts5.png
        │  │      │  │      │  │          
        │  │      │  │      │  ├─emotion
        │  │      │  │      │  │  │  emotion.css
        │  │      │  │      │  │  │  emotion.html
        │  │      │  │      │  │  │  emotion.js
        │  │      │  │      │  │  │  
        │  │      │  │      │  │  └─images
        │  │      │  │      │  │          0.gif
        │  │      │  │      │  │          bface.gif
        │  │      │  │      │  │          cface.gif
        │  │      │  │      │  │          fface.gif
        │  │      │  │      │  │          jxface2.gif
        │  │      │  │      │  │          neweditor-tab-bg.png
        │  │      │  │      │  │          tface.gif
        │  │      │  │      │  │          wface.gif
        │  │      │  │      │  │          yface.gif
        │  │      │  │      │  │          
        │  │      │  │      │  ├─gmap
        │  │      │  │      │  │      gmap.html
        │  │      │  │      │  │      
        │  │      │  │      │  ├─help
        │  │      │  │      │  │      help.css
        │  │      │  │      │  │      help.html
        │  │      │  │      │  │      help.js
        │  │      │  │      │  │      
        │  │      │  │      │  ├─image
        │  │      │  │      │  │  │  image.css
        │  │      │  │      │  │  │  image.html
        │  │      │  │      │  │  │  image.js
        │  │      │  │      │  │  │  
        │  │      │  │      │  │  └─images
        │  │      │  │      │  │          alignicon.jpg
        │  │      │  │      │  │          bg.png
        │  │      │  │      │  │          icons.gif
        │  │      │  │      │  │          icons.png
        │  │      │  │      │  │          image.png
        │  │      │  │      │  │          progress.png
        │  │      │  │      │  │          success.gif
        │  │      │  │      │  │          success.png
        │  │      │  │      │  │          
        │  │      │  │      │  ├─insertframe
        │  │      │  │      │  │      insertframe.html
        │  │      │  │      │  │      
        │  │      │  │      │  ├─link
        │  │      │  │      │  │      link.html
        │  │      │  │      │  │      
        │  │      │  │      │  ├─map
        │  │      │  │      │  │      map.html
        │  │      │  │      │  │      show.html
        │  │      │  │      │  │      
        │  │      │  │      │  ├─music
        │  │      │  │      │  │      music.css
        │  │      │  │      │  │      music.html
        │  │      │  │      │  │      music.js
        │  │      │  │      │  │      
        │  │      │  │      │  ├─preview
        │  │      │  │      │  │      preview.html
        │  │      │  │      │  │      
        │  │      │  │      │  ├─scrawl
        │  │      │  │      │  │  │  scrawl.css
        │  │      │  │      │  │  │  scrawl.html
        │  │      │  │      │  │  │  scrawl.js
        │  │      │  │      │  │  │  
        │  │      │  │      │  │  └─images
        │  │      │  │      │  │          addimg.png
        │  │      │  │      │  │          brush.png
        │  │      │  │      │  │          delimg.png
        │  │      │  │      │  │          delimgH.png
        │  │      │  │      │  │          empty.png
        │  │      │  │      │  │          emptyH.png
        │  │      │  │      │  │          eraser.png
        │  │      │  │      │  │          redo.png
        │  │      │  │      │  │          redoH.png
        │  │      │  │      │  │          scale.png
        │  │      │  │      │  │          scaleH.png
        │  │      │  │      │  │          size.png
        │  │      │  │      │  │          undo.png
        │  │      │  │      │  │          undoH.png
        │  │      │  │      │  │          
        │  │      │  │      │  ├─searchreplace
        │  │      │  │      │  │      searchreplace.html
        │  │      │  │      │  │      searchreplace.js
        │  │      │  │      │  │      
        │  │      │  │      │  ├─snapscreen
        │  │      │  │      │  │      snapscreen.html
        │  │      │  │      │  │      
        │  │      │  │      │  ├─spechars
        │  │      │  │      │  │      spechars.html
        │  │      │  │      │  │      spechars.js
        │  │      │  │      │  │      
        │  │      │  │      │  ├─table
        │  │      │  │      │  │      dragicon.png
        │  │      │  │      │  │      edittable.css
        │  │      │  │      │  │      edittable.html
        │  │      │  │      │  │      edittable.js
        │  │      │  │      │  │      edittd.html
        │  │      │  │      │  │      edittip.html
        │  │      │  │      │  │      
        │  │      │  │      │  ├─template
        │  │      │  │      │  │  │  config.js
        │  │      │  │      │  │  │  template.css
        │  │      │  │      │  │  │  template.html
        │  │      │  │      │  │  │  template.js
        │  │      │  │      │  │  │  
        │  │      │  │      │  │  └─images
        │  │      │  │      │  │          bg.gif
        │  │      │  │      │  │          pre0.png
        │  │      │  │      │  │          pre1.png
        │  │      │  │      │  │          pre2.png
        │  │      │  │      │  │          pre3.png
        │  │      │  │      │  │          pre4.png
        │  │      │  │      │  │          
        │  │      │  │      │  ├─video
        │  │      │  │      │  │  │  video.css
        │  │      │  │      │  │  │  video.html
        │  │      │  │      │  │  │  video.js
        │  │      │  │      │  │  │  
        │  │      │  │      │  │  └─images
        │  │      │  │      │  │          bg.png
        │  │      │  │      │  │          center_focus.jpg
        │  │      │  │      │  │          file-icons.gif
        │  │      │  │      │  │          file-icons.png
        │  │      │  │      │  │          icons.gif
        │  │      │  │      │  │          icons.png
        │  │      │  │      │  │          image.png
        │  │      │  │      │  │          left_focus.jpg
        │  │      │  │      │  │          none_focus.jpg
        │  │      │  │      │  │          progress.png
        │  │      │  │      │  │          right_focus.jpg
        │  │      │  │      │  │          success.gif
        │  │      │  │      │  │          success.png
        │  │      │  │      │  │          
        │  │      │  │      │  ├─webapp
        │  │      │  │      │  │      webapp.html
        │  │      │  │      │  │      
        │  │      │  │      │  └─wordimage
        │  │      │  │      │          fClipboard_ueditor.swf
        │  │      │  │      │          imageUploader.swf
        │  │      │  │      │          tangram.js
        │  │      │  │      │          wordimage.html
        │  │      │  │      │          wordimage.js
        │  │      │  │      │          
        │  │      │  │      ├─jsp
        │  │      │  │      │      config.json
        │  │      │  │      │      controller.jsp
        │  │      │  │      │      
        │  │      │  │      ├─lang
        │  │      │  │      │  ├─en
        │  │      │  │      │  │  │  en.js
        │  │      │  │      │  │  │  
        │  │      │  │      │  │  └─images
        │  │      │  │      │  │          addimage.png
        │  │      │  │      │  │          alldeletebtnhoverskin.png
        │  │      │  │      │  │          alldeletebtnupskin.png
        │  │      │  │      │  │          background.png
        │  │      │  │      │  │          button.png
        │  │      │  │      │  │          copy.png
        │  │      │  │      │  │          deletedisable.png
        │  │      │  │      │  │          deleteenable.png
        │  │      │  │      │  │          listbackground.png
        │  │      │  │      │  │          localimage.png
        │  │      │  │      │  │          music.png
        │  │      │  │      │  │          rotateleftdisable.png
        │  │      │  │      │  │          rotateleftenable.png
        │  │      │  │      │  │          rotaterightdisable.png
        │  │      │  │      │  │          rotaterightenable.png
        │  │      │  │      │  │          upload.png
        │  │      │  │      │  │          
        │  │      │  │      │  └─zh-cn
        │  │      │  │      │      │  zh-cn.js
        │  │      │  │      │      │  
        │  │      │  │      │      └─images
        │  │      │  │      │              copy.png
        │  │      │  │      │              localimage.png
        │  │      │  │      │              music.png
        │  │      │  │      │              upload.png
        │  │      │  │      │              
        │  │      │  │      ├─themes
        │  │      │  │      │  │  iframe.css
        │  │      │  │      │  │  
        │  │      │  │      │  └─default
        │  │      │  │      │      │  dialogbase.css
        │  │      │  │      │      │  
        │  │      │  │      │      ├─css
        │  │      │  │      │      │      ueditor.css
        │  │      │  │      │      │      ueditor.min.css
        │  │      │  │      │      │      
        │  │      │  │      │      └─images
        │  │      │  │      │              anchor.gif
        │  │      │  │      │              arrow.png
        │  │      │  │      │              arrow_down.png
        │  │      │  │      │              arrow_up.png
        │  │      │  │      │              button-bg.gif
        │  │      │  │      │              cancelbutton.gif
        │  │      │  │      │              charts.png
        │  │      │  │      │              cursor_h.gif
        │  │      │  │      │              cursor_h.png
        │  │      │  │      │              cursor_v.gif
        │  │      │  │      │              cursor_v.png
        │  │      │  │      │              dialog-title-bg.png
        │  │      │  │      │              filescan.png
        │  │      │  │      │              highlighted.gif
        │  │      │  │      │              icons-all.gif
        │  │      │  │      │              icons.gif
        │  │      │  │      │              icons.png
        │  │      │  │      │              loaderror.png
        │  │      │  │      │              loading.gif
        │  │      │  │      │              lock.gif
        │  │      │  │      │              neweditor-tab-bg.png
        │  │      │  │      │              pagebreak.gif
        │  │      │  │      │              scale.png
        │  │      │  │      │              sortable.png
        │  │      │  │      │              spacer.gif
        │  │      │  │      │              sparator_v.png
        │  │      │  │      │              table-cell-align.png
        │  │      │  │      │              tangram-colorpicker.png
        │  │      │  │      │              toolbar_bg.png
        │  │      │  │      │              unhighlighted.gif
        │  │      │  │      │              upload.png
        │  │      │  │      │              videologo.gif
        │  │      │  │      │              word.gif
        │  │      │  │      │              wordpaste.png
        │  │      │  │      │              
        │  │      │  │      └─third-party
        │  │      │  │          │  jquery-1.10.2.js
        │  │      │  │          │  jquery-1.10.2.min.js
        │  │      │  │          │  jquery-1.10.2.min.map
        │  │      │  │          │  
        │  │      │  │          ├─codemirror
        │  │      │  │          │      codemirror.css
        │  │      │  │          │      codemirror.js
        │  │      │  │          │      
        │  │      │  │          ├─highcharts
        │  │      │  │          │  │  highcharts-more.js
        │  │      │  │          │  │  highcharts-more.src.js
        │  │      │  │          │  │  highcharts.js
        │  │      │  │          │  │  highcharts.src.js
        │  │      │  │          │  │  
        │  │      │  │          │  ├─adapters
        │  │      │  │          │  │      mootools-adapter.js
        │  │      │  │          │  │      mootools-adapter.src.js
        │  │      │  │          │  │      prototype-adapter.js
        │  │      │  │          │  │      prototype-adapter.src.js
        │  │      │  │          │  │      standalone-framework.js
        │  │      │  │          │  │      standalone-framework.src.js
        │  │      │  │          │  │      
        │  │      │  │          │  ├─modules
        │  │      │  │          │  │      annotations.js
        │  │      │  │          │  │      annotations.src.js
        │  │      │  │          │  │      canvas-tools.js
        │  │      │  │          │  │      canvas-tools.src.js
        │  │      │  │          │  │      data.js
        │  │      │  │          │  │      data.src.js
        │  │      │  │          │  │      drilldown.js
        │  │      │  │          │  │      drilldown.src.js
        │  │      │  │          │  │      exporting.js
        │  │      │  │          │  │      exporting.src.js
        │  │      │  │          │  │      funnel.js
        │  │      │  │          │  │      funnel.src.js
        │  │      │  │          │  │      heatmap.js
        │  │      │  │          │  │      heatmap.src.js
        │  │      │  │          │  │      map.js
        │  │      │  │          │  │      map.src.js
        │  │      │  │          │  │      no-data-to-display.js
        │  │      │  │          │  │      no-data-to-display.src.js
        │  │      │  │          │  │      
        │  │      │  │          │  └─themes
        │  │      │  │          │          dark-blue.js
        │  │      │  │          │          dark-green.js
        │  │      │  │          │          gray.js
        │  │      │  │          │          grid.js
        │  │      │  │          │          skies.js
        │  │      │  │          │          
        │  │      │  │          ├─snapscreen
        │  │      │  │          │      UEditorSnapscreen.exe
        │  │      │  │          │      
        │  │      │  │          ├─SyntaxHighlighter
        │  │      │  │          │      shCore.js
        │  │      │  │          │      shCoreDefault.css
        │  │      │  │          │      
        │  │      │  │          ├─video-js
        │  │      │  │          │  │  video-js.css
        │  │      │  │          │  │  video-js.min.css
        │  │      │  │          │  │  video-js.swf
        │  │      │  │          │  │  video.dev.js
        │  │      │  │          │  │  video.js
        │  │      │  │          │  │  
        │  │      │  │          │  └─font
        │  │      │  │          │          vjs.eot
        │  │      │  │          │          vjs.svg
        │  │      │  │          │          vjs.ttf
        │  │      │  │          │          vjs.woff
        │  │      │  │          │          
        │  │      │  │          ├─webuploader
        │  │      │  │          │      Uploader.swf
        │  │      │  │          │      webuploader.css
        │  │      │  │          │      webuploader.custom.js
        │  │      │  │          │      webuploader.custom.min.js
        │  │      │  │          │      webuploader.flashonly.js
        │  │      │  │          │      webuploader.flashonly.min.js
        │  │      │  │          │      webuploader.html5only.js
        │  │      │  │          │      webuploader.html5only.min.js
        │  │      │  │          │      webuploader.js
        │  │      │  │          │      webuploader.min.js
        │  │      │  │          │      webuploader.withoutimage.js
        │  │      │  │          │      webuploader.withoutimage.min.js
        │  │      │  │          │      
        │  │      │  │          └─zeroclipboard
        │  │      │  │                  ZeroClipboard.js
        │  │      │  │                  ZeroClipboard.min.js
        │  │      │  │                  ZeroClipboard.swf
        │  │      │  │                  
        │  │      │  └─websitecss
        │  │      │      ├─css
        │  │      │      │  │  bootstrap-theme.css
        │  │      │      │  │  bootstrap-theme.css.map
        │  │      │      │  │  bootstrap-theme.min.css
        │  │      │      │  │  bootstrap.css
        │  │      │      │  │  bootstrap.css.map
        │  │      │      │  │  bootstrap.min.css
        │  │      │      │  │  buttons.css
        │  │      │      │  │  local.css
        │  │      │      │  │  
        │  │      │      │  └─assets
        │  │      │      │      │  form-elements.css
        │  │      │      │      │  style.css
        │  │      │      │      │  
        │  │      │      │      ├─font-awesome
        │  │      │      │      │  ├─css
        │  │      │      │      │  │      font-awesome.css
        │  │      │      │      │  │      font-awesome.min.css
        │  │      │      │      │  │      
        │  │      │      │      │  ├─fonts
        │  │      │      │      │  │      fontawesome-webfont.eot
        │  │      │      │      │  │      fontawesome-webfont.svg
        │  │      │      │      │  │      fontawesome-webfont.ttf
        │  │      │      │      │  │      fontawesome-webfont.woff
        │  │      │      │      │  │      fontawesome-webfont.woff2
        │  │      │      │      │  │      FontAwesome.otf
        │  │      │      │      │  │      
        │  │      │      │      │  ├─less
        │  │      │      │      │  │      animated.less
        │  │      │      │      │  │      bordered-pulled.less
        │  │      │      │      │  │      core.less
        │  │      │      │      │  │      fixed-width.less
        │  │      │      │      │  │      font-awesome.less
        │  │      │      │      │  │      icons.less
        │  │      │      │      │  │      larger.less
        │  │      │      │      │  │      list.less
        │  │      │      │      │  │      mixins.less
        │  │      │      │      │  │      path.less
        │  │      │      │      │  │      rotated-flipped.less
        │  │      │      │      │  │      stacked.less
        │  │      │      │      │  │      variables.less
        │  │      │      │      │  │      
        │  │      │      │      │  └─scss
        │  │      │      │      │          font-awesome.scss
        │  │      │      │      │          _animated.scss
        │  │      │      │      │          _bordered-pulled.scss
        │  │      │      │      │          _core.scss
        │  │      │      │      │          _fixed-width.scss
        │  │      │      │      │          _icons.scss
        │  │      │      │      │          _larger.scss
        │  │      │      │      │          _list.scss
        │  │      │      │      │          _mixins.scss
        │  │      │      │      │          _path.scss
        │  │      │      │      │          _rotated-flipped.scss
        │  │      │      │      │          _stacked.scss
        │  │      │      │      │          _variables.scss
        │  │      │      │      │          
        │  │      │      │      └─img
        │  │      │      │              333.jpg
        │  │      │      │              444.jpg
        │  │      │      │              background.jpg
        │  │      │      │              background1.jpg
        │  │      │      │              background2.jpg
        │  │      │      │              
        │  │      │      └─js
        │  │      │          │  ajaxfileupload.js
        │  │      │          │  bootstrap.js
        │  │      │          │  bootstrap.min.js
        │  │      │          │  holder.js
        │  │      │          │  holder.min.js
        │  │      │          │  jquery-2.0.3.min.js
        │  │      │          │  npm.js
        │  │      │          │  
        │  │      │          └─assets
        │  │      │                  jquery-1.11.1.js
        │  │      │                  jquery-1.11.1.min.js
        │  │      │                  jquery.backstretch.js
        │  │      │                  jquery.backstretch.min.js
        │  │      │                  placeholder.js
        │  │      │                  scripts.js
        │  │      │                  
        │  │      ├─upload
        │  │      │      1.jpg
        │  │      │      19_222949_14.jpg
        │  │      │      
        │  │      └─WEB-INF
        │  │          │  web.xml
        │  │          │  
        │  │          ├─jsp
        │  │          │  ├─bid
        │  │          │  │      index.jsp
        │  │          │  │      myInfo.jsp
        │  │          │  │      
        │  │          │  ├─car
        │  │          │  │      add.jsp
        │  │          │  │      car.jsp
        │  │          │  │      orderCar.jsp
        │  │          │  │      update.jsp
        │  │          │  │      
        │  │          │  └─login
        │  │          │          login.jsp
        │  │          │          register.jsp
        │  │          │          
        │  │          ├─lib
        │  │          │      antlr-2.7.7.jar
        │  │          │      asm-3.3.jar
        │  │          │      asm-commons-3.3.jar
        │  │          │      asm-tree-3.3.jar
        │  │          │      c3p0-0.9.1.2.jar
        │  │          │      com.springsource.net.sf.cglib-2.2.0.jar
        │  │          │      com.springsource.org.aopalliance-1.0.0.jar
        │  │          │      com.springsource.org.aspectj.weaver-1.6.8.RELEASE.jar
        │  │          │      commons-collections-3.1.jar
        │  │          │      commons-dbcp.jar
        │  │          │      commons-fileupload-1.3.jar
        │  │          │      commons-io-2.0.1.jar
        │  │          │      commons-lang3-3.1.jar
        │  │          │      commons-logging-1.1.3.jar
        │  │          │      commons-pool.jar
        │  │          │      dom4j-1.6.1.jar
        │  │          │      ECharts-2.1.8.jar
        │  │          │      freemarker-2.3.19.jar
        │  │          │      gson-2.3.jar
        │  │          │      hibernate-commons-annotations-4.0.2.Final.jar
        │  │          │      hibernate-core-4.2.4.Final.jar
        │  │          │      hibernate-jpa-2.0-api-1.0.1.Final.jar
        │  │          │      javassist-3.15.0-GA.jar
        │  │          │      jboss-logging-3.1.0.GA.jar
        │  │          │      jboss-transaction-api_1.1_spec-1.0.1.Final.jar
        │  │          │      json-2.2.1.jar
        │  │          │      json-lib-2.3-jdk15.jar
        │  │          │      json-lib-2.4-jdk15.jar
        │  │          │      json-parser_fat.jar
        │  │          │      json.jar
        │  │          │      jsoup-1.8.1.jar
        │  │          │      jstl-1.2.jar
        │  │          │      log4j-1.2.17.jar
        │  │          │      mysql-connector-java-5.1.7-bin.jar
        │  │          │      ognl-3.0.6.jar
        │  │          │      ojdbc6.jar
        │  │          │      pager-taglib.jar
        │  │          │      servlet-api.jar
        │  │          │      spring-aop-4.0.0.RELEASE.jar
        │  │          │      spring-aspects-4.0.0.RELEASE.jar
        │  │          │      spring-beans-4.0.0.RELEASE.jar
        │  │          │      spring-context-4.0.0.RELEASE.jar
        │  │          │      spring-core-4.0.0.RELEASE.jar
        │  │          │      spring-expression-4.0.0.RELEASE.jar
        │  │          │      spring-jdbc-4.0.0.RELEASE.jar
        │  │          │      spring-orm-4.0.0.RELEASE.jar
        │  │          │      spring-tx-4.0.0.RELEASE.jar
        │  │          │      spring-web-4.0.0.RELEASE.jar
        │  │          │      spring-webmvc-4.0.0.RELEASE.jar
        │  │          │      standard-1.1.2.jar
        │  │          │      struts2-core-2.3.15.3.jar
        │  │          │      struts2-spring-plugin-2.3.15.3.jar
        │  │          │      ueditor-1.1.1.1.jar
        │  │          │      xwork-core-2.3.15.3.jar
        │  │          │      
        │  │          └─tlds
        │  │                  c.tld
        │  │                  fmt.tld
        │  │                  fn.tld
        │  │                  pager-taglib.tld
        │  │                  
        │  └─SecondCarManager
        │      │  .classpath
        │      │  .project
        │      │  
        │      ├─.settings
        │      │      .jsdtscope
        │      │      org.eclipse.core.resources.prefs
        │      │      org.eclipse.jdt.core.prefs
        │      │      org.eclipse.jst.j2ee.ejb.annotations.xdoclet.prefs
        │      │      org.eclipse.wst.common.component
        │      │      org.eclipse.wst.common.project.facet.core.xml
        │      │      org.eclipse.wst.jsdt.ui.superType.container
        │      │      org.eclipse.wst.jsdt.ui.superType.name
        │      │      
        │      ├─build
        │      │  └─classes
        │      │      │  applicationContext.xml
        │      │      │  jdbc.properties
        │      │      │  log4j.properties
        │      │      │  struts.xml
        │      │      │  
        │      │      └─com
        │      │          └─neusoft
        │      │              ├─action
        │      │              │      AdminAction.class
        │      │              │      BidAction.class
        │      │              │      CarAction.class
        │      │              │      CarCategoryAction.class
        │      │              │      CustomerAction.class
        │      │              │      LoginAction.class
        │      │              │      OrderAction.class
        │      │              │      
        │      │              ├─base
        │      │              │  ├─dao
        │      │              │  │  │  BaseDao.class
        │      │              │  │  │  
        │      │              │  │  └─impl
        │      │              │  │          BaseDaoImpl.class
        │      │              │  │          
        │      │              │  └─service
        │      │              │      └─impl
        │      │              ├─dao
        │      │              │  │  AdminDao.class
        │      │              │  │  BidDao.class
        │      │              │  │  CarCategoryDao.class
        │      │              │  │  CarCustomerDao.class
        │      │              │  │  CarDao.class
        │      │              │  │  CustomerDao.class
        │      │              │  │  OrderDao.class
        │      │              │  │  
        │      │              │  └─impl
        │      │              │          AdminDaoImpl.class
        │      │              │          BidDaoImpl.class
        │      │              │          CarCategoryDaoImpl.class
        │      │              │          CarCustomerDaoImpl.class
        │      │              │          CarDaoImpl.class
        │      │              │          CustomerDaoImpl.class
        │      │              │          OrderDaoImpl.class
        │      │              │          
        │      │              ├─filter
        │      │              │      MyStrutsFilter.class
        │      │              │      SystemContextFilter.class
        │      │              │      
        │      │              ├─model
        │      │              │      Admin.class
        │      │              │      Bid.class
        │      │              │      Car.class
        │      │              │      CarCategory.class
        │      │              │      CarCustomer.class
        │      │              │      Customer.class
        │      │              │      Order.class
        │      │              │      
        │      │              ├─service
        │      │              │  │  AdminService.class
        │      │              │  │  BaseService.class
        │      │              │  │  BidService.class
        │      │              │  │  CarCategoryService.class
        │      │              │  │  CarCustomerService.class
        │      │              │  │  CarService.class
        │      │              │  │  CustomerService.class
        │      │              │  │  OrderService.class
        │      │              │  │  
        │      │              │  └─impl
        │      │              │          AdminServiceImpl.class
        │      │              │          BaseServiceImpl.class
        │      │              │          BidServiceImpl.class
        │      │              │          CarCategoryServiceImpl.class
        │      │              │          CarCustomerServiceImpl.class
        │      │              │          CarServiceImpl.class
        │      │              │          CustomerServiceImpl.class
        │      │              │          OrderServiceImpl.class
        │      │              │          
        │      │              └─utils
        │      │                      DateJsonValueProcessor.class
        │      │                      DateUtils.class
        │      │                      JsonUtil.class
        │      │                      Pager.class
        │      │                      SystemContext.class
        │      │                      TimeSetUtil.class
        │      │                      TimestampMorpher.class
        │      │                      UUIDUtils.class
        │      │                      
        │      ├─config
        │      │      applicationContext.xml
        │      │      jdbc.properties
        │      │      log4j.properties
        │      │      struts.xml
        │      │      
        │      ├─src
        │      │  └─com
        │      │      └─neusoft
        │      │          ├─action
        │      │          │      AdminAction.java
        │      │          │      BidAction.java
        │      │          │      CarAction.java
        │      │          │      CarCategoryAction.java
        │      │          │      CustomerAction.java
        │      │          │      LoginAction.java
        │      │          │      OrderAction.java
        │      │          │      
        │      │          ├─base
        │      │          │  ├─dao
        │      │          │  │  │  BaseDao.java
        │      │          │  │  │  
        │      │          │  │  └─impl
        │      │          │  │          BaseDaoImpl.java
        │      │          │  │          
        │      │          │  └─service
        │      │          │      └─impl
        │      │          ├─dao
        │      │          │  │  AdminDao.java
        │      │          │  │  BidDao.java
        │      │          │  │  CarCategoryDao.java
        │      │          │  │  CarCustomerDao.java
        │      │          │  │  CarDao.java
        │      │          │  │  CustomerDao.java
        │      │          │  │  OrderDao.java
        │      │          │  │  
        │      │          │  └─impl
        │      │          │          AdminDaoImpl.java
        │      │          │          BidDaoImpl.java
        │      │          │          CarCategoryDaoImpl.java
        │      │          │          CarCustomerDaoImpl.java
        │      │          │          CarDaoImpl.java
        │      │          │          CustomerDaoImpl.java
        │      │          │          OrderDaoImpl.java
        │      │          │          
        │      │          ├─filter
        │      │          │      MyStrutsFilter.java
        │      │          │      SystemContextFilter.java
        │      │          │      
        │      │          ├─model
        │      │          │      Admin.java
        │      │          │      Bid.java
        │      │          │      Car.java
        │      │          │      CarCategory.java
        │      │          │      CarCustomer.java
        │      │          │      Customer.java
        │      │          │      Order.java
        │      │          │      
        │      │          ├─service
        │      │          │  │  AdminService.java
        │      │          │  │  BaseService.java
        │      │          │  │  BidService.java
        │      │          │  │  CarCategoryService.java
        │      │          │  │  CarCustomerService.java
        │      │          │  │  CarService.java
        │      │          │  │  CustomerService.java
        │      │          │  │  OrderService.java
        │      │          │  │  
        │      │          │  └─impl
        │      │          │          AdminServiceImpl.java
        │      │          │          BaseServiceImpl.java
        │      │          │          BidServiceImpl.java
        │      │          │          CarCategoryServiceImpl.java
        │      │          │          CarCustomerServiceImpl.java
        │      │          │          CarServiceImpl.java
        │      │          │          CustomerServiceImpl.java
        │      │          │          OrderServiceImpl.java
        │      │          │          
        │      │          └─utils
        │      │                  DateUtils.java
        │      │                  JsonUtil.java
        │      │                  Pager.java
        │      │                  SystemContext.java
        │      │                  TimeSetUtil.java
        │      │                  UUIDUtils.java
        │      │                  
        │      └─WebContent
        │          ├─common
        │          │      taglibs.jsp
        │          │      
        │          ├─META-INF
        │          │      MANIFEST.MF
        │          │      
        │          ├─resource
        │          │  ├─assets
        │          │  │  ├─css
        │          │  │  │      bui-min.css
        │          │  │  │      dpl-min.css
        │          │  │  │      main-min.css
        │          │  │  │      main.css
        │          │  │  │      page-min.css
        │          │  │  │      page.css
        │          │  │  │      prettify.css
        │          │  │  │      
        │          │  │  ├─img
        │          │  │  │      hide_list.png
        │          │  │  │      icon1.png
        │          │  │  │      icon2.png
        │          │  │  │      left-slib.gif
        │          │  │  │      main-nav-bg.png
        │          │  │  │      main-nav-bg1.png
        │          │  │  │      main-nav-bg2.png
        │          │  │  │      menu.jpg
        │          │  │  │      nav.jpg
        │          │  │  │      nav_selected.png
        │          │  │  │      resource.jpg
        │          │  │  │      top.png
        │          │  │  │      
        │          │  │  └─js
        │          │  │      │  bui-min.js
        │          │  │      │  bui.js
        │          │  │      │  config-min.js
        │          │  │      │  config.js
        │          │  │      │  editor-min.js
        │          │  │      │  jquery-1.8.1.min.js
        │          │  │      │  prettify.js
        │          │  │      │  toolbar-min.js
        │          │  │      │  tree-min.js
        │          │  │      │  
        │          │  │      ├─common
        │          │  │      │      build.xml
        │          │  │      │      main-min.js
        │          │  │      │      main.js
        │          │  │      │      page-min.js
        │          │  │      │      page.js
        │          │  │      │      search-min.js
        │          │  │      │      search.js
        │          │  │      │      
        │          │  │      └─module
        │          │  │              build.xml
        │          │  │              
        │          │  ├─css
        │          │  │  │  admin_login.css
        │          │  │  │  bootstrap-responsive.css
        │          │  │  │  bootstrap.css
        │          │  │  │  common.css
        │          │  │  │  login.css
        │          │  │  │  lyz.calendar.css
        │          │  │  │  main.css
        │          │  │  │  main2.css
        │          │  │  │  reset.css
        │          │  │  │  style.css
        │          │  │  │  supersized.css
        │          │  │  │  
        │          │  │  └─bootstrap-3.3.5-dist
        │          │  │      ├─css
        │          │  │      │      bootstrap-theme.css
        │          │  │      │      bootstrap-theme.css.map
        │          │  │      │      bootstrap-theme.min.css
        │          │  │      │      bootstrap.css
        │          │  │      │      bootstrap.css.map
        │          │  │      │      bootstrap.min.css
        │          │  │      │      
        │          │  │      ├─fonts
        │          │  │      │      glyphicons-halflings-regular.eot
        │          │  │      │      glyphicons-halflings-regular.svg
        │          │  │      │      glyphicons-halflings-regular.ttf
        │          │  │      │      glyphicons-halflings-regular.woff
        │          │  │      │      glyphicons-halflings-regular.woff2
        │          │  │      │      
        │          │  │      └─js
        │          │  │          │  bootstrap.js
        │          │  │          │  bootstrap.min.js
        │          │  │          │  npm.js
        │          │  │          │  
        │          │  │          └─ueditor
        │          │  │              │  ueditor.all.min.js
        │          │  │              │  ueditor.config.js
        │          │  │              │  ueditor.parse.min.js
        │          │  │              │  
        │          │  │              ├─dialogs
        │          │  │              │  │  internal.js
        │          │  │              │  │  
        │          │  │              │  ├─anchor
        │          │  │              │  │      anchor.html
        │          │  │              │  │      
        │          │  │              │  ├─attachment
        │          │  │              │  │  │  attachment.css
        │          │  │              │  │  │  attachment.html
        │          │  │              │  │  │  attachment.js
        │          │  │              │  │  │  
        │          │  │              │  │  ├─fileTypeImages
        │          │  │              │  │  │      icon_chm.gif
        │          │  │              │  │  │      icon_default.png
        │          │  │              │  │  │      icon_doc.gif
        │          │  │              │  │  │      icon_exe.gif
        │          │  │              │  │  │      icon_jpg.gif
        │          │  │              │  │  │      icon_mp3.gif
        │          │  │              │  │  │      icon_mv.gif
        │          │  │              │  │  │      icon_pdf.gif
        │          │  │              │  │  │      icon_ppt.gif
        │          │  │              │  │  │      icon_psd.gif
        │          │  │              │  │  │      icon_rar.gif
        │          │  │              │  │  │      icon_txt.gif
        │          │  │              │  │  │      icon_xls.gif
        │          │  │              │  │  │      
        │          │  │              │  │  └─images
        │          │  │              │  │          alignicon.gif
        │          │  │              │  │          alignicon.png
        │          │  │              │  │          bg.png
        │          │  │              │  │          file-icons.gif
        │          │  │              │  │          file-icons.png
        │          │  │              │  │          icons.gif
        │          │  │              │  │          icons.png
        │          │  │              │  │          image.png
        │          │  │              │  │          progress.png
        │          │  │              │  │          success.gif
        │          │  │              │  │          success.png
        │          │  │              │  │          
        │          │  │              │  ├─background
        │          │  │              │  │  │  background.css
        │          │  │              │  │  │  background.html
        │          │  │              │  │  │  background.js
        │          │  │              │  │  │  
        │          │  │              │  │  └─images
        │          │  │              │  │          bg.png
        │          │  │              │  │          success.png
        │          │  │              │  │          
        │          │  │              │  ├─charts
        │          │  │              │  │  │  chart.config.js
        │          │  │              │  │  │  charts.css
        │          │  │              │  │  │  charts.html
        │          │  │              │  │  │  charts.js
        │          │  │              │  │  │  
        │          │  │              │  │  └─images
        │          │  │              │  │          charts0.png
        │          │  │              │  │          charts1.png
        │          │  │              │  │          charts2.png
        │          │  │              │  │          charts3.png
        │          │  │              │  │          charts4.png
        │          │  │              │  │          charts5.png
        │          │  │              │  │          
        │          │  │              │  ├─emotion
        │          │  │              │  │  │  emotion.css
        │          │  │              │  │  │  emotion.html
        │          │  │              │  │  │  emotion.js
        │          │  │              │  │  │  
        │          │  │              │  │  └─images
        │          │  │              │  │          0.gif
        │          │  │              │  │          bface.gif
        │          │  │              │  │          cface.gif
        │          │  │              │  │          fface.gif
        │          │  │              │  │          jxface2.gif
        │          │  │              │  │          neweditor-tab-bg.png
        │          │  │              │  │          tface.gif
        │          │  │              │  │          wface.gif
        │          │  │              │  │          yface.gif
        │          │  │              │  │          
        │          │  │              │  ├─gmap
        │          │  │              │  │      gmap.html
        │          │  │              │  │      
        │          │  │              │  ├─help
        │          │  │              │  │      help.css
        │          │  │              │  │      help.html
        │          │  │              │  │      help.js
        │          │  │              │  │      
        │          │  │              │  ├─image
        │          │  │              │  │  │  image.css
        │          │  │              │  │  │  image.html
        │          │  │              │  │  │  image.js
        │          │  │              │  │  │  
        │          │  │              │  │  └─images
        │          │  │              │  │          alignicon.jpg
        │          │  │              │  │          bg.png
        │          │  │              │  │          icons.gif
        │          │  │              │  │          icons.png
        │          │  │              │  │          image.png
        │          │  │              │  │          progress.png
        │          │  │              │  │          success.gif
        │          │  │              │  │          success.png
        │          │  │              │  │          
        │          │  │              │  ├─insertframe
        │          │  │              │  │      insertframe.html
        │          │  │              │  │      
        │          │  │              │  ├─link
        │          │  │              │  │      link.html
        │          │  │              │  │      
        │          │  │              │  ├─map
        │          │  │              │  │      map.html
        │          │  │              │  │      show.html
        │          │  │              │  │      
        │          │  │              │  ├─music
        │          │  │              │  │      music.css
        │          │  │              │  │      music.html
        │          │  │              │  │      music.js
        │          │  │              │  │      
        │          │  │              │  ├─preview
        │          │  │              │  │      preview.html
        │          │  │              │  │      
        │          │  │              │  ├─scrawl
        │          │  │              │  │  │  scrawl.css
        │          │  │              │  │  │  scrawl.html
        │          │  │              │  │  │  scrawl.js
        │          │  │              │  │  │  
        │          │  │              │  │  └─images
        │          │  │              │  │          addimg.png
        │          │  │              │  │          brush.png
        │          │  │              │  │          delimg.png
        │          │  │              │  │          delimgH.png
        │          │  │              │  │          empty.png
        │          │  │              │  │          emptyH.png
        │          │  │              │  │          eraser.png
        │          │  │              │  │          redo.png
        │          │  │              │  │          redoH.png
        │          │  │              │  │          scale.png
        │          │  │              │  │          scaleH.png
        │          │  │              │  │          size.png
        │          │  │              │  │          undo.png
        │          │  │              │  │          undoH.png
        │          │  │              │  │          
        │          │  │              │  ├─searchreplace
        │          │  │              │  │      searchreplace.html
        │          │  │              │  │      searchreplace.js
        │          │  │              │  │      
        │          │  │              │  ├─snapscreen
        │          │  │              │  │      snapscreen.html
        │          │  │              │  │      
        │          │  │              │  ├─spechars
        │          │  │              │  │      spechars.html
        │          │  │              │  │      spechars.js
        │          │  │              │  │      
        │          │  │              │  ├─table
        │          │  │              │  │      dragicon.png
        │          │  │              │  │      edittable.css
        │          │  │              │  │      edittable.html
        │          │  │              │  │      edittable.js
        │          │  │              │  │      edittd.html
        │          │  │              │  │      edittip.html
        │          │  │              │  │      
        │          │  │              │  ├─template
        │          │  │              │  │  │  config.js
        │          │  │              │  │  │  template.css
        │          │  │              │  │  │  template.html
        │          │  │              │  │  │  template.js
        │          │  │              │  │  │  
        │          │  │              │  │  └─images
        │          │  │              │  │          bg.gif
        │          │  │              │  │          pre0.png
        │          │  │              │  │          pre1.png
        │          │  │              │  │          pre2.png
        │          │  │              │  │          pre3.png
        │          │  │              │  │          pre4.png
        │          │  │              │  │          
        │          │  │              │  ├─video
        │          │  │              │  │  │  video.css
        │          │  │              │  │  │  video.html
        │          │  │              │  │  │  video.js
        │          │  │              │  │  │  
        │          │  │              │  │  └─images
        │          │  │              │  │          bg.png
        │          │  │              │  │          center_focus.jpg
        │          │  │              │  │          file-icons.gif
        │          │  │              │  │          file-icons.png
        │          │  │              │  │          icons.gif
        │          │  │              │  │          icons.png
        │          │  │              │  │          image.png
        │          │  │              │  │          left_focus.jpg
        │          │  │              │  │          none_focus.jpg
        │          │  │              │  │          progress.png
        │          │  │              │  │          right_focus.jpg
        │          │  │              │  │          success.gif
        │          │  │              │  │          success.png
        │          │  │              │  │          
        │          │  │              │  ├─webapp
        │          │  │              │  │      webapp.html
        │          │  │              │  │      
        │          │  │              │  └─wordimage
        │          │  │              │          fClipboard_ueditor.swf
        │          │  │              │          imageUploader.swf
        │          │  │              │          tangram.js
        │          │  │              │          wordimage.html
        │          │  │              │          wordimage.js
        │          │  │              │          
        │          │  │              ├─jsp
        │          │  │              │      config.json
        │          │  │              │      controller.jsp
        │          │  │              │      
        │          │  │              ├─lang
        │          │  │              │  ├─en
        │          │  │              │  │  │  en.js
        │          │  │              │  │  │  
        │          │  │              │  │  └─images
        │          │  │              │  │          addimage.png
        │          │  │              │  │          alldeletebtnhoverskin.png
        │          │  │              │  │          alldeletebtnupskin.png
        │          │  │              │  │          background.png
        │          │  │              │  │          button.png
        │          │  │              │  │          copy.png
        │          │  │              │  │          deletedisable.png
        │          │  │              │  │          deleteenable.png
        │          │  │              │  │          listbackground.png
        │          │  │              │  │          localimage.png
        │          │  │              │  │          music.png
        │          │  │              │  │          rotateleftdisable.png
        │          │  │              │  │          rotateleftenable.png
        │          │  │              │  │          rotaterightdisable.png
        │          │  │              │  │          rotaterightenable.png
        │          │  │              │  │          upload.png
        │          │  │              │  │          
        │          │  │              │  └─zh-cn
        │          │  │              │      │  zh-cn.js
        │          │  │              │      │  
        │          │  │              │      └─images
        │          │  │              │              copy.png
        │          │  │              │              localimage.png
        │          │  │              │              music.png
        │          │  │              │              upload.png
        │          │  │              │              
        │          │  │              ├─themes
        │          │  │              │  │  iframe.css
        │          │  │              │  │  
        │          │  │              │  └─default
        │          │  │              │      │  dialogbase.css
        │          │  │              │      │  
        │          │  │              │      ├─css
        │          │  │              │      │      ueditor.css
        │          │  │              │      │      ueditor.min.css
        │          │  │              │      │      
        │          │  │              │      └─images
        │          │  │              │              anchor.gif
        │          │  │              │              arrow.png
        │          │  │              │              arrow_down.png
        │          │  │              │              arrow_up.png
        │          │  │              │              button-bg.gif
        │          │  │              │              cancelbutton.gif
        │          │  │              │              charts.png
        │          │  │              │              cursor_h.gif
        │          │  │              │              cursor_h.png
        │          │  │              │              cursor_v.gif
        │          │  │              │              cursor_v.png
        │          │  │              │              dialog-title-bg.png
        │          │  │              │              filescan.png
        │          │  │              │              highlighted.gif
        │          │  │              │              icons-all.gif
        │          │  │              │              icons.gif
        │          │  │              │              icons.png
        │          │  │              │              loaderror.png
        │          │  │              │              loading.gif
        │          │  │              │              lock.gif
        │          │  │              │              neweditor-tab-bg.png
        │          │  │              │              pagebreak.gif
        │          │  │              │              scale.png
        │          │  │              │              sortable.png
        │          │  │              │              spacer.gif
        │          │  │              │              sparator_v.png
        │          │  │              │              table-cell-align.png
        │          │  │              │              tangram-colorpicker.png
        │          │  │              │              toolbar_bg.png
        │          │  │              │              unhighlighted.gif
        │          │  │              │              upload.png
        │          │  │              │              videologo.gif
        │          │  │              │              word.gif
        │          │  │              │              wordpaste.png
        │          │  │              │              
        │          │  │              └─third-party
        │          │  │                  │  jquery-1.10.2.js
        │          │  │                  │  jquery-1.10.2.min.js
        │          │  │                  │  jquery-1.10.2.min.map
        │          │  │                  │  
        │          │  │                  ├─codemirror
        │          │  │                  │      codemirror.css
        │          │  │                  │      codemirror.js
        │          │  │                  │      
        │          │  │                  ├─highcharts
        │          │  │                  │  │  highcharts-more.js
        │          │  │                  │  │  highcharts-more.src.js
        │          │  │                  │  │  highcharts.js
        │          │  │                  │  │  highcharts.src.js
        │          │  │                  │  │  
        │          │  │                  │  ├─adapters
        │          │  │                  │  │      mootools-adapter.js
        │          │  │                  │  │      mootools-adapter.src.js
        │          │  │                  │  │      prototype-adapter.js
        │          │  │                  │  │      prototype-adapter.src.js
        │          │  │                  │  │      standalone-framework.js
        │          │  │                  │  │      standalone-framework.src.js
        │          │  │                  │  │      
        │          │  │                  │  ├─modules
        │          │  │                  │  │      annotations.js
        │          │  │                  │  │      annotations.src.js
        │          │  │                  │  │      canvas-tools.js
        │          │  │                  │  │      canvas-tools.src.js
        │          │  │                  │  │      data.js
        │          │  │                  │  │      data.src.js
        │          │  │                  │  │      drilldown.js
        │          │  │                  │  │      drilldown.src.js
        │          │  │                  │  │      exporting.js
        │          │  │                  │  │      exporting.src.js
        │          │  │                  │  │      funnel.js
        │          │  │                  │  │      funnel.src.js
        │          │  │                  │  │      heatmap.js
        │          │  │                  │  │      heatmap.src.js
        │          │  │                  │  │      map.js
        │          │  │                  │  │      map.src.js
        │          │  │                  │  │      no-data-to-display.js
        │          │  │                  │  │      no-data-to-display.src.js
        │          │  │                  │  │      
        │          │  │                  │  └─themes
        │          │  │                  │          dark-blue.js
        │          │  │                  │          dark-green.js
        │          │  │                  │          gray.js
        │          │  │                  │          grid.js
        │          │  │                  │          skies.js
        │          │  │                  │          
        │          │  │                  ├─snapscreen
        │          │  │                  │      UEditorSnapscreen.exe
        │          │  │                  │      
        │          │  │                  ├─SyntaxHighlighter
        │          │  │                  │      shCore.js
        │          │  │                  │      shCoreDefault.css
        │          │  │                  │      
        │          │  │                  ├─video-js
        │          │  │                  │  │  video-js.css
        │          │  │                  │  │  video-js.min.css
        │          │  │                  │  │  video-js.swf
        │          │  │                  │  │  video.dev.js
        │          │  │                  │  │  video.js
        │          │  │                  │  │  
        │          │  │                  │  └─font
        │          │  │                  │          vjs.eot
        │          │  │                  │          vjs.svg
        │          │  │                  │          vjs.ttf
        │          │  │                  │          vjs.woff
        │          │  │                  │          
        │          │  │                  ├─webuploader
        │          │  │                  │      Uploader.swf
        │          │  │                  │      webuploader.css
        │          │  │                  │      webuploader.custom.js
        │          │  │                  │      webuploader.custom.min.js
        │          │  │                  │      webuploader.flashonly.js
        │          │  │                  │      webuploader.flashonly.min.js
        │          │  │                  │      webuploader.html5only.js
        │          │  │                  │      webuploader.html5only.min.js
        │          │  │                  │      webuploader.js
        │          │  │                  │      webuploader.min.js
        │          │  │                  │      webuploader.withoutimage.js
        │          │  │                  │      webuploader.withoutimage.min.js
        │          │  │                  │      
        │          │  │                  └─zeroclipboard
        │          │  │                          ZeroClipboard.js
        │          │  │                          ZeroClipboard.min.js
        │          │  │                          ZeroClipboard.swf
        │          │  │                          
        │          │  ├─fonts
        │          │  │      icomoon.dev.svg
        │          │  │      icomoon.eot
        │          │  │      icomoon.svg
        │          │  │      icomoon.ttf
        │          │  │      icomoon.woff
        │          │  │      
        │          │  ├─images
        │          │  │  │  1.jpg
        │          │  │  │  adm.png
        │          │  │  │  aiwrap.png
        │          │  │  │  avtar.png
        │          │  │  │  banner.jpg
        │          │  │  │  bg1.jpg
        │          │  │  │  close.png
        │          │  │  │  date_bg.png
        │          │  │  │  email.png
        │          │  │  │  head-img.png
        │          │  │  │  key.png
        │          │  │  │  lock.png
        │          │  │  │  logo.png
        │          │  │  │  onCorrect.gif
        │          │  │  │  onError.gif
        │          │  │  │  onFocus.gif
        │          │  │  │  onShow.gif
        │          │  │  │  pass.png
        │          │  │  │  sprite.png
        │          │  │  │  tab-thbg.png
        │          │  │  │  Thumbs.db
        │          │  │  │  tick.png
        │          │  │  │  web_login_bg.jpg
        │          │  │  │  
        │          │  │  └─login
        │          │  │          admin-login-btnbg.gif
        │          │  │          
        │          │  └─js
        │          │      │  bootstrap.js
        │          │      │  ckform.js
        │          │      │  common.js
        │          │      │  echarts.js
        │          │      │  echarts1.js
        │          │      │  jquery-1.8.2.min.js
        │          │      │  jquery-1.8.3.min.js
        │          │      │  jquery.js
        │          │      │  jquery.min.js
        │          │      │  lyz.calendar.min.js
        │          │      │  main2.js
        │          │      │  scripts.js
        │          │      │  supersized-init.js
        │          │      │  supersized.3.2.7.min.js
        │          │      │  
        │          │      ├─echarts
        │          │      │      echarts-all.js
        │          │      │      
        │          │      ├─libs
        │          │      │      modernizr.min.js
        │          │      │      
        │          │      └─ueditor
        │          │          │  ueditor.all.min.js
        │          │          │  ueditor.config.js
        │          │          │  ueditor.parse.min.js
        │          │          │  
        │          │          ├─dialogs
        │          │          │  │  internal.js
        │          │          │  │  
        │          │          │  ├─anchor
        │          │          │  │      anchor.html
        │          │          │  │      
        │          │          │  ├─attachment
        │          │          │  │  │  attachment.css
        │          │          │  │  │  attachment.html
        │          │          │  │  │  attachment.js
        │          │          │  │  │  
        │          │          │  │  ├─fileTypeImages
        │          │          │  │  │      icon_chm.gif
        │          │          │  │  │      icon_default.png
        │          │          │  │  │      icon_doc.gif
        │          │          │  │  │      icon_exe.gif
        │          │          │  │  │      icon_jpg.gif
        │          │          │  │  │      icon_mp3.gif
        │          │          │  │  │      icon_mv.gif
        │          │          │  │  │      icon_pdf.gif
        │          │          │  │  │      icon_ppt.gif
        │          │          │  │  │      icon_psd.gif
        │          │          │  │  │      icon_rar.gif
        │          │          │  │  │      icon_txt.gif
        │          │          │  │  │      icon_xls.gif
        │          │          │  │  │      
        │          │          │  │  └─images
        │          │          │  │          alignicon.gif
        │          │          │  │          alignicon.png
        │          │          │  │          bg.png
        │          │          │  │          file-icons.gif
        │          │          │  │          file-icons.png
        │          │          │  │          icons.gif
        │          │          │  │          icons.png
        │          │          │  │          image.png
        │          │          │  │          progress.png
        │          │          │  │          success.gif
        │          │          │  │          success.png
        │          │          │  │          
        │          │          │  ├─background
        │          │          │  │  │  background.css
        │          │          │  │  │  background.html
        │          │          │  │  │  background.js
        │          │          │  │  │  
        │          │          │  │  └─images
        │          │          │  │          bg.png
        │          │          │  │          success.png
        │          │          │  │          
        │          │          │  ├─charts
        │          │          │  │  │  chart.config.js
        │          │          │  │  │  charts.css
        │          │          │  │  │  charts.html
        │          │          │  │  │  charts.js
        │          │          │  │  │  
        │          │          │  │  └─images
        │          │          │  │          charts0.png
        │          │          │  │          charts1.png
        │          │          │  │          charts2.png
        │          │          │  │          charts3.png
        │          │          │  │          charts4.png
        │          │          │  │          charts5.png
        │          │          │  │          
        │          │          │  ├─emotion
        │          │          │  │  │  emotion.css
        │          │          │  │  │  emotion.html
        │          │          │  │  │  emotion.js
        │          │          │  │  │  
        │          │          │  │  └─images
        │          │          │  │          0.gif
        │          │          │  │          bface.gif
        │          │          │  │          cface.gif
        │          │          │  │          fface.gif
        │          │          │  │          jxface2.gif
        │          │          │  │          neweditor-tab-bg.png
        │          │          │  │          tface.gif
        │          │          │  │          wface.gif
        │          │          │  │          yface.gif
        │          │          │  │          
        │          │          │  ├─gmap
        │          │          │  │      gmap.html
        │          │          │  │      
        │          │          │  ├─help
        │          │          │  │      help.css
        │          │          │  │      help.html
        │          │          │  │      help.js
        │          │          │  │      
        │          │          │  ├─image
        │          │          │  │  │  image.css
        │          │          │  │  │  image.html
        │          │          │  │  │  image.js
        │          │          │  │  │  
        │          │          │  │  └─images
        │          │          │  │          alignicon.jpg
        │          │          │  │          bg.png
        │          │          │  │          icons.gif
        │          │          │  │          icons.png
        │          │          │  │          image.png
        │          │          │  │          progress.png
        │          │          │  │          success.gif
        │          │          │  │          success.png
        │          │          │  │          
        │          │          │  ├─insertframe
        │          │          │  │      insertframe.html
        │          │          │  │      
        │          │          │  ├─link
        │          │          │  │      link.html
        │          │          │  │      
        │          │          │  ├─map
        │          │          │  │      map.html
        │          │          │  │      show.html
        │          │          │  │      
        │          │          │  ├─music
        │          │          │  │      music.css
        │          │          │  │      music.html
        │          │          │  │      music.js
        │          │          │  │      
        │          │          │  ├─preview
        │          │          │  │      preview.html
        │          │          │  │      
        │          │          │  ├─scrawl
        │          │          │  │  │  scrawl.css
        │          │          │  │  │  scrawl.html
        │          │          │  │  │  scrawl.js
        │          │          │  │  │  
        │          │          │  │  └─images
        │          │          │  │          addimg.png
        │          │          │  │          brush.png
        │          │          │  │          delimg.png
        │          │          │  │          delimgH.png
        │          │          │  │          empty.png
        │          │          │  │          emptyH.png
        │          │          │  │          eraser.png
        │          │          │  │          redo.png
        │          │          │  │          redoH.png
        │          │          │  │          scale.png
        │          │          │  │          scaleH.png
        │          │          │  │          size.png
        │          │          │  │          undo.png
        │          │          │  │          undoH.png
        │          │          │  │          
        │          │          │  ├─searchreplace
        │          │          │  │      searchreplace.html
        │          │          │  │      searchreplace.js
        │          │          │  │      
        │          │          │  ├─snapscreen
        │          │          │  │      snapscreen.html
        │          │          │  │      
        │          │          │  ├─spechars
        │          │          │  │      spechars.html
        │          │          │  │      spechars.js
        │          │          │  │      
        │          │          │  ├─table
        │          │          │  │      dragicon.png
        │          │          │  │      edittable.css
        │          │          │  │      edittable.html
        │          │          │  │      edittable.js
        │          │          │  │      edittd.html
        │          │          │  │      edittip.html
        │          │          │  │      
        │          │          │  ├─template
        │          │          │  │  │  config.js
        │          │          │  │  │  template.css
        │          │          │  │  │  template.html
        │          │          │  │  │  template.js
        │          │          │  │  │  
        │          │          │  │  └─images
        │          │          │  │          bg.gif
        │          │          │  │          pre0.png
        │          │          │  │          pre1.png
        │          │          │  │          pre2.png
        │          │          │  │          pre3.png
        │          │          │  │          pre4.png
        │          │          │  │          
        │          │          │  ├─video
        │          │          │  │  │  video.css
        │          │          │  │  │  video.html
        │          │          │  │  │  video.js
        │          │          │  │  │  
        │          │          │  │  └─images
        │          │          │  │          bg.png
        │          │          │  │          center_focus.jpg
        │          │          │  │          file-icons.gif
        │          │          │  │          file-icons.png
        │          │          │  │          icons.gif
        │          │          │  │          icons.png
        │          │          │  │          image.png
        │          │          │  │          left_focus.jpg
        │          │          │  │          none_focus.jpg
        │          │          │  │          progress.png
        │          │          │  │          right_focus.jpg
        │          │          │  │          success.gif
        │          │          │  │          success.png
        │          │          │  │          
        │          │          │  ├─webapp
        │          │          │  │      webapp.html
        │          │          │  │      
        │          │          │  └─wordimage
        │          │          │          fClipboard_ueditor.swf
        │          │          │          imageUploader.swf
        │          │          │          tangram.js
        │          │          │          wordimage.html
        │          │          │          wordimage.js
        │          │          │          
        │          │          ├─jsp
        │          │          │      config.json
        │          │          │      controller.jsp
        │          │          │      
        │          │          ├─lang
        │          │          │  ├─en
        │          │          │  │  │  en.js
        │          │          │  │  │  
        │          │          │  │  └─images
        │          │          │  │          addimage.png
        │          │          │  │          alldeletebtnhoverskin.png
        │          │          │  │          alldeletebtnupskin.png
        │          │          │  │          background.png
        │          │          │  │          button.png
        │          │          │  │          copy.png
        │          │          │  │          deletedisable.png
        │          │          │  │          deleteenable.png
        │          │          │  │          listbackground.png
        │          │          │  │          localimage.png
        │          │          │  │          music.png
        │          │          │  │          rotateleftdisable.png
        │          │          │  │          rotateleftenable.png
        │          │          │  │          rotaterightdisable.png
        │          │          │  │          rotaterightenable.png
        │          │          │  │          upload.png
        │          │          │  │          
        │          │          │  └─zh-cn
        │          │          │      │  zh-cn.js
        │          │          │      │  
        │          │          │      └─images
        │          │          │              copy.png
        │          │          │              localimage.png
        │          │          │              music.png
        │          │          │              upload.png
        │          │          │              
        │          │          ├─themes
        │          │          │  │  iframe.css
        │          │          │  │  
        │          │          │  └─default
        │          │          │      │  dialogbase.css
        │          │          │      │  
        │          │          │      ├─css
        │          │          │      │      ueditor.css
        │          │          │      │      ueditor.min.css
        │          │          │      │      
        │          │          │      └─images
        │          │          │              anchor.gif
        │          │          │              arrow.png
        │          │          │              arrow_down.png
        │          │          │              arrow_up.png
        │          │          │              button-bg.gif
        │          │          │              cancelbutton.gif
        │          │          │              charts.png
        │          │          │              cursor_h.gif
        │          │          │              cursor_h.png
        │          │          │              cursor_v.gif
        │          │          │              cursor_v.png
        │          │          │              dialog-title-bg.png
        │          │          │              filescan.png
        │          │          │              highlighted.gif
        │          │          │              icons-all.gif
        │          │          │              icons.gif
        │          │          │              icons.png
        │          │          │              loaderror.png
        │          │          │              loading.gif
        │          │          │              lock.gif
        │          │          │              neweditor-tab-bg.png
        │          │          │              pagebreak.gif
        │          │          │              scale.png
        │          │          │              sortable.png
        │          │          │              spacer.gif
        │          │          │              sparator_v.png
        │          │          │              table-cell-align.png
        │          │          │              tangram-colorpicker.png
        │          │          │              toolbar_bg.png
        │          │          │              unhighlighted.gif
        │          │          │              upload.png
        │          │          │              videologo.gif
        │          │          │              word.gif
        │          │          │              wordpaste.png
        │          │          │              
        │          │          └─third-party
        │          │              │  jquery-1.10.2.js
        │          │              │  jquery-1.10.2.min.js
        │          │              │  jquery-1.10.2.min.map
        │          │              │  
        │          │              ├─codemirror
        │          │              │      codemirror.css
        │          │              │      codemirror.js
        │          │              │      
        │          │              ├─highcharts
        │          │              │  │  highcharts-more.js
        │          │              │  │  highcharts-more.src.js
        │          │              │  │  highcharts.js
        │          │              │  │  highcharts.src.js
        │          │              │  │  
        │          │              │  ├─adapters
        │          │              │  │      mootools-adapter.js
        │          │              │  │      mootools-adapter.src.js
        │          │              │  │      prototype-adapter.js
        │          │              │  │      prototype-adapter.src.js
        │          │              │  │      standalone-framework.js
        │          │              │  │      standalone-framework.src.js
        │          │              │  │      
        │          │              │  ├─modules
        │          │              │  │      annotations.js
        │          │              │  │      annotations.src.js
        │          │              │  │      canvas-tools.js
        │          │              │  │      canvas-tools.src.js
        │          │              │  │      data.js
        │          │              │  │      data.src.js
        │          │              │  │      drilldown.js
        │          │              │  │      drilldown.src.js
        │          │              │  │      exporting.js
        │          │              │  │      exporting.src.js
        │          │              │  │      funnel.js
        │          │              │  │      funnel.src.js
        │          │              │  │      heatmap.js
        │          │              │  │      heatmap.src.js
        │          │              │  │      map.js
        │          │              │  │      map.src.js
        │          │              │  │      no-data-to-display.js
        │          │              │  │      no-data-to-display.src.js
        │          │              │  │      
        │          │              │  └─themes
        │          │              │          dark-blue.js
        │          │              │          dark-green.js
        │          │              │          gray.js
        │          │              │          grid.js
        │          │              │          skies.js
        │          │              │          
        │          │              ├─snapscreen
        │          │              │      UEditorSnapscreen.exe
        │          │              │      
        │          │              ├─SyntaxHighlighter
        │          │              │      shCore.js
        │          │              │      shCoreDefault.css
        │          │              │      
        │          │              ├─video-js
        │          │              │  │  video-js.css
        │          │              │  │  video-js.min.css
        │          │              │  │  video-js.swf
        │          │              │  │  video.dev.js
        │          │              │  │  video.js
        │          │              │  │  
        │          │              │  └─font
        │          │              │          vjs.eot
        │          │              │          vjs.svg
        │          │              │          vjs.ttf
        │          │              │          vjs.woff
        │          │              │          
        │          │              ├─webuploader
        │          │              │      Uploader.swf
        │          │              │      webuploader.css
        │          │              │      webuploader.custom.js
        │          │              │      webuploader.custom.min.js
        │          │              │      webuploader.flashonly.js
        │          │              │      webuploader.flashonly.min.js
        │          │              │      webuploader.html5only.js
        │          │              │      webuploader.html5only.min.js
        │          │              │      webuploader.js
        │          │              │      webuploader.min.js
        │          │              │      webuploader.withoutimage.js
        │          │              │      webuploader.withoutimage.min.js
        │          │              │      
        │          │              └─zeroclipboard
        │          │                      ZeroClipboard.js
        │          │                      ZeroClipboard.min.js
        │          │                      ZeroClipboard.swf
        │          │                      
        │          ├─upload
        │          │      1.jpg
        │          │      19_222949_14.jpg
        │          │      
        │          └─WEB-INF
        │              │  web.xml
        │              │  
        │              ├─jsp
        │              │  ├─admin
        │              │  │      add.jsp
        │              │  │      admin.jsp
        │              │  │      update.jsp
        │              │  │      
        │              │  ├─bid
        │              │  │      bid.jsp
        │              │  │      update.jsp
        │              │  │      
        │              │  ├─car
        │              │  │      add.jsp
        │              │  │      car.jsp
        │              │  │      update.jsp
        │              │  │      
        │              │  ├─carCategory
        │              │  │      add.jsp
        │              │  │      carCategory.jsp
        │              │  │      update.jsp
        │              │  │      
        │              │  ├─customer
        │              │  │      add.jsp
        │              │  │      customer.jsp
        │              │  │      update.jsp
        │              │  │      
        │              │  ├─login
        │              │  │      index.jsp
        │              │  │      login.jsp
        │              │  │      
        │              │  └─order
        │              │          order.jsp
        │              │          orderPass.jsp
        │              │          
        │              ├─lib
        │              │      antlr-2.7.7.jar
        │              │      asm-3.3.jar
        │              │      asm-commons-3.3.jar
        │              │      asm-tree-3.3.jar
        │              │      c3p0-0.9.1.2.jar
        │              │      com.springsource.net.sf.cglib-2.2.0.jar
        │              │      com.springsource.org.aopalliance-1.0.0.jar
        │              │      com.springsource.org.aspectj.weaver-1.6.8.RELEASE.jar
        │              │      commons-collections-3.1.jar
        │              │      commons-dbcp.jar
        │              │      commons-fileupload-1.3.jar
        │              │      commons-io-2.0.1.jar
        │              │      commons-lang3-3.1.jar
        │              │      commons-logging-1.1.3.jar
        │              │      commons-pool.jar
        │              │      dom4j-1.6.1.jar
        │              │      ECharts-2.1.8.jar
        │              │      freemarker-2.3.19.jar
        │              │      gson-2.3.jar
        │              │      hibernate-commons-annotations-4.0.2.Final.jar
        │              │      hibernate-core-4.2.4.Final.jar
        │              │      hibernate-jpa-2.0-api-1.0.1.Final.jar
        │              │      javassist-3.15.0-GA.jar
        │              │      jboss-logging-3.1.0.GA.jar
        │              │      jboss-transaction-api_1.1_spec-1.0.1.Final.jar
        │              │      json-2.2.1.jar
        │              │      json-lib-2.3-jdk15.jar
        │              │      json-lib-2.4-jdk15.jar
        │              │      json-parser_fat.jar
        │              │      json.jar
        │              │      jsoup-1.8.1.jar
        │              │      jstl-1.2.jar
        │              │      log4j-1.2.17.jar
        │              │      mysql-connector-java-5.1.7-bin.jar
        │              │      ognl-3.0.6.jar
        │              │      ojdbc6.jar
        │              │      pager-taglib.jar
        │              │      servlet-api.jar
        │              │      spring-aop-4.0.0.RELEASE.jar
        │              │      spring-aspects-4.0.0.RELEASE.jar
        │              │      spring-beans-4.0.0.RELEASE.jar
        │              │      spring-context-4.0.0.RELEASE.jar
        │              │      spring-core-4.0.0.RELEASE.jar
        │              │      spring-expression-4.0.0.RELEASE.jar
        │              │      spring-jdbc-4.0.0.RELEASE.jar
        │              │      spring-orm-4.0.0.RELEASE.jar
        │              │      spring-tx-4.0.0.RELEASE.jar
        │              │      spring-web-4.0.0.RELEASE.jar
        │              │      spring-webmvc-4.0.0.RELEASE.jar
        │              │      standard-1.1.2.jar
        │              │      struts2-core-2.3.15.3.jar
        │              │      struts2-spring-plugin-2.3.15.3.jar
        │              │      ueditor-1.1.1.1.jar
        │              │      xwork-core-2.3.15.3.jar
        │              │      
        │              └─tlds
        │                      c.tld
        │                      fmt.tld
        │                      fn.tld
        │                      pager-taglib.tld
        │                      
        └─注意事项
                必读.txt
                

标签:二手汽车管理系统,二手车管理,汽车销售管理

  • 专注毕业设计源码作品
  • 毕业设计源码论文全套
  • 每件作品均测试后上线
  • 提供所有教程和软件下载

Copyright © 2008-2024 jsjbysjw.com . All Rights Reserved. 备案号:苏ICP备2021056683号-4

  • 联系QQ:81677093
  • 微信:bysj1950