首页 Java 1046基于SSH/Java智能CAI平台研发考试系统
1046基于SSH/Java智能CAI平台研发考试系统
作品编号:1041
关注人气:1891
文件包括:设计源码+数据库
设计大小:52.78 M
开发语言:Java
开发数据库:MySQL
开发环境:Eclipse+Tomcat8+JDK1.8
原价:900元
现价:90元
下载说明

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

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

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

  • 作品介绍
  • 项目目录

程序详细功能要求  仿慕课网站的在线教学考试平台。因老师口述,要求不是很完善,可能下面需求没提到,但是基本的在线教学网站的功能是要有的。

1、角色

(1)管理员:网站管理员(全站管理)

(2)教师:任课教师(发布课程,讨论)(后台添加)

(3)学生:普通学生

2、大致设计需求

(1)学生(姓名、学校、专业、邮箱)

 可以查看选课的成绩

(2)老师发布课程(视频,文字说明,图片)供学生选课

(3)学生选课,在线考试,讨论区(学生发留言不要回复管理员看不到)。

(4)在线考试模块:考试单选(直接出成绩)

(5)选课 发短信

(6)教学情况大数据统计:

A.对于学生:选了几门课,每次成绩

用例描述

 

数据表现形式

学堂在线

慕课网

注册

登记个人信息,拥有使用资源的权利

电子邮箱、登入密码、用户名、真实姓名、最高教育程度、性别、出生年份、邮寄地址

邮箱、登录密码、昵称

登录

用个人信息登录,记录个人活动信息

电子邮箱、登入密码、忘记密码、自动登录

邮箱,登录密码,QQ账号登录,新浪微博账号登录、忘记密码、自动登录

我的账户

记录个人信息

真实姓名、电子邮箱、编辑姓名,重置密码

个人主页、我的课程、我的讨论,我的笔记

我的课程

已关注,已学习课程

课程名字,课程简介,最近更新,退出课程,分享课程

课程名字,课程简介,课程进度,最后学习时间,最后更新时间,关注课程,学习计划

App下载

