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

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

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

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

  • 作品介绍
  • 项目目录

汽车4S店管理系统

每一个小的模块需都要建一个表  数据库中的日期都用string类型   关于表的编号都得自动生成 为每张表做一个实体类

后台系统中显示表格 或者查询数据 都要分页查询   初始包名com.neusoft

SSH框架  struts2+spring +hibernate   mysql数据库  myeclipse开发   新建一个web project  不要写拦截器  页面采用jsp页面   前台随便后台采用bootstrap设计  连接数据库不要在tomcat中写配置文件



1009基于SSH的4S汽车管理系统的设计与实现1009基于SSH的4S汽车管理系统的设计与实现1009基于SSH的4S汽车管理系统的设计与实现1009基于SSH的4S汽车管理系统的设计与实现1009基于SSH的4S汽车管理系统的设计与实现1009基于SSH的4S汽车管理系统的设计与实现1009基于SSH的4S汽车管理系统的设计与实现1009基于SSH的4S汽车管理系统的设计与实现1009基于SSH的4S汽车管理系统的设计与实现1009基于SSH的4S汽车管理系统的设计与实现1009基于SSH的4S汽车管理系统的设计与实现1009基于SSH的4S汽车管理系统的设计与实现1009基于SSH的4S汽车管理系统的设计与实现1009基于SSH的4S汽车管理系统的设计与实现
卷 软件 的文件夹 PATH 列表
卷序列号为 0008-B552
D:\TEST\源码
└─1009基于SSH4S汽车管理系统
    └─4S汽车管理系统
        │  4s.sql
        │  需求文档.docx
        │  
        ├─代码
        │  ├─4Ssales
        │  │  │  .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
        │  │  │              │      BookAction.class
        │  │  │              │      CarAction.class
        │  │  │              │      
        │  │  │              ├─base
        │  │  │              │  ├─dao
        │  │  │              │  │  │  BaseDao.class
        │  │  │              │  │  │  
        │  │  │              │  │  └─impl
        │  │  │              │  │          BaseDaoImpl.class
        │  │  │              │  │          
        │  │  │              │  └─service
        │  │  │              │      └─impl
        │  │  │              ├─dao
        │  │  │              │  │  IBookDao.class
        │  │  │              │  │  ICarCategoryDao.class
        │  │  │              │  │  ICarDao.class
        │  │  │              │  │  
        │  │  │              │  └─impl
        │  │  │              │          BookDaoImpl.class
        │  │  │              │          CarCategoryDaoImpl.class
        │  │  │              │          CarDaoImpl.class
        │  │  │              │          
        │  │  │              ├─filter
        │  │  │              │      MyStrutsFilter.class
        │  │  │              │      SystemContextFilter.class
        │  │  │              │      
        │  │  │              ├─model
        │  │  │              │      Admin.class
        │  │  │              │      Book.class
        │  │  │              │      Car.class
        │  │  │              │      CarCategory.class
        │  │  │              │      CarReturn.class
        │  │  │              │      Customer.class
        │  │  │              │      Insurance.class
        │  │  │              │      Loan.class
        │  │  │              │      LoanDesign.class
        │  │  │              │      Manager.class
        │  │  │              │      Numberplate.class
        │  │  │              │      NumberplateInsurance.class
        │  │  │              │      Order.class
        │  │  │              │      Payfull.class
        │  │  │              │      Repair.class
        │  │  │              │      Returnvisit.class
        │  │  │              │      Sales.class
        │  │  │              │      Worker.class
        │  │  │              │      
        │  │  │              ├─service
        │  │  │              │  │  IBaseService.class
        │  │  │              │  │  IBookService.class
        │  │  │              │  │  ICarCategoryService.class
        │  │  │              │  │  ICarService.class
        │  │  │              │  │  
        │  │  │              │  └─impl
        │  │  │              │          BaseServiceImpl.class
        │  │  │              │          BookServiceImpl.class
        │  │  │              │          CarCategoryServiceImpl.class
        │  │  │              │          CarServiceImpl.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
        │  │  │          │      BookAction.java
        │  │  │          │      CarAction.java
        │  │  │          │      
        │  │  │          ├─base
        │  │  │          │  ├─dao
        │  │  │          │  │  │  BaseDao.java
        │  │  │          │  │  │  
        │  │  │          │  │  └─impl
        │  │  │          │  │          BaseDaoImpl.java
        │  │  │          │  │          
        │  │  │          │  └─service
        │  │  │          │      └─impl
        │  │  │          ├─dao
        │  │  │          │  │  IBookDao.java
        │  │  │          │  │  ICarCategoryDao.java
        │  │  │          │  │  ICarDao.java
        │  │  │          │  │  
        │  │  │          │  └─impl
        │  │  │          │          BookDaoImpl.java
        │  │  │          │          CarCategoryDaoImpl.java
        │  │  │          │          CarDaoImpl.java
        │  │  │          │          
        │  │  │          ├─filter
        │  │  │          │      MyStrutsFilter.java
        │  │  │          │      SystemContextFilter.java
        │  │  │          │      
        │  │  │          ├─model
        │  │  │          │      Admin.java
        │  │  │          │      Book.java
        │  │  │          │      Car.java
        │  │  │          │      CarCategory.java
        │  │  │          │      CarReturn.java
        │  │  │          │      Customer.java
        │  │  │          │      Insurance.java
        │  │  │          │      Loan.java
        │  │  │          │      LoanDesign.java
        │  │  │          │      Manager.java
        │  │  │          │      Numberplate.java
        │  │  │          │      NumberplateInsurance.java
        │  │  │          │      Order.java
        │  │  │          │      Payfull.java
        │  │  │          │      Repair.java
        │  │  │          │      Returnvisit.java
        │  │  │          │      Sales.java
        │  │  │          │      Worker.java
        │  │  │          │      
        │  │  │          ├─service
        │  │  │          │  │  IBaseService.java
        │  │  │          │  │  IBookService.java
        │  │  │          │  │  ICarCategoryService.java
        │  │  │          │  │  ICarService.java
        │  │  │          │  │  
        │  │  │          │  └─impl
        │  │  │          │          BaseServiceImpl.java
        │  │  │          │          BookServiceImpl.java
        │  │  │          │          CarCategoryServiceImpl.java
        │  │  │          │          CarServiceImpl.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
        │  │      │  │  │  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
        │  │      │  │  │  
        │  │      │  │  ├─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
        │  │          │  ├─book
        │  │          │  │      book1.jsp
        │  │          │  │      compare.jsp
        │  │          │  │      compareCarList.html
        │  │          │  │      compareCarList.jsp
        │  │          │  │      index.jsp
        │  │          │  │      index2.jsp
        │  │          │  │      update2.jsp
        │  │          │  │      webCarList.html
        │  │          │  │      
        │  │          │  └─car
        │  │          │          add.jsp
        │  │          │          car.jsp
        │  │          │          orderCar.jsp
        │  │          │          update.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
        │  │                  
        │  └─4SsalesManager
        │      │  .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
        │      │              │      AppointmentAction.class
        │      │              │      BookAction.class
        │      │              │      CarAction.class
        │      │              │      CarReturnAction.class
        │      │              │      CustomerAction.class
        │      │              │      InsuranceAction.class
        │      │              │      LoanAction.class
        │      │              │      LoginAction.class
        │      │              │      NumberplateAction.class
        │      │              │      NumberplateInsuranceAction.class
        │      │              │      OrderAction.class
        │      │              │      PayfullAction.class
        │      │              │      RepairConfirmAction.class
        │      │              │      RepairFinanceAction.class
        │      │              │      RepairMaterialsAction.class
        │      │              │      SalesAction.class
        │      │              │      SalesFinanceAction.class
        │      │              │      SalesVisitAction.class
        │      │              │      VisitorAction.class
        │      │              │      WorkerAction.class
        │      │              │      
        │      │              ├─base
        │      │              │  ├─dao
        │      │              │  │  │  BaseDao.class
        │      │              │  │  │  
        │      │              │  │  └─impl
        │      │              │  │          BaseDaoImpl.class
        │      │              │  │          
        │      │              │  └─service
        │      │              │      └─impl
        │      │              ├─dao
        │      │              │  │  CarReturnDao.class
        │      │              │  │  IAdminDao.class
        │      │              │  │  IAppointmentDao.class
        │      │              │  │  IBookDao.class
        │      │              │  │  ICarCategoryDao.class
        │      │              │  │  ICarDao.class
        │      │              │  │  ICustomerDao.class
        │      │              │  │  IFittingCategoryDao.class
        │      │              │  │  IInsuranceDao.class
        │      │              │  │  ILoanDao.class
        │      │              │  │  ILoanDesignDao.class
        │      │              │  │  INumberplateDao.class
        │      │              │  │  INumberplateInsuranceDao.class
        │      │              │  │  IOrderDao.class
        │      │              │  │  IRepairCategoryDao.class
        │      │              │  │  IRepairConfirmDao.class
        │      │              │  │  IRepairFinanceDao.class
        │      │              │  │  IRepairMaterialsDao.class
        │      │              │  │  ISalesDao.class
        │      │              │  │  IVisitorDao.class
        │      │              │  │  IWorkerDao.class
        │      │              │  │  PayfullDao.class
        │      │              │  │  SalesFinanceDao.class
        │      │              │  │  SalesVisitDao.class
        │      │              │  │  
        │      │              │  └─impl
        │      │              │          AdminDaoImpl.class
        │      │              │          AppointmentDaoImpl.class
        │      │              │          BookDaoImpl.class
        │      │              │          CarCategoryDaoImpl.class
        │      │              │          CarDaoImpl.class
        │      │              │          CarReturnDaoImpl.class
        │      │              │          CustomerDaoImpl.class
        │      │              │          FittingCategoryDaoImpl.class
        │      │              │          InsuranceDaoImpl.class
        │      │              │          LoanDaoImpl.class
        │      │              │          LoanDesignDaoImpl.class
        │      │              │          NumberplateDaoImpl.class
        │      │              │          NumberplateInsuranceDaoImpl.class
        │      │              │          OrderDaoImpl.class
        │      │              │          PayfullDaoImpl.class
        │      │              │          RepairCategoryDaoImpl.class
        │      │              │          RepairConfirmDaoImpl.class
        │      │              │          RepairFinanceDaoImpl.class
        │      │              │          RepairMaterialsDaoImpl.class
        │      │              │          SalesDaoImpl.class
        │      │              │          SalesFinanceDaoImpl.class
        │      │              │          SalesVisitDaoImpl.class
        │      │              │          VisitorDaoImpl.class
        │      │              │          WorkerDaoImpl.class
        │      │              │          
        │      │              ├─filter
        │      │              │      MyStrutsFilter.class
        │      │              │      SystemContextFilter.class
        │      │              │      
        │      │              ├─model
        │      │              │      Admin.class
        │      │              │      Appointment.class
        │      │              │      Book.class
        │      │              │      Car.class
        │      │              │      CarCategory.class
        │      │              │      CarReturn.class
        │      │              │      Customer.class
        │      │              │      CustomerInsurance.class
        │      │              │      FittingCategory.class
        │      │              │      Insurance.class
        │      │              │      Loan.class
        │      │              │      LoanDesign.class
        │      │              │      Manager.class
        │      │              │      Numberplate.class
        │      │              │      NumberplateInsurance.class
        │      │              │      Order.class
        │      │              │      Payfull.class
        │      │              │      Repair.class
        │      │              │      RepairCategory.class
        │      │              │      RepairConfirm.class
        │      │              │      RepairFinance.class
        │      │              │      RepairMaterials.class
        │      │              │      Sales.class
        │      │              │      SalesFinance.class
        │      │              │      SalesVisit.class
        │      │              │      Visitor.class
        │      │              │      Worker.class
        │      │              │      
        │      │              ├─service
        │      │              │  │  CarReturnService.class
        │      │              │  │  IAdminService.class
        │      │              │  │  IAppointmentService.class
        │      │              │  │  IBaseService.class
        │      │              │  │  IBookService.class
        │      │              │  │  ICarCategoryService.class
        │      │              │  │  ICarService.class
        │      │              │  │  ICustomerService.class
        │      │              │  │  IFittingCategoryService.class
        │      │              │  │  IInsuranceService.class
        │      │              │  │  ILoanDesignService.class
        │      │              │  │  ILoanService.class
        │      │              │  │  INumberplateInsuranceService.class
        │      │              │  │  INumberplateService.class
        │      │              │  │  IOrderService.class
        │      │              │  │  IRepairCategoryService.class
        │      │              │  │  IRepairConfirmService.class
        │      │              │  │  IRepairFinanceService.class
        │      │              │  │  IRepairMaterialsService.class
        │      │              │  │  ISalesService.class
        │      │              │  │  IVisitorService.class
        │      │              │  │  IWorkerService.class
        │      │              │  │  PayfullService.class
        │      │              │  │  SalesFinanceService.class
        │      │              │  │  SalesVisitService.class
        │      │              │  │  
        │      │              │  └─impl
        │      │              │          AdminServiceImpl.class
        │      │              │          AppointmentServiceImpl.class
        │      │              │          BaseServiceImpl.class
        │      │              │          BookServiceImpl.class
        │      │              │          CarCategoryServiceImpl.class
        │      │              │          CarReturnServiceImpl.class
        │      │              │          CarServiceImpl.class
        │      │              │          CustomerServiceImpl.class
        │      │              │          FittingCategoryServiceImpl.class
        │      │              │          InsuranceServiceImpl.class
        │      │              │          LoanDesignServiceImpl.class
        │      │              │          LoanServiceImpl.class
        │      │              │          NumberplateInsuranceServiceImpl.class
        │      │              │          NumberplateServiceImpl.class
        │      │              │          OrderServiceImpl.class
        │      │              │          PayfullServiceImpl.class
        │      │              │          RepairCategoryServiceImpl.class
        │      │              │          RepairConfirmServiceImpl.class
        │      │              │          RepairFinanceServiceImpl.class
        │      │              │          RepairMaterialsServiceImpl.class
        │      │              │          SalesFinanceServiceImpl.class
        │      │              │          SalesServiceImpl.class
        │      │              │          SalesVisitServiceImpl.class
        │      │              │          VisitorServiceImpl.class
        │      │              │          WorkerServiceImpl.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
        │      │          │      AppointmentAction.java
        │      │          │      BookAction.java
        │      │          │      CarAction.java
        │      │          │      CarReturnAction.java
        │      │          │      CustomerAction.java
        │      │          │      InsuranceAction.java
        │      │          │      LoanAction.java
        │      │          │      LoginAction.java
        │      │          │      NumberplateAction.java
        │      │          │      NumberplateInsuranceAction.java
        │      │          │      OrderAction.java
        │      │          │      PayfullAction.java
        │      │          │      RepairConfirmAction.java
        │      │          │      RepairFinanceAction.java
        │      │          │      RepairMaterialsAction.java
        │      │          │      SalesAction.java
        │      │          │      SalesFinanceAction.java
        │      │          │      SalesVisitAction.java
        │      │          │      VisitorAction.java
        │      │          │      WorkerAction.java
        │      │          │      
        │      │          ├─base
        │      │          │  ├─dao
        │      │          │  │  │  BaseDao.java
        │      │          │  │  │  
        │      │          │  │  └─impl
        │      │          │  │          BaseDaoImpl.java
        │      │          │  │          
        │      │          │  └─service
        │      │          │      └─impl
        │      │          ├─dao
        │      │          │  │  CarReturnDao.java
        │      │          │  │  IAdminDao.java
        │      │          │  │  IAppointmentDao.java
        │      │          │  │  IBookDao.java
        │      │          │  │  ICarCategoryDao.java
        │      │          │  │  ICarDao.java
        │      │          │  │  ICustomerDao.java
        │      │          │  │  IFittingCategoryDao.java
        │      │          │  │  IInsuranceDao.java
        │      │          │  │  ILoanDao.java
        │      │          │  │  ILoanDesignDao.java
        │      │          │  │  INumberplateDao.java
        │      │          │  │  INumberplateInsuranceDao.java
        │      │          │  │  IOrderDao.java
        │      │          │  │  IRepairCategoryDao.java
        │      │          │  │  IRepairConfirmDao.java
        │      │          │  │  IRepairFinanceDao.java
        │      │          │  │  IRepairMaterialsDao.java
        │      │          │  │  ISalesDao.java
        │      │          │  │  IVisitorDao.java
        │      │          │  │  IWorkerDao.java
        │      │          │  │  PayfullDao.java
        │      │          │  │  SalesFinanceDao.java
        │      │          │  │  SalesVisitDao.java
        │      │          │  │  
        │      │          │  └─impl
        │      │          │          AdminDaoImpl.java
        │      │          │          AppointmentDaoImpl.java
        │      │          │          BookDaoImpl.java
        │      │          │          CarCategoryDaoImpl.java
        │      │          │          CarDaoImpl.java
        │      │          │          CarReturnDaoImpl.java
        │      │          │          CustomerDaoImpl.java
        │      │          │          FittingCategoryDaoImpl.java
        │      │          │          InsuranceDaoImpl.java
        │      │          │          LoanDaoImpl.java
        │      │          │          LoanDesignDaoImpl.java
        │      │          │          NumberplateDaoImpl.java
        │      │          │          NumberplateInsuranceDaoImpl.java
        │      │          │          OrderDaoImpl.java
        │      │          │          PayfullDaoImpl.java
        │      │          │          RepairCategoryDaoImpl.java
        │      │          │          RepairConfirmDaoImpl.java
        │      │          │          RepairFinanceDaoImpl.java
        │      │          │          RepairMaterialsDaoImpl.java
        │      │          │          SalesDaoImpl.java
        │      │          │          SalesFinanceDaoImpl.java
        │      │          │          SalesVisitDaoImpl.java
        │      │          │          VisitorDaoImpl.java
        │      │          │          WorkerDaoImpl.java
        │      │          │          
        │      │          ├─filter
        │      │          │      MyStrutsFilter.java
        │      │          │      SystemContextFilter.java
        │      │          │      
        │      │          ├─model
        │      │          │      Admin.java
        │      │          │      Appointment.java
        │      │          │      Book.java
        │      │          │      Car.java
        │      │          │      CarCategory.java
        │      │          │      CarReturn.java
        │      │          │      Customer.java
        │      │          │      CustomerInsurance.java
        │      │          │      FittingCategory.java
        │      │          │      Insurance.java
        │      │          │      Loan.java
        │      │          │      LoanDesign.java
        │      │          │      Manager.java
        │      │          │      Numberplate.java
        │      │          │      NumberplateInsurance.java
        │      │          │      Order.java
        │      │          │      Payfull.java
        │      │          │      Repair.java
        │      │          │      RepairCategory.java
        │      │          │      RepairConfirm.java
        │      │          │      RepairFinance.java
        │      │          │      RepairMaterials.java
        │      │          │      Sales.java
        │      │          │      SalesFinance.java
        │      │          │      SalesVisit.java
        │      │          │      Visitor.java
        │      │          │      Worker.java
        │      │          │      
        │      │          ├─service
        │      │          │  │  CarReturnService.java
        │      │          │  │  IAdminService.java
        │      │          │  │  IAppointmentService.java
        │      │          │  │  IBaseService.java
        │      │          │  │  IBookService.java
        │      │          │  │  ICarCategoryService.java
        │      │          │  │  ICarService.java
        │      │          │  │  ICustomerService.java
        │      │          │  │  IFittingCategoryService.java
        │      │          │  │  IInsuranceService.java
        │      │          │  │  ILoanDesignService.java
        │      │          │  │  ILoanService.java
        │      │          │  │  INumberplateInsuranceService.java
        │      │          │  │  INumberplateService.java
        │      │          │  │  IOrderService.java
        │      │          │  │  IRepairCategoryService.java
        │      │          │  │  IRepairConfirmService.java
        │      │          │  │  IRepairFinanceService.java
        │      │          │  │  IRepairMaterialsService.java
        │      │          │  │  ISalesService.java
        │      │          │  │  IVisitorService.java
        │      │          │  │  IWorkerService.java
        │      │          │  │  PayfullService.java
        │      │          │  │  SalesFinanceService.java
        │      │          │  │  SalesVisitService.java
        │      │          │  │  
        │      │          │  └─impl
        │      │          │          AdminServiceImpl.java
        │      │          │          AppointmentServiceImpl.java
        │      │          │          BaseServiceImpl.java
        │      │          │          BookServiceImpl.java
        │      │          │          CarCategoryServiceImpl.java
        │      │          │          CarReturnServiceImpl.java
        │      │          │          CarServiceImpl.java
        │      │          │          CustomerServiceImpl.java
        │      │          │          FittingCategoryServiceImpl.java
        │      │          │          InsuranceServiceImpl.java
        │      │          │          LoanDesignServiceImpl.java
        │      │          │          LoanServiceImpl.java
        │      │          │          NumberplateInsuranceServiceImpl.java
        │      │          │          NumberplateServiceImpl.java
        │      │          │          OrderServiceImpl.java
        │      │          │          PayfullServiceImpl.java
        │      │          │          RepairCategoryServiceImpl.java
        │      │          │          RepairConfirmServiceImpl.java
        │      │          │          RepairFinanceServiceImpl.java
        │      │          │          RepairMaterialsServiceImpl.java
        │      │          │          SalesFinanceServiceImpl.java
        │      │          │          SalesServiceImpl.java
        │      │          │          SalesVisitServiceImpl.java
        │      │          │          VisitorServiceImpl.java
        │      │          │          WorkerServiceImpl.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
        │              │  │      
        │              │  ├─appointment
        │              │  │      add.jsp
        │              │  │      appointment.jsp
        │              │  │      update.jsp
        │              │  │      
        │              │  ├─book
        │              │  │      book.jsp
        │              │  │      update.jsp
        │              │  │      
        │              │  ├─car
        │              │  │      add.jsp
        │              │  │      car.jsp
        │              │  │      orderCar.jsp
        │              │  │      update.jsp
        │              │  │      
        │              │  ├─carReturn
        │              │  │      add.jsp
        │              │  │      carReturn.jsp
        │              │  │      
        │              │  ├─customer
        │              │  │      customer.jsp
        │              │  │      update.jsp
        │              │  │      
        │              │  ├─insurance
        │              │  │      add.jsp
        │              │  │      insurance.jsp
        │              │  │      update.jsp
        │              │  │      
        │              │  ├─loan
        │              │  │      add.jsp
        │              │  │      loan.jsp
        │              │  │      
        │              │  ├─login
        │              │  │      index.jsp
        │              │  │      login.jsp
        │              │  │      
        │              │  ├─numberplate
        │              │  │      add.jsp
        │              │  │      add1.jsp
        │              │  │      numberplate.jsp
        │              │  │      update.jsp
        │              │  │      
        │              │  ├─numberplateInsurance
        │              │  │      add.jsp
        │              │  │      numberplateInsurance.jsp
        │              │  │      update.jsp
        │              │  │      
        │              │  ├─order
        │              │  │      add.jsp
        │              │  │      order.jsp
        │              │  │      
        │              │  ├─payfull
        │              │  │      add.jsp
        │              │  │      payfull.jsp
        │              │  │      
        │              │  ├─repairConfirm
        │              │  │      repairConfirm.jsp
        │              │  │      
        │              │  ├─repairFinance
        │              │  │      repairFinance.jsp
        │              │  │      
        │              │  ├─repairMaterials
        │              │  │      add.jsp
        │              │  │      repairMaterials.jsp
        │              │  │      report.jsp
        │              │  │      update.jsp
        │              │  │      
        │              │  ├─sales
        │              │  │      add.jsp
        │              │  │      orderSales.jsp
        │              │  │      report.jsp
        │              │  │      sales.jsp
        │              │  │      update.jsp
        │              │  │      
        │              │  ├─salesFinance
        │              │  │      salesFinance.jsp
        │              │  │      
        │              │  ├─salesVisit
        │              │  │      add.jsp
        │              │  │      salesVisit.jsp
        │              │  │      
        │              │  ├─visitor
        │              │  │      add.jsp
        │              │  │      dispatch.jsp
        │              │  │      update.jsp
        │              │  │      visitor.jsp
        │              │  │      
        │              │  └─worker
        │              │          add.jsp
        │              │          update.jsp
        │              │          worker.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
            │  
            └─my
                └─upload
                        010c11a08bd211e6c6ee63bc264f79e1QQ图片20161006223405.jpg
                        02ffdea0936211e60c1314b31564070914.jpg
                        077877a08bd111e6c6ee63bc264f79e119_222949_3.jpg
                        0994faf0936411e687a101072bf030f01473743021097.jpeg
                        0a6585708bd111e6c6ee63bc264f79e1QQ图片20160926195017.jpg
                        0d394c1092ba11e69b394af2d26d1b6a1406942136254.jpeg
                        0e5b2610954711e64393eaccb8f12e851406942136254.jpeg
                        130ca3c08bd111e6c6ee63bc264f79e1u=4087614962,3583886391&fm=11&gp=0.jpg
                        1376c8e0937411e6da7d1e603a918b791406942136254.jpeg
                        15794510937311e65294d8b0d8d1b64b1406942136254.jpeg
                        1719a0808bd111e6c6ee63bc264f79e1bcc86cc5jw1dzqyxacz9ej.jpg
                        18de4d308bcc11e67b5728724a2c97b54-120Z1141H3.jpg
                        1a4bcda08bd111e6c6ee63bc264f79e155Z58PICKka_1024.jpg
                        1c275c10937f11e6105d0e7f75f82b6614.jpg
                        1d0673108bcc11e67b5728724a2c97b509fa513d269759eede0805bbb2fb43166d22df62.jpg
                        1d82b5b08bd111e6c6ee63bc264f79e1b78e341f-f795-4d16-86b3-616d9550.jpg
                        1f86b5508bcc11e67b5728724a2c97b5u=4256428959,498294192&fm=21&gp=0.jpg
                        2274062092af11e6c6ce9a910deac9c120130606093816_whscP.jpeg
                        23e2a3208bd111e6c6ee63bc264f79e12022a94bd11373f0da3dfa27a60f4bfbfaed04ed.jpg
                        242b4540936e11e6ebc1ca05d3e3eee71406942136254.jpeg
                        2792e4d0936f11e6f7f0ee638b1e7b2a20130606093816_whscP.jpeg
                        2c0a3190936e11e6ebc1ca05d3e3eee720130606093816_whscP.jpeg
                        2c8c886092a711e6999f10a80e7cb090hh.png
                        2eca5f10954711e64393eaccb8f12e8514.jpg
                        34a122e08bd111e6c6ee63bc264f79e1柔.JPG
                        3f87ccc08bd811e6031d92b26ec47b928.jpg
                        41efc710936211e60c1314b3156407092957040_183344446048_2.jpg
                        48663e30936c11e62fd58bb6147a140d1406942136254.jpeg
                        50cec580936f11e6f7f0ee638b1e7b2a2957040_183344446048_2.jpg
                        586b0380936f11e6f7f0ee638b1e7b2a1406942136254.jpeg
                        5d736c508bd111e6c6ee63bc264f79e1QQ图片20160926195017.jpg
                        5f6ab360936f11e6f7f0ee638b1e7b2a20130606093816_whscP.jpeg
                        611ea1d092a711e6999f10a80e7cb0901406942136254.jpeg
                        6463c100937311e65294d8b0d8d1b64b2957040_183344446048_2.jpg
                        6bdc8030936d11e6ebc1ca05d3e3eee72957040_183344446048_2.jpg
                        6ca3cb4092d211e6cd541d5064fb438714.jpg
                        6def07f08bd711e6c6ee63bc264f79e119_222949_2.jpg
                        7987b100936311e6c8026b0351b7b84a2957040_183344446048_2.jpg
                        7f9f57a092af11e6ae7434368b289c2e2957040_183344446048_2.jpg
                        80894d30954611e64393eaccb8f12e8514.jpg
                        8143744092bb11e66e146d4862a3dd4b2957040_183344446048_2.jpg
                        87d1e650936c11e62fd58bb6147a140d1473743021097.jpeg
                        8a438690934011e6c09c1d5a39c94f781406942136254.jpeg
                        8b7806c0937311e6b2b4240c9d5f0ebe1406942136254.jpeg
                        928a697092b111e614c4c8c726c0469b1473743021097.jpeg
                        9b380d10954611e64393eaccb8f12e851406942136254.jpeg
                        9e1d94e0929511e67b7770ed89dbb1682957040_183344446048_2.jpg
                        a4244a108bd711e6c6ee63bc264f79e119_222949_2 - 副本.jpg
                        a6f98650937b11e6f6db405ad81bb8b2hh.png
                        a95de090954611e64393eaccb8f12e8514.jpg
                        b5b5d4d0985a11e6e798841532141bf51406942136254.jpeg
                        b7aa00c0954611e64393eaccb8f12e8514.jpg
                        bafa7f9092ba11e6f069f65049a2bdcd1406942136254.jpeg
                        bf94e4b08b6611e654f07f06b685910409fa513d269759eede0805bbb2fb43166d22df62 - 副本.jpg
                        c2c6eac08b6611e654f07f06b685910419_222949_4 - 副本.jpg
                        c81a7c608bd611e6c6ee63bc264f79e119_222949_3 - 副本.jpg
                        cc827590954611e64393eaccb8f12e8514.jpg
                        cc950ec0937b11e6f6db405ad81bb8b214.jpg
                        d2c1c93092b511e6342864c287ee4ed314.jpg
                        dbad5d00954611e64393eaccb8f12e851406942136254.jpeg
                        df2db5e092f011e637868d9d53d79b2b20130606093816_whscP.jpeg
                        e087a330928511e68f8edcd78f82e46814.jpg
                        e37f11008bd111e6c6ee63bc264f79e1柔.JPG
                        e7c02470954511e64393eaccb8f12e8514.jpg
                        e884d800978a11e62b63157fe049810b1406942136254.jpeg
                        ea63ac40937b11e6f6db405ad81bb8b21406942136254.jpeg
                        ed397a708bd911e606c2e830b0fd01b44-120Z1141H3.jpg
                        ef35cf308ba311e623af01d9c9d190c219_222949_3.jpg
                        f26f4680937e11e6105d0e7f75f82b6614.jpg
                        f2785300954611e64393eaccb8f12e851406942136254.jpeg
                        f5042b008ba311e623af01d9c9d190c209fa513d269759eede0805bbb2fb43166d22df62.jpg
                        f960eca0937e11e6105d0e7f75f82b6614.jpg
                        fcd54830929411e6b7d53e6cd78978a31406942136254.jpeg
                        
 
标签:汽车销售管理系统,4S汽车售后管理系统,4S店汽车维修管理和系统

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

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

  • 联系QQ:81677093
  • 微信:bysj1950