首页 Java 1041基于SSM/Java的家校通管理系统的设计及实现
1041基于SSM/Java的家校通管理系统的设计及实现
作品编号:1037
关注人气:1657
文件包括:设计源码+数据库
设计大小:57.65 M
开发语言:Java
开发数据库:MySQL
开发环境:Eclipse+Tomcat8+JDK1.8
原价:900元
现价:90元
下载说明

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

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

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

  • 作品介绍
  • 项目目录

 家庭教育与学校教育不是完全割裂的两个独立部分,只有将家庭教育与学校教育紧密联系起来,才能发挥最大的教育作用。[1]信息化时代下,家校联系除了传统的家访、电话、书面通知外,还应当与时倶进,采取新的家校联系模式。[2]运用此系统可以方便家长和学校互相通知通过家长的反馈来提高教学质量。家校配合对学生进行全面引导,是思政教育中必不可少的重要环节。[3]在调查中发现一些问题:如在教育中,存在着教育双方对学生教育责任的模糊、家校合作协而不同等问题。积极利用家长资源,倡导学习生活化;[4]家庭教育和学校教育相互联系共同完成教育年轻一代任务,使之能为文化改进和发展做出自己的贡献。


1041基于SSM的家校通管理系统的设计及实现1041基于SSM的家校通管理系统的设计及实现1041基于SSM的家校通管理系统的设计及实现1041基于SSM的家校通管理系统的设计及实现1041基于SSM的家校通管理系统的设计及实现1041基于SSM的家校通管理系统的设计及实现1041基于SSM的家校通管理系统的设计及实现1041基于SSM的家校通管理系统的设计及实现
卷 软件 的文件夹 PATH 列表
卷序列号为 0008-B552
D:\TEST\源码
│  jiaxiaotong.sql
│  家校通备注.txt
│  
├─JiaXiaoTong
│  │  .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
│  │      │  jdbc.properties
│  │      │  log4j.properties
│  │      │  mybatis-config.xml
│  │      │  spring-context.xml
│  │      │  web-context.xml
│  │      │  
│  │      └─com
│  │          └─xx
│  │              └─jiaXiaoTong
│  │                  ├─base
│  │                  │      BaseController.class
│  │                  │      BaseDao.class
│  │                  │      BaseDaoImpl.class
│  │                  │      BaseService.class
│  │                  │      BaseServiceImpl.class
│  │                  │      
│  │                  ├─controller
│  │                  │      ClassroomController.class
│  │                  │      DisciplineController.class
│  │                  │      GradeController.class
│  │                  │      HomeworkController.class
│  │                  │      IntroductionController.class
│  │                  │      LoginController.class
│  │                  │      ManageController.class
│  │                  │      MessageController.class
│  │                  │      NewsController.class
│  │                  │      NoticeController.class
│  │                  │      ParentController.class
│  │                  │      SchoolController.class
│  │                  │      ScoreController.class
│  │                  │      StudentController.class
│  │                  │      TeacherController.class
│  │                  │      
│  │                  ├─dao
│  │                  │  │  ClassroomDao.class
│  │                  │  │  DisciplineDao.class
│  │                  │  │  GradeDao.class
│  │                  │  │  HomeworkDao.class
│  │                  │  │  IntroductionDao.class
│  │                  │  │  ManageDao.class
│  │                  │  │  MessageDao.class
│  │                  │  │  NewsDao.class
│  │                  │  │  NoticeDao.class
│  │                  │  │  ParentDao.class
│  │                  │  │  SchoolDao.class
│  │                  │  │  ScoreDao.class
│  │                  │  │  StudentDao.class
│  │                  │  │  TeacherDao.class
│  │                  │  │  
│  │                  │  └─impl
│  │                  │          ClassroomDaoImpl.class
│  │                  │          DisciplineDaoImpl.class
│  │                  │          GradeDaoImpl.class
│  │                  │          HomeworkDaoImpl.class
│  │                  │          IntroductionDaoImpl.class
│  │                  │          ManageDaoImpl.class
│  │                  │          MessageDaoImpl.class
│  │                  │          NewsDaoImpl.class
│  │                  │          NoticeDaoImpl.class
│  │                  │          ParentDaoImpl.class
│  │                  │          SchoolDaoImpl.class
│  │                  │          ScoreDaoImpl.class
│  │                  │          StudentDaoImpl.class
│  │                  │          TeacherDaoImpl.class
│  │                  │          
│  │                  ├─dto
│  │                  ├─entity
│  │                  │      Classroom.class
│  │                  │      Discipline.class
│  │                  │      Grade.class
│  │                  │      Homework.class
│  │                  │      Introduction.class
│  │                  │      Manage.class
│  │                  │      Message.class
│  │                  │      News.class
│  │                  │      Notice.class
│  │                  │      Parent.class
│  │                  │      School.class
│  │                  │      Score.class
│  │                  │      Student.class
│  │                  │      Teacher.class
│  │                  │      
│  │                  ├─filter
│  │                  │      SystemContextFilter.class
│  │                  │      
│  │                  ├─pagehelper
│  │                  │      Page.class
│  │                  │      PageHelper.class
│  │                  │      PageInfo.class
│  │                  │      SqlParser.class
│  │                  │      SqlUtil$Dialect.class
│  │                  │      SqlUtil$HsqldbParser.class
│  │                  │      SqlUtil$MyDynamicSqlSource.class
│  │                  │      SqlUtil$MyProviderSqlSource.class
│  │                  │      SqlUtil$MysqlParser.class
│  │                  │      SqlUtil$OracleParser.class
│  │                  │      SqlUtil$Parser.class
│  │                  │      SqlUtil$PostgreSQLParser.class
│  │                  │      SqlUtil$SimpleParser.class
│  │                  │      SqlUtil.class
│  │                  │      
│  │                  ├─quartz
│  │                  ├─service
│  │                  │  │  ClassroomService.class
│  │                  │  │  DisciplineService.class
│  │                  │  │  GradeService.class
│  │                  │  │  HomeworkService.class
│  │                  │  │  IntroductionService.class
│  │                  │  │  ManageService.class
│  │                  │  │  MessageService.class
│  │                  │  │  NewsService.class
│  │                  │  │  NoticeService.class
│  │                  │  │  ParentService.class
│  │                  │  │  SchoolService.class
│  │                  │  │  ScoreService.class
│  │                  │  │  StudentService.class
│  │                  │  │  TeacherService.class
│  │                  │  │  
│  │                  │  └─impl
│  │                  │          ClassroomServiceImpl.class
│  │                  │          DisciplineServiceImpl.class
│  │                  │          GradeServiceImpl.class
│  │                  │          HomeworkServiceImpl.class
│  │                  │          IntroductionServiceImpl.class
│  │                  │          ManageServiceImpl.class
│  │                  │          MessageServiceImpl.class
│  │                  │          NewsServiceImpl.class
│  │                  │          NoticeServiceImpl.class
│  │                  │          ParentServiceImpl.class
│  │                  │          SchoolServiceImpl.class
│  │                  │          ScoreServiceImpl.class
│  │                  │          StudentServiceImpl.class
│  │                  │          TeacherServiceImpl.class
│  │                  │          
│  │                  ├─utils
│  │                  │      DateJsonValueProcessor.class
│  │                  │      DateUtil.class
│  │                  │      HttpConstants.class
│  │                  │      JsonDateValueProcessor.class
│  │                  │      JsonUtil.class
│  │                  │      JsonUtil2.class
│  │                  │      Pager.class
│  │                  │      ReturnParam.class
│  │                  │      SystemContext.class
│  │                  │      TimestampMorpher.class
│  │                  │      
│  │                  └─xml
│  │                          ClassroomMapper.xml
│  │                          DisciplineMapper.xml
│  │                          GradeMapper.xml
│  │                          HomeworkMapper.xml
│  │                          IntroductionMapper.xml
│  │                          ManageMapper.xml
│  │                          MessageMapper.xml
│  │                          NewsMapper.xml
│  │                          NoticeMapper.xml
│  │                          ParentMapper.xml
│  │                          SchoolMapper.xml
│  │                          ScoreMapper.xml
│  │                          StudentMapper.xml
│  │                          TeacherMapper.xml
│  │                          
│  ├─config
│  │      jdbc.properties
│  │      log4j.properties
│  │      mybatis-config.xml
│  │      spring-context.xml
│  │      web-context.xml
│  │      
│  ├─src
│  │  └─com
│  │      └─xx
│  │          └─jiaXiaoTong
│  │              ├─base
│  │              │      BaseController.java
│  │              │      BaseDao.java
│  │              │      BaseDaoImpl.java
│  │              │      BaseService.java
│  │              │      BaseServiceImpl.java
│  │              │      
│  │              ├─controller
│  │              │      ClassroomController.java
│  │              │      DisciplineController.java
│  │              │      GradeController.java
│  │              │      HomeworkController.java
│  │              │      IntroductionController.java
│  │              │      LoginController.java
│  │              │      ManageController.java
│  │              │      MessageController.java
│  │              │      NewsController.java
│  │              │      NoticeController.java
│  │              │      ParentController.java
│  │              │      SchoolController.java
│  │              │      ScoreController.java
│  │              │      StudentController.java
│  │              │      TeacherController.java
│  │              │      
│  │              ├─dao
│  │              │  │  ClassroomDao.java
│  │              │  │  DisciplineDao.java
│  │              │  │  GradeDao.java
│  │              │  │  HomeworkDao.java
│  │              │  │  IntroductionDao.java
│  │              │  │  ManageDao.java
│  │              │  │  MessageDao.java
│  │              │  │  NewsDao.java
│  │              │  │  NoticeDao.java
│  │              │  │  ParentDao.java
│  │              │  │  SchoolDao.java
│  │              │  │  ScoreDao.java
│  │              │  │  StudentDao.java
│  │              │  │  TeacherDao.java
│  │              │  │  
│  │              │  └─impl
│  │              │          ClassroomDaoImpl.java
│  │              │          DisciplineDaoImpl.java
│  │              │          GradeDaoImpl.java
│  │              │          HomeworkDaoImpl.java
│  │              │          IntroductionDaoImpl.java
│  │              │          ManageDaoImpl.java
│  │              │          MessageDaoImpl.java
│  │              │          NewsDaoImpl.java
│  │              │          NoticeDaoImpl.java
│  │              │          ParentDaoImpl.java
│  │              │          SchoolDaoImpl.java
│  │              │          ScoreDaoImpl.java
│  │              │          StudentDaoImpl.java
│  │              │          TeacherDaoImpl.java
│  │              │          
│  │              ├─dto
│  │              ├─entity
│  │              │      Classroom.java
│  │              │      Discipline.java
│  │              │      Grade.java
│  │              │      Homework.java
│  │              │      Introduction.java
│  │              │      Manage.java
│  │              │      Message.java
│  │              │      News.java
│  │              │      Notice.java
│  │              │      Parent.java
│  │              │      School.java
│  │              │      Score.java
│  │              │      Student.java
│  │              │      Teacher.java
│  │              │      
│  │              ├─filter
│  │              │      SystemContextFilter.java
│  │              │      
│  │              ├─pagehelper
│  │              │      Page.java
│  │              │      PageHelper.java
│  │              │      PageInfo.java
│  │              │      SqlParser.java
│  │              │      SqlUtil.java
│  │              │      
│  │              ├─quartz
│  │              ├─service
│  │              │  │  ClassroomService.java
│  │              │  │  DisciplineService.java
│  │              │  │  GradeService.java
│  │              │  │  HomeworkService.java
│  │              │  │  IntroductionService.java
│  │              │  │  ManageService.java
│  │              │  │  MessageService.java
│  │              │  │  NewsService.java
│  │              │  │  NoticeService.java
│  │              │  │  ParentService.java
│  │              │  │  SchoolService.java
│  │              │  │  ScoreService.java
│  │              │  │  StudentService.java
│  │              │  │  TeacherService.java
│  │              │  │  
│  │              │  └─impl
│  │              │          ClassroomServiceImpl.java
│  │              │          DisciplineServiceImpl.java
│  │              │          GradeServiceImpl.java
│  │              │          HomeworkServiceImpl.java
│  │              │          IntroductionServiceImpl.java
│  │              │          ManageServiceImpl.java
│  │              │          MessageServiceImpl.java
│  │              │          NewsServiceImpl.java
│  │              │          NoticeServiceImpl.java
│  │              │          ParentServiceImpl.java
│  │              │          SchoolServiceImpl.java
│  │              │          ScoreServiceImpl.java
│  │              │          StudentServiceImpl.java
│  │              │          TeacherServiceImpl.java
│  │              │          
│  │              ├─utils
│  │              │      DateUtil.java
│  │              │      HttpConstants.java
│  │              │      JsonDateValueProcessor.java
│  │              │      JsonUtil.java
│  │              │      JsonUtil2.java
│  │              │      Pager.java
│  │              │      ReturnParam.java
│  │              │      SystemContext.java
│  │              │      
│  │              └─xml
│  │                      ClassroomMapper.xml
│  │                      DisciplineMapper.xml
│  │                      GradeMapper.xml
│  │                      HomeworkMapper.xml
│  │                      IntroductionMapper.xml
│  │                      ManageMapper.xml
│  │                      MessageMapper.xml
│  │                      NewsMapper.xml
│  │                      NoticeMapper.xml
│  │                      ParentMapper.xml
│  │                      SchoolMapper.xml
│  │                      ScoreMapper.xml
│  │                      StudentMapper.xml
│  │                      TeacherMapper.xml
│  │                      
│  └─WebContent
│      ├─common
│      │      footer.jsp
│      │      menu.jsp
│      │      taglibs.jsp
│      │      
│      ├─META-INF
│      │      MANIFEST.MF
│      │      
│      ├─resource
│      │  ├─assets
│      │  │  ├─css
│      │  │  │      bui-min.css
│      │  │  │      dpl-min.css
│      │  │  │      main-min.css
│      │  │  │      main.css
│      │  │  │      page-min.css
│      │  │  │      page.css
│      │  │  │      prettify.css
│      │  │  │      
│      │  │  ├─img
│      │  │  │      hide_list.png
│      │  │  │      icon1.png
│      │  │  │      icon2.png
│      │  │  │      left-slib.gif
│      │  │  │      main-nav-bg.png
│      │  │  │      main-nav-bg1.png
│      │  │  │      main-nav-bg2.png
│      │  │  │      menu.jpg
│      │  │  │      nav.jpg
│      │  │  │      nav_selected.png
│      │  │  │      resource.jpg
│      │  │  │      top.png
│      │  │  │      
│      │  │  └─js
│      │  │      │  bui-min.js
│      │  │      │  bui.js
│      │  │      │  config-min.js
│      │  │      │  config.js
│      │  │      │  editor-min.js
│      │  │      │  jquery-1.8.1.min.js
│      │  │      │  prettify.js
│      │  │      │  toolbar-min.js
│      │  │      │  tree-min.js
│      │  │      │  
│      │  │      ├─common
│      │  │      │      build.xml
│      │  │      │      main-min.js
│      │  │      │      main.js
│      │  │      │      page-min.js
│      │  │      │      page.js
│      │  │      │      search-min.js
│      │  │      │      search.js
│      │  │      │      
│      │  │      └─module
│      │  │              build.xml
│      │  │              
│      │  ├─common
│      │  │  ├─css
│      │  │  │      admin.css
│      │  │  │      bootstrap.css
│      │  │  │      bootstrap.min.css
│      │  │  │      cart.css
│      │  │  │      flexslider.css
│      │  │  │      jquery.datetimepicker.css
│      │  │  │      pintuer.css
│      │  │  │      style.css
│      │  │  │      tips.css
│      │  │  │      
│      │  │  ├─images
│      │  │  │      11.jpg
│      │  │  │      14.jpg
│      │  │  │      15.jpg
│      │  │  │      ap.png
│      │  │  │      ap1.png
│      │  │  │      ap2.png
│      │  │  │      ap3.png
│      │  │  │      back.jpg
│      │  │  │      back1.png
│      │  │  │      back2.png
│      │  │  │      back3.png
│      │  │  │      banner.jpg
│      │  │  │      banner1.jpg
│      │  │  │      banner2.jpg
│      │  │  │      bg.jpg
│      │  │  │      close.png
│      │  │  │      home.png
│      │  │  │      IconTexto_WebDev_009.jpg
│      │  │  │      img-sprite.png
│      │  │  │      line.png
│      │  │  │      logo.png
│      │  │  │      passcode.jpg
│      │  │  │      pi.jpg
│      │  │  │      pi1.jpg
│      │  │  │      pi2.jpg
│      │  │  │      pi3.jpg
│      │  │  │      pi4.jpg
│      │  │  │      pi5.jpg
│      │  │  │      pi6.jpg
│      │  │  │      pi7.jpg
│      │  │  │      pic.jpg
│      │  │  │      pic1.jpg
│      │  │  │      pic10.jpg
│      │  │  │      pic11.jpg
│      │  │  │      pic2.jpg
│      │  │  │      pic3.jpg
│      │  │  │      pic4.jpg
│      │  │  │      pic5.jpg
│      │  │  │      pic6.jpg
│      │  │  │      pic7.jpg
│      │  │  │      pic8.jpg
│      │  │  │      pic9.jpg
│      │  │  │      search.png
│      │  │  │      si.jpg
│      │  │  │      si1.jpg
│      │  │  │      si2.jpg
│      │  │  │      st1.jpg
│      │  │  │      st2.jpg
│      │  │  │      st3.jpg
│      │  │  │      tick.png
│      │  │  │      tmbg-white.png
│      │  │  │      up.png
│      │  │  │      y.jpg
│      │  │  │      zoom.png
│      │  │  │      
│      │  │  └─js
│      │  │          ajaxfileupload.js
│      │  │          bootstrap.min.js
│      │  │          imagezoom.js
│      │  │          jquery.datetimepicker.js
│      │  │          jquery.flexisel.js
│      │  │          jquery.flexslider.js
│      │  │          jquery.js
│      │  │          jquery.min.js
│      │  │          nav.js
│      │  │          pintuer.js
│      │  │          responsiveslides.min.js
│      │  │          
│      │  ├─css
│      │  │  │  admin_login.css
│      │  │  │  bootstrap-responsive.css
│      │  │  │  bootstrap.css
│      │  │  │  common.css
│      │  │  │  jquery.datetimepicker.css
│      │  │  │  login.css
│      │  │  │  lyz.calendar.css
│      │  │  │  main.css
│      │  │  │  main2.css
│      │  │  │  reset.css
│      │  │  │  style.css
│      │  │  │  supersized.css
│      │  │  │  
│      │  │  └─bootstrap-3.3.5-dist
│      │  │      ├─css
│      │  │      │      bootstrap-theme.css
│      │  │      │      bootstrap-theme.css.map
│      │  │      │      bootstrap-theme.min.css
│      │  │      │      bootstrap.css
│      │  │      │      bootstrap.css.map
│      │  │      │      bootstrap.min.css
│      │  │      │      
│      │  │      ├─fonts
│      │  │      │      glyphicons-halflings-regular.eot
│      │  │      │      glyphicons-halflings-regular.svg
│      │  │      │      glyphicons-halflings-regular.ttf
│      │  │      │      glyphicons-halflings-regular.woff
│      │  │      │      glyphicons-halflings-regular.woff2
│      │  │      │      
│      │  │      └─js
│      │  │          │  bootstrap.js
│      │  │          │  bootstrap.min.js
│      │  │          │  npm.js
│      │  │          │  
│      │  │          └─ueditor
│      │  │              │  ueditor.all.min.js
│      │  │              │  ueditor.config.js
│      │  │              │  ueditor.parse.min.js
│      │  │              │  
│      │  │              ├─dialogs
│      │  │              │  │  internal.js
│      │  │              │  │  
│      │  │              │  ├─anchor
│      │  │              │  │      anchor.html
│      │  │              │  │      
│      │  │              │  ├─attachment
│      │  │              │  │  │  attachment.css
│      │  │              │  │  │  attachment.html
│      │  │              │  │  │  attachment.js
│      │  │              │  │  │  
│      │  │              │  │  ├─fileTypeImages
│      │  │              │  │  │      icon_chm.gif
│      │  │              │  │  │      icon_default.png
│      │  │              │  │  │      icon_doc.gif
│      │  │              │  │  │      icon_exe.gif
│      │  │              │  │  │      icon_jpg.gif
│      │  │              │  │  │      icon_mp3.gif
│      │  │              │  │  │      icon_mv.gif
│      │  │              │  │  │      icon_pdf.gif
│      │  │              │  │  │      icon_ppt.gif
│      │  │              │  │  │      icon_psd.gif
│      │  │              │  │  │      icon_rar.gif
│      │  │              │  │  │      icon_txt.gif
│      │  │              │  │  │      icon_xls.gif
│      │  │              │  │  │      
│      │  │              │  │  └─images
│      │  │              │  │          alignicon.gif
│      │  │              │  │          alignicon.png
│      │  │              │  │          bg.png
│      │  │              │  │          file-icons.gif
│      │  │              │  │          file-icons.png
│      │  │              │  │          icons.gif
│      │  │              │  │          icons.png
│      │  │              │  │          image.png
│      │  │              │  │          progress.png
│      │  │              │  │          success.gif
│      │  │              │  │          success.png
│      │  │              │  │          
│      │  │              │  ├─background
│      │  │              │  │  │  background.css
│      │  │              │  │  │  background.html
│      │  │              │  │  │  background.js
│      │  │              │  │  │  
│      │  │              │  │  └─images
│      │  │              │  │          bg.png
│      │  │              │  │          success.png
│      │  │              │  │          
│      │  │              │  ├─charts
│      │  │              │  │  │  chart.config.js
│      │  │              │  │  │  charts.css
│      │  │              │  │  │  charts.html
│      │  │              │  │  │  charts.js
│      │  │              │  │  │  
│      │  │              │  │  └─images
│      │  │              │  │          charts0.png
│      │  │              │  │          charts1.png
│      │  │              │  │          charts2.png
│      │  │              │  │          charts3.png
│      │  │              │  │          charts4.png
│      │  │              │  │          charts5.png
│      │  │              │  │          
│      │  │              │  ├─emotion
│      │  │              │  │  │  emotion.css
│      │  │              │  │  │  emotion.html
│      │  │              │  │  │  emotion.js
│      │  │              │  │  │  
│      │  │              │  │  └─images
│      │  │              │  │          0.gif
│      │  │              │  │          bface.gif
│      │  │              │  │          cface.gif
│      │  │              │  │          fface.gif
│      │  │              │  │          jxface2.gif
│      │  │              │  │          neweditor-tab-bg.png
│      │  │              │  │          tface.gif
│      │  │              │  │          wface.gif
│      │  │              │  │          yface.gif
│      │  │              │  │          
│      │  │              │  ├─gmap
│      │  │              │  │      gmap.html
│      │  │              │  │      
│      │  │              │  ├─help
│      │  │              │  │      help.css
│      │  │              │  │      help.html
│      │  │              │  │      help.js
│      │  │              │  │      
│      │  │              │  ├─image
│      │  │              │  │  │  image.css
│      │  │              │  │  │  image.html
│      │  │              │  │  │  image.js
│      │  │              │  │  │  
│      │  │              │  │  └─images
│      │  │              │  │          alignicon.jpg
│      │  │              │  │          bg.png
│      │  │              │  │          icons.gif
│      │  │              │  │          icons.png
│      │  │              │  │          image.png
│      │  │              │  │          progress.png
│      │  │              │  │          success.gif
│      │  │              │  │          success.png
│      │  │              │  │          
│      │  │              │  ├─insertframe
│      │  │              │  │      insertframe.html
│      │  │              │  │      
│      │  │              │  ├─link
│      │  │              │  │      link.html
│      │  │              │  │      
│      │  │              │  ├─map
│      │  │              │  │      map.html
│      │  │              │  │      show.html
│      │  │              │  │      
│      │  │              │  ├─music
│      │  │              │  │      music.css
│      │  │              │  │      music.html
│      │  │              │  │      music.js
│      │  │              │  │      
│      │  │              │  ├─preview
│      │  │              │  │      preview.html
│      │  │              │  │      
│      │  │              │  ├─scrawl
│      │  │              │  │  │  scrawl.css
│      │  │              │  │  │  scrawl.html
│      │  │              │  │  │  scrawl.js
│      │  │              │  │  │  
│      │  │              │  │  └─images
│      │  │              │  │          addimg.png
│      │  │              │  │          brush.png
│      │  │              │  │          delimg.png
│      │  │              │  │          delimgH.png
│      │  │              │  │          empty.png
│      │  │              │  │          emptyH.png
│      │  │              │  │          eraser.png
│      │  │              │  │          redo.png
│      │  │              │  │          redoH.png
│      │  │              │  │          scale.png
│      │  │              │  │          scaleH.png
│      │  │              │  │          size.png
│      │  │              │  │          undo.png
│      │  │              │  │          undoH.png
│      │  │              │  │          
│      │  │              │  ├─searchreplace
│      │  │              │  │      searchreplace.html
│      │  │              │  │      searchreplace.js
│      │  │              │  │      
│      │  │              │  ├─snapscreen
│      │  │              │  │      snapscreen.html
│      │  │              │  │      
│      │  │              │  ├─spechars
│      │  │              │  │      spechars.html
│      │  │              │  │      spechars.js
│      │  │              │  │      
│      │  │              │  ├─table
│      │  │              │  │      dragicon.png
│      │  │              │  │      edittable.css
│      │  │              │  │      edittable.html
│      │  │              │  │      edittable.js
│      │  │              │  │      edittd.html
│      │  │              │  │      edittip.html
│      │  │              │  │      
│      │  │              │  ├─template
│      │  │              │  │  │  config.js
│      │  │              │  │  │  template.css
│      │  │              │  │  │  template.html
│      │  │              │  │  │  template.js
│      │  │              │  │  │  
│      │  │              │  │  └─images
│      │  │              │  │          bg.gif
│      │  │              │  │          pre0.png
│      │  │              │  │          pre1.png
│      │  │              │  │          pre2.png
│      │  │              │  │          pre3.png
│      │  │              │  │          pre4.png
│      │  │              │  │          
│      │  │              │  ├─video
│      │  │              │  │  │  video.css
│      │  │              │  │  │  video.html
│      │  │              │  │  │  video.js
│      │  │              │  │  │  
│      │  │              │  │  └─images
│      │  │              │  │          bg.png
│      │  │              │  │          center_focus.jpg
│      │  │              │  │          file-icons.gif
│      │  │              │  │          file-icons.png
│      │  │              │  │          icons.gif
│      │  │              │  │          icons.png
│      │  │              │  │          image.png
│      │  │              │  │          left_focus.jpg
│      │  │              │  │          none_focus.jpg
│      │  │              │  │          progress.png
│      │  │              │  │          right_focus.jpg
│      │  │              │  │          success.gif
│      │  │              │  │          success.png
│      │  │              │  │          
│      │  │              │  ├─webapp
│      │  │              │  │      webapp.html
│      │  │              │  │      
│      │  │              │  └─wordimage
│      │  │              │          fClipboard_ueditor.swf
│      │  │              │          imageUploader.swf
│      │  │              │          tangram.js
│      │  │              │          wordimage.html
│      │  │              │          wordimage.js
│      │  │              │          
│      │  │              ├─jsp
│      │  │              │      config.json
│      │  │              │      controller.jsp
│      │  │              │      
│      │  │              ├─lang
│      │  │              │  ├─en
│      │  │              │  │  │  en.js
│      │  │              │  │  │  
│      │  │              │  │  └─images
│      │  │              │  │          addimage.png
│      │  │              │  │          alldeletebtnhoverskin.png
│      │  │              │  │          alldeletebtnupskin.png
│      │  │              │  │          background.png
│      │  │              │  │          button.png
│      │  │              │  │          copy.png
│      │  │              │  │          deletedisable.png
│      │  │              │  │          deleteenable.png
│      │  │              │  │          listbackground.png
│      │  │              │  │          localimage.png
│      │  │              │  │          music.png
│      │  │              │  │          rotateleftdisable.png
│      │  │              │  │          rotateleftenable.png
│      │  │              │  │          rotaterightdisable.png
│      │  │              │  │          rotaterightenable.png
│      │  │              │  │          upload.png
│      │  │              │  │          
│      │  │              │  └─zh-cn
│      │  │              │      │  zh-cn.js
│      │  │              │      │  
│      │  │              │      └─images
│      │  │              │              copy.png
│      │  │              │              localimage.png
│      │  │              │              music.png
│      │  │              │              upload.png
│      │  │              │              
│      │  │              ├─themes
│      │  │              │  │  iframe.css
│      │  │              │  │  
│      │  │              │  └─default
│      │  │              │      │  dialogbase.css
│      │  │              │      │  
│      │  │              │      ├─css
│      │  │              │      │      ueditor.css
│      │  │              │      │      ueditor.min.css
│      │  │              │      │      
│      │  │              │      └─images
│      │  │              │              anchor.gif
│      │  │              │              arrow.png
│      │  │              │              arrow_down.png
│      │  │              │              arrow_up.png
│      │  │              │              button-bg.gif
│      │  │              │              cancelbutton.gif
│      │  │              │              charts.png
│      │  │              │              cursor_h.gif
│      │  │              │              cursor_h.png
│      │  │              │              cursor_v.gif
│      │  │              │              cursor_v.png
│      │  │              │              dialog-title-bg.png
│      │  │              │              filescan.png
│      │  │              │              highlighted.gif
│      │  │              │              icons-all.gif
│      │  │              │              icons.gif
│      │  │              │              icons.png
│      │  │              │              loaderror.png
│      │  │              │              loading.gif
│      │  │              │              lock.gif
│      │  │              │              neweditor-tab-bg.png
│      │  │              │              pagebreak.gif
│      │  │              │              scale.png
│      │  │              │              sortable.png
│      │  │              │              spacer.gif
│      │  │              │              sparator_v.png
│      │  │              │              table-cell-align.png
│      │  │              │              tangram-colorpicker.png
│      │  │              │              toolbar_bg.png
│      │  │              │              unhighlighted.gif
│      │  │              │              upload.png
│      │  │              │              videologo.gif
│      │  │              │              word.gif
│      │  │              │              wordpaste.png
│      │  │              │              
│      │  │              └─third-party
│      │  │                  │  jquery-1.10.2.js
│      │  │                  │  jquery-1.10.2.min.js
│      │  │                  │  jquery-1.10.2.min.map
│      │  │                  │  
│      │  │                  ├─codemirror
│      │  │                  │      codemirror.css
│      │  │                  │      codemirror.js
│      │  │                  │      
│      │  │                  ├─highcharts
│      │  │                  │  │  highcharts-more.js
│      │  │                  │  │  highcharts-more.src.js
│      │  │                  │  │  highcharts.js
│      │  │                  │  │  highcharts.src.js
│      │  │                  │  │  
│      │  │                  │  ├─adapters
│      │  │                  │  │      mootools-adapter.js
│      │  │                  │  │      mootools-adapter.src.js
│      │  │                  │  │      prototype-adapter.js
│      │  │                  │  │      prototype-adapter.src.js
│      │  │                  │  │      standalone-framework.js
│      │  │                  │  │      standalone-framework.src.js
│      │  │                  │  │      
│      │  │                  │  ├─modules
│      │  │                  │  │      annotations.js
│      │  │                  │  │      annotations.src.js
│      │  │                  │  │      canvas-tools.js
│      │  │                  │  │      canvas-tools.src.js
│      │  │                  │  │      data.js
│      │  │                  │  │      data.src.js
│      │  │                  │  │      drilldown.js
│      │  │                  │  │      drilldown.src.js
│      │  │                  │  │      exporting.js
│      │  │                  │  │      exporting.src.js
│      │  │                  │  │      funnel.js
│      │  │                  │  │      funnel.src.js
│      │  │                  │  │      heatmap.js
│      │  │                  │  │      heatmap.src.js
│      │  │                  │  │      map.js
│      │  │                  │  │      map.src.js
│      │  │                  │  │      no-data-to-display.js
│      │  │                  │  │      no-data-to-display.src.js
│      │  │                  │  │      
│      │  │                  │  └─themes
│      │  │                  │          dark-blue.js
│      │  │                  │          dark-green.js
│      │  │                  │          gray.js
│      │  │                  │          grid.js
│      │  │                  │          skies.js
│      │  │                  │          
│      │  │                  ├─snapscreen
│      │  │                  │      UEditorSnapscreen.exe
│      │  │                  │      
│      │  │                  ├─SyntaxHighlighter
│      │  │                  │      shCore.js
│      │  │                  │      shCoreDefault.css
│      │  │                  │      
│      │  │                  ├─video-js
│      │  │                  │  │  video-js.css
│      │  │                  │  │  video-js.min.css
│      │  │                  │  │  video-js.swf
│      │  │                  │  │  video.dev.js
│      │  │                  │  │  video.js
│      │  │                  │  │  
│      │  │                  │  └─font
│      │  │                  │          vjs.eot
│      │  │                  │          vjs.svg
│      │  │                  │          vjs.ttf
│      │  │                  │          vjs.woff
│      │  │                  │          
│      │  │                  ├─webuploader
│      │  │                  │      Uploader.swf
│      │  │                  │      webuploader.css
│      │  │                  │      webuploader.custom.js
│      │  │                  │      webuploader.custom.min.js
│      │  │                  │      webuploader.flashonly.js
│      │  │                  │      webuploader.flashonly.min.js
│      │  │                  │      webuploader.html5only.js
│      │  │                  │      webuploader.html5only.min.js
│      │  │                  │      webuploader.js
│      │  │                  │      webuploader.min.js
│      │  │                  │      webuploader.withoutimage.js
│      │  │                  │      webuploader.withoutimage.min.js
│      │  │                  │      
│      │  │                  └─zeroclipboard
│      │  │                          ZeroClipboard.js
│      │  │                          ZeroClipboard.min.js
│      │  │                          ZeroClipboard.swf
│      │  │                          
│      │  ├─fonts
│      │  │      icomoon.dev.svg
│      │  │      icomoon.eot
│      │  │      icomoon.svg
│      │  │      icomoon.ttf
│      │  │      icomoon.woff
│      │  │      
│      │  ├─images
│      │  │  │  1.jpg
│      │  │  │  adm.png
│      │  │  │  aiwrap.png
│      │  │  │  avtar.png
│      │  │  │  banner.jpg
│      │  │  │  bg1.jpg
│      │  │  │  close.png
│      │  │  │  date_bg.png
│      │  │  │  email.png
│      │  │  │  head-img.png
│      │  │  │  key.png
│      │  │  │  lock.png
│      │  │  │  logo.png
│      │  │  │  onCorrect.gif
│      │  │  │  onError.gif
│      │  │  │  onFocus.gif
│      │  │  │  onShow.gif
│      │  │  │  pass.png
│      │  │  │  sprite.png
│      │  │  │  tab-thbg.png
│      │  │  │  Thumbs.db
│      │  │  │  tick.png
│      │  │  │  web_login_bg.jpg
│      │  │  │  
│      │  │  └─login
│      │  │          admin-login-btnbg.gif
│      │  │          
│      │  ├─js
│      │  │  │  bootstrap.js
│      │  │  │  ckform.js
│      │  │  │  common.js
│      │  │  │  echarts.js
│      │  │  │  echarts1.js
│      │  │  │  jquery-1.8.2.min.js
│      │  │  │  jquery-1.8.3.min.js
│      │  │  │  jquery.datetimepicker.js
│      │  │  │  jquery.js
│      │  │  │  jquery.min.js
│      │  │  │  lyz.calendar.min.js
│      │  │  │  main2.js
│      │  │  │  scripts.js
│      │  │  │  supersized-init.js
│      │  │  │  supersized.3.2.7.min.js
│      │  │  │  
│      │  │  ├─echarts
│      │  │  │      echarts-all.js
│      │  │  │      
│      │  │  ├─libs
│      │  │  │      modernizr.min.js
│      │  │  │      
│      │  │  └─ueditor
│      │  │      │  ueditor.all.min.js
│      │  │      │  ueditor.config.js
│      │  │      │  ueditor.parse.min.js
│      │  │      │  
│      │  │      ├─dialogs
│      │  │      │  │  internal.js
│      │  │      │  │  
│      │  │      │  ├─anchor
│      │  │      │  │      anchor.html
│      │  │      │  │      
│      │  │      │  ├─attachment
│      │  │      │  │  │  attachment.css
│      │  │      │  │  │  attachment.html
│      │  │      │  │  │  attachment.js
│      │  │      │  │  │  
│      │  │      │  │  ├─fileTypeImages
│      │  │      │  │  │      icon_chm.gif
│      │  │      │  │  │      icon_default.png
│      │  │      │  │  │      icon_doc.gif
│      │  │      │  │  │      icon_exe.gif
│      │  │      │  │  │      icon_jpg.gif
│      │  │      │  │  │      icon_mp3.gif
│      │  │      │  │  │      icon_mv.gif
│      │  │      │  │  │      icon_pdf.gif
│      │  │      │  │  │      icon_ppt.gif
│      │  │      │  │  │      icon_psd.gif
│      │  │      │  │  │      icon_rar.gif
│      │  │      │  │  │      icon_txt.gif
│      │  │      │  │  │      icon_xls.gif
│      │  │      │  │  │      
│      │  │      │  │  └─images
│      │  │      │  │          alignicon.gif
│      │  │      │  │          alignicon.png
│      │  │      │  │          bg.png
│      │  │      │  │          file-icons.gif
│      │  │      │  │          file-icons.png
│      │  │      │  │          icons.gif
│      │  │      │  │          icons.png
│      │  │      │  │          image.png
│      │  │      │  │          progress.png
│      │  │      │  │          success.gif
│      │  │      │  │          success.png
│      │  │      │  │          
│      │  │      │  ├─background
│      │  │      │  │  │  background.css
│      │  │      │  │  │  background.html
│      │  │      │  │  │  background.js
│      │  │      │  │  │  
│      │  │      │  │  └─images
│      │  │      │  │          bg.png
│      │  │      │  │          success.png
│      │  │      │  │          
│      │  │      │  ├─charts
│      │  │      │  │  │  chart.config.js
│      │  │      │  │  │  charts.css
│      │  │      │  │  │  charts.html
│      │  │      │  │  │  charts.js
│      │  │      │  │  │  
│      │  │      │  │  └─images
│      │  │      │  │          charts0.png
│      │  │      │  │          charts1.png
│      │  │      │  │          charts2.png
│      │  │      │  │          charts3.png
│      │  │      │  │          charts4.png
│      │  │      │  │          charts5.png
│      │  │      │  │          
│      │  │      │  ├─emotion
│      │  │      │  │  │  emotion.css
│      │  │      │  │  │  emotion.html
│      │  │      │  │  │  emotion.js
│      │  │      │  │  │  
│      │  │      │  │  └─images
│      │  │      │  │          0.gif
│      │  │      │  │          bface.gif
│      │  │      │  │          cface.gif
│      │  │      │  │          fface.gif
│      │  │      │  │          jxface2.gif
│      │  │      │  │          neweditor-tab-bg.png
│      │  │      │  │          tface.gif
│      │  │      │  │          wface.gif
│      │  │      │  │          yface.gif
│      │  │      │  │          
│      │  │      │  ├─gmap
│      │  │      │  │      gmap.html
│      │  │      │  │      
│      │  │      │  ├─help
│      │  │      │  │      help.css
│      │  │      │  │      help.html
│      │  │      │  │      help.js
│      │  │      │  │      
│      │  │      │  ├─image
│      │  │      │  │  │  image.css
│      │  │      │  │  │  image.html
│      │  │      │  │  │  image.js
│      │  │      │  │  │  
│      │  │      │  │  └─images
│      │  │      │  │          alignicon.jpg
│      │  │      │  │          bg.png
│      │  │      │  │          icons.gif
│      │  │      │  │          icons.png
│      │  │      │  │          image.png
│      │  │      │  │          progress.png
│      │  │      │  │          success.gif
│      │  │      │  │          success.png
│      │  │      │  │          
│      │  │      │  ├─insertframe
│      │  │      │  │      insertframe.html
│      │  │      │  │      
│      │  │      │  ├─link
│      │  │      │  │      link.html
│      │  │      │  │      
│      │  │      │  ├─map
│      │  │      │  │      map.html
│      │  │      │  │      show.html
│      │  │      │  │      
│      │  │      │  ├─music
│      │  │      │  │      music.css
│      │  │      │  │      music.html
│      │  │      │  │      music.js
│      │  │      │  │      
│      │  │      │  ├─preview
│      │  │      │  │      preview.html
│      │  │      │  │      
│      │  │      │  ├─scrawl
│      │  │      │  │  │  scrawl.css
│      │  │      │  │  │  scrawl.html
│      │  │      │  │  │  scrawl.js
│      │  │      │  │  │  
│      │  │      │  │  └─images
│      │  │      │  │          addimg.png
│      │  │      │  │          brush.png
│      │  │      │  │          delimg.png
│      │  │      │  │          delimgH.png
│      │  │      │  │          empty.png
│      │  │      │  │          emptyH.png
│      │  │      │  │          eraser.png
│      │  │      │  │          redo.png
│      │  │      │  │          redoH.png
│      │  │      │  │          scale.png
│      │  │      │  │          scaleH.png
│      │  │      │  │          size.png
│      │  │      │  │          undo.png
│      │  │      │  │          undoH.png
│      │  │      │  │          
│      │  │      │  ├─searchreplace
│      │  │      │  │      searchreplace.html
│      │  │      │  │      searchreplace.js
│      │  │      │  │      
│      │  │      │  ├─snapscreen
│      │  │      │  │      snapscreen.html
│      │  │      │  │      
│      │  │      │  ├─spechars
│      │  │      │  │      spechars.html
│      │  │      │  │      spechars.js
│      │  │      │  │      
│      │  │      │  ├─table
│      │  │      │  │      dragicon.png
│      │  │      │  │      edittable.css
│      │  │      │  │      edittable.html
│      │  │      │  │      edittable.js
│      │  │      │  │      edittd.html
│      │  │      │  │      edittip.html
│      │  │      │  │      
│      │  │      │  ├─template
│      │  │      │  │  │  config.js
│      │  │      │  │  │  template.css
│      │  │      │  │  │  template.html
│      │  │      │  │  │  template.js
│      │  │      │  │  │  
│      │  │      │  │  └─images
│      │  │      │  │          bg.gif
│      │  │      │  │          pre0.png
│      │  │      │  │          pre1.png
│      │  │      │  │          pre2.png
│      │  │      │  │          pre3.png
│      │  │      │  │          pre4.png
│      │  │      │  │          
│      │  │      │  ├─video
│      │  │      │  │  │  video.css
│      │  │      │  │  │  video.html
│      │  │      │  │  │  video.js
│      │  │      │  │  │  
│      │  │      │  │  └─images
│      │  │      │  │          bg.png
│      │  │      │  │          center_focus.jpg
│      │  │      │  │          file-icons.gif
│      │  │      │  │          file-icons.png
│      │  │      │  │          icons.gif
│      │  │      │  │          icons.png
│      │  │      │  │          image.png
│      │  │      │  │          left_focus.jpg
│      │  │      │  │          none_focus.jpg
│      │  │      │  │          progress.png
│      │  │      │  │          right_focus.jpg
│      │  │      │  │          success.gif
│      │  │      │  │          success.png
│      │  │      │  │          
│      │  │      │  ├─webapp
│      │  │      │  │      webapp.html
│      │  │      │  │      
│      │  │      │  └─wordimage
│      │  │      │          fClipboard_ueditor.swf
│      │  │      │          imageUploader.swf
│      │  │      │          tangram.js
│      │  │      │          wordimage.html
│      │  │      │          wordimage.js
│      │  │      │          
│      │  │      ├─jsp
│      │  │      │      config.json
│      │  │      │      controller.jsp
│      │  │      │      
│      │  │      ├─lang
│      │  │      │  ├─en
│      │  │      │  │  │  en.js
│      │  │      │  │  │  
│      │  │      │  │  └─images
│      │  │      │  │          addimage.png
│      │  │      │  │          alldeletebtnhoverskin.png
│      │  │      │  │          alldeletebtnupskin.png
│      │  │      │  │          background.png
│      │  │      │  │          button.png
│      │  │      │  │          copy.png
│      │  │      │  │          deletedisable.png
│      │  │      │  │          deleteenable.png
│      │  │      │  │          listbackground.png
│      │  │      │  │          localimage.png
│      │  │      │  │          music.png
│      │  │      │  │          rotateleftdisable.png
│      │  │      │  │          rotateleftenable.png
│      │  │      │  │          rotaterightdisable.png
│      │  │      │  │          rotaterightenable.png
│      │  │      │  │          upload.png
│      │  │      │  │          
│      │  │      │  └─zh-cn
│      │  │      │      │  zh-cn.js
│      │  │      │      │  
│      │  │      │      └─images
│      │  │      │              copy.png
│      │  │      │              localimage.png
│      │  │      │              music.png
│      │  │      │              upload.png
│      │  │      │              
│      │  │      ├─themes
│      │  │      │  │  iframe.css
│      │  │      │  │  
│      │  │      │  └─default
│      │  │      │      │  dialogbase.css
│      │  │      │      │  
│      │  │      │      ├─css
│      │  │      │      │      ueditor.css
│      │  │      │      │      ueditor.min.css
│      │  │      │      │      
│      │  │      │      └─images
│      │  │      │              anchor.gif
│      │  │      │              arrow.png
│      │  │      │              arrow_down.png
│      │  │      │              arrow_up.png
│      │  │      │              button-bg.gif
│      │  │      │              cancelbutton.gif
│      │  │      │              charts.png
│      │  │      │              cursor_h.gif
│      │  │      │              cursor_h.png
│      │  │      │              cursor_v.gif
│      │  │      │              cursor_v.png
│      │  │      │              dialog-title-bg.png
│      │  │      │              filescan.png
│      │  │      │              highlighted.gif
│      │  │      │              icons-all.gif
│      │  │      │              icons.gif
│      │  │      │              icons.png
│      │  │      │              loaderror.png
│      │  │      │              loading.gif
│      │  │      │              lock.gif
│      │  │      │              neweditor-tab-bg.png
│      │  │      │              pagebreak.gif
│      │  │      │              scale.png
│      │  │      │              sortable.png
│      │  │      │              spacer.gif
│      │  │      │              sparator_v.png
│      │  │      │              table-cell-align.png
│      │  │      │              tangram-colorpicker.png
│      │  │      │              toolbar_bg.png
│      │  │      │              unhighlighted.gif
│      │  │      │              upload.png
│      │  │      │              videologo.gif
│      │  │      │              word.gif
│      │  │      │              wordpaste.png
│      │  │      │              
│      │  │      └─third-party
│      │  │          │  jquery-1.10.2.js
│      │  │          │  jquery-1.10.2.min.js
│      │  │          │  jquery-1.10.2.min.map
│      │  │          │  
│      │  │          ├─codemirror
│      │  │          │      codemirror.css
│      │  │          │      codemirror.js
│      │  │          │      
│      │  │          ├─highcharts
│      │  │          │  │  highcharts-more.js
│      │  │          │  │  highcharts-more.src.js
│      │  │          │  │  highcharts.js
│      │  │          │  │  highcharts.src.js
│      │  │          │  │  
│      │  │          │  ├─adapters
│      │  │          │  │      mootools-adapter.js
│      │  │          │  │      mootools-adapter.src.js
│      │  │          │  │      prototype-adapter.js
│      │  │          │  │      prototype-adapter.src.js
│      │  │          │  │      standalone-framework.js
│      │  │          │  │      standalone-framework.src.js
│      │  │          │  │      
│      │  │          │  ├─modules
│      │  │          │  │      annotations.js
│      │  │          │  │      annotations.src.js
│      │  │          │  │      canvas-tools.js
│      │  │          │  │      canvas-tools.src.js
│      │  │          │  │      data.js
│      │  │          │  │      data.src.js
│      │  │          │  │      drilldown.js
│      │  │          │  │      drilldown.src.js
│      │  │          │  │      exporting.js
│      │  │          │  │      exporting.src.js
│      │  │          │  │      funnel.js
│      │  │          │  │      funnel.src.js
│      │  │          │  │      heatmap.js
│      │  │          │  │      heatmap.src.js
│      │  │          │  │      map.js
│      │  │          │  │      map.src.js
│      │  │          │  │      no-data-to-display.js
│      │  │          │  │      no-data-to-display.src.js
│      │  │          │  │      
│      │  │          │  └─themes
│      │  │          │          dark-blue.js
│      │  │          │          dark-green.js
│      │  │          │          gray.js
│      │  │          │          grid.js
│      │  │          │          skies.js
│      │  │          │          
│      │  │          ├─snapscreen
│      │  │          │      UEditorSnapscreen.exe
│      │  │          │      
│      │  │          ├─SyntaxHighlighter
│      │  │          │      shCore.js
│      │  │          │      shCoreDefault.css
│      │  │          │      
│      │  │          ├─video-js
│      │  │          │  │  video-js.css
│      │  │          │  │  video-js.min.css
│      │  │          │  │  video-js.swf
│      │  │          │  │  video.dev.js
│      │  │          │  │  video.js
│      │  │          │  │  
│      │  │          │  └─font
│      │  │          │          vjs.eot
│      │  │          │          vjs.svg
│      │  │          │          vjs.ttf
│      │  │          │          vjs.woff
│      │  │          │          
│      │  │          ├─webuploader
│      │  │          │      Uploader.swf
│      │  │          │      webuploader.css
│      │  │          │      webuploader.custom.js
│      │  │          │      webuploader.custom.min.js
│      │  │          │      webuploader.flashonly.js
│      │  │          │      webuploader.flashonly.min.js
│      │  │          │      webuploader.html5only.js
│      │  │          │      webuploader.html5only.min.js
│      │  │          │      webuploader.js
│      │  │          │      webuploader.min.js
│      │  │          │      webuploader.withoutimage.js
│      │  │          │      webuploader.withoutimage.min.js
│      │  │          │      
│      │  │          └─zeroclipboard
│      │  │                  ZeroClipboard.js
│      │  │                  ZeroClipboard.min.js
│      │  │                  ZeroClipboard.swf
│      │  │                  
│      │  └─web
│      │      ├─css
│      │      │      app.css
│      │      │      base.css
│      │      │      doysu.min.css
│      │      │      
│      │      ├─fonts
│      │      │      fontawesome-webfont.eot
│      │      │      fontawesome-webfont.svg
│      │      │      fontawesome-webfont.ttf
│      │      │      fontawesome-webfont.woff
│      │      │      fontawesome-webfont.woff2
│      │      │      FontAwesome.otf
│      │      │      
│      │      ├─images
│      │      │      1.png
│      │      │      2.png
│      │      │      avatar.png
│      │      │      logo.png
│      │      │      pic.png
│      │      │      qq.png
│      │      │      qq2.png
│      │      │      xl.png
│      │      │      zhuji.png
│      │      │      未标题-2.png
│      │      │      
│      │      └─js
│      │          │  app.js
│      │          │  browser.js
│      │          │  doysu.legacy.js
│      │          │  doysu.min.js
│      │          │  jquery.min.js
│      │          │  jquery.qqFace.js
│      │          │  jquery.SuperSlide.2.1.1.js
│      │          │  TouchSlide.1.1.js
│      │          │  
│      │          ├─polyfill
│      │          │      rem.min.js
│      │          │      respond.min.js
│      │          │      
│      │          └─_notes
│      │                  dwsync.xml
│      │                  
│      ├─tlds
│      │      c.tld
│      │      fmt.tld
│      │      fn.tld
│      │      pager-taglib.tld
│      │      
│      ├─upload
│      └─WEB-INF
│          │  web.xml
│          │  
│          ├─jsp
│          │  ├─classroom
│          │  │      add.jsp
│          │  │      classroom.jsp
│          │  │      update.jsp
│          │  │      
│          │  ├─discipline
│          │  │      add.jsp
│          │  │      discipline.jsp
│          │  │      update.jsp
│          │  │      
│          │  ├─grade
│          │  │      add.jsp
│          │  │      grade.jsp
│          │  │      update.jsp
│          │  │      
│          │  ├─homework
│          │  │      add.jsp
│          │  │      homework.jsp
│          │  │      update.jsp
│          │  │      
│          │  ├─introduction
│          │  │      add.jsp
│          │  │      content.html
│          │  │      content.jsp
│          │  │      introduction.jsp
│          │  │      uIntroduction.jsp
│          │  │      update.jsp
│          │  │      
│          │  ├─login
│          │  │      forgetPassWord.jsp
│          │  │      mIndex.jsp
│          │  │      mLogin.jsp
│          │  │      uIndex.jsp
│          │  │      uLogin.jsp
│          │  │      uRegister.jsp
│          │  │      
│          │  ├─manage
│          │  │      add.jsp
│          │  │      manage.jsp
│          │  │      update.jsp
│          │  │      
│          │  ├─message
│          │  │      add.jsp
│          │  │      message.jsp
│          │  │      update.jsp
│          │  │      
│          │  ├─news
│          │  │      add.jsp
│          │  │      add1.jsp
│          │  │      news.jsp
│          │  │      news1.jsp
│          │  │      news2.jsp
│          │  │      newsDetail.jsp
│          │  │      newsList.jsp
│          │  │      newsList1.jsp
│          │  │      shenhe.jsp
│          │  │      uNews.jsp
│          │  │      update.jsp
│          │  │      
│          │  ├─notice
│          │  │      add.jsp
│          │  │      add1.jsp
│          │  │      notice.jsp
│          │  │      notice1.jsp
│          │  │      notice2.jsp
│          │  │      noticeDetail.jsp
│          │  │      noticeList.jsp
│          │  │      shenhe.jsp
│          │  │      uNotice.jsp
│          │  │      update.jsp
│          │  │      update1.jsp
│          │  │      
│          │  ├─parent
│          │  │      add.jsp
│          │  │      isPass.jsp
│          │  │      parent.jsp
│          │  │      update.jsp
│          │  │      
│          │  ├─school
│          │  │      add.jsp
│          │  │      school.jsp
│          │  │      update.jsp
│          │  │      
│          │  ├─score
│          │  │      add.jsp
│          │  │      score.jsp
│          │  │      update.jsp
│          │  │      
│          │  ├─student
│          │  │      add.jsp
│          │  │      student.jsp
│          │  │      update.jsp
│          │  │      
│          │  └─teacher
│          │          add.jsp
│          │          teacher.jsp
│          │          update.jsp
│          │          
│          ├─lib
│          │      ant.jar
│          │      aopalliance-1.0.jar
│          │      asm-3.3.jar
│          │      aspectjweaver-1.6.0.jar
│          │      async-http-client-1.8.13.jar
│          │      axiom-api-1.2.12.jar
│          │      axiom-impl-1.2.12.jar
│          │      axis2-adb-1.5.6.jar
│          │      axis2-kernel-1.5.6.jar
│          │      axis2-transport-http-1.5.6.jar
│          │      axis2-transport-local-1.5.6.jar
│          │      c3p0-0.9.1.1.jar
│          │      com.sun.net.ssl.jar
│          │      commons-beanutils-1.9.2.jar
│          │      commons-codec-1.9.jar
│          │      commons-collections-3.1.jar
│          │      commons-fileupload-1.3.1.jar
│          │      commons-io-2.5.jar
│          │      commons-lang3-3.3.2.jar
│          │      commons-logging-1.2.jar
│          │      commons-logging-api-1.1.jar
│          │      commons-net-3.3.jar
│          │      core-2.0.jar
│          │      dom4j-1.6.1.jar
│          │      dom4j-2.0.0-RC1.jar
│          │      druid-1.0.11.jar
│          │      dsn.jar
│          │      ehcache-1.6.2.jar
│          │      ezmorph-1.0.4.jar
│          │      fastjson-1.2.1.jar
│          │      fluent-hc-4.5.2.jar
│          │      gson-2.2.4.jar
│          │      httpasyncclient-4.0-beta3.jar
│          │      httpasyncclient-4.1.2.jar
│          │      httpasyncclient-cache-4.1.2.jar
│          │      httpclient-4.5.2.jar
│          │      httpclient-cache-4.5.2.jar
│          │      httpclient-win-4.5.2.jar
│          │      httpcore-4.4.5.jar
│          │      httpcore-nio-4.4.5.jar
│          │      httpmime-4.5.2.jar
│          │      imap.jar
│          │      jackson-annotations-2.3.2.jar
│          │      jackson-core-2.3.2.jar
│          │      jackson-core-asl-1.9.2.jar
│          │      jackson-databind-2.3.2.jar
│          │      jackson-jaxrs-1.9.2.jar
│          │      jackson-jaxrs-base-2.3.2.jar
│          │      jackson-jaxrs-json-provider-2.3.2.jar
│          │      jackson-jr-all-2.4.1-sources.jar
│          │      jackson-mapper-asl-1.9.2.jar
│          │      jackson-module-jaxb-annotations-2.3.2.jar
│          │      jackson-xc-1.9.2.jar
│          │      javax.ws.rs-api-2.0.jar
│          │      jna-4.1.0.jar
│          │      jna-platform-4.1.0.jar
│          │      jpush-client-3.2.9.jar
│          │      json-2.2.1.jar
│          │      json-lib-2.4-jdk15.jar
│          │      json-parser_fat.jar
│          │      json.jar
│          │      jsoup-1.8.1.jar
│          │      jsqlparser-0.9.1.jar
│          │      jstl-1.2.jar
│          │      log4j-1.2.17.jar
│          │      mailapi.jar
│          │      md5.jar
│          │      mybatis-3.2.2.jar
│          │      mybatis-paginator-1.2.15.jar
│          │      mybatis-spring-1.2.0.jar
│          │      mysql-connector-java-5.1.18.jar
│          │      neethi-3.0.1.jar
│          │      pager-taglib.jar
│          │      poi-3.7-20101029.jar
│          │      poi-examples-3.7-20101029.jar
│          │      poi-ooxml-3.7-20101029.jar
│          │      poi-ooxml-schemas-3.7-20101029.jar
│          │      poi-scratchpad-3.7-20101029.jar
│          │      pop3.jar
│          │      QRCode.jar
│          │      quartz-2.2.1.jar
│          │      quartz-all-1.8.3.jar
│          │      quartz-jobs-2.2.1.jar
│          │      servlet-api.jar
│          │      slf4j-api-1.7.5.jar
│          │      slf4j-log4j12-1.7.5.jar
│          │      slf4j-nop-1.7.5.jar
│          │      smtp.jar
│          │      spring-aop-3.2.2.RELEASE.jar
│          │      spring-aspects-3.2.2.RELEASE.jar
│          │      spring-beans-3.2.2.RELEASE.jar
│          │      spring-context-3.2.2.RELEASE.jar
│          │      spring-context-support-3.2.2.RELEASE.jar
│          │      spring-core-3.2.2.RELEASE.jar
│          │      spring-expression-3.2.2.RELEASE.jar
│          │      spring-jdbc-3.2.3.RELEASE.jar
│          │      spring-orm-3.2.2.RELEASE.jar
│          │      spring-tx-3.2.2.RELEASE.jar
│          │      spring-web-3.2.2.RELEASE.jar
│          │      spring-webmvc-3.2.2.RELEASE.jar
│          │      sqljdbc4.jar
│          │      sso-client-2.1.4.jar
│          │      standard-1.1.2.jar
│          │      ueditor-1.1.1.1.jar
│          │      xmlbeans-2.3.0.jar
│          │      xmlpull_1_0_5.jar
│          │      xmlschema-core-2.0.1.jar
│          │      xstream-1.4.7.jar
│          │      
│          └─tlds
│                  c.tld
│                  fmt.tld
│                  fn.tld
│                  pager-taglib.tld
│                  
├─my
│  ├─ueditor
│  │      1487518891794012929.jpg
│  │      1487518931833066556.jpg
│  │      1487519156424077632.jpg
│  │      1487519156460001175.jpg
│  │      1487519156472088056.jpg
│  │      1487519226839098954.jpg
│  │      1487519300162043022.jpg
│  │      1487559409390036034.jpg
│  │      1487559514854087002.jpg
│  │      1487560139786033264.jpg
│  │      1487606261671024410.jpg
│  │      1488011193260022687.jpeg
│  │      1488200831993057248.jpg
│  │      1488200885411019579.jpg
│  │      1488201068934042919.jpg
│  │      1488201194574071799.jpg
│  │      1488201935478079980.jpg
│  │      1488204609972027651.jpeg
│  │      1488204877102072942.png
│  │      1488204908443080205.png
│  │      
│  └─upload
│      │  077e6430c52e11e6b9c23dd695d32eb9330619-141023093K534.jpg
│      │  1091b900c9e811e6e7e1b8ec2a416551timg.jpg
│      │  118011_090349063_2.jpg
│      │  1406942136254.jpeg
│      │  2168bd40c51b11e6681cae703dc644b166.jpg
│      │  2957040_183344446048_2.jpg
│      │  2b028dd0ef3d11e698d18aa13da627af66.jpg
│      │  330619-141023093K534.jpg
│      │  52bfc890c51e11e6f1561e41b2eda34269.jpg
│      │  593778_104941646193_2.jpg
│      │  67.jpg
│      │  74.jpg
│      │  88b981c0cc4411e6e3d78598213b3e8275.JPG
│      │  99bOOOPICd5.jpg
│      │  b6ee0ad0c9eb11e6e7e1b8ec2a416551118011_090349063_2.jpg
│      │  e22843d0c51a11e6681cae703dc644b166.jpg
│      │  jiaxiaotong.sql
│      │  Linux操作总结.doc
│      │  xx.png
│      │  交友备注.txt
│      │  家校通备注.txt
│      │  
│      └─ueditor
│              1487518588091031994.jpg
│              1487518709693042781.jpg
│              
├─家校
│      13139059 周江最新.doc
│      13139059周江原始.doc
│      家校通管理系统的设计及实现.doc
│      
└─注意事项
        必读.txt
        

家校联系系统
标签:家校通,校园网站,学生成绩管理,家校联系系统

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

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

  • 联系QQ:81677093
  • 微信:bysj1950