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

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

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

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

  • 作品介绍
  • 项目目录

 现代科学的发展,使计算机进入了一切领域。从科学研究到工业农业生产,从企业生产管理到家庭生活,各行各业都广泛地使用计算机。当今社会的数据信息管理离不开计算机技术的支持,如何实现对数据信息快捷、有效、实用的管理,是软件开发业追求的目标。  

今天,随着社会生产的发展,人民生活水平的提高,汽车租赁已成为一个极具市场潜力的行业,面对飞速发展的租赁市场,传统的人工管理方式在进行繁琐的业务信息处理时显得极为不适应。因此,人们对于运用计算机来辅助协调和管理租赁工作的需求正在逐步提高。物质条件的改善,生产生活节奏的加快,使人们越来越意识到时间的重要性,在工作中,生活中越来越注重如何节省时间提高效率。因为工作和生活的缘故,在必要的时候向汽车出租公司提出租赁车辆的服务要求,已成为大众广为认可的选择。在这种社会需求的带动下,汽车租赁市场出现了前所未有的一片繁荣景象。各个汽车租赁公司门庭若市,业务激增,然而在繁忙的景象背后,却也暴露出汽车租赁公司在处理业务信息时以人工方式所带来的效率低下,管理混乱,失误增多等诸多弊端。在实践中,汽车租赁行业的业主们逐渐意识到在租赁行业中借助计算机引入信息管理的重要性,并开始不断提高自身的素质和高科技在工作中的投入,以改善信息的管理,提高服务效率。