下载程序到移动端(不做要求,可留下敬请期待的图片

 

浏览课程

根据页面显示,快速了解课程信息

课程名称、讲师、课程简介、更新状态、学习人数、留言数量、课程状态

课程名称、课程简介、更新状态,学习人数

搜索课程

根据用户要求,快速查找课程

学科分类、垂直领域难易度、热门课程、最新预告、已开课、有助教

学科、职位、难易度、最新课程、最热课程、未学习课程

选择课程

根据用户需要,选择课程

课程名称、讲师、课程简介、课程章节、常见问题、报名趋势、报名人数、开课时间、知识储备、相关分类

课程名称、课程简介、课程大纲、教师简介、报名人数、课程时长、课程难度、课程须知、可以学到什么知识

学习课程

深入学习课程

课件、课程信息、讨论区、wiki、课程进度、课程大纲、扩展学习资料

课程视频、课程列表。关注课程、讨论区、笔记、wiki、同学列表、分享课程、课程下载



1046基于ssh智能CAI平台研发考试系统1046基于ssh智能CAI平台研发考试系统1046基于ssh智能CAI平台研发考试系统1046基于ssh智能CAI平台研发考试系统1046基于ssh智能CAI平台研发考试系统1046基于ssh智能CAI平台研发考试系统1046基于ssh智能CAI平台研发考试系统1046基于ssh智能CAI平台研发考试系统卷 软件 的文件夹 PATH 列表
卷序列号为 0008-B552
D:\TEST\源码
└─1046基于ssh智能CAI平台研发考试系统
    │  kaoshi.sql
    │  必读.txt
    │  
    ├─kaoshi
    │  │  .classpath
    │  │  .project
    │  │  
    │  ├─.settings
    │  │      .jsdtscope
    │  │      org.eclipse.core.resources.prefs
    │  │      org.eclipse.jdt.core.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
    │  │          └─my
    │  │              └─pro
    │  │                  ├─action
    │  │                  │      KcAction.class
    │  │                  │      LoginAction.class
    │  │                  │      ManageAction.class
    │  │                  │      MessageAction.class
    │  │                  │      QuestionAction.class
    │  │                  │      TeacherAction.class
    │  │                  │      UserAction.class
    │  │                  │      XkAction.class
    │  │                  │      
    │  │                  ├─base
    │  │                  │  │  BaseDao.class
    │  │                  │  │  
    │  │                  │  └─impl
    │  │                  │          BaseDaoImpl.class
    │  │                  │          
    │  │                  ├─dao
    │  │                  │  │  KcDao.class
    │  │                  │  │  ManageDao.class
    │  │                  │  │  MessageDao.class
    │  │                  │  │  QuestionDao.class
    │  │                  │  │  TeacherDao.class
    │  │                  │  │  UserDao.class
    │  │                  │  │  XkDao.class
    │  │                  │  │  
    │  │                  │  └─impl
    │  │                  │          KcDaoImpl.class
    │  │                  │          ManageDaoImpl.class
    │  │                  │          MessageDaoImpl.class
    │  │                  │          QuestionDaoImpl.class
    │  │                  │          TeacherDaoImpl.class
    │  │                  │          UserDaoImpl.class
    │  │                  │          XkDaoImpl.class
    │  │                  │          
    │  │                  ├─dto
    │  │                  │      AnsDto.class
    │  │                  │      
    │  │                  ├─filter
    │  │                  │      MyStrutsFilter.class
    │  │                  │      SystemContextFilter.class
    │  │                  │      
    │  │                  ├─model
    │  │                  │      Kc.class
    │  │                  │      Manage.class
    │  │                  │      Message.class
    │  │                  │      Question.class
    │  │                  │      Teacher.class
    │  │                  │      User.class
    │  │                  │      Xk.class
    │  │                  │      
    │  │                  ├─service
    │  │                  │  │  BaseService.class
    │  │                  │  │  KcService.class
    │  │                  │  │  ManageService.class
    │  │                  │  │  MessageService.class
    │  │                  │  │  QuestionService.class
    │  │                  │  │  s.class
    │  │                  │  │  TeacherService.class
    │  │                  │  │  UserService.class
    │  │                  │  │  XkService.class
    │  │                  │  │  
    │  │                  │  └─impl
    │  │                  │          BaseServiceImpl.class
    │  │                  │          KcServiceImpl.class
    │  │                  │          ManageServiceImpl.class
    │  │                  │          MessageServiceImpl.class
    │  │                  │          QuestionServiceImpl.class
    │  │                  │          TeacherServiceImpl.class
    │  │                  │          UserServiceImpl.class
    │  │                  │          XkServiceImpl.class
    │  │                  │          
    │  │                  └─utils
    │  │                          DateJsonValueProcessor.class
    │  │                          DateUtils.class
    │  │                          JsonUtil.class
    │  │                          Pager.class
    │  │                          RCSCloudAPITest.class
    │  │                          SystemContext.class
    │  │                          TimestampMorpher.class
    │  │                          UserUtils.class
    │  │                          UUIDUtils.class
    │  │                          
    │  ├─config
    │  │      applicationContext.xml
    │  │      jdbc.properties
    │  │      log4j.properties
    │  │      struts.xml
    │  │      
    │  ├─src
    │  │  └─com
    │  │      └─my
    │  │          └─pro
    │  │              ├─action
    │  │              │      KcAction.java
    │  │              │      LoginAction.java
    │  │              │      ManageAction.java
    │  │              │      MessageAction.java
    │  │              │      QuestionAction.java
    │  │              │      TeacherAction.java
    │  │              │      UserAction.java
    │  │              │      XkAction.java
    │  │              │      
    │  │              ├─base
    │  │              │  │  BaseDao.java
    │  │              │  │  
    │  │              │  └─impl
    │  │              │          BaseDaoImpl.java
    │  │              │          
    │  │              ├─dao
    │  │              │  │  KcDao.java
    │  │              │  │  ManageDao.java
    │  │              │  │  MessageDao.java
    │  │              │  │  QuestionDao.java
    │  │              │  │  TeacherDao.java
    │  │              │  │  UserDao.java
    │  │              │  │  XkDao.java
    │  │              │  │  
    │  │              │  └─impl
    │  │              │          KcDaoImpl.java
    │  │              │          ManageDaoImpl.java
    │  │              │          MessageDaoImpl.java
    │  │              │          QuestionDaoImpl.java
    │  │              │          TeacherDaoImpl.java
    │  │              │          UserDaoImpl.java
    │  │              │          XkDaoImpl.java
    │  │              │          
    │  │              ├─dto
    │  │              │      AnsDto.java
    │  │              │      
    │  │              ├─filter
    │  │              │      MyStrutsFilter.java
    │  │              │      SystemContextFilter.java
    │  │              │      
    │  │              ├─model
    │  │              │      Kc.java
    │  │              │      Manage.java
    │  │              │      Message.java
    │  │              │      Question.java
    │  │              │      Teacher.java
    │  │              │      User.java
    │  │              │      Xk.java
    │  │              │      
    │  │              ├─service
    │  │              │  │  BaseService.java
    │  │              │  │  KcService.java
    │  │              │  │  ManageService.java
    │  │              │  │  MessageService.java
    │  │              │  │  QuestionService.java
    │  │              │  │  s.java
    │  │              │  │  TeacherService.java
    │  │              │  │  UserService.java
    │  │              │  │  XkService.java
    │  │              │  │  
    │  │              │  └─impl
    │  │              │          BaseServiceImpl.java
    │  │              │          KcServiceImpl.java
    │  │              │          ManageServiceImpl.java
    │  │              │          MessageServiceImpl.java
    │  │              │          QuestionServiceImpl.java
    │  │              │          TeacherServiceImpl.java
    │  │              │          UserServiceImpl.java
    │  │              │          XkServiceImpl.java
    │  │              │          
    │  │              └─utils
    │  │                      DateUtils.java
    │  │                      JsonUtil.java
    │  │                      Pager.java
    │  │                      RCSCloudAPITest.java
    │  │                      SystemContext.java
    │  │                      UserUtils.java
    │  │                      UUIDUtils.java
    │  │                      
    │  └─WebContent
    │      │  index.html
    │      │  
    │      ├─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
    │      │  │              
    │      │  ├─boot
    │      │  │  ├─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
    │      │  │  │      
    │      │  │  └─js
    │      │  │          bootstrap.js
    │      │  │          bootstrap.min.js
    │      │  │          npm.js
    │      │  │          
    │      │  ├─bootstrap3
    │      │  │  ├─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
    │      │  │  │      
    │      │  │  └─js
    │      │  │          bootstrap.js
    │      │  │          bootstrap.min.js
    │      │  │          
    │      │  ├─css
    │      │  │      97zzw.css
    │      │  │      admin.css
    │      │  │      animate-custom.css
    │      │  │      app.css
    │      │  │      base.css
    │      │  │      bootstrap-responsive.css
    │      │  │      bootstrap-responsive.min.css
    │      │  │      bootstrap.css
    │      │  │      bootstrap.min.css
    │      │  │      cart.css
    │      │  │      date.css
    │      │  │      doysu.min.css
    │      │  │      flexslider.css
    │      │  │      font-awesome.min.css
    │      │  │      index.css
    │      │  │      login.css
    │      │  │      main.css
    │      │  │      mian.css
    │      │  │      pintuer.css
    │      │  │      public.css
    │      │  │      select.css
    │      │  │      style.css
    │      │  │      style2.css
    │      │  │      sub.css
    │      │  │      swiper3.07.min.css
    │      │  │      tips.css
    │      │  │      
    │      │  ├─css2
    │      │  │      style.css
    │      │  │      YJUI_Style.css
    │      │  │      
    │      │  ├─css3
    │      │  │      bootstrap-responsive.css
    │      │  │      bootstrap-responsive.min.css
    │      │  │      bootstrap.css
    │      │  │      bootstrap.min.css
    │      │  │      style.css
    │      │  │      
    │      │  ├─editor
    │      │  │  │  kindeditor.js
    │      │  │  │  
    │      │  │  ├─plugins
    │      │  │  │  │  about.html
    │      │  │  │  │  flash.html
    │      │  │  │  │  image.html
    │      │  │  │  │  link.html
    │      │  │  │  │  media.html
    │      │  │  │  │  plainpaste.html
    │      │  │  │  │  remote_image.html
    │      │  │  │  │  wordpaste.html
    │      │  │  │  │  
    │      │  │  │  └─emoticons
    │      │  │  │          etc_01.gif
    │      │  │  │          etc_02.gif
    │      │  │  │          etc_03.gif
    │      │  │  │          etc_04.gif
    │      │  │  │          etc_05.gif
    │      │  │  │          etc_06.gif
    │      │  │  │          etc_07.gif
    │      │  │  │          etc_08.gif
    │      │  │  │          etc_09.gif
    │      │  │  │          etc_10.gif
    │      │  │  │          etc_11.gif
    │      │  │  │          etc_12.gif
    │      │  │  │          etc_13.gif
    │      │  │  │          etc_14.gif
    │      │  │  │          etc_15.gif
    │      │  │  │          etc_16.gif
    │      │  │  │          etc_17.gif
    │      │  │  │          etc_18.gif
    │      │  │  │          etc_19.gif
    │      │  │  │          etc_20.gif
    │      │  │  │          etc_21.gif
    │      │  │  │          etc_22.gif
    │      │  │  │          etc_23.gif
    │      │  │  │          etc_24.gif
    │      │  │  │          etc_25.gif
    │      │  │  │          etc_26.gif
    │      │  │  │          etc_27.gif
    │      │  │  │          etc_28.gif
    │      │  │  │          etc_29.gif
    │      │  │  │          etc_30.gif
    │      │  │  │          etc_31.gif
    │      │  │  │          etc_32.gif
    │      │  │  │          etc_33.gif
    │      │  │  │          etc_34.gif
    │      │  │  │          etc_35.gif
    │      │  │  │          etc_36.gif
    │      │  │  │          
    │      │  │  └─skins
    │      │  │          default.css
    │      │  │          default.gif
    │      │  │          div.gif
    │      │  │          dl.gif
    │      │  │          editor.css
    │      │  │          ol.gif
    │      │  │          p.gif
    │      │  │          tinymce.css
    │      │  │          tinymce.gif
    │      │  │          ul.gif
    │      │  │          
    │      │  ├─flat-ui-2.2.2-dist
    │      │  │  ├─css
    │      │  │  │  │  flat-ui.css
    │      │  │  │  │  flat-ui.css.map
    │      │  │  │  │  flat-ui.min.css
    │      │  │  │  │  
    │      │  │  │  └─vendor
    │      │  │  │          bootstrap.min.css
    │      │  │  │          
    │      │  │  ├─fonts
    │      │  │  │  ├─glyphicons
    │      │  │  │  │      flat-ui-icons-regular.eot
    │      │  │  │  │      flat-ui-icons-regular.svg
    │      │  │  │  │      flat-ui-icons-regular.ttf
    │      │  │  │  │      flat-ui-icons-regular.woff
    │      │  │  │  │      selection.json
    │      │  │  │  │      
    │      │  │  │  └─lato
    │      │  │  │          lato-black.eot
    │      │  │  │          lato-black.svg
    │      │  │  │          lato-black.ttf
    │      │  │  │          lato-black.woff
    │      │  │  │          lato-bold.eot
    │      │  │  │          lato-bold.svg
    │      │  │  │          lato-bold.ttf
    │      │  │  │          lato-bold.woff
    │      │  │  │          lato-bolditalic.eot
    │      │  │  │          lato-bolditalic.svg
    │      │  │  │          lato-bolditalic.ttf
    │      │  │  │          lato-bolditalic.woff
    │      │  │  │          lato-italic.eot
    │      │  │  │          lato-italic.svg
    │      │  │  │          lato-italic.ttf
    │      │  │  │          lato-italic.woff
    │      │  │  │          lato-light.eot
    │      │  │  │          lato-light.svg
    │      │  │  │          lato-light.ttf
    │      │  │  │          lato-light.woff
    │      │  │  │          lato-regular.eot
    │      │  │  │          lato-regular.svg
    │      │  │  │          lato-regular.ttf
    │      │  │  │          lato-regular.woff
    │      │  │  │          
    │      │  │  ├─img
    │      │  │  │  │  favicon.ico
    │      │  │  │  │  
    │      │  │  │  ├─icons
    │      │  │  │  │  ├─png
    │      │  │  │  │  │      Book.png
    │      │  │  │  │  │      Calendar.png
    │      │  │  │  │  │      Chat.png
    │      │  │  │  │  │      Clipboard.png
    │      │  │  │  │  │      Compas.png
    │      │  │  │  │  │      Gift-Box.png
    │      │  │  │  │  │      Infinity-Loop.png
    │      │  │  │  │  │      Mail.png
    │      │  │  │  │  │      Map.png
    │      │  │  │  │  │      Pensils.png
    │      │  │  │  │  │      Pocket.png
    │      │  │  │  │  │      Retina-Ready.png
    │      │  │  │  │  │      Toilet-Paper.png
    │      │  │  │  │  │      Watches.png
    │      │  │  │  │  │      
    │      │  │  │  │  └─svg
    │      │  │  │  │          book.svg
    │      │  │  │  │          calendar.svg
    │      │  │  │  │          chat.svg
    │      │  │  │  │          clipboard.svg
    │      │  │  │  │          clocks.svg
    │      │  │  │  │          compas.svg
    │      │  │  │  │          gift-box.svg
    │      │  │  │  │          loop.svg
    │      │  │  │  │          mail.svg
    │      │  │  │  │          map.svg
    │      │  │  │  │          paper-bag.svg
    │      │  │  │  │          pencils.svg
    │      │  │  │  │          retina.svg
    │      │  │  │  │          ribbon.svg
    │      │  │  │  │          toilet-paper.svg
    │      │  │  │  │          
    │      │  │  │  ├─login
    │      │  │  │  │      icon.png
    │      │  │  │  │      imac-2x.png
    │      │  │  │  │      imac.png
    │      │  │  │  │      
    │      │  │  │  └─tile
    │      │  │  │          ribbon-2x.png
    │      │  │  │          ribbon.png
    │      │  │  │          
    │      │  │  └─js
    │      │  │      │  flat-ui.js
    │      │  │      │  flat-ui.min.js
    │      │  │      │  
    │      │  │      └─vendor
    │      │  │              html5shiv.js
    │      │  │              jquery.min.js
    │      │  │              jquery.min.map
    │      │  │              respond.min.js
    │      │  │              video-js.swf
    │      │  │              video.js
    │      │  │              
    │      │  ├─fonts
    │      │  │      fontawesome-webfont.eot
    │      │  │      fontawesome-webfont.svg
    │      │  │      fontawesome-webfont.ttf
    │      │  │      fontawesome-webfont.woff
    │      │  │      fontawesome-webfont.woff2
    │      │  │      FontAwesome.otf
    │      │  │      
    │      │  ├─front
    │      │  │  ├─Css
    │      │  │  │      mobile_web.css
    │      │  │  │      
    │      │  │  └─Image
    │      │  │          home4.jpg
    │      │  │          icon-address.png
    │      │  │          icon-author.png
    │      │  │          
    │      │  ├─images
    │      │  │      001.jpg
    │      │  │      002.jpg
    │      │  │      003.jpg
    │      │  │      004.jpg
    │      │  │      005.jpg
    │      │  │      09.png
    │      │  │      1.gif
    │      │  │      1.jpeg
    │      │  │      1.jpg
    │      │  │      1.png
    │      │  │      10.png
    │      │  │      11.jpg
    │      │  │      123.jpg
    │      │  │      14.jpg
    │      │  │      15.jpg
    │      │  │      2.gif
    │      │  │      2.jpg
    │      │  │      2.png
    │      │  │      20140616155026101610.jpg
    │      │  │      3.gif
    │      │  │      3.jpg
    │      │  │      4.gif
    │      │  │      4.jpg
    │      │  │      404.png
    │      │  │      5.gif
    │      │  │      5.jpg
    │      │  │      555.jpg
    │      │  │      6.gif
    │      │  │      666.jpg
    │      │  │      7.gif
    │      │  │      8.gif
    │      │  │      82.jpg
    │      │  │      83.jpg
    │      │  │      834-160FGRG6.jpg
    │      │  │      84.jpg
    │      │  │      861-161224150536.png
    │      │  │      9.gif
    │      │  │      academy.png
    │      │  │      ad01.jpg
    │      │  │      ad02.jpg
    │      │  │      ad03.jpg
    │      │  │      ad04.jpg
    │      │  │      ad05.jpg
    │      │  │      add.png
    │      │  │      aiwrap.png
    │      │  │      annh2.png
    │      │  │      annli.png
    │      │  │      ap.png
    │      │  │      ap1.png
    │      │  │      ap2.png
    │      │  │      ap3.png
    │      │  │      arrow.png
    │      │  │      avatar.png
    │      │  │      back.jpg
    │      │  │      back1.png
    │      │  │      back2.png
    │      │  │      back3.png
    │      │  │      ban001.png
    │      │  │      ban002.png
    │      │  │      ban003.png
    │      │  │      ban004.png
    │      │  │      ban005.png
    │      │  │      bank.png
    │      │  │      banner.jpg
    │      │  │      banner01.jpg
    │      │  │      banner1.jpg
    │      │  │      banner2.jpg
    │      │  │      bg.jpg
    │      │  │      bg1.gif
    │      │  │      bg3.gif
    │      │  │      bg4.gif
    │      │  │      bodybg.png
    │      │  │      book.jpg
    │      │  │      btnbg.png
    │      │  │      btnbg1.png
    │      │  │      btnbg2.png
    │      │  │      buttonbg.png
    │      │  │      c01.png
    │      │  │      c02.png
    │      │  │      c03.png
    │      │  │      cbg.png
    │      │  │      check-icon.png
    │      │  │      clist.png
    │      │  │      close.gif
    │      │  │      close.png
    │      │  │      close1.png
    │      │  │      cloud.png
    │      │  │      college.png
    │      │  │      d01.png
    │      │  │      d02.png
    │      │  │      d03.png
    │      │  │      d04.png
    │      │  │      d05.png
    │      │  │      d06.png
    │      │  │      d07.png
    │      │  │      dddd.png
    │      │  │      diskbg.png
    │      │  │      dp.png
    │      │  │      endnews.png
    │      │  │      endnewsh3.png
    │      │  │      enli.png
    │      │  │      f01.png
    │      │  │      f02.png
    │      │  │      f03.png
    │      │  │      f04.png
    │      │  │      f05.png
    │      │  │      f06.png
    │      │  │      focus1.jpg
    │      │  │      focus2.jpg
    │      │  │      focus3.jpg
    │      │  │      focus4.jpg
    │      │  │      focus5.jpg
    │      │  │      footer_top.gif
    │      │  │      ftnav.png
    │      │  │      gzdt.gif
    │      │  │      hd_bg.png
    │      │  │      hd_dqwz.jpg
    │      │  │      hd_h.png
    │      │  │      help.png
    │      │  │      help1.png
    │      │  │      help2.JPG
    │      │  │      help3.png
    │      │  │      home.png
    │      │  │      i01.png
    │      │  │      i02.png
    │      │  │      i03.png
    │      │  │      i04.png
    │      │  │      i05.png
    │      │  │      i06.png
    │      │  │      i07.png
    │      │  │      i08.png
    │      │  │      i09.png
    │      │  │      iadd.png
    │      │  │      ibtnbg.png
    │      │  │      ico01.png
    │      │  │      ico02.png
    │      │  │      ico03.png
    │      │  │      ico04.png
    │      │  │      ico05.png
    │      │  │      ico06.png
    │      │  │      icon-pwd.png
    │      │  │      icon-user.gif
    │      │  │      icon.png
    │      │  │      icon01.png
    │      │  │      icon02.png
    │      │  │      icon03.png
    │      │  │      icon04.png
    │      │  │      icon05.png
    │      │  │      icon06.png
    │      │  │      icont.png
    │      │  │      IconTexto_WebDev_009.jpg
    │      │  │      ico_down.png
    │      │  │      img-sprite.png
    │      │  │      img01.png
    │      │  │      img02.png
    │      │  │      img03.png
    │      │  │      img04.png
    │      │  │      img05.png
    │      │  │      img06.png
    │      │  │      img07.png
    │      │  │      img08.png
    │      │  │      img09.png
    │      │  │      img10.png
    │      │  │      img11.png
    │      │  │      img12.png
    │      │  │      img13.png
    │      │  │      img14.png
    │      │  │      img15.png
    │      │  │      inputbg.gif
    │      │  │      introimg.png
    │      │  │      intrott.png
    │      │  │      itabbg.png
    │      │  │      itabbg1.png
    │      │  │      jb_bg.png
    │      │  │      jt_le.gif
    │      │  │      jt_rig.gif
    │      │  │      leftico.png
    │      │  │      leftico01.png
    │      │  │      leftico02.png
    │      │  │      leftico03.png
    │      │  │      leftico04.png
    │      │  │      leftline.gif
    │      │  │      leftmenubg.gif
    │      │  │      lefttop.gif
    │      │  │      li.jpg
    │      │  │      libg.png
    │      │  │      light.png
    │      │  │      line.gif
    │      │  │      line.png
    │      │  │      line1.png
    │      │  │      list.gif
    │      │  │      list1.gif
    │      │  │      list2.png
    │      │  │      listbg.png
    │      │  │      list_a.gif
    │      │  │      lnew_bg.jpg
    │      │  │      lnew_bg_h.jpg
    │      │  │      loading.gif
    │      │  │      loginbg1.png
    │      │  │      loginbg2.png
    │      │  │      loginbg3.png
    │      │  │      logininfo.png
    │      │  │      loginlogo.png
    │      │  │      loginpassword.png
    │      │  │      loginsj.png
    │      │  │      loginuser.png
    │      │  │      logo(1).png
    │      │  │      logo.png
    │      │  │      logo2.png
    │      │  │      logo4.png
    │      │  │      logo9.png
    │      │  │      mainbg.jpg
    │      │  │      mainbody_bottombg.gif
    │      │  │      mainbody_topbg.gif
    │      │  │      more.png
    │      │  │      msg.png
    │      │  │      n1.jpg
    │      │  │      n2.jpg
    │      │  │      n3.jpg
    │      │  │      n4.jpg
    │      │  │      n5.jpg
    │      │  │      navbg.png
    │      │  │      navline.png
    │      │  │      nav_bg.png
    │      │  │      nav_li_right.gif
    │      │  │      nav_l_bg.gif
    │      │  │      nav_r_bg.gif
    │      │  │      new.gif
    │      │  │      new.png
    │      │  │      newh3.jpg
    │      │  │      newsbg.jpg
    │      │  │      newsbg.png
    │      │  │      newsli.png
    │      │  │      newspic.jpg
    │      │  │      newspic1.jpg
    │      │  │      newstt.png
    │      │  │      newtop_bg.jpg
    │      │  │      next.gif
    │      │  │      notice.png
    │      │  │      pagenavi_btn.gif
    │      │  │      pagenavi_btn_current.gif
    │      │  │      paging_bg1.gif
    │      │  │      paging_bg2.jpg
    │      │  │      passcode.jpg
    │      │  │      pay.png
    │      │  │      ph.png
    │      │  │      photo.jpg
    │      │  │      pi.jpg
    │      │  │      pi1.jpg
    │      │  │      pi2.jpg
    │      │  │      pi3.jpg
    │      │  │      pi4.jpg
    │      │  │      pi5.jpg
    │      │  │      pi6.jpg
    │      │  │      pi7.jpg
    │      │  │      pic.jpg
    │      │  │      pic.png
    │      │  │      pic1.jpg
    │      │  │      pic10.jpg
    │      │  │      pic11.jpg
    │      │  │      pic2.jpg
    │      │  │      pic3.jpg
    │      │  │      pic4.jpg
    │      │  │      pic5.jpg
    │      │  │      pic6.jpg
    │      │  │      pic7.jpg
    │      │  │      pic8.jpg
    │      │  │      pic9.jpg
    │      │  │      picbg.png
    │      │  │      picshopArr.gif
    │      │  │      postdata.png
    │      │  │      pre.gif
    │      │  │      ps.jpg
    │      │  │      px.gif
    │      │  │      qq.png
    │      │  │      qq2.png
    │      │  │      righttop.gif
    │      │  │      rlist.gif
    │      │  │      rollimg.jpg
    │      │  │      scrollPicbg.gif
    │      │  │      search.gif
    │      │  │      search.png
    │      │  │      serbox.png
    │      │  │      serbtn.png
    │      │  │      si.jpg
    │      │  │      si1.jpg
    │      │  │      si2.jpg
    │      │  │      sidebarh2.gif
    │      │  │      sidebarlist.gif
    │      │  │      sidebarlist_b.gif
    │      │  │      siji.jpg
    │      │  │      sj.png
    │      │  │      sonb01.jpg
    │      │  │      sonb02.jpg
    │      │  │      sonb03.jpg
    │      │  │      sonb04.jpg
    │      │  │      special.png
    │      │  │      spirit.png
    │      │  │      st1.jpg
    │      │  │      st2.jpg
    │      │  │      st3.jpg
    │      │  │      step4.png
    │      │  │      subb01.jpg
    │      │  │      subb02.jpg
    │      │  │      subb03.jpg
    │      │  │      subb04.jpg
    │      │  │      subb05.jpg
    │      │  │      subb06.jpg
    │      │  │      subb07.png
    │      │  │      subside01.png
    │      │  │      subside02.png
    │      │  │      subtlea.png
    │      │  │      subtlebg.png
    │      │  │      sun.png
    │      │  │      t01.png
    │      │  │      t02.png
    │      │  │      t02bg.png
    │      │  │      t03.png
    │      │  │      t04.png
    │      │  │      t05.png
    │      │  │      tab01.png
    │      │  │      tab02.png
    │      │  │      tbg.png
    │      │  │      tcbg.gif
    │      │  │      tel.png
    │      │  │      th.gif
    │      │  │      tick.png
    │      │  │      ticon.png
    │      │  │      time.png
    │      │  │      tit1_r.gif
    │      │  │      tit1_r.png
    │      │  │      tj.png
    │      │  │      tmbg-white.png
    │      │  │      toolbg.gif
    │      │  │      top.jpg
    │      │  │      top1.gif
    │      │  │      top1_pointer.gif
    │      │  │      top1_r.png
    │      │  │      top2_l.gif
    │      │  │      top3_l.gif
    │      │  │      topbg.gif
    │      │  │      topleft.jpg
    │      │  │      topright.jpg
    │      │  │      ts_li.png
    │      │  │      ub1.png
    │      │  │      uew_icon.png
    │      │  │      uew_icon_hover.png
    │      │  │      ulist.png
    │      │  │      up.png
    │      │  │      user.png
    │      │  │      userbg.png
    │      │  │      webicon.gif
    │      │  │      web_login_bg.jpg
    │      │  │      xl.png
    │      │  │      y.jpg
    │      │  │      ya.gif
    │      │  │      yj_img1.gif
    │      │  │      yj_img2.gif
    │      │  │      yj_img3.gif
    │      │  │      yj_img4.gif
    │      │  │      yx_bg.gif
    │      │  │      zhuji.png
    │      │  │      zoom.png
    │      │  │      未标题-2.png
    │      │  │      
    │      │  ├─js
    │      │  │  │  app.js
    │      │  │  │  bootstrap.file-input.js
    │      │  │  │  bootstrap.js
    │      │  │  │  bootstrap.min.js
    │      │  │  │  browser.js
    │      │  │  │  ckform.js
    │      │  │  │  cloud.js
    │      │  │  │  common.js
    │      │  │  │  doysu.legacy.js
    │      │  │  │  doysu.min.js
    │      │  │  │  echarts.js
    │      │  │  │  format+zh_CN,default,corechart.I.js
    │      │  │  │  formValidator.js
    │      │  │  │  formValidatorRegex.js
    │      │  │  │  jquery-1.8.3.min.js
    │      │  │  │  jquery-3.1.1.min.js
    │      │  │  │  jquery.ba-resize.min.js
    │      │  │  │  jquery.gvChart-1.0.1.min.js
    │      │  │  │  jquery.idTabs.min.js
    │      │  │  │  jquery.js
    │      │  │  │  jquery.min.js
    │      │  │  │  jquery.qqFace.js
    │      │  │  │  jquery.SuperSlide.2.1.1.js
    │      │  │  │  js.js
    │      │  │  │  jsapi.js
    │      │  │  │  modernizr.js
    │      │  │  │  PIE.htc
    │      │  │  │  png.js
    │      │  │  │  select-ui.min.js
    │      │  │  │  silder.js
    │      │  │  │  timer.js
    │      │  │  │  TouchSlide.1.1.js
    │      │  │  │  
    │      │  │  ├─artDialog
    │      │  │  │  │  artDialog.js
    │      │  │  │  │  artDialog.source.js
    │      │  │  │  │  index.html
    │      │  │  │  │  jquery.artDialog.js
    │      │  │  │  │  jquery.artDialog.source.js
    │      │  │  │  │  license.txt
    │      │  │  │  │  
    │      │  │  │  ├─plugins
    │      │  │  │  │      iframeTools.js
    │      │  │  │  │      iframeTools.source.js
    │      │  │  │  │      
    │      │  │  │  └─skins
    │      │  │  │      │  aero.css
    │      │  │  │      │  black.css
    │      │  │  │      │  blue.css
    │      │  │  │      │  chrome.css
    │      │  │  │      │  default.css
    │      │  │  │      │  green.css
    │      │  │  │      │  idialog.css
    │      │  │  │      │  opera.css
    │      │  │  │      │  simple.css
    │      │  │  │      │  twitter.css
    │      │  │  │      │  
    │      │  │  │      ├─aero
    │      │  │  │      │  │  aero_s.png
    │      │  │  │      │  │  aero_s2.png
    │      │  │  │      │  │  
    │      │  │  │      │  └─ie6
    │      │  │  │      │          aui_close.hover.png
    │      │  │  │      │          aui_close.png
    │      │  │  │      │          aui_e.png
    │      │  │  │      │          aui_n.png
    │      │  │  │      │          aui_ne.png
    │      │  │  │      │          aui_nw.png
    │      │  │  │      │          aui_s.png
    │      │  │  │      │          aui_se.png
    │      │  │  │      │          aui_sw.png
    │      │  │  │      │          aui_title_icon.png
    │      │  │  │      │          aui_w.png
    │      │  │  │      │          
    │      │  │  │      ├─black
    │      │  │  │      │  │  bg.png
    │      │  │  │      │  │  bg2.png
    │      │  │  │      │  │  bg_css3.png
    │      │  │  │      │  │  bg_css3_2.png
    │      │  │  │      │  │  
    │      │  │  │      │  └─ie6
    │      │  │  │      │          close.hover.png
    │      │  │  │      │          close.png
    │      │  │  │      │          e.png
    │      │  │  │      │          n.png
    │      │  │  │      │          ne.png
    │      │  │  │      │          nw.png
    │      │  │  │      │          s.png
    │      │  │  │      │          se.png
    │      │  │  │      │          sw.png
    │      │  │  │      │          w.png
    │      │  │  │      │          
    │      │  │  │      ├─blue
    │      │  │  │      │  │  bg.png
    │      │  │  │      │  │  bg2.png
    │      │  │  │      │  │  bg_css3.png
    │      │  │  │      │  │  bg_css3_2.png
    │      │  │  │      │  │  
    │      │  │  │      │  └─ie6
    │      │  │  │      │          close.hover.png
    │      │  │  │      │          close.png
    │      │  │  │      │          e.png
    │      │  │  │      │          n.png
    │      │  │  │      │          ne.png
    │      │  │  │      │          nw.png
    │      │  │  │      │          s.png
    │      │  │  │      │          se.png
    │      │  │  │      │          sw.png
    │      │  │  │      │          w.png
    │      │  │  │      │          
    │      │  │  │      ├─chrome
    │      │  │  │      │      border.png
    │      │  │  │      │      chrome_s.png
    │      │  │  │      │      
    │      │  │  │      ├─green
    │      │  │  │      │  │  bg.png
    │      │  │  │      │  │  bg2.png
    │      │  │  │      │  │  bg_css3.png
    │      │  │  │      │  │  bg_css3_2.png
    │      │  │  │      │  │  color_bg.png
    │      │  │  │      │  │  
    │      │  │  │      │  └─ie6
    │      │  │  │      │          close.hover.png
    │      │  │  │      │          close.png
    │      │  │  │      │          e.png
    │      │  │  │      │          n.png
    │      │  │  │      │          ne.png
    │      │  │  │      │          nw.png
    │      │  │  │      │          s.png
    │      │  │  │      │          se.png
    │      │  │  │      │          sw.png
    │      │  │  │      │          w.png
    │      │  │  │      │          
    │      │  │  │      ├─icons
    │      │  │  │      │      error.png
    │      │  │  │      │      face-sad.png
    │      │  │  │      │      face-smile.png
    │      │  │  │      │      loading.gif
    │      │  │  │      │      question.png
    │      │  │  │      │      succeed.png
    │      │  │  │      │      warning.png
    │      │  │  │      │      
    │      │  │  │      ├─idialog
    │      │  │  │      │  │  idialog_s.png
    │      │  │  │      │  │  idialog_s2.png
    │      │  │  │      │  │  
    │      │  │  │      │  └─ie6
    │      │  │  │      │          aui_close.hover.png
    │      │  │  │      │          aui_close.png
    │      │  │  │      │          aui_e.png
    │      │  │  │      │          aui_n.png
    │      │  │  │      │          aui_ne.png
    │      │  │  │      │          aui_nw.png
    │      │  │  │      │          aui_s.png
    │      │  │  │      │          aui_se.png
    │      │  │  │      │          aui_sw.png
    │      │  │  │      │          aui_w.png
    │      │  │  │      │          
    │      │  │  │      └─opera
    │      │  │  │          │  s1.png
    │      │  │  │          │  s2.png
    │      │  │  │          │  
    │      │  │  │          └─ie6
    │      │  │  │                  aui_close.hover.png
    │      │  │  │                  aui_close.png
    │      │  │  │                  aui_e.png
    │      │  │  │                  aui_n.png
    │      │  │  │                  aui_ne.png
    │      │  │  │                  aui_nw.png
    │      │  │  │                  aui_s.png
    │      │  │  │                  aui_se.png
    │      │  │  │                  aui_sw.png
    │      │  │  │                  aui_w.png
    │      │  │  │                  
    │      │  │  ├─echarts
    │      │  │  │      echarts-all.js
    │      │  │  │      
    │      │  │  ├─polyfill
    │      │  │  │      rem.min.js
    │      │  │  │      respond.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
    │      │  │  │              
    │      │  │  └─_notes
    │      │  │          dwsync.xml
    │      │  │          
    │      │  ├─Js2
    │      │  │  │  bootstrap.file-input.js
    │      │  │  │  bootstrap.js
    │      │  │  │  bootstrap.min.js
    │      │  │  │  ckform.js
    │      │  │  │  common.js
    │      │  │  │  formValidator.js
    │      │  │  │  formValidatorRegex.js
    │      │  │  │  jquery.js
    │      │  │  │  
    │      │  │  └─artDialog
    │      │  │      │  artDialog.js
    │      │  │      │  artDialog.source.js
    │      │  │      │  index.html
    │      │  │      │  jquery.artDialog.js
    │      │  │      │  jquery.artDialog.source.js
    │      │  │      │  license.txt
    │      │  │      │  
    │      │  │      ├─plugins
    │      │  │      │      iframeTools.js
    │      │  │      │      iframeTools.source.js
    │      │  │      │      
    │      │  │      └─skins
    │      │  │          │  aero.css
    │      │  │          │  black.css
    │      │  │          │  blue.css
    │      │  │          │  chrome.css
    │      │  │          │  default.css
    │      │  │          │  green.css
    │      │  │          │  idialog.css
    │      │  │          │  opera.css
    │      │  │          │  simple.css
    │      │  │          │  twitter.css
    │      │  │          │  
    │      │  │          ├─aero
    │      │  │          │  │  aero_s.png
    │      │  │          │  │  aero_s2.png
    │      │  │          │  │  
    │      │  │          │  └─ie6
    │      │  │          │          aui_close.hover.png
    │      │  │          │          aui_close.png
    │      │  │          │          aui_e.png
    │      │  │          │          aui_n.png
    │      │  │          │          aui_ne.png
    │      │  │          │          aui_nw.png
    │      │  │          │          aui_s.png
    │      │  │          │          aui_se.png
    │      │  │          │          aui_sw.png
    │      │  │          │          aui_title_icon.png
    │      │  │          │          aui_w.png
    │      │  │          │          
    │      │  │          ├─black
    │      │  │          │  │  bg.png
    │      │  │          │  │  bg2.png
    │      │  │          │  │  bg_css3.png
    │      │  │          │  │  bg_css3_2.png
    │      │  │          │  │  
    │      │  │          │  └─ie6
    │      │  │          │          close.hover.png
    │      │  │          │          close.png
    │      │  │          │          e.png
    │      │  │          │          n.png
    │      │  │          │          ne.png
    │      │  │          │          nw.png
    │      │  │          │          s.png
    │      │  │          │          se.png
    │      │  │          │          sw.png
    │      │  │          │          w.png
    │      │  │          │          
    │      │  │          ├─blue
    │      │  │          │  │  bg.png
    │      │  │          │  │  bg2.png
    │      │  │          │  │  bg_css3.png
    │      │  │          │  │  bg_css3_2.png
    │      │  │          │  │  
    │      │  │          │  └─ie6
    │      │  │          │          close.hover.png
    │      │  │          │          close.png
    │      │  │          │          e.png
    │      │  │          │          n.png
    │      │  │          │          ne.png
    │      │  │          │          nw.png
    │      │  │          │          s.png
    │      │  │          │          se.png
    │      │  │          │          sw.png
    │      │  │          │          w.png
    │      │  │          │          
    │      │  │          ├─chrome
    │      │  │          │      border.png
    │      │  │          │      chrome_s.png
    │      │  │          │      
    │      │  │          ├─green
    │      │  │          │  │  bg.png
    │      │  │          │  │  bg2.png
    │      │  │          │  │  bg_css3.png
    │      │  │          │  │  bg_css3_2.png
    │      │  │          │  │  color_bg.png
    │      │  │          │  │  
    │      │  │          │  └─ie6
    │      │  │          │          close.hover.png
    │      │  │          │          close.png
    │      │  │          │          e.png
    │      │  │          │          n.png
    │      │  │          │          ne.png
    │      │  │          │          nw.png
    │      │  │          │          s.png
    │      │  │          │          se.png
    │      │  │          │          sw.png
    │      │  │          │          w.png
    │      │  │          │          
    │      │  │          ├─icons
    │      │  │          │      error.png
    │      │  │          │      face-sad.png
    │      │  │          │      face-smile.png
    │      │  │          │      loading.gif
    │      │  │          │      question.png
    │      │  │          │      succeed.png
    │      │  │          │      warning.png
    │      │  │          │      
    │      │  │          ├─idialog
    │      │  │          │  │  idialog_s.png
    │      │  │          │  │  idialog_s2.png
    │      │  │          │  │  
    │      │  │          │  └─ie6
    │      │  │          │          aui_close.hover.png
    │      │  │          │          aui_close.png
    │      │  │          │          aui_e.png
    │      │  │          │          aui_n.png
    │      │  │          │          aui_ne.png
    │      │  │          │          aui_nw.png
    │      │  │          │          aui_s.png
    │      │  │          │          aui_se.png
    │      │  │          │          aui_sw.png
    │      │  │          │          aui_w.png
    │      │  │          │          
    │      │  │          └─opera
    │      │  │              │  s1.png
    │      │  │              │  s2.png
    │      │  │              │  
    │      │  │              └─ie6
    │      │  │                      aui_close.hover.png
    │      │  │                      aui_close.png
    │      │  │                      aui_e.png
    │      │  │                      aui_n.png
    │      │  │                      aui_ne.png
    │      │  │                      aui_nw.png
    │      │  │                      aui_s.png
    │      │  │                      aui_se.png
    │      │  │                      aui_sw.png
    │      │  │                      aui_w.png
    │      │  │                      
    │      │  ├─la
    │      │  │  ├─css
    │      │  │  │      bootstrap-table.css
    │      │  │  │      bootstrap-theme.css
    │      │  │  │      bootstrap-theme.css.map
    │      │  │  │      bootstrap-theme.min.css
    │      │  │  │      bootstrap.css
    │      │  │  │      bootstrap.css.map
    │      │  │  │      bootstrap.min.css
    │      │  │  │      datepicker.css
    │      │  │  │      datepicker3.css
    │      │  │  │      styles.css
    │      │  │  │      
    │      │  │  ├─fonts
    │      │  │  │      glyphicons-halflings-regular.eot
    │      │  │  │      glyphicons-halflings-regular.svg
    │      │  │  │      glyphicons-halflings-regular.ttf
    │      │  │  │      glyphicons-halflings-regular.woff
    │      │  │  │      
    │      │  │  ├─js
    │      │  │  │      bootstrap-datepicker.js
    │      │  │  │      bootstrap-table.js
    │      │  │  │      bootstrap.js
    │      │  │  │      bootstrap.min.js
    │      │  │  │      chart-data.js
    │      │  │  │      chart.min.js
    │      │  │  │      easypiechart-data.js
    │      │  │  │      easypiechart.js
    │      │  │  │      html5shiv.min.js
    │      │  │  │      jquery-1.11.1.min.js
    │      │  │  │      respond.min.js
    │      │  │  │      
    │      │  │  └─tables
    │      │  │          data1.json
    │      │  │          data2.json
    │      │  │          
    │      │  ├─lib
    │      │  │  ├─Hui-iconfont
    │      │  │  │  └─1.0.7
    │      │  │  │          demo.html
    │      │  │  │          iconfont.css
    │      │  │  │          iconfont.eot
    │      │  │  │          iconfont.svg
    │      │  │  │          iconfont.ttf
    │      │  │  │          iconfont.woff
    │      │  │  │          
    │      │  │  ├─icheck
    │      │  │  │      aero.png
    │      │  │  │      aero@2x.png
    │      │  │  │      blue.png
    │      │  │  │      blue@2x.png
    │      │  │  │      green.png
    │      │  │  │      green@2x.png
    │      │  │  │      grey.png
    │      │  │  │      grey@2x.png
    │      │  │  │      icheck.css
    │      │  │  │      jquery.icheck.min.js
    │      │  │  │      minimal.png
    │      │  │  │      minimal@2x.png
    │      │  │  │      orange.png
    │      │  │  │      orange@2x.png
    │      │  │  │      pink.png
    │      │  │  │      pink@2x.png
    │      │  │  │      purple.png
    │      │  │  │      purple@2x.png
    │      │  │  │      red.png
    │      │  │  │      red@2x.png
    │      │  │  │      Thumbs.db
    │      │  │  │      yellow.png
    │      │  │  │      yellow@2x.png
    │      │  │  │      
    │      │  │  ├─jquery
    │      │  │  │  └─1.9.1
    │      │  │  │          jquery.js
    │      │  │  │          jquery.min.js
    │      │  │  │          
    │      │  │  ├─jquery.validation
    │      │  │  │  └─1.14.0
    │      │  │  │      │  additional-methods.js
    │      │  │  │      │  additional-methods.min.js
    │      │  │  │      │  jquery.validate.js
    │      │  │  │      │  jquery.validate.min.js
    │      │  │  │      │  messages_zh.js
    │      │  │  │      │  messages_zh.min.js
    │      │  │  │      │  README.md
    │      │  │  │      │  validate-methods.js
    │      │  │  │      │  
    │      │  │  │      └─demo
    │      │  │  ├─layer
    │      │  │  │  ├─1.9.3
    │      │  │  │  │  │  demo.html
    │      │  │  │  │  │  layer.js
    │      │  │  │  │  │  更新日志.txt
    │      │  │  │  │  │  
    │      │  │  │  │  ├─doc
    │      │  │  │  │  │      jquery下载.url
    │      │  │  │  │  │      layer交流.url
    │      │  │  │  │  │      layer官网.url
    │      │  │  │  │  │      
    │      │  │  │  │  ├─extend
    │      │  │  │  │  │      layer.ext.js
    │      │  │  │  │  │      
    │      │  │  │  │  └─skin
    │      │  │  │  │      │  layer.css
    │      │  │  │  │      │  layer.ext.css
    │      │  │  │  │      │  
    │      │  │  │  │      ├─default
    │      │  │  │  │      │      icon-ext.png
    │      │  │  │  │      │      icon.png
    │      │  │  │  │      │      loading-0.gif
    │      │  │  │  │      │      loading-1.gif
    │      │  │  │  │      │      loading-2.gif
    │      │  │  │  │      │      
    │      │  │  │  │      └─mono
    │      │  │  │  │              default.png
    │      │  │  │  │              style.css
    │      │  │  │  │              
    │      │  │  │  └─2.1
    │      │  │  │      │  demo.html
    │      │  │  │      │  layer.js
    │      │  │  │      │  更新日志.txt
    │      │  │  │      │  
    │      │  │  │      ├─doc
    │      │  │  │      │      jquery下载.url
    │      │  │  │      │      layer交流.url
    │      │  │  │      │      layer官网.url
    │      │  │  │      │      
    │      │  │  │      ├─extend
    │      │  │  │      │      layer.ext.js
    │      │  │  │      │      
    │      │  │  │      └─skin
    │      │  │  │          │  layer.css
    │      │  │  │          │  layer.ext.css
    │      │  │  │          │  
    │      │  │  │          └─default
    │      │  │  │                  icon-ext.png
    │      │  │  │                  icon.png
    │      │  │  │                  loading-0.gif
    │      │  │  │                  loading-1.gif
    │      │  │  │                  loading-2.gif
    │      │  │  │                  
    │      │  │  ├─laypage
    │      │  │  │  └─1.2
    │      │  │  │      │  laypage.js
    │      │  │  │      │  
    │      │  │  │      └─skin
    │      │  │  │              laypage.css
    │      │  │  │              
    │      │  │  ├─My97DatePicker
    │      │  │  │  │  calendar.js
    │      │  │  │  │  WdatePicker.js
    │      │  │  │  │  
    │      │  │  │  ├─lang
    │      │  │  │  │      en.js
    │      │  │  │  │      zh-cn.js
    │      │  │  │  │      zh-tw.js
    │      │  │  │  │      
    │      │  │  │  └─skin
    │      │  │  │      │  datePicker.gif
    │      │  │  │      │  Thumbs.db
    │      │  │  │      │  WdatePicker.css
    │      │  │  │      │  
    │      │  │  │      ├─default
    │      │  │  │      │      datepicker.css
    │      │  │  │      │      img.gif
    │      │  │  │      │      
    │      │  │  │      ├─twoer
    │      │  │  │      │      datepicker-dev.css
    │      │  │  │      │      datepicker.css
    │      │  │  │      │      img.gif
    │      │  │  │      │      img.png
    │      │  │  │      │      
    │      │  │  │      └─whyGreen
    │      │  │  │              bg.jpg
    │      │  │  │              datepicker.css
    │      │  │  │              img.gif
    │      │  │  │              
    │      │  │  └─webuploader
    │      │  │      └─0.1.5
    │      │  │          │  expressInstall.swf
    │      │  │          │  README.md
    │      │  │          │  Uploader.swf
    │      │  │          │  webuploader.css
    │      │  │          │  webuploader.custom.js
    │      │  │          │  webuploader.custom.min.js
    │      │  │          │  webuploader.fis.js
    │      │  │          │  webuploader.flashonly.js
    │      │  │          │  webuploader.flashonly.min.js
    │      │  │          │  webuploader.html5only.js
    │      │  │          │  webuploader.html5only.min.js
    │      │  │          │  webuploader.js
    │      │  │          │  webuploader.min.js
    │      │  │          │  webuploader.noimage.js
    │      │  │          │  webuploader.noimage.min.js
    │      │  │          │  webuploader.nolog.js
    │      │  │          │  webuploader.nolog.min.js
    │      │  │          │  webuploader.withoutimage.js
    │      │  │          │  webuploader.withoutimage.min.js
    │      │  │          │  
    │      │  │          ├─cropper
    │      │  │          │      cropper.js
    │      │  │          │      index.html
    │      │  │          │      uploader.js
    │      │  │          │      
    │      │  │          ├─image-upload
    │      │  │          │      index.html
    │      │  │          │      upload.js
    │      │  │          │      
    │      │  │          ├─images
    │      │  │          │      bg.png
    │      │  │          │      icons.png
    │      │  │          │      icons.psd
    │      │  │          │      image.png
    │      │  │          │      progress.png
    │      │  │          │      progress.psd
    │      │  │          │      success.png
    │      │  │          │      Thumbs.db
    │      │  │          │      
    │      │  │          ├─md5-demo
    │      │  │          │      index.html
    │      │  │          │      script.js
    │      │  │          │      
    │      │  │          ├─requirejs
    │      │  │          │      app.js
    │      │  │          │      index.html
    │      │  │          │      require.js
    │      │  │          │      
    │      │  │          └─server
    │      │  │                  crossdomain.xml
    │      │  │                  fileupload.php
    │      │  │                  fileupload2.php
    │      │  │                  preview.php
    │      │  │                  
    │      │  ├─src
    │      │  │      jquery.gvChart-1.0.1.js
    │      │  │      
    │      │  └─static
    │      │      ├─h-ui
    │      │      │  ├─css
    │      │      │  │      csshover.htc
    │      │      │  │      H-ui.css
    │      │      │  │      H-ui.ie.css
    │      │      │  │      H-ui.min.css
    │      │      │  │      H-ui.reset.css
    │      │      │  │      ie-css3.htc
    │      │      │  │      
    │      │      │  ├─images
    │      │      │  │  │  backdrop.png
    │      │      │  │  │  icon-arrow.png
    │      │      │  │  │  loading-b.gif
    │      │      │  │  │  loading-s.gif
    │      │      │  │  │  Thumbs.db
    │      │      │  │  │  
    │      │      │  │  ├─acrossTab
    │      │      │  │  │      acrossTab-bg.png
    │      │      │  │  │      acrossTab-close.png
    │      │      │  │  │      acrossTab.png
    │      │      │  │  │      unslider-arrow.png
    │      │      │  │  │      unslider-arrow2.png
    │      │      │  │  │      
    │      │      │  │  ├─dataTable
    │      │      │  │  │      sort_asc.png
    │      │      │  │  │      sort_both.png
    │      │      │  │  │      sort_desc.png
    │      │      │  │  │      
    │      │      │  │  ├─dropDown
    │      │      │  │  │      icon-jt.png
    │      │      │  │  │      
    │      │      │  │  ├─face
    │      │      │  │  │  │  201.gif
    │      │      │  │  │  │  202.gif
    │      │      │  │  │  │  203.gif
    │      │      │  │  │  │  204.gif
    │      │      │  │  │  │  205.gif
    │      │      │  │  │  │  206.gif
    │      │      │  │  │  │  207.gif
    │      │      │  │  │  │  208.gif
    │      │      │  │  │  │  209.gif
    │      │      │  │  │  │  210.gif
    │      │      │  │  │  │  Thumbs.db
    │      │      │  │  │  │  
    │      │      │  │  │  └─QQ
    │      │      │  │  │          0.gif
    │      │      │  │  │          1.gif
    │      │      │  │  │          10.gif
    │      │      │  │  │          100.gif
    │      │      │  │  │          101.gif
    │      │      │  │  │          102.gif
    │      │      │  │  │          103.gif
    │      │      │  │  │          104.gif
    │      │      │  │  │          105.gif
    │      │      │  │  │          106.gif
    │      │      │  │  │          11.gif
    │      │      │  │  │          12.gif
    │      │      │  │  │          13.gif
    │      │      │  │  │          14.gif
    │      │      │  │  │          15.gif
    │      │      │  │  │          16.gif
    │      │      │  │  │          18.gif
    │      │      │  │  │          19.gif
    │      │      │  │  │          2.gif
    │      │      │  │  │          20.gif
    │      │      │  │  │          21.gif
    │      │      │  │  │          22.gif
    │      │      │  │  │          23.gif
    │      │      │  │  │          24.gif
    │      │      │  │  │          25.gif
    │      │      │  │  │          26.gif
    │      │      │  │  │          27.gif
    │      │      │  │  │          28.gif
    │      │      │  │  │          29.gif
    │      │      │  │  │          3.gif
    │      │      │  │  │          30.gif
    │      │      │  │  │          31.gif
    │      │      │  │  │          32.gif
    │      │      │  │  │          33.gif
    │      │      │  │  │          34.gif
    │      │      │  │  │          35.gif
    │      │      │  │  │          36.gif
    │      │      │  │  │          37.gif
    │      │      │  │  │          38.gif
    │      │      │  │  │          39.gif
    │      │      │  │  │          4.gif
    │      │      │  │  │          40.gif
    │      │      │  │  │          41.gif
    │      │      │  │  │          42.gif
    │      │      │  │  │          43.gif
    │      │      │  │  │          44.gif
    │      │      │  │  │          45.gif
    │      │      │  │  │          46.gif
    │      │      │  │  │          47.gif
    │      │      │  │  │          48.gif
    │      │      │  │  │          49.gif
    │      │      │  │  │          5.gif
    │      │      │  │  │          50.gif
    │      │      │  │  │          51.gif
    │      │      │  │  │          52.gif
    │      │      │  │  │          53.gif
    │      │      │  │  │          54.gif
    │      │      │  │  │          55.gif
    │      │      │  │  │          56.gif
    │      │      │  │  │          57.gif
    │      │      │  │  │          58.gif
    │      │      │  │  │          59.gif
    │      │      │  │  │          6.gif
    │      │      │  │  │          60.gif
    │      │      │  │  │          61.gif
    │      │      │  │  │          62.gif
    │      │      │  │  │          63.gif
    │      │      │  │  │          64.gif
    │      │      │  │  │          65.gif
    │      │      │  │  │          66.gif
    │      │      │  │  │          67.gif
    │      │      │  │  │          68.gif
    │      │      │  │  │          69.gif
    │      │      │  │  │          7.gif
    │      │      │  │  │          70.gif
    │      │      │  │  │          71.gif
    │      │      │  │  │          72.gif
    │      │      │  │  │          73.gif
    │      │      │  │  │          74.gif
    │      │      │  │  │          75.gif
    │      │      │  │  │          76.gif
    │      │      │  │  │          77.gif
    │      │      │  │  │          78.gif
    │      │      │  │  │          79.gif
    │      │      │  │  │          8.gif
    │      │      │  │  │          80.gif
    │      │      │  │  │          81.gif
    │      │      │  │  │          82.gif
    │      │      │  │  │          83.gif
    │      │      │  │  │          84.gif
    │      │      │  │  │          85.gif
    │      │      │  │  │          86.gif
    │      │      │  │  │          87.gif
    │      │      │  │  │          88.gif
    │      │      │  │  │          89.gif
    │      │      │  │  │          9.gif
    │      │      │  │  │          90.gif
    │      │      │  │  │          91.gif
    │      │      │  │  │          92.gif
    │      │      │  │  │          93.gif
    │      │      │  │  │          94.gif
    │      │      │  │  │          95.gif
    │      │      │  │  │          96.gif
    │      │      │  │  │          97.gif
    │      │      │  │  │          98.gif
    │      │      │  │  │          99.gif
    │      │      │  │  │          
    │      │      │  │  ├─Hui-tags
    │      │      │  │  │      empty.png
    │      │      │  │  │      
    │      │      │  │  ├─jselect
    │      │      │  │  │      iconpic-arrow-down2.png
    │      │      │  │  │      
    │      │      │  │  ├─steps
    │      │      │  │  │      step_arrow-active.png
    │      │      │  │  │      step_arrow.png
    │      │      │  │  │      step_bg-active.png
    │      │      │  │  │      step_bg.png
    │      │      │  │  │      
    │      │      │  │  ├─ucnter
    │      │      │  │  │      avatar-default-S.gif
    │      │      │  │  │      avatar-default.jpg
    │      │      │  │  │      avatar.png
    │      │      │  │  │      Thumbs.db
    │      │      │  │  │      
    │      │      │  │  ├─unslider
    │      │      │  │  ├─validform
    │      │      │  │  │      iconpic-error.png
    │      │      │  │  │      iconpic-right.png
    │      │      │  │  │      iconpic-warning.png
    │      │      │  │  │      
    │      │      │  │  └─verticalTab
    │      │      │  │          tabNav-active.png
    │      │      │  │          tabNav-hover.png
    │      │      │  │          tabNav.png
    │      │      │  │          tabNav_right-active.png
    │      │      │  │          tabNav_right-hover.png
    │      │      │  │          tabNav_right.png
    │      │      │  │          tab_bg.png
    │      │      │  │          
    │      │      │  └─js
    │      │      │          H-ui.js
    │      │      │          
    │      │      └─h-ui.admin
    │      │          ├─css
    │      │          │      H-ui.admin.css
    │      │          │      H-ui.login.css
    │      │          │      style.css
    │      │          │      
    │      │          ├─images
    │      │          │  │  admin-login-bg.jpg
    │      │          │  │  admin-loginform-bg.png
    │      │          │  │  loading.gif
    │      │          │  │  logo.png
    │      │          │  │  
    │      │          │  └─acrossTab
    │      │          │          acrossTab-2.png
    │      │          │          
    │      │          ├─js
    │      │          │      de_DE.txt
    │      │          │      H-ui.admin.js
    │      │          │      
    │      │          └─skin
    │      │              ├─blue
    │      │              │      acrossTab-bg.png
    │      │              │      acrossTab.png
    │      │              │      icon_arrow.png
    │      │              │      skin.css
    │      │              │      Thumbs.db
    │      │              │      
    │      │              ├─default
    │      │              │      acrossTab-bg.png
    │      │              │      acrossTab.png
    │      │              │      icon_arrow.png
    │      │              │      skin.css
    │      │              │      Thumbs.db
    │      │              │      
    │      │              ├─green
    │      │              │      acrossTab-bg.png
    │      │              │      acrossTab.png
    │      │              │      icon_arrow.png
    │      │              │      skin.css
    │      │              │      Thumbs.db
    │      │              │      
    │      │              ├─orange
    │      │              │      acrossTab-bg.png
    │      │              │      acrossTab.png
    │      │              │      icon_arrow.png
    │      │              │      skin.css
    │      │              │      Thumbs.db
    │      │              │      
    │      │              ├─red
    │      │              │      acrossTab-bg.png
    │      │              │      acrossTab.png
    │      │              │      icon_arrow.png
    │      │              │      skin.css
    │      │              │      Thumbs.db
    │      │              │      
    │      │              └─yellow
    │      │                      acrossTab-bg.png
    │      │                      acrossTab.png
    │      │                      icon_arrow.png
    │      │                      skin.css
    │      │                      Thumbs.db
    │      │                      
    │      ├─upload
    │      │      1.jpg
    │      │      19_222949_14.jpg
    │      │      
    │      └─WEB-INF
    │          │  web.xml
    │          │  
    │          ├─jsp
    │          │  ├─cd
    │          │  │      add.jsp
    │          │  │      cd.jsp
    │          │  │      update.jsp
    │          │  │      
    │          │  ├─kc
    │          │  │      add.jsp
    │          │  │      kc.jsp
    │          │  │      update.jsp
    │          │  │      view.jsp
    │          │  │      
    │          │  ├─login
    │          │  │      index.jsp
    │          │  │      login.jsp
    │          │  │      res.jsp
    │          │  │      uIndex.jsp
    │          │  │      ulogin.jsp
    │          │  │      
    │          │  ├─question
    │          │  │      add.jsp
    │          │  │      question.jsp
    │          │  │      update.jsp
    │          │  │      view.jsp
    │          │  │      
    │          │  ├─teacher
    │          │  │      add.jsp
    │          │  │      teacher.jsp
    │          │  │      update.jsp
    │          │  │      
    │          │  ├─user
    │          │  │      add.jsp
    │          │  │      find.jsp
    │          │  │      login.html
    │          │  │      login.jsp
    │          │  │      res.html
    │          │  │      res.jsp
    │          │  │      user.jsp
    │          │  │      userIndex.jsp
    │          │  │      
    │          │  └─xk
    │          │          find.jsp
    │          │          view.jsp
    │          │          xk.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
    │          │      httpclient-4.2.5.jar
    │          │      httpcore-4.2.4.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
    │                  
    └─my
        ├─ueditor
        │      1475681380634058666.jpg
        │      1475681535653068053.jpg
        │      1475681675281007771.jpg
        │      1475682075715093094.jpg
        │      1475682078998074435.jpg
        │      1475682569841030513.jpg
        │      1475682778516037780.jpg
        │      1475682786069092326.jpg
        │      1475682883525089217.jpg
        │      1475683170908056639.jpg
        │      1475683529050006264.jpg
        │      1475683565990011376.jpg
        │      1475717579309020010.jpg
        │      1475717601144095359.jpg
        │      1475717601176049984.jpg
        │      1475717601194004599.jpg
        │      1475717601199094282.jpg
        │      1475717601220038545.jpg
        │      1475717601239033395.jpg
        │      1475717601254056345.jpg
        │      1475717601270010111.jpg
        │      1475733571937044075.jpg
        │      1475733597522003333.jpg
        │      1475734083384085708.jpg
        │      1475734083485034133.jpg
        │      1475734083485093668.jpg
        │      1475734614588057000.jpg
        │      1475734614683052265.jpg
        │      1475734792921096846.png
        │      1475734927677062593.jpg
        │      1475735231632008378.jpg
        │      1475735377048013414.jpg
        │      1475735634816034749.jpg
        │      1475735659983012953.jpg
        │      1475735693506091925.jpg
        │      1475736275723082075.jpg
        │      1475736278660078690.jpg
        │      1475736453941050268.jpg
        │      1475736652935048277.jpg
        │      1475768156536005645.jpg
        │      1487429055006056468.jpg
        │      1487429248115074027.jpg
        │      1487429277944078359.jpg
        │      1487430290289093901.jpg
        │      1487430560778022595.jpg
        │      1487430596395009236.jpg
        │      1487431324363010853.jpg
        │      1487489002134051902.jpg
        │      1487489009576073888.jpg
        │      1487506003970083165.jpg
        │      1487506172712076608.jpg
        │      1487669472833015371.jpg
        │      1487676372829013354.jpg
        │      1487676498075004786.jpg
        │      1487685964682053969.jpg
        │      1487685975111054271.jpg
        │      1487686980453015582.png
        │      1487687011900030162.png
        │      1487687016862003164.png
        │      1487687163705053639.png
        │      1487846241943031169.jpg
        │      1487846245094033539.jpg
        │      1487846248487060099.jpg
        │      1487893443685098047.jpg
        │      1488157763196021842.jpg
        │      1488158057373075365.jpg
        │      1488466920702078498.jpg
        │      1488468578831054229.jpg
        │      1488807012667005137.jpeg
        │      1488807161791049401.jpeg
        │      1488807199212067219.jpeg
        │      1488814195310092633.jpg
        │      1488814211031042204.jpg
        │      1488962712723031198.jpg
        │      1488962721802046409.jpg
        │      1488963077682003578.jpg
        │      1488963086178070149.jpg
        │      1488963175108070086.jpg
        │      1488963190572031547.jpg
        │      1488963238452072357.jpg
        │      1488963248672044050.jpg
        │      1488963260919021907.jpg
        │      1488963281554036455.jpg
        │      1488963539279031526.jpg
        │      1488980967774000945.jpg
        │      1488985701567052579.jpg
        │      1488986068013064229.jpg
        │      
        └─upload
                0e31b740112911e7e2b14e297ee58dc37b95f10553138bc51281a596de2d7ef0.png
                1379e290116a11e729a90f9cbc8dc483d835a780fe09508094e1c51ffb0c7b39.png
                152aaf60113411e7a2cd0c37df594d8f7f37a1705a93f22da805339e04725abc.png
                152ad670113411e7a2cd0c37df594d8f7231b1d6c72d8e02df39c772a7417361.png
                1bcb7660113411e7a2cd0c37df594d8fc7140011e0ec3447954f21ad9439e08f.png
                1bcbc480113411e7a2cd0c37df594d8f7b95f10553138bc51281a596de2d7ef0.png
                1ce9f5d0112011e7d6c3b1d2ba661b267231b1d6c72d8e02df39c772a7417361.png
                1cf31d90112011e7d6c3b1d2ba661b267b95f10553138bc51281a596de2d7ef0.png
                22f2f990113411e7a2cd0c37df594d8fcfaf503e5454255bc847ff295e2f24f7.png
                22f347b0113411e7a2cd0c37df594d8fcfaf503e5454255bc847ff295e2f24f7.png
                23d7a9b0113311e753992e258c6b13d2aed85dd2b53133d7bc72b5d23bbbdd32.png
                241a2b90112011e7d6c3b1d2ba661b267f37a1705a93f22da805339e04725abc.png
                241c9c90112011e7d6c3b1d2ba661b2606cf1915d8a21ee2b9396c0a1c826f54.jpg
                28e5f460113411e7a2cd0c37df594d8f7f37a1705a93f22da805339e04725abc.png
                28e64280113411e7a2cd0c37df594d8faed85dd2b53133d7bc72b5d23bbbdd32.png
                2f92a340112911e7e2b14e297ee58dc37f37a1705a93f22da805339e04725abc.png
                33370ea0113311e753992e258c6b13d2aed85dd2b53133d7bc72b5d23bbbdd32.png
                334195f0113311e753992e258c6b13d2c7140011e0ec3447954f21ad9439e08f.png
                5577cdf0112011e7674647e37837ea02aed85dd2b53133d7bc72b5d23bbbdd32.png
                55781c10112011e7674647e37837ea02cfaf503e5454255bc847ff295e2f24f7.png
                6519d6a0111f11e78d8814cf08b9c8f3aed85dd2b53133d7bc72b5d23bbbdd32.png
                7224fb40113311e753992e258c6b13d2aed85dd2b53133d7bc72b5d23bbbdd32.png
                7227ba60113311e753992e258c6b13d2d835a780fe09508094e1c51ffb0c7b39.png
                7a2c83c0116b11e729a90f9cbc8dc4837b95f10553138bc51281a596de2d7ef0.png
                8087b0b0113311e753992e258c6b13d206cf1915d8a21ee2b9396c0a1c826f54.jpg
                808ae500113311e753992e258c6b13d2aed85dd2b53133d7bc72b5d23bbbdd32.png
                a473f2f0116911e729a90f9cbc8dc483d835a780fe09508094e1c51ffb0c7b39.png
                c6024010113311e780dddd18a9a7852b7b95f10553138bc51281a596de2d7ef0.png
                dd4db0b0113311e7a2cd0c37df594d8f7f37a1705a93f22da805339e04725abc.png
                dd535600113311e7a2cd0c37df594d8fd835a780fe09508094e1c51ffb0c7b39.png
                e7cd1170113311e7a2cd0c37df594d8fcfaf503e5454255bc847ff295e2f24f7.png
                e7cf5b60113311e7a2cd0c37df594d8f06cf1915d8a21ee2b9396c0a1c826f54.jpg
                ee0a83c0112811e7e2b14e297ee58dc306cf1915d8a21ee2b9396c0a1c826f54.jpg
                f67386a0113311e7a2cd0c37df594d8f7231b1d6c72d8e02df39c772a7417361.png
                f6749810113311e7a2cd0c37df594d8fc7140011e0ec3447954f21ad9439e08f.png
                

标签:慕课网,在线教学,学习网站,精品课程

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

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

  • 联系QQ:81677093
  • 微信:bysj1950