1045基于SSH的汽车租赁管理系统的设计与实现1045基于SSH的汽车租赁管理系统的设计与实现1045基于SSH的汽车租赁管理系统的设计与实现1045基于SSH的汽车租赁管理系统的设计与实现1045基于SSH的汽车租赁管理系统的设计与实现1045基于SSH的汽车租赁管理系统的设计与实现1045基于SSH的汽车租赁管理系统的设计与实现1045基于SSH的汽车租赁管理系统的设计与实现
卷 软件 的文件夹 PATH 列表
卷序列号为 0008-B552
D:\TEST\源码
└─1045汽车租赁管理系统 JSP
    └─汽车租赁管理系统 JSP
        └─汽车租赁管理系统
            │  cars.sql
            │  
            ├─my
            │  ├─ueditor
            │  └─upload
            │          077e6430c52e11e6b9c23dd695d32eb9330619-141023093K534.jpg
            │          1091b900c9e811e6e7e1b8ec2a416551timg.jpg
            │          2168bd40c51b11e6681cae703dc644b166.jpg
            │          52bfc890c51e11e6f1561e41b2eda34269.jpg
            │          88b981c0cc4411e6e3d78598213b3e8275.JPG
            │          b6ee0ad0c9eb11e6e7e1b8ec2a416551118011_090349063_2.jpg
            │          e22843d0c51a11e6681cae703dc644b166.jpg
            │          
            ├─代码
            │  └─car
            │      │  .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
            │      │              │      CarAction.class
            │      │              │      CarCategoryAction.class
            │      │              │      LoginAction.class
            │      │              │      OrderAction.class
            │      │              │      RentAction.class
            │      │              │      UserAction.class
            │      │              │      
            │      │              ├─base
            │      │              │  ├─dao
            │      │              │  │  │  BaseDao.class
            │      │              │  │  │  
            │      │              │  │  └─impl
            │      │              │  │          BaseDaoImpl.class
            │      │              │  │          
            │      │              │  └─service
            │      │              │      └─impl
            │      │              ├─dao
            │      │              │  │  AdminDao.class
            │      │              │  │  CarCategoryDao.class
            │      │              │  │  CarDao.class
            │      │              │  │  OrderDao.class
            │      │              │  │  RentDao.class
            │      │              │  │  UserDao.class
            │      │              │  │  
            │      │              │  └─impl
            │      │              │          AdminDaoImpl.class
            │      │              │          CarCategoryDaoImpl.class
            │      │              │          CarDaoImpl.class
            │      │              │          OrderDaoImpl.class
            │      │              │          RentDaoImpl.class
            │      │              │          UserDaoImpl.class
            │      │              │          
            │      │              ├─dto
            │      │              │      RateDto.class
            │      │              │      
            │      │              ├─filter
            │      │              │      MyStrutsFilter.class
            │      │              │      SystemContextFilter.class
            │      │              │      
            │      │              ├─model
            │      │              │      Admin.class
            │      │              │      Car.class
            │      │              │      CarCategory.class
            │      │              │      Order.class
            │      │              │      Rent.class
            │      │              │      User.class
            │      │              │      
            │      │              ├─service
            │      │              │  │  AdminService.class
            │      │              │  │  BaseService.class
            │      │              │  │  CarCategoryService.class
            │      │              │  │  CarService.class
            │      │              │  │  OrderService.class
            │      │              │  │  RentService.class
            │      │              │  │  UserService.class
            │      │              │  │  
            │      │              │  └─impl
            │      │              │          AdminServiceImpl.class
            │      │              │          BaseServiceImpl.class
            │      │              │          CarCategoryServiceImpl.class
            │      │              │          CarServiceImpl.class
            │      │              │          OrderServiceImpl.class
            │      │              │          RentServiceImpl.class
            │      │              │          UserServiceImpl.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
            │      │          │      CarAction.java
            │      │          │      CarCategoryAction.java
            │      │          │      LoginAction.java
            │      │          │      OrderAction.java
            │      │          │      RentAction.java
            │      │          │      UserAction.java
            │      │          │      
            │      │          ├─base
            │      │          │  ├─dao
            │      │          │  │  │  BaseDao.java
            │      │          │  │  │  
            │      │          │  │  └─impl
            │      │          │  │          BaseDaoImpl.java
            │      │          │  │          
            │      │          │  └─service
            │      │          │      └─impl
            │      │          ├─dao
            │      │          │  │  AdminDao.java
            │      │          │  │  CarCategoryDao.java
            │      │          │  │  CarDao.java
            │      │          │  │  OrderDao.java
            │      │          │  │  RentDao.java
            │      │          │  │  UserDao.java
            │      │          │  │  
            │      │          │  └─impl
            │      │          │          AdminDaoImpl.java
            │      │          │          CarCategoryDaoImpl.java
            │      │          │          CarDaoImpl.java
            │      │          │          OrderDaoImpl.java
            │      │          │          RentDaoImpl.java
            │      │          │          UserDaoImpl.java
            │      │          │          
            │      │          ├─dto
            │      │          │      RateDto.java
            │      │          │      
            │      │          ├─filter
            │      │          │      MyStrutsFilter.java
            │      │          │      SystemContextFilter.java
            │      │          │      
            │      │          ├─model
            │      │          │      Admin.java
            │      │          │      Car.java
            │      │          │      CarCategory.java
            │      │          │      Order.java
            │      │          │      Rent.java
            │      │          │      User.java
            │      │          │      
            │      │          ├─service
            │      │          │  │  AdminService.java
            │      │          │  │  BaseService.java
            │      │          │  │  CarCategoryService.java
            │      │          │  │  CarService.java
            │      │          │  │  OrderService.java
            │      │          │  │  RentService.java
            │      │          │  │  UserService.java
            │      │          │  │  
            │      │          │  └─impl
            │      │          │          AdminServiceImpl.java
            │      │          │          BaseServiceImpl.java
            │      │          │          CarCategoryServiceImpl.java
            │      │          │          CarServiceImpl.java
            │      │          │          OrderServiceImpl.java
            │      │          │          RentServiceImpl.java
            │      │          │          UserServiceImpl.java
            │      │          │          
            │      │          └─utils
            │      │                  DateUtils.java
            │      │                  JsonUtil.java
            │      │                  Pager.java
            │      │                  SystemContext.java
            │      │                  TimeSetUtil.java
            │      │                  UUIDUtils.java
            │      │                  
            │      └─WebContent
            │          ├─common
            │          │      footer.jsp
            │          │      menu.jsp
            │          │      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
            │          │  │              
            │          │  ├─common
            │          │  │  ├─css
            │          │  │  │      admin.css
            │          │  │  │      bootstrap.css
            │          │  │  │      bootstrap.min.css
            │          │  │  │      cart.css
            │          │  │  │      flexslider.css
            │          │  │  │      jquery.datetimepicker.css
            │          │  │  │      pintuer.css
            │          │  │  │      style.css
            │          │  │  │      tips.css
            │          │  │  │      
            │          │  │  ├─images
            │          │  │  │      11.jpg
            │          │  │  │      14.jpg
            │          │  │  │      15.jpg
            │          │  │  │      ap.png
            │          │  │  │      ap1.png
            │          │  │  │      ap2.png
            │          │  │  │      ap3.png
            │          │  │  │      back.jpg
            │          │  │  │      back1.png
            │          │  │  │      back2.png
            │          │  │  │      back3.png
            │          │  │  │      banner.jpg
            │          │  │  │      banner1.jpg
            │          │  │  │      banner2.jpg
            │          │  │  │      bg.jpg
            │          │  │  │      close.png
            │          │  │  │      home.png
            │          │  │  │      IconTexto_WebDev_009.jpg
            │          │  │  │      img-sprite.png
            │          │  │  │      line.png
            │          │  │  │      logo.png
            │          │  │  │      passcode.jpg
            │          │  │  │      pi.jpg
            │          │  │  │      pi1.jpg
            │          │  │  │      pi2.jpg
            │          │  │  │      pi3.jpg
            │          │  │  │      pi4.jpg
            │          │  │  │      pi5.jpg
            │          │  │  │      pi6.jpg
            │          │  │  │      pi7.jpg
            │          │  │  │      pic.jpg
            │          │  │  │      pic1.jpg
            │          │  │  │      pic10.jpg
            │          │  │  │      pic11.jpg
            │          │  │  │      pic2.jpg
            │          │  │  │      pic3.jpg
            │          │  │  │      pic4.jpg
            │          │  │  │      pic5.jpg
            │          │  │  │      pic6.jpg
            │          │  │  │      pic7.jpg
            │          │  │  │      pic8.jpg
            │          │  │  │      pic9.jpg
            │          │  │  │      search.png
            │          │  │  │      si.jpg
            │          │  │  │      si1.jpg
            │          │  │  │      si2.jpg
            │          │  │  │      st1.jpg
            │          │  │  │      st2.jpg
            │          │  │  │      st3.jpg
            │          │  │  │      tick.png
            │          │  │  │      tmbg-white.png
            │          │  │  │      up.png
            │          │  │  │      y.jpg
            │          │  │  │      zoom.png
            │          │  │  │      
            │          │  │  └─js
            │          │  │          ajaxfileupload.js
            │          │  │          bootstrap.min.js
            │          │  │          imagezoom.js
            │          │  │          jquery.datetimepicker.js
            │          │  │          jquery.flexisel.js
            │          │  │          jquery.flexslider.js
            │          │  │          jquery.js
            │          │  │          jquery.min.js
            │          │  │          nav.js
            │          │  │          pintuer.js
            │          │  │          responsiveslides.min.js
            │          │  │          
            │          │  ├─css
            │          │  │  │  admin_login.css
            │          │  │  │  bootstrap-responsive.css
            │          │  │  │  bootstrap.css
            │          │  │  │  common.css
            │          │  │  │  jquery.datetimepicker.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.datetimepicker.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
            │              │  │      
            │              │  ├─car
            │              │  │      add.jsp
            │              │  │      car.jsp
            │              │  │      uCar.jsp
            │              │  │      uCarList.jsp
            │              │  │      update.jsp
            │              │  │      uRentCar.jsp
            │              │  │      
            │              │  ├─carCategory
            │              │  │      add.jsp
            │              │  │      carCategory.jsp
            │              │  │      update.jsp
            │              │  │      
            │              │  ├─login
            │              │  │      forgetPassWord.jsp
            │              │  │      mIndex.jsp
            │              │  │      mLogin.jsp
            │              │  │      uIndex.jsp
            │              │  │      uLogin.jsp
            │              │  │      uRegister.jsp
            │              │  │      
            │              │  ├─order
            │              │  │      agreeOrder.jsp
            │              │  │      finishOrder.jsp
            │              │  │      getByOrderId.jsp
            │              │  │      getDetailByOrderId.jsp
            │              │  │      hasFinishedOrder.jsp
            │              │  │      myOrderList.jsp
            │              │  │      order.jsp
            │              │  │      rentInfoList.jsp
            │              │  │      tongji.jsp
            │              │  │      unAgreeOrder.jsp
            │              │  │      unFinishOrder.jsp
            │              │  │      updateOrderByOrderId.jsp
            │              │  │      view.jsp
            │              │  │      
            │              │  └─user
            │              │          add.jsp
            │              │          myInfo.jsp
            │              │          update.jsp
            │              │          updateMyInfo.jsp
            │              │          updatePassWord.jsp
            │              │          user.jsp
            │              │          
            │              ├─lib
            │              │      antlr-2.7.7.jar
            │              │      asm-3.3.jar
            │              │      asm-commons-3.3.jar
            │              │      asm-tree-3.3.jar
            │              │      c3p0-0.9.1.2.jar
            │              │      com.springsource.net.sf.cglib-2.2.0.jar
            │              │      com.springsource.org.aopalliance-1.0.0.jar
            │              │      com.springsource.org.aspectj.weaver-1.6.8.RELEASE.jar
            │              │      commons-collections-3.1.jar
            │              │      commons-dbcp.jar
            │              │      commons-fileupload-1.3.jar
            │              │      commons-io-2.0.1.jar
            │              │      commons-lang3-3.1.jar
            │              │      commons-logging-1.1.3.jar
            │              │      commons-pool.jar
            │              │      dom4j-1.6.1.jar
            │              │      ECharts-2.1.8.jar
            │              │      freemarker-2.3.19.jar
            │              │      gson-2.3.jar
            │              │      hibernate-commons-annotations-4.0.2.Final.jar
            │              │      hibernate-core-4.2.4.Final.jar
            │              │      hibernate-jpa-2.0-api-1.0.1.Final.jar
            │              │      javassist-3.15.0-GA.jar
            │              │      jboss-logging-3.1.0.GA.jar
            │              │      jboss-transaction-api_1.1_spec-1.0.1.Final.jar
            │              │      json-2.2.1.jar
            │              │      json-lib-2.3-jdk15.jar
            │              │      json-lib-2.4-jdk15.jar
            │              │      json-parser_fat.jar
            │              │      json.jar
            │              │      jsoup-1.8.1.jar
            │              │      jstl-1.2.jar
            │              │      log4j-1.2.17.jar
            │              │      mysql-connector-java-5.1.7-bin.jar
            │              │      ognl-3.0.6.jar
            │              │      ojdbc6.jar
            │              │      pager-taglib.jar
            │              │      servlet-api.jar
            │              │      spring-aop-4.0.0.RELEASE.jar
            │              │      spring-aspects-4.0.0.RELEASE.jar
            │              │      spring-beans-4.0.0.RELEASE.jar
            │              │      spring-context-4.0.0.RELEASE.jar
            │              │      spring-core-4.0.0.RELEASE.jar
            │              │      spring-expression-4.0.0.RELEASE.jar
            │              │      spring-jdbc-4.0.0.RELEASE.jar
            │              │      spring-orm-4.0.0.RELEASE.jar
            │              │      spring-tx-4.0.0.RELEASE.jar
            │              │      spring-web-4.0.0.RELEASE.jar
            │              │      spring-webmvc-4.0.0.RELEASE.jar
            │              │      standard-1.1.2.jar
            │              │      struts2-core-2.3.15.3.jar
            │              │      struts2-spring-plugin-2.3.15.3.jar
            │              │      ueditor-1.1.1.1.jar
            │              │      xwork-core-2.3.15.3.jar
            │              │      
            │              └─tlds
            │                      c.tld
            │                      fmt.tld
            │                      fn.tld
            │                      pager-taglib.tld
            │                      
            └─注意事项
                    必读.txt
                    

标签:汽车租赁,车辆租赁,租车网,汽车出租

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

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

  • 联系QQ:81677093
  • 微信:bysj1950