在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 业务配置开发平台源码 .net core、跨平台

业务配置开发平台源码 .net core、跨平台

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:47.55M
  • 下载次数:62
  • 浏览次数:319
  • 发布时间:2020-08-17
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
(业务配置开发平台)是一套基于.net core、跨平台的,面向开发人员和具有一定技术水平的业务人员使用的业务配置开发平台、 您只需通过配置和少量开发即可快速搭建满足用户需求的业务系统,大大降低项目开发工作量。平台100%开源,免费下载使用。
【实例截图】
【核心代码】
qMISPlat-NetCore-master
└── qMISPlat-NetCore-master
└── NetCore
├── asp.net免费源码下载.url
├── CPFrameWorkV1.sln
├── CPSite
│   ├── appsettings.Development.json
│   ├── appsettings.json
│   ├── bower.json
│   ├── bundleconfig.json
│   ├── config.json
│   ├── Controllers
│   │   ├── HomeController.cs
│   │   └── UEditorController.cs
│   ├── CPFrameWork.csproj
│   ├── CPFrameWork.csproj.user
│   ├── FeatureConvention.cs
│   ├── FeatureViewLocationExpander.cs
│   ├── htmlpage1.html
│   ├── htmlpage.html
│   ├── json.json
│   ├── Models
│   │   └── ErrorViewModel.cs
│   ├── Plat
│   │   ├── Auto
│   │   │   ├── AutoController.cs
│   │   │   └── ManaConfig.cshtml
│   │   ├── Common
│   │   │   ├── CommonController.cs
│   │   │   ├── FileUpload.cshtml
│   │   │   ├── Help.cshtml
│   │   │   ├── PlatAdmin.cshtml
│   │   │   └── SelectExp.cshtml
│   │   ├── DataV
│   │   │   ├── DataVController.cs
│   │   │   ├── DataVView.cshtml
│   │   │   ├── LayoutDesigner.cshtml
│   │   │   └── ManaConfig.cshtml
│   │   ├── Flow
│   │   │   ├── FlowController.cs
│   │   │   ├── FlowDesign.cshtml
│   │   │   ├── FlowEngine.cshtml
│   │   │   ├── FlowFallback.cshtml
│   │   │   ├── FlowMonitor.cshtml
│   │   │   ├── FlowMonitorFrame.cshtml
│   │   │   ├── FlowStartFrame.cshtml
│   │   │   └── FlowSubmit.cshtml
│   │   ├── Form
│   │   │   ├── FormController.cs
│   │   │   ├── FormDesign.cshtml
│   │   │   ├── FormView.cshtml
│   │   │   └── ManaConfig.cshtml
│   │   ├── Grid
│   │   │   ├── GridController.cs
│   │   │   ├── GridView.cshtml
│   │   │   ├── GridViewPreview.cshtml
│   │   │   └── ManaConfig.cshtml
│   │   ├── Organ
│   │   │   ├── OrganController.cs
│   │   │   ├── OrganSel.cshtml
│   │   │   └── UserPwdUpdate.cshtml
│   │   ├── Portal
│   │   │   ├── Login.cshtml
│   │   │   ├── LoginOut.cshtml
│   │   │   ├── PortalController.cs
│   │   │   └── SysFrame.cshtml
│   │   ├── Tab
│   │   │   ├── ManaConfig.cshtml
│   │   │   ├── TabController.cs
│   │   │   └── TabView.cshtml
│   │   └── Tree
│   │   ├── ManaConfig.cshtml
│   │   ├── TreeController.cs
│   │   └── TreeView.cshtml
│   ├── Program.cs
│   ├── Properties
│   │   ├── launchSettings.json
│   │   └── PublishProfiles
│   │   ├── FolderProfile.pubxml
│   │   └── FolderProfile.pubxml.user
│   ├── Startup.cs
│   ├── Views
│   │   ├── Home
│   │   │   └── Index.cshtml
│   │   ├── Shared
│   │   │   ├── Error.cshtml
│   │   │   ├── _Layout.cshtml
│   │   │   └── _ValidationScriptsPartial.cshtml
│   │   ├── _ViewImports.cshtml
│   │   └── _ViewStart.cshtml
│   ├── web.config
│   └── wwwroot
│   ├── favicon.ico
│   ├── Plat
│   │   ├── Auto
│   │   │   └── AutoConfig.js
│   │   ├── Common
│   │   │   ├── art-template
│   │   │   │   ├── example
│   │   │   │   │   ├── node-include
│   │   │   │   │   │   ├── footer.art
│   │   │   │   │   │   ├── header.art
│   │   │   │   │   │   ├── index.art
│   │   │   │   │   │   └── index.js
│   │   │   │   │   ├── node-layout
│   │   │   │   │   │   ├── index.art
│   │   │   │   │   │   ├── index.js
│   │   │   │   │   │   └── layout.art
│   │   │   │   │   ├── web-art-syntax
│   │   │   │   │   │   ├── basic.html
│   │   │   │   │   │   ├── compile-error.html
│   │   │   │   │   │   ├── compile.html
│   │   │   │   │   │   ├── filter.html
│   │   │   │   │   │   ├── include.html
│   │   │   │   │   │   ├── no-escape.html
│   │   │   │   │   │   ├── print.html
│   │   │   │   │   │   └── runtime-error.html
│   │   │   │   │   ├── web-ie-compatible
│   │   │   │   │   │   ├── es5-sham.min.js
│   │   │   │   │   │   ├── es5-shim.min.js
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   └── json3.min.js
│   │   │   │   │   ├── web-native-syntax
│   │   │   │   │   │   ├── basic.html
│   │   │   │   │   │   ├── compile-error.html
│   │   │   │   │   │   ├── compile.html
│   │   │   │   │   │   ├── filter.html
│   │   │   │   │   │   ├── include.html
│   │   │   │   │   │   ├── no-escape.html
│   │   │   │   │   │   ├── print.html
│   │   │   │   │   │   └── runtime-error.html
│   │   │   │   │   ├── web-requirejs
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   └── require.js
│   │   │   │   │   └── web-test-speed
│   │   │   │   │   ├── index.html
│   │   │   │   │   └── js
│   │   │   │   │   ├── doT.min.js
│   │   │   │   │   ├── ejs.min.js
│   │   │   │   │   ├── handlebars.js
│   │   │   │   │   ├── highcharts.js
│   │   │   │   │   ├── jquery-1.7.2.min.js
│   │   │   │   │   ├── mustache.min.js
│   │   │   │   │   ├── pug.min.js
│   │   │   │   │   └── swig.min.js
│   │   │   │   └── lib
│   │   │   │   ├── compile
│   │   │   │   │   ├── adapter
│   │   │   │   │   │   ├── caches.js
│   │   │   │   │   │   ├── extend.js
│   │   │   │   │   │   ├── html-minifier.js
│   │   │   │   │   │   ├── include.js
│   │   │   │   │   │   ├── loader.js
│   │   │   │   │   │   ├── onerror.js
│   │   │   │   │   │   ├── resolve-filename.js
│   │   │   │   │   │   ├── rule.art.js
│   │   │   │   │   │   └── rule.native.js
│   │   │   │   │   ├── compiler.js
│   │   │   │   │   ├── defaults.js
│   │   │   │   │   ├── error.js
│   │   │   │   │   ├── es-tokenizer.js
│   │   │   │   │   ├── index.js
│   │   │   │   │   ├── runtime.js
│   │   │   │   │   └── tpl-tokenizer.js
│   │   │   │   ├── defaults.js
│   │   │   │   ├── extension.js
│   │   │   │   ├── index.js
│   │   │   │   ├── precompile.js
│   │   │   │   ├── render.js
│   │   │   │   ├── runtime.js
│   │   │   │   └── template-web.js
│   │   │   ├── bootstrap
│   │   │   │   ├── css
│   │   │   │   │   ├── bootstrap.css
│   │   │   │   │   ├── bootstrap.css.map
│   │   │   │   │   ├── bootstrap.min.css
│   │   │   │   │   ├── bootstrap.min.css.map
│   │   │   │   │   ├── bootstrap-theme.css
│   │   │   │   │   ├── bootstrap-theme.css.map
│   │   │   │   │   ├── bootstrap-theme.min.css
│   │   │   │   │   └── bootstrap-theme.min.css.map
│   │   │   │   ├── 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
│   │   │   ├── dropzone
│   │   │   │   ├── basic.css
│   │   │   │   ├── dropzone-amd-module.js
│   │   │   │   ├── dropzone.css
│   │   │   │   ├── dropzone.js
│   │   │   │   └── min
│   │   │   │   ├── basic.min.css
│   │   │   │   ├── dropzone-amd-module.min.js
│   │   │   │   ├── dropzone.min.css
│   │   │   │   └── dropzone.min.js
│   │   │   ├── eChart
│   │   │   │   ├── echarts.common.min.js
│   │   │   │   └── echarts.js
│   │   │   ├── jquery.contextmenu
│   │   │   │   ├── font
│   │   │   │   │   ├── context-menu-icons.eot
│   │   │   │   │   ├── context-menu-icons.ttf
│   │   │   │   │   ├── context-menu-icons.woff
│   │   │   │   │   └── context-menu-icons.woff2
│   │   │   │   ├── jquery.contextMenu.css
│   │   │   │   ├── jquery.contextMenu.js
│   │   │   │   ├── jquery.contextMenu.min.css
│   │   │   │   ├── jquery.contextMenu.min.css.map
│   │   │   │   ├── jquery.ui.position.js
│   │   │   │   └── jquery.ui.position.min.js
│   │   │   ├── jquery.mCustomScrollbar
│   │   │   │   ├── jquery.mCustomScrollbar.concat.min.js
│   │   │   │   ├── jquery.mCustomScrollbar.css
│   │   │   │   ├── jquery.mCustomScrollbar.min.js
│   │   │   │   └── jquery.mousewheel.min.js
│   │   │   ├── JS
│   │   │   │   ├── angular.min.js
│   │   │   │   ├── Common.js
│   │   │   │   ├── jquery-1.11.2.js
│   │   │   │   └── jquery-1.11.2.min.js
│   │   │   ├── Kendo
│   │   │   │   └── js
│   │   │   │   ├── angular.min.js
│   │   │   │   ├── cultures
│   │   │   │   │   ├── kendo.culture.zh-CN.min.js
│   │   │   │   │   └── kendo.culture.zh-CN.min.js.map
│   │   │   │   ├── jquery.min.js
│   │   │   │   ├── jszip.min.js
│   │   │   │   ├── kendo.all.min.js
│   │   │   │   ├── kendo.angular.min.js
│   │   │   │   ├── kendo.autocomplete.min.js
│   │   │   │   ├── kendo.binder.min.js
│   │   │   │   ├── kendo.button.min.js
│   │   │   │   ├── kendo.calendar.min.js
│   │   │   │   ├── kendo.color.min.js
│   │   │   │   ├── kendo.colorpicker.min.js
│   │   │   │   ├── kendo.columnmenu.min.js
│   │   │   │   ├── kendo.columnsorter.min.js
│   │   │   │   ├── kendo.combobox.min.js
│   │   │   │   ├── kendo.core.min.js
│   │   │   │   ├── kendo.data.min.js
│   │   │   │   ├── kendo.data.odata.min.js
│   │   │   │   ├── kendo.data.signalr.min.js
│   │   │   │   ├── kendo.dataviz.barcode.min.js
│   │   │   │   ├── kendo.dataviz.chart.min.js
│   │   │   │   ├── kendo.dataviz.core.min.js
│   │   │   │   ├── kendo.dataviz.diagram.min.js
│   │   │   │   ├── kendo.dataviz.gauge.min.js
│   │   │   │   ├── kendo.dataviz.map.min.js
│   │   │   │   ├── kendo.dataviz.min.js
│   │   │   │   ├── kendo.dataviz.mobile.min.js
│   │   │   │   ├── kendo.dataviz.qrcode.min.js
│   │   │   │   ├── kendo.dataviz.sparkline.min.js
│   │   │   │   ├── kendo.dataviz.stock.min.js
│   │   │   │   ├── kendo.dataviz.themes.min.js
│   │   │   │   ├── kendo.dataviz.treemap.min.js
│   │   │   │   ├── kendo.data.xml.min.js
│   │   │   │   ├── kendo.datepicker.min.js
│   │   │   │   ├── kendo.datetimepicker.min.js
│   │   │   │   ├── kendo.dialog.min.js
│   │   │   │   ├── kendo.dom.min.js
│   │   │   │   ├── kendo.draganddrop.min.js
│   │   │   │   ├── kendo.drawing.min.js
│   │   │   │   ├── kendo.dropdownlist.min.js
│   │   │   │   ├── kendo.editable.min.js
│   │   │   │   ├── kendo.editor.min.js
│   │   │   │   ├── kendo.excel.min.js
│   │   │   │   ├── kendo.filebrowser.min.js
│   │   │   │   ├── kendo.filtercell.min.js
│   │   │   │   ├── kendo.filtermenu.min.js
│   │   │   │   ├── kendo.fx.min.js
│   │   │   │   ├── kendo.gantt.list.min.js
│   │   │   │   ├── kendo.gantt.min.js
│   │   │   │   ├── kendo.gantt.timeline.min.js
│   │   │   │   ├── kendo.grid.min.js
│   │   │   │   ├── kendo.groupable.min.js
│   │   │   │   ├── kendo.imagebrowser.min.js
│   │   │   │   ├── kendo.list.min.js
│   │   │   │   ├── kendo.listview.min.js
│   │   │   │   ├── kendo.maskedtextbox.min.js
│   │   │   │   ├── kendo.mediaplayer.min.js
│   │   │   │   ├── kendo.menu.min.js
│   │   │   │   ├── kendo.mobile.actionsheet.min.js
│   │   │   │   ├── kendo.mobile.application.min.js
│   │   │   │   ├── kendo.mobile.buttongroup.min.js
│   │   │   │   ├── kendo.mobile.button.min.js
│   │   │   │   ├── kendo.mobile.collapsible.min.js
│   │   │   │   ├── kendo.mobile.drawer.min.js
│   │   │   │   ├── kendo.mobile.listview.min.js
│   │   │   │   ├── kendo.mobile.loader.min.js
│   │   │   │   ├── kendo.mobile.min.js
│   │   │   │   ├── kendo.mobile.modalview.min.js
│   │   │   │   ├── kendo.mobile.navbar.min.js
│   │   │   │   ├── kendo.mobile.pane.min.js
│   │   │   │   ├── kendo.mobile.popover.min.js
│   │   │   │   ├── kendo.mobile.scroller.min.js
│   │   │   │   ├── kendo.mobile.scrollview.min.js
│   │   │   │   ├── kendo.mobile.shim.min.js
│   │   │   │   ├── kendo.mobile.splitview.min.js
│   │   │   │   ├── kendo.mobile.switch.min.js
│   │   │   │   ├── kendo.mobile.tabstrip.min.js
│   │   │   │   ├── kendo.mobile.view.min.js
│   │   │   │   ├── kendo.multiselect.min.js
│   │   │   │   ├── kendo.notification.min.js
│   │   │   │   ├── kendo.numerictextbox.min.js
│   │   │   │   ├── kendo.ooxml.min.js
│   │   │   │   ├── kendo.pager.min.js
│   │   │   │   ├── kendo.panelbar.min.js
│   │   │   │   ├── kendo.pdf.min.js
│   │   │   │   ├── kendo.pivot.configurator.min.js
│   │   │   │   ├── kendo.pivot.fieldmenu.min.js
│   │   │   │   ├── kendo.pivotgrid.min.js
│   │   │   │   ├── kendo.popup.min.js
│   │   │   │   ├── kendo.progressbar.min.js
│   │   │   │   ├── kendo.reorderable.min.js
│   │   │   │   ├── kendo.resizable.min.js
│   │   │   │   ├── kendo.responsivepanel.min.js
│   │   │   │   ├── kendo.router.min.js
│   │   │   │   ├── kendo.scheduler.agendaview.min.js
│   │   │   │   ├── kendo.scheduler.dayview.min.js
│   │   │   │   ├── kendo.scheduler.min.js
│   │   │   │   ├── kendo.scheduler.monthview.min.js
│   │   │   │   ├── kendo.scheduler.recurrence.min.js
│   │   │   │   ├── kendo.scheduler.timelineview.min.js
│   │   │   │   ├── kendo.scheduler.view.min.js
│   │   │   │   ├── kendo.selectable.min.js
│   │   │   │   ├── kendo.slider.min.js
│   │   │   │   ├── kendo.sortable.min.js
│   │   │   │   ├── kendo.splitter.min.js
│   │   │   │   ├── kendo.spreadsheet.min.js
│   │   │   │   ├── kendo.tabstrip.min.js
│   │   │   │   ├── kendo.timepicker.min.js
│   │   │   │   ├── kendo.timezones.min.js
│   │   │   │   ├── kendo.toolbar.min.js
│   │   │   │   ├── kendo.tooltip.min.js
│   │   │   │   ├── kendo.touch.min.js
│   │   │   │   ├── kendo.treelist.min.js
│   │   │   │   ├── kendo.treeview.draganddrop.min.js
│   │   │   │   ├── kendo.treeview.min.js
│   │   │   │   ├── kendo.upload.min.js
│   │   │   │   ├── kendo.userevents.min.js
│   │   │   │   ├── kendo.validator.min.js
│   │   │   │   ├── kendo.view.min.js
│   │   │   │   ├── kendo.virtuallist.min.js
│   │   │   │   ├── kendo.web.min.js
│   │   │   │   ├── kendo.window.min.js
│   │   │   │   ├── messages
│   │   │   │   │   ├── kendo.messages.zh-CN.min.js
│   │   │   │   │   └── kendo.messages.zh-CN.min.js.map
│   │   │   │   └── pako_deflate.min.js
│   │   │   ├── layui
│   │   │   │   ├── 2.1.7版.txt
│   │   │   │   ├── css
│   │   │   │   │   ├── layui.css
│   │   │   │   │   ├── layui.mobile.css
│   │   │   │   │   └── modules
│   │   │   │   │   ├── code.css
│   │   │   │   │   ├── laydate
│   │   │   │   │   │   └── default
│   │   │   │   │   │   └── laydate.css
│   │   │   │   │   └── layer
│   │   │   │   │   └── default
│   │   │   │   │   ├── icon-ext.png
│   │   │   │   │   ├── icon.png
│   │   │   │   │   ├── layer.css
│   │   │   │   │   ├── loading-0.gif
│   │   │   │   │   ├── loading-1.gif
│   │   │   │   │   └── loading-2.gif
│   │   │   │   ├── font
│   │   │   │   │   ├── iconfont.eot
│   │   │   │   │   ├── iconfont.svg
│   │   │   │   │   ├── iconfont.ttf
│   │   │   │   │   └── iconfont.woff
│   │   │   │   ├── images
│   │   │   │   │   └── face
│   │   │   │   │   ├── 0.gif
│   │   │   │   │   ├── 10.gif
│   │   │   │   │   ├── 11.gif
│   │   │   │   │   ├── 12.gif
│   │   │   │   │   ├── 13.gif
│   │   │   │   │   ├── 14.gif
│   │   │   │   │   ├── 15.gif
│   │   │   │   │   ├── 16.gif
│   │   │   │   │   ├── 17.gif
│   │   │   │   │   ├── 18.gif
│   │   │   │   │   ├── 19.gif
│   │   │   │   │   ├── 1.gif
│   │   │   │   │   ├── 20.gif
│   │   │   │   │   ├── 21.gif
│   │   │   │   │   ├── 22.gif
│   │   │   │   │   ├── 23.gif
│   │   │   │   │   ├── 24.gif
│   │   │   │   │   ├── 25.gif
│   │   │   │   │   ├── 26.gif
│   │   │   │   │   ├── 27.gif
│   │   │   │   │   ├── 28.gif
│   │   │   │   │   ├── 29.gif
│   │   │   │   │   ├── 2.gif
│   │   │   │   │   ├── 30.gif
│   │   │   │   │   ├── 31.gif
│   │   │   │   │   ├── 32.gif
│   │   │   │   │   ├── 33.gif
│   │   │   │   │   ├── 34.gif
│   │   │   │   │   ├── 35.gif
│   │   │   │   │   ├── 36.gif
│   │   │   │   │   ├── 37.gif
│   │   │   │   │   ├── 38.gif
│   │   │   │   │   ├── 39.gif
│   │   │   │   │   ├── 3.gif
│   │   │   │   │   ├── 40.gif
│   │   │   │   │   ├── 41.gif
│   │   │   │   │   ├── 42.gif
│   │   │   │   │   ├── 43.gif
│   │   │   │   │   ├── 44.gif
│   │   │   │   │   ├── 45.gif
│   │   │   │   │   ├── 46.gif
│   │   │   │   │   ├── 47.gif
│   │   │   │   │   ├── 48.gif
│   │   │   │   │   ├── 49.gif
│   │   │   │   │   ├── 4.gif
│   │   │   │   │   ├── 50.gif
│   │   │   │   │   ├── 51.gif
│   │   │   │   │   ├── 52.gif
│   │   │   │   │   ├── 53.gif
│   │   │   │   │   ├── 54.gif
│   │   │   │   │   ├── 55.gif
│   │   │   │   │   ├── 56.gif
│   │   │   │   │   ├── 57.gif
│   │   │   │   │   ├── 58.gif
│   │   │   │   │   ├── 59.gif
│   │   │   │   │   ├── 5.gif
│   │   │   │   │   ├── 60.gif
│   │   │   │   │   ├── 61.gif
│   │   │   │   │   ├── 62.gif
│   │   │   │   │   ├── 63.gif
│   │   │   │   │   ├── 64.gif
│   │   │   │   │   ├── 65.gif
│   │   │   │   │   ├── 66.gif
│   │   │   │   │   ├── 67.gif
│   │   │   │   │   ├── 68.gif
│   │   │   │   │   ├── 69.gif
│   │   │   │   │   ├── 6.gif
│   │   │   │   │   ├── 70.gif
│   │   │   │   │   ├── 71.gif
│   │   │   │   │   ├── 7.gif
│   │   │   │   │   ├── 8.gif
│   │   │   │   │   └── 9.gif
│   │   │   │   ├── lay
│   │   │   │   │   └── modules
│   │   │   │   │   ├── carousel.js
│   │   │   │   │   ├── code.js
│   │   │   │   │   ├── element.js
│   │   │   │   │   ├── flow.js
│   │   │   │   │   ├── form.js
│   │   │   │   │   ├── jquery.js
│   │   │   │   │   ├── laydate.js
│   │   │   │   │   ├── layedit.js
│   │   │   │   │   ├── layer.js
│   │   │   │   │   ├── laypage.js
│   │   │   │   │   ├── laytpl.js
│   │   │   │   │   ├── mobile.js
│   │   │   │   │   ├── table.js
│   │   │   │   │   ├── theme
│   │   │   │   │   │   └── default
│   │   │   │   │   │   ├── icon-ext.png
│   │   │   │   │   │   ├── icon.png
│   │   │   │   │   │   ├── layer.css
│   │   │   │   │   │   ├── loading-0.gif
│   │   │   │   │   │   ├── loading-1.gif
│   │   │   │   │   │   └── loading-2.gif
│   │   │   │   │   ├── tree.js
│   │   │   │   │   ├── upload.js
│   │   │   │   │   └── util.js
│   │   │   │   ├── layui.all.js
│   │   │   │   └── layui.js
│   │   │   └── ueditor
│   │   │   ├── dialogs
│   │   │   │   ├── 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
│   │   │   │   ├── internal.js
│   │   │   │   ├── link
│   │   │   │   │   └── link.html
│   │   │   │   ├── map
│   │   │   │   │   ├── map.html
│   │   │   │   │   └── show.html
│   │   │   │   ├── music
│   │   │   │   │   ├── music.css
│   │   │   │   │   ├── music.html
│   │   │   │   │   └── music.js
│   │   │   │   ├── preview
│   │   │   │   │   └── preview.html
│   │   │   │   ├── scrawl
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── addimg.png
│   │   │   │   │   │   ├── brush.png
│   │   │   │   │   │   ├── delimgH.png
│   │   │   │   │   │   ├── delimg.png
│   │   │   │   │   │   ├── emptyH.png
│   │   │   │   │   │   ├── empty.png
│   │   │   │   │   │   ├── eraser.png
│   │   │   │   │   │   ├── redoH.png
│   │   │   │   │   │   ├── redo.png
│   │   │   │   │   │   ├── scaleH.png
│   │   │   │   │   │   ├── scale.png
│   │   │   │   │   │   ├── size.png
│   │   │   │   │   │   ├── undoH.png
│   │   │   │   │   │   └── undo.png
│   │   │   │   │   ├── scrawl.css
│   │   │   │   │   ├── scrawl.html
│   │   │   │   │   └── scrawl.js
│   │   │   │   ├── 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
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── bg.gif
│   │   │   │   │   │   ├── pre0.png
│   │   │   │   │   │   ├── pre1.png
│   │   │   │   │   │   ├── pre2.png
│   │   │   │   │   │   ├── pre3.png
│   │   │   │   │   │   └── pre4.png
│   │   │   │   │   ├── template.css
│   │   │   │   │   ├── template.html
│   │   │   │   │   └── template.js
│   │   │   │   ├── video
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── video.css
│   │   │   │   │   ├── video.html
│   │   │   │   │   └── video.js
│   │   │   │   ├── webapp
│   │   │   │   │   └── webapp.html
│   │   │   │   └── wordimage
│   │   │   │   ├── fClipboard_ueditor.swf
│   │   │   │   ├── imageUploader.swf
│   │   │   │   ├── tangram.js
│   │   │   │   ├── wordimage.html
│   │   │   │   └── wordimage.js
│   │   │   ├── index.html
│   │   │   ├── 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
│   │   │   │   ├── images
│   │   │   │   │   ├── copy.png
│   │   │   │   │   ├── localimage.png
│   │   │   │   │   ├── music.png
│   │   │   │   │   └── upload.png
│   │   │   │   └── zh-cn.js
│   │   │   ├── themes
│   │   │   │   ├── default
│   │   │   │   │   ├── css
│   │   │   │   │   │   ├── ueditor.css
│   │   │   │   │   │   └── ueditor.min.css
│   │   │   │   │   ├── dialogbase.css
│   │   │   │   │   └── images
│   │   │   │   │   ├── anchor.gif
│   │   │   │   │   ├── arrow_down.png
│   │   │   │   │   ├── arrow.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
│   │   │   │   └── iframe.css
│   │   │   ├── third-party
│   │   │   │   ├── codemirror
│   │   │   │   │   ├── codemirror.css
│   │   │   │   │   └── codemirror.js
│   │   │   │   ├── highcharts
│   │   │   │   │   ├── adapters
│   │   │   │   │   │   ├── mootools-adapter.js
│   │   │   │   │   │   ├── mootools-adapter.src.js
│   │   │   │   │   │   ├── prototype-adapter.js
│   │   │   │   │   │   ├── prototype-adapter.src.js
│   │   │   │   │   │   ├── standalone-framework.js
│   │   │   │   │   │   └── standalone-framework.src.js
│   │   │   │   │   ├── highcharts.js
│   │   │   │   │   ├── highcharts-more.js
│   │   │   │   │   ├── highcharts-more.src.js
│   │   │   │   │   ├── highcharts.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
│   │   │   │   ├── jquery-1.10.2.js
│   │   │   │   ├── jquery-1.10.2.min.js
│   │   │   │   ├── jquery-1.10.2.min.map
│   │   │   │   ├── snapscreen
│   │   │   │   │   └── UEditorSnapscreen.exe
│   │   │   │   ├── SyntaxHighlighter
│   │   │   │   │   ├── shCoreDefault.css
│   │   │   │   │   └── shCore.js
│   │   │   │   ├── video-js
│   │   │   │   │   ├── font
│   │   │   │   │   │   ├── vjs.eot
│   │   │   │   │   │   ├── vjs.svg
│   │   │   │   │   │   ├── vjs.ttf
│   │   │   │   │   │   └── vjs.woff
│   │   │   │   │   ├── video.dev.js
│   │   │   │   │   ├── video.js
│   │   │   │   │   ├── video-js.css
│   │   │   │   │   ├── video-js.min.css
│   │   │   │   │   └── video-js.swf
│   │   │   │   ├── 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
│   │   │   │   ├── xss.min.js
│   │   │   │   └── zeroclipboard
│   │   │   │   ├── ZeroClipboard.js
│   │   │   │   ├── ZeroClipboard.min.js
│   │   │   │   └── ZeroClipboard.swf
│   │   │   ├── ueditor.all.js
│   │   │   ├── ueditor.all.min.js
│   │   │   ├── ueditor.config.js
│   │   │   ├── ueditor.parse.js
│   │   │   └── ueditor.parse.min.js
│   │   ├── DataV
│   │   │   ├── DataVConfig.js
│   │   │   └── DataVEngine.js
│   │   ├── Flow
│   │   │   ├── FlowDesignJS.js
│   │   │   ├── FlowEngine.js
│   │   │   ├── flowengine.min.js
│   │   │   ├── FlowFallback.js
│   │   │   ├── FlowMonitor.js
│   │   │   ├── FlowSubmit.js
│   │   │   ├── lib
│   │   │   │   ├── jquery-ui-1.8.4.custom
│   │   │   │   │   ├── css
│   │   │   │   │   │   └── smoothness
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   │   │   │   │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │   │   │   │   │   │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │   │   │   │   │   │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │   │   │   │   │   ├── ui-bg_glass_75_dadada_1x400.png
│   │   │   │   │   │   │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │   │   │   │   │   │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │   │   │   │   │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │   │   │   │   │   │   ├── ui-icons_222222_256x240.png
│   │   │   │   │   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │   │   │   │   │   ├── ui-icons_454545_256x240.png
│   │   │   │   │   │   │   ├── ui-icons_888888_256x240.png
│   │   │   │   │   │   │   └── ui-icons_cd0a0a_256x240.png
│   │   │   │   │   │   └── jquery-ui-1.8.4.custom.css
│   │   │   │   │   ├── index.html
│   │   │   │   │   └── js
│   │   │   │   │   ├── jquery-1.4.2.min.js
│   │   │   │   │   └── jquery-ui-1.8.4.custom.min.js
│   │   │   │   ├── raphael.js
│   │   │   │   └── raphael-min.js
│   │   │   ├── myflow.editors.js
│   │   │   ├── myflow.jpdl3.js
│   │   │   ├── myflow.jpdl4.js
│   │   │   ├── myflow.js
│   │   │   └── select.json
│   │   ├── Form
│   │   │   ├── Baidueditor.html
│   │   │   ├── FormConfig.js
│   │   │   ├── FormEngine.js
│   │   │   └── FormEngine.min.js
│   │   ├── Grid
│   │   │   ├── GridConfigJS.js
│   │   │   ├── GridEngine.js
│   │   │   └── GridEngine.min.js
│   │   ├── Organ
│   │   │   ├── OrganConfig.js
│   │   │   └── OrganSel.js
│   │   ├── Portal
│   │   │   ├── Login.js
│   │   │   ├── ModuleConfig.js
│   │   │   └── SysFrame.js
│   │   ├── Tab
│   │   │   ├── TabConfig.js
│   │   │   └── TabEngine.js
│   │   └── Tree
│   │   ├── TreeConfig.js
│   │   ├── TreeEngine.js
│   │   └── TreeEngine.min.js
│   └── Style
│   ├── AibabaIcon
│   │   ├── demo.css
│   │   ├── demo_fontclass.html
│   │   ├── demo_symbol.html
│   │   ├── demo_unicode.html
│   │   ├── iconfont.css
│   │   ├── iconfont.eot
│   │   ├── iconfont.js
│   │   ├── iconfont.svg
│   │   ├── iconfont.ttf
│   │   ├── iconfont.woff
│   │   ├── SelIcon.html
│   │   └── 图标库来源.txt
│   ├── CommonIcon
│   │   ├── add.png
│   │   ├── add-red2.png
│   │   ├── add-red.png
│   │   ├── administrator1 (add).png
│   │   ├── check out.png
│   │   ├── comment1 (edit).png
│   │   ├── computer1 (edit).png
│   │   ├── database field (add).png
│   │   ├── database table (add).png
│   │   ├── Delete1.png
│   │   ├── delete2.png
│   │   ├── delete.gif
│   │   ├── delete.png
│   │   ├── delete-red.png
│   │   ├── down.png
│   │   ├── edit.png
│   │   ├── edit-red.png
│   │   ├── last.png
│   │   ├── loading.gif
│   │   └── search.png
│   ├── CommonImage
│   │   └── UserNoPic.png
│   ├── Default
│   │   ├── Common.css
│   │   ├── DataV
│   │   │   └── DataVStyle.css
│   │   ├── Flow
│   │   │   ├── FlowDesignStyle.css
│   │   │   ├── FlowEngine.css
│   │   │   └── img
│   │   │   ├── 16
│   │   │   │   ├── delete.gif
│   │   │   │   ├── end_event_cancel.png
│   │   │   │   ├── end_event_error.png
│   │   │   │   ├── end_event_terminate.png
│   │   │   │   ├── event.gif
│   │   │   │   ├── events_multiple.gif
│   │   │   │   ├── flow_sequence.png
│   │   │   │   ├── gateway_exclusive.png
│   │   │   │   ├── gateway_parallel.png
│   │   │   │   ├── new_event_listener.gif
│   │   │   │   ├── new_swimlane.gif
│   │   │   │   ├── new_timer.gif
│   │   │   │   ├── node_elements_multiple.gif
│   │   │   │   ├── start_event_empty.png
│   │   │   │   ├── swimlane.gif
│   │   │   │   ├── swimlanes_multiple.gif
│   │   │   │   ├── task_empty.png
│   │   │   │   ├── task_hql.png
│   │   │   │   ├── task_java.png
│   │   │   │   ├── task_sql.png
│   │   │   │   ├── task_wait.png
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── timer.gif
│   │   │   │   ├── timers_multiple.gif
│   │   │   │   └── transitions_multiple.gif
│   │   │   ├── 48
│   │   │   │   ├── end_event_cancel.png
│   │   │   │   ├── end_event_error.png
│   │   │   │   ├── end_event_terminate.png
│   │   │   │   ├── flow_sequence.png
│   │   │   │   ├── gateway_exclusive.png
│   │   │   │   ├── gateway_parallel.png
│   │   │   │   ├── start_event_empty.png
│   │   │   │   ├── task_empty.png
│   │   │   │   ├── task_hql.png
│   │   │   │   ├── task_java.png
│   │   │   │   ├── task_pass.png
│   │   │   │   ├── task_sql.png
│   │   │   │   ├── task_wait.png
│   │   │   │   └── Thumbs.db
│   │   │   ├── bg.png
│   │   │   ├── End.png
│   │   │   ├── Fallback.png
│   │   │   ├── Line.png
│   │   │   ├── Meet.png
│   │   │   ├── Normal.png
│   │   │   ├── Pass.png
│   │   │   ├── save.gif
│   │   │   ├── select16.gif
│   │   │   ├── Select.png
│   │   │   └── Start.png
│   │   ├── Form
│   │   │   └── FormStyle.css
│   │   ├── Grid
│   │   │   └── GridStyle.css
│   │   ├── Organ
│   │   │   └── OrganSel.css
│   │   ├── Portal
│   │   │   ├── image
│   │   │   │   └── web_login_bg.jpg
│   │   │   ├── Login.css
│   │   │   └── SysFrame.css
│   │   ├── Tab
│   │   │   └── TabStyle.css
│   │   └── Tree
│   │   └── TreeStyle.css
│   └── Kendo
│   ├── Bootstrap
│   │   ├── editor.png
│   │   ├── imagebrowser.png
│   │   ├── indeterminate.gif
│   │   ├── loading_2x.gif
│   │   ├── loading.gif
│   │   ├── loading-image.gif
│   │   ├── markers_2x.png
│   │   ├── markers.png
│   │   ├── slider-h.gif
│   │   ├── slider-v.gif
│   │   ├── sprite_2x.png
│   │   ├── sprite_kpi_2x.png
│   │   ├── sprite_kpi.png
│   │   └── sprite.png
│   ├── fonts
│   │   ├── DejaVu
│   │   │   ├── DejaVuSans-BoldOblique.ttf
│   │   │   ├── DejaVuSans-Bold.ttf
│   │   │   ├── DejaVuSans-ExtraLight.ttf
│   │   │   ├── DejaVuSansMono-BoldOblique.ttf
│   │   │   ├── DejaVuSansMono-Bold.ttf
│   │   │   ├── DejaVuSansMono-Oblique.ttf
│   │   │   ├── DejaVuSansMono.ttf
│   │   │   ├── DejaVuSans-Oblique.ttf
│   │   │   ├── DejaVuSans.ttf
│   │   │   ├── DejaVuSerif-BoldItalic.ttf
│   │   │   ├── DejaVuSerif-Bold.ttf
│   │   │   ├── DejaVuSerif-Italic.ttf
│   │   │   ├── DejaVuSerif.ttf
│   │   │   └── LICENSE.txt
│   │   └── glyphs
│   │   ├── KendoUIGlyphs.eot
│   │   ├── KendoUIGlyphs.svg
│   │   ├── KendoUIGlyphs.ttf
│   │   ├── KendoUIGlyphs.woff
│   │   ├── WebComponentsIcons.eot
│   │   ├── WebComponentsIcons.svg
│   │   ├── WebComponentsIcons.ttf
│   │   └── WebComponentsIcons.woff
│   ├── images
│   │   ├── back.png
│   │   ├── kendoui.svg
│   │   ├── kendoui.ttf
│   │   ├── kendoui.woff
│   │   ├── wp8_icons.png
│   │   └── wp8_inverseicons.png
│   ├── kendo.bootstrap.min.css
│   ├── kendo.bootstrap.min.css.map
│   ├── kendo.bootstrap.mobile.min.css
│   ├── kendo.bootstrap.mobile.min.css.map
│   ├── kendo.bootstrap-v4.min.css
│   ├── kendo.bootstrap-v4.min.css.map
│   ├── kendo.common-bootstrap.core.min.css
│   ├── kendo.common-bootstrap.core.min.css.map
│   ├── kendo.common-bootstrap.min.css
│   ├── kendo.common-bootstrap.min.css.map
│   ├── kendo.common.core.min.css
│   ├── kendo.common.core.min.css.map
│   ├── kendo.common.min.css
│   ├── kendo.common.min.css.map
│   └── textures
│   ├── brushed-metal.png
│   ├── dots10.png
│   ├── dots11.png
│   ├── dots12.png
│   ├── dots13.png
│   ├── dots1.png
│   ├── dots2.png
│   ├── dots3.png
│   ├── dots4.png
│   ├── dots5.png
│   ├── dots6.png
│   ├── dots7.png
│   ├── dots8.png
│   ├── dots9.png
│   ├── glass-lighter.png
│   ├── glass.png
│   ├── highlight.png
│   ├── hsv-gradient.png
│   ├── hue.png
│   ├── leather1.png
│   ├── leather2.png
│   ├── noise.png
│   ├── stripe1.png
│   ├── stripe2.png
│   ├── stripe3.png
│   ├── stripe4.png
│   ├── stripe5.png
│   ├── stripe6.png
│   ├── transparency.png
│   └── transtexture.png
├── DataBase
│   ├── 2018-4-18_V2.0版
│   │   ├── CPCommon.bak
│   │   ├── CPFlow.bak
│   │   ├── CPFrame.bak
│   │   ├── CPOrgan.bak
│   │   └── CPTest.bak
│   └── 2018-7-8_V2.1版
│   ├── CPCommon.bak
│   ├── CPFlow.bak
│   ├── CPFrame.bak
│   ├── CPOrgan.bak
│   ├── CPTest.bak
│   └── SqlServer2008R2版
│   ├── CPCommon.sql
│   ├── CPFlow.sql
│   ├── CPFrame.sql
│   ├── CPOrgan.sql
│   └── CPTest.sql
├── Library
│   ├── Common
│   │   ├── CPFrameWork.Global
│   │   │   ├── AutoNum
│   │   │   │   ├── AutoEngineController.cs
│   │   │   │   └── CPAutoNums.cs
│   │   │   ├── CPAppContext.cs
│   │   │   ├── CPCommonDbContext.cs
│   │   │   ├── CPDbField.cs
│   │   │   ├── CPEnum.cs
│   │   │   ├── CPFrameDbContext.cs
│   │   │   ├── CPFrameWork.Global.csproj
│   │   │   ├── CPWebApiBase.cs
│   │   │   ├── Expression
│   │   │   │   └── CPExpressionHelper.cs
│   │   │   ├── Log
│   │   │   │   └── CPLogHelper.cs
│   │   │   ├── Msg
│   │   │   │   ├── CPMsgs.cs
│   │   │   │   └── ICPMsgHandler.cs
│   │   │   └── Systems
│   │   │   └── CPSystems.cs
│   │   ├── CPFrameWork.Utility
│   │   │   ├── CPFrameWork.Utility.csproj
│   │   │   ├── CPFrameWork.Utility.csproj.user
│   │   │   ├── CPUtils.cs
│   │   │   └── DbOper
│   │   │   ├── CPEFEnum.cs
│   │   │   ├── CPPagedResult.cs
│   │   │   ├── DbHelper.cs
│   │   │   ├── IDbContext.cs
│   │   │   ├── IEntity.cs
│   │   │   ├── IRepository.cs
│   │   │   ├── SortByExtension.cs
│   │   │   └── Specifications
│   │   │   ├── AndNotSpecification.cs
│   │   │   ├── AndSpecification.cs
│   │   │   ├── AnySpecification.cs
│   │   │   ├── CompositeSpecification.cs
│   │   │   ├── ExpressionFuncExtender.cs
│   │   │   ├── ExpressionSpecification.cs
│   │   │   ├── ICompositeSpecification.cs
│   │   │   ├── ISpecification.cs
│   │   │   ├── ISpecificationParser.cs
│   │   │   ├── NoneSpecification.cs
│   │   │   ├── NotSpecification.cs
│   │   │   ├── OrSpecification.cs
│   │   │   ├── ParameterRebinder.cs
│   │   │   └── Specification.cs
│   │   ├── NVelocity
│   │   │   ├── App
│   │   │   │   ├── Events
│   │   │   │   │   ├── EventCartridge.cs
│   │   │   │   │   ├── EventHandler.cs
│   │   │   │   │   ├── MethodExceptionEventHandler.cs
│   │   │   │   │   ├── NullSetEventHandler.cs
│   │   │   │   │   └── ReferenceInsertionEventHandler.cs
│   │   │   │   ├── FieldMethodizer.cs
│   │   │   │   ├── Tools
│   │   │   │   │   └── VelocityFormatter.cs
│   │   │   │   ├── Velocity.cs
│   │   │   │   └── VelocityEngine.cs
│   │   │   ├── Commons
│   │   │   │   └── Collections
│   │   │   │   ├── CollectionsUtil.cs
│   │   │   │   ├── ExtendedProperties.cs
│   │   │   │   ├── IOrderedDictionary.cs
│   │   │   │   ├── KeyedListEnumerator.cs
│   │   │   │   ├── LRUMap.cs
│   │   │   │   ├── PropertiesReader.cs
│   │   │   │   ├── PropertiesTokenizer.cs
│   │   │   │   └── StringTokenizer.cs
│   │   │   ├── Context
│   │   │   │   ├── AbstractContext.cs
│   │   │   │   ├── IContext.cs
│   │   │   │   ├── IInternalContextAdapter.cs
│   │   │   │   ├── IInternalEventContext.cs
│   │   │   │   ├── IInternalHousekeepingContext.cs
│   │   │   │   ├── IInternalWrapperContext.cs
│   │   │   │   ├── InternalContextAdapterImpl.cs
│   │   │   │   ├── InternalContextBase.cs
│   │   │   │   └── VMContext.cs
│   │   │   ├── Exception
│   │   │   │   ├── MethodInvocationException.cs
│   │   │   │   ├── ParseErrorException.cs
│   │   │   │   ├── ResourceNotFoundException.cs
│   │   │   │   └── VelocityException.cs
│   │   │   ├── IDuck.cs
│   │   │   ├── NVelocity.csproj
│   │   │   ├── Runtime
│   │   │   │   ├── Defaults
│   │   │   │   │   ├── directive.properties
│   │   │   │   │   └── nvelocity.properties
│   │   │   │   ├── Directive
│   │   │   │   │   ├── BlockComponent.cs
│   │   │   │   │   ├── Break.cs
│   │   │   │   │   ├── Component.cs
│   │   │   │   │   ├── Directive.cs
│   │   │   │   │   ├── DirectiveManager.cs
│   │   │   │   │   ├── Foreach.cs
│   │   │   │   │   ├── IDirectiveManager.cs
│   │   │   │   │   ├── Include.cs
│   │   │   │   │   ├── Literal.cs
│   │   │   │   │   ├── Macro.cs
│   │   │   │   │   ├── Parse.cs
│   │   │   │   │   ├── ParseDirectiveException.cs
│   │   │   │   │   ├── VelocimacroProxy.cs
│   │   │   │   │   └── VMProxyArg.cs
│   │   │   │   ├── Exception
│   │   │   │   │   ├── NodeException.cs
│   │   │   │   │   └── ReferenceException.cs
│   │   │   │   ├── IRuntimeLogger.cs
│   │   │   │   ├── IRuntimeServices.cs
│   │   │   │   ├── Log
│   │   │   │   │   ├── ILogSystem.cs
│   │   │   │   │   ├── LogManager.cs
│   │   │   │   │   └── NullLogSystem.cs
│   │   │   │   ├── Parser
│   │   │   │   │   ├── ICharStream.cs
│   │   │   │   │   ├── Node
│   │   │   │   │   │   ├── AbstractExecutor.cs
│   │   │   │   │   │   ├── ASTAddNode.cs
│   │   │   │   │   │   ├── ASTAndNode.cs
│   │   │   │   │   │   ├── ASTAssignment.cs
│   │   │   │   │   │   ├── ASTBlock.cs
│   │   │   │   │   │   ├── ASTComment.cs
│   │   │   │   │   │   ├── ASTDirective.cs
│   │   │   │   │   │   ├── ASTDivNode.cs
│   │   │   │   │   │   ├── ASTElseIfStatement.cs
│   │   │   │   │   │   ├── ASTElseStatement.cs
│   │   │   │   │   │   ├── ASTEQNode.cs
│   │   │   │   │   │   ├── ASTEscape.cs
│   │   │   │   │   │   ├── ASTEscapedDirective.cs
│   │   │   │   │   │   ├── ASTExpression.cs
│   │   │   │   │   │   ├── ASTFalse.cs
│   │   │   │   │   │   ├── ASTGENode.cs
│   │   │   │   │   │   ├── ASTGTNode.cs
│   │   │   │   │   │   ├── ASTIdentifier.cs
│   │   │   │   │   │   ├── ASTIfStatement.cs
│   │   │   │   │   │   ├── ASTIncludeStatement.cs
│   │   │   │   │   │   ├── ASTIntegerRange.cs
│   │   │   │   │   │   ├── ASTLENode.cs
│   │   │   │   │   │   ├── ASTLTNode.cs
│   │   │   │   │   │   ├── ASTMap.cs
│   │   │   │   │   │   ├── ASTMethod.cs
│   │   │   │   │   │   ├── ASTModNode.cs
│   │   │   │   │   │   ├── ASTMulNode.cs
│   │   │   │   │   │   ├── ASTNENode.cs
│   │   │   │   │   │   ├── ASTNotNode.cs
│   │   │   │   │   │   ├── ASTNumberLiteral.cs
│   │   │   │   │   │   ├── ASTObjectArray.cs
│   │   │   │   │   │   ├── ASTOrNode.cs
│   │   │   │   │   │   ├── ASTParameters.cs
│   │   │   │   │   │   ├── ASTprocess.cs
│   │   │   │   │   │   ├── ASTReference.cs
│   │   │   │   │   │   ├── ASTSetDirective.cs
│   │   │   │   │   │   ├── ASTStringLiteral.cs
│   │   │   │   │   │   ├── ASTSubtractNode.cs
│   │   │   │   │   │   ├── ASTText.cs
│   │   │   │   │   │   ├── ASTTrue.cs
│   │   │   │   │   │   ├── ASTVariable.cs
│   │   │   │   │   │   ├── ASTWord.cs
│   │   │   │   │   │   ├── BooleanPropertyExecutor.cs
│   │   │   │   │   │   ├── EnumValueExecutor.cs
│   │   │   │   │   │   ├── GetExecutor.cs
│   │   │   │   │   │   ├── INode.cs
│   │   │   │   │   │   ├── IParserVisitor.cs
│   │   │   │   │   │   ├── MathUtil.cs
│   │   │   │   │   │   ├── NodeUtils.cs
│   │   │   │   │   │   ├── ObjectComparer.cs
│   │   │   │   │   │   ├── PropertyExecutor.cs
│   │   │   │   │   │   └── SimpleNode.cs
│   │   │   │   │   ├── ParseException.cs
│   │   │   │   │   ├── ParserConstants.cs
│   │   │   │   │   ├── Parser.cs
│   │   │   │   │   ├── ParserState.cs
│   │   │   │   │   ├── ParserTokenManager.cs
│   │   │   │   │   ├── ParserTreeConstants.cs
│   │   │   │   │   ├── Token.cs
│   │   │   │   │   ├── TokenMgrError.cs
│   │   │   │   │   └── VelocityCharStream.cs
│   │   │   │   ├── Resource
│   │   │   │   │   ├── ContentResource.cs
│   │   │   │   │   ├── Loader
│   │   │   │   │   │   ├── AssemblyRelativeResourceLoader.cs
│   │   │   │   │   │   ├── AssemblyResourceLoader.cs
│   │   │   │   │   │   ├── FileResourceLoader.cs
│   │   │   │   │   │   ├── ResourceLoader.cs
│   │   │   │   │   │   └── ResourceLoaderFactory.cs
│   │   │   │   │   ├── ResourceCache.cs
│   │   │   │   │   ├── ResourceCacheImpl.cs
│   │   │   │   │   ├── Resource.cs
│   │   │   │   │   ├── ResourceFactory.cs
│   │   │   │   │   ├── ResourceManager.cs
│   │   │   │   │   └── ResourceManagerImpl.cs
│   │   │   │   ├── RuntimeConstants.cs
│   │   │   │   ├── RuntimeException.cs
│   │   │   │   ├── RuntimeInstance.cs
│   │   │   │   ├── RuntimeSingleton.cs
│   │   │   │   ├── VelocimacroFactory.cs
│   │   │   │   ├── VelocimacroManager.cs
│   │   │   │   └── Visitor
│   │   │   │   ├── BaseVisitor.cs
│   │   │   │   ├── NodeViewMode.cs
│   │   │   │   └── VMReferenceMungeVisitor.cs
│   │   │   ├── SupportClass.cs
│   │   │   ├── Template.cs
│   │   │   ├── Tool
│   │   │   │   ├── DataInfo.cs
│   │   │   │   ├── IToolInfo.cs
│   │   │   │   └── ToolLoader.cs
│   │   │   ├── Util
│   │   │   │   ├── Introspection
│   │   │   │   │   ├── AmbiguousException.cs
│   │   │   │   │   ├── ClassMap.cs
│   │   │   │   │   ├── Info.cs
│   │   │   │   │   ├── IntrospectionCacheData.cs
│   │   │   │   │   ├── IntrospectorBase.cs
│   │   │   │   │   ├── Introspector.cs
│   │   │   │   │   ├── IUberspect.cs
│   │   │   │   │   ├── IVelMethod.cs
│   │   │   │   │   ├── IVelPropertyGet.cs
│   │   │   │   │   ├── IVelPropertySet.cs
│   │   │   │   │   ├── MethodMap.cs
│   │   │   │   │   ├── UberspectImpl.cs
│   │   │   │   │   └── UberspectLoggable.cs
│   │   │   │   ├── SimplePool.cs
│   │   │   │   └── StringUtils.cs
│   │   │   └── VelocityContext.cs
│   │   └── UEditorNetCore
│   │   ├── Config.cs
│   │   ├── Handlers
│   │   │   ├── ConfigHandler.cs
│   │   │   ├── CrawlerHandler.cs
│   │   │   ├── Handler.cs
│   │   │   ├── ListFileHandler.cs
│   │   │   ├── NotSupportedHandler.cs
│   │   │   └── UploadHandler.cs
│   │   ├── PathFormatter.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── UEditorActionCollection.cs
│   │   ├── UEditorNetCore.csproj
│   │   ├── UEditorService.cs
│   │   └── UEditorServiceExtension.cs
│   └── Plat
│   ├── CPFameWork.Portal
│   │   ├── CPFameWork.Portal.csproj
│   │   ├── CPPortalDbContext.cs
│   │   ├── CPPortalEnum.cs
│   │   ├── CPPortalRep.cs
│   │   └── Module
│   │   ├── CPModuleEngineController.cs
│   │   ├── CPModuleEngine.cs
│   │   └── CPModuleEntity.cs
│   ├── CPFrameWork.Flow
│   │   ├── CPFlowEngineController.cs
│   │   ├── CPFlowEngine.cs
│   │   ├── CPFlowEnum.cs
│   │   ├── CPFlowExpression.cs
│   │   ├── CPFlowTemplate.cs
│   │   ├── CPFrameWork.Flow.csproj
│   │   ├── Domain
│   │   │   ├── CFEntityClient.cs
│   │   │   ├── CFEntity.cs
│   │   │   └── CPFlowEntityForDesigner.cs
│   │   ├── Infrastructure
│   │   │   └── CPFlowDbContext.cs
│   │   ├── json.json
│   │   └── Repository
│   │   └── CPFlowRep.cs
│   ├── CPFrameWork.Organ
│   │   ├── Application
│   │   │   └── COOrgans.cs
│   │   ├── COEnum.cs
│   │   ├── COOrganEngineController.cs
│   │   ├── CPFrameWork.Organ.csproj
│   │   ├── Domain
│   │   │   └── COEntity.cs
│   │   ├── Infrastructure
│   │   │   └── CODbContext.cs
│   │   └── Repository
│   │   └── CORep.cs
│   └── CPFrameWork.UIInterface
│   ├── CPCommonDbContext.cs
│   ├── CPCommonEngineController.cs
│   ├── CPCommonRep.cs
│   ├── CPFrameWork.UIInterface.csproj
│   ├── DataV
│   │   ├── CPDataVEngine.cs
│   │   ├── CPDataVEntity.cs
│   │   ├── CPDataVEnum.cs
│   │   ├── CPDataVExpression.cs
│   │   └── DataVEngineController.cs
│   ├── Form
│   │   ├── Controls
│   │   │   └── ICPFormControl.cs
│   │   ├── CPFormEngine.cs
│   │   ├── CPFormEntity.cs
│   │   ├── CPFormEnum.cs
│   │   ├── CPFormExpression.cs
│   │   ├── CPFormInterface.cs
│   │   ├── CPFormOrganEx.cs
│   │   ├── CPFormTemplate.cs
│   │   └── FormEngineController.cs
│   ├── Grid
│   │   ├── CPGridEngine.cs
│   │   ├── CPGridEntity.cs
│   │   ├── CPGridEnum.cs
│   │   ├── CPGridExpression.cs
│   │   ├── CPGridInterface.cs
│   │   └── GridEngineController.cs
│   ├── Tab
│   │   ├── CPTabEngine.cs
│   │   ├── CPTabEntity.cs
│   │   └── TabEngineController.cs
│   └── Tree
│   ├── CPTreeEngine.cs
│   ├── CPTreeEntity.cs
│   ├── CPTreeExpression.cs
│   └── TreeEngineController.cs
├── LICENSE
├── PublishOutput
│   ├── appsettings.Development.json
│   ├── appsettings.json
│   ├── AutoMapper.Data.dll
│   ├── AutoMapper.dll
│   ├── bower.json
│   ├── bundleconfig.json
│   ├── CacheManager.Core.dll
│   ├── CacheManager.Microsoft.Extensions.Caching.Memory.dll
│   ├── config.json
│   ├── CPFameWork.Portal.dll
│   ├── CPFameWork.Portal.pdb
│   ├── CPFrameWork.deps.json
│   ├── CPFrameWork.dll
│   ├── CPFrameWork.Flow.dll
│   ├── CPFrameWork.Flow.pdb
│   ├── CPFrameWork.Global.dll
│   ├── CPFrameWork.Global.pdb
│   ├── CPFrameWork.Organ.dll
│   ├── CPFrameWork.Organ.pdb
│   ├── CPFrameWork.pdb
│   ├── CPFrameWork.PrecompiledViews.dll
│   ├── CPFrameWork.PrecompiledViews.pdb
│   ├── CPFrameWork.runtimeconfig.json
│   ├── CPFrameWork.UIInterface.dll
│   ├── CPFrameWork.UIInterface.pdb
│   ├── CPFrameWork.Utility.dll
│   ├── CPFrameWork.Utility.pdb
│   ├── CPFrameWork.Views.dll
│   ├── CPFrameWork.Views.pdb
│   ├── de
│   │   ├── Microsoft.Data.Edm.resources.dll
│   │   ├── Microsoft.Data.OData.resources.dll
│   │   └── System.Spatial.resources.dll
│   ├── dotnet-aspnet-codegenerator-design.dll
│   ├── es
│   │   ├── Microsoft.Data.Edm.resources.dll
│   │   ├── Microsoft.Data.OData.resources.dll
│   │   └── System.Spatial.resources.dll
│   ├── fr
│   │   ├── Microsoft.Data.Edm.resources.dll
│   │   ├── Microsoft.Data.OData.resources.dll
│   │   └── System.Spatial.resources.dll
│   ├── it
│   │   ├── Microsoft.Data.Edm.resources.dll
│   │   ├── Microsoft.Data.OData.resources.dll
│   │   └── System.Spatial.resources.dll
│   ├── ja
│   │   ├── Microsoft.Data.Edm.resources.dll
│   │   ├── Microsoft.Data.OData.resources.dll
│   │   └── System.Spatial.resources.dll
│   ├── json.json
│   ├── ko
│   │   ├── Microsoft.Data.Edm.resources.dll
│   │   ├── Microsoft.Data.OData.resources.dll
│   │   └── System.Spatial.resources.dll
│   ├── MessagePack.dll
│   ├── Microsoft.AI.DependencyCollector.dll
│   ├── Microsoft.ApplicationInsights.AspNetCore.dll
│   ├── Microsoft.ApplicationInsights.dll
│   ├── Microsoft.AspNetCore.Antiforgery.dll
│   ├── Microsoft.AspNetCore.ApplicationInsights.HostingStartup.dll
│   ├── Microsoft.AspNetCore.Authentication.Abstractions.dll
│   ├── Microsoft.AspNetCore.Authentication.Cookies.dll
│   ├── Microsoft.AspNetCore.Authentication.Core.dll
│   ├── Microsoft.AspNetCore.Authentication.dll
│   ├── Microsoft.AspNetCore.Authentication.Facebook.dll
│   ├── Microsoft.AspNetCore.Authentication.Google.dll
│   ├── Microsoft.AspNetCore.Authentication.JwtBearer.dll
│   ├── Microsoft.AspNetCore.Authentication.MicrosoftAccount.dll
│   ├── Microsoft.AspNetCore.Authentication.OAuth.dll
│   ├── Microsoft.AspNetCore.Authentication.OpenIdConnect.dll
│   ├── Microsoft.AspNetCore.Authentication.Twitter.dll
│   ├── Microsoft.AspNetCore.Authentication.WsFederation.dll
│   ├── Microsoft.AspNetCore.Authorization.dll
│   ├── Microsoft.AspNetCore.Authorization.Policy.dll
│   ├── Microsoft.AspNetCore.AzureAppServices.HostingStartup.dll
│   ├── Microsoft.AspNetCore.AzureAppServicesIntegration.dll
│   ├── Microsoft.AspNetCore.Connections.Abstractions.dll
│   ├── Microsoft.AspNetCore.CookiePolicy.dll
│   ├── Microsoft.AspNetCore.Cors.dll
│   ├── Microsoft.AspNetCore.Cryptography.Internal.dll
│   ├── Microsoft.AspNetCore.Cryptography.KeyDerivation.dll
│   ├── Microsoft.AspNetCore.DataProtection.Abstractions.dll
│   ├── Microsoft.AspNetCore.DataProtection.AzureKeyVault.dll
│   ├── Microsoft.AspNetCore.DataProtection.AzureStorage.dll
│   ├── Microsoft.AspNetCore.DataProtection.dll
│   ├── Microsoft.AspNetCore.DataProtection.Extensions.dll
│   ├── Microsoft.AspNetCore.Diagnostics.Abstractions.dll
│   ├── Microsoft.AspNetCore.Diagnostics.dll
│   ├── Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.dll
│   ├── Microsoft.AspNetCore.dll
│   ├── Microsoft.AspNetCore.HostFiltering.dll
│   ├── Microsoft.AspNetCore.Hosting.Abstractions.dll
│   ├── Microsoft.AspNetCore.Hosting.dll
│   ├── Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
│   ├── Microsoft.AspNetCore.Html.Abstractions.dll
│   ├── Microsoft.AspNetCore.Http.Abstractions.dll
│   ├── Microsoft.AspNetCore.Http.Connections.Common.dll
│   ├── Microsoft.AspNetCore.Http.Connections.dll
│   ├── Microsoft.AspNetCore.Http.dll
│   ├── Microsoft.AspNetCore.Http.Extensions.dll
│   ├── Microsoft.AspNetCore.Http.Features.dll
│   ├── Microsoft.AspNetCore.HttpOverrides.dll
│   ├── Microsoft.AspNetCore.HttpsPolicy.dll
│   ├── Microsoft.AspNetCore.Identity.dll
│   ├── Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll
│   ├── Microsoft.AspNetCore.Identity.UI.dll
│   ├── Microsoft.AspNetCore.Identity.UI.Views.dll
│   ├── Microsoft.AspNetCore.JsonPatch.dll
│   ├── Microsoft.AspNetCore.Localization.dll
│   ├── Microsoft.AspNetCore.Localization.Routing.dll
│   ├── Microsoft.AspNetCore.MiddlewareAnalysis.dll
│   ├── Microsoft.AspNetCore.Mvc.Abstractions.dll
│   ├── Microsoft.AspNetCore.Mvc.ApiExplorer.dll
│   ├── Microsoft.AspNetCore.Mvc.Core.dll
│   ├── Microsoft.AspNetCore.Mvc.Cors.dll
│   ├── Microsoft.AspNetCore.Mvc.DataAnnotations.dll
│   ├── Microsoft.AspNetCore.Mvc.dll
│   ├── Microsoft.AspNetCore.Mvc.Formatters.Json.dll
│   ├── Microsoft.AspNetCore.Mvc.Formatters.Xml.dll
│   ├── Microsoft.AspNetCore.Mvc.Localization.dll
│   ├── Microsoft.AspNetCore.Mvc.Razor.dll
│   ├── Microsoft.AspNetCore.Mvc.Razor.Extensions.dll
│   ├── Microsoft.AspNetCore.Mvc.RazorPages.dll
│   ├── Microsoft.AspNetCore.Mvc.TagHelpers.dll
│   ├── Microsoft.AspNetCore.Mvc.ViewFeatures.dll
│   ├── Microsoft.AspNetCore.NodeServices.dll
│   ├── Microsoft.AspNetCore.Owin.dll
│   ├── Microsoft.AspNetCore.Razor.dll
│   ├── Microsoft.AspNetCore.Razor.Language.dll
│   ├── Microsoft.AspNetCore.Razor.Runtime.dll
│   ├── Microsoft.AspNetCore.ResponseCaching.Abstractions.dll
│   ├── Microsoft.AspNetCore.ResponseCaching.dll
│   ├── Microsoft.AspNetCore.ResponseCompression.dll
│   ├── Microsoft.AspNetCore.Rewrite.dll
│   ├── Microsoft.AspNetCore.Routing.Abstractions.dll
│   ├── Microsoft.AspNetCore.Routing.dll
│   ├── Microsoft.AspNetCore.Server.HttpSys.dll
│   ├── Microsoft.AspNetCore.Server.IISIntegration.dll
│   ├── Microsoft.AspNetCore.Server.Kestrel.Core.dll
│   ├── Microsoft.AspNetCore.Server.Kestrel.dll
│   ├── Microsoft.AspNetCore.Server.Kestrel.Https.dll
│   ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.dll
│   ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.dll
│   ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll
│   ├── Microsoft.AspNetCore.Session.dll
│   ├── Microsoft.AspNetCore.SignalR.Common.dll
│   ├── Microsoft.AspNetCore.SignalR.Core.dll
│   ├── Microsoft.AspNetCore.SignalR.dll
│   ├── Microsoft.AspNetCore.SignalR.Protocols.Json.dll
│   ├── Microsoft.AspNetCore.SignalR.Redis.dll
│   ├── Microsoft.AspNetCore.SpaServices.dll
│   ├── Microsoft.AspNetCore.SpaServices.Extensions.dll
│   ├── Microsoft.AspNetCore.StaticFiles.dll
│   ├── Microsoft.AspNetCore.WebSockets.dll
│   ├── Microsoft.AspNetCore.WebUtilities.dll
│   ├── Microsoft.Azure.KeyVault.dll
│   ├── Microsoft.Azure.KeyVault.WebKey.dll
│   ├── Microsoft.Azure.Services.AppAuthentication.dll
│   ├── Microsoft.CodeAnalysis.CSharp.dll
│   ├── Microsoft.CodeAnalysis.CSharp.Workspaces.dll
│   ├── Microsoft.CodeAnalysis.dll
│   ├── Microsoft.CodeAnalysis.Razor.dll
│   ├── Microsoft.CodeAnalysis.Workspaces.dll
│   ├── Microsoft.Data.Edm.dll
│   ├── Microsoft.Data.OData.dll
│   ├── Microsoft.Data.Sqlite.dll
│   ├── Microsoft.DotNet.PlatformAbstractions.dll
│   ├── Microsoft.EntityFrameworkCore.Abstractions.dll
│   ├── Microsoft.EntityFrameworkCore.Design.dll
│   ├── Microsoft.EntityFrameworkCore.dll
│   ├── Microsoft.EntityFrameworkCore.DynamicLinq.dll
│   ├── Microsoft.EntityFrameworkCore.InMemory.dll
│   ├── Microsoft.EntityFrameworkCore.Relational.Design.dll
│   ├── Microsoft.EntityFrameworkCore.Relational.dll
│   ├── Microsoft.EntityFrameworkCore.Sqlite.dll
│   ├── Microsoft.EntityFrameworkCore.SqlServer.dll
│   ├── Microsoft.Extensions.Caching.Abstractions.dll
│   ├── Microsoft.Extensions.Caching.Memory.dll
│   ├── Microsoft.Extensions.Caching.Redis.dll
│   ├── Microsoft.Extensions.Caching.SqlServer.dll
│   ├── Microsoft.Extensions.Configuration.Abstractions.dll
│   ├── Microsoft.Extensions.Configuration.AzureKeyVault.dll
│   ├── Microsoft.Extensions.Configuration.Binder.dll
│   ├── Microsoft.Extensions.Configuration.CommandLine.dll
│   ├── Microsoft.Extensions.Configuration.dll
│   ├── Microsoft.Extensions.Configuration.EnvironmentVariables.dll
│   ├── Microsoft.Extensions.Configuration.FileExtensions.dll
│   ├── Microsoft.Extensions.Configuration.Ini.dll
│   ├── Microsoft.Extensions.Configuration.Json.dll
│   ├── Microsoft.Extensions.Configuration.KeyPerFile.dll
│   ├── Microsoft.Extensions.Configuration.UserSecrets.dll
│   ├── Microsoft.Extensions.Configuration.Xml.dll
│   ├── Microsoft.Extensions.DependencyInjection.Abstractions.dll
│   ├── Microsoft.Extensions.DependencyInjection.dll
│   ├── Microsoft.Extensions.DependencyModel.dll
│   ├── Microsoft.Extensions.DiagnosticAdapter.dll
│   ├── Microsoft.Extensions.FileProviders.Abstractions.dll
│   ├── Microsoft.Extensions.FileProviders.Composite.dll
│   ├── Microsoft.Extensions.FileProviders.Embedded.dll
│   ├── Microsoft.Extensions.FileProviders.Physical.dll
│   ├── Microsoft.Extensions.FileSystemGlobbing.dll
│   ├── Microsoft.Extensions.Hosting.Abstractions.dll
│   ├── Microsoft.Extensions.Hosting.dll
│   ├── Microsoft.Extensions.Http.dll
│   ├── Microsoft.Extensions.Identity.Core.dll
│   ├── Microsoft.Extensions.Identity.Stores.dll
│   ├── Microsoft.Extensions.Localization.Abstractions.dll
│   ├── Microsoft.Extensions.Localization.dll
│   ├── Microsoft.Extensions.Logging.Abstractions.dll
│   ├── Microsoft.Extensions.Logging.AzureAppServices.dll
│   ├── Microsoft.Extensions.Logging.Configuration.dll
│   ├── Microsoft.Extensions.Logging.Console.dll
│   ├── Microsoft.Extensions.Logging.Debug.dll
│   ├── Microsoft.Extensions.Logging.dll
│   ├── Microsoft.Extensions.Logging.EventSource.dll
│   ├── Microsoft.Extensions.Logging.TraceSource.dll
│   ├── Microsoft.Extensions.ObjectPool.dll
│   ├── Microsoft.Extensions.Options.ConfigurationExtensions.dll
│   ├── Microsoft.Extensions.Options.dll
│   ├── Microsoft.Extensions.PlatformAbstractions.dll
│   ├── Microsoft.Extensions.Primitives.dll
│   ├── Microsoft.Extensions.WebEncoders.dll
│   ├── Microsoft.IdentityModel.Clients.ActiveDirectory.dll
│   ├── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll
│   ├── Microsoft.IdentityModel.Logging.dll
│   ├── Microsoft.IdentityModel.Protocols.dll
│   ├── Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
│   ├── Microsoft.IdentityModel.Protocols.WsFederation.dll
│   ├── Microsoft.IdentityModel.Tokens.dll
│   ├── Microsoft.IdentityModel.Tokens.Saml.dll
│   ├── Microsoft.IdentityModel.Xml.dll
│   ├── Microsoft.Net.Http.Headers.dll
│   ├── Microsoft.Rest.ClientRuntime.Azure.dll
│   ├── Microsoft.Rest.ClientRuntime.dll
│   ├── Microsoft.VisualStudio.Web.BrowserLink.dll
│   ├── Microsoft.VisualStudio.Web.CodeGeneration.Contracts.dll
│   ├── Microsoft.VisualStudio.Web.CodeGeneration.Core.dll
│   ├── Microsoft.VisualStudio.Web.CodeGeneration.dll
│   ├── Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll
│   ├── Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll
│   ├── Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll
│   ├── Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll
│   ├── Microsoft.WindowsAzure.Storage.dll
│   ├── Newtonsoft.Json.Bson.dll
│   ├── Newtonsoft.Json.dll
│   ├── NuGet.Frameworks.dll
│   ├── NVelocity.dll
│   ├── NVelocity.pdb
│   ├── Remotion.Linq.dll
│   ├── ru
│   │   ├── Microsoft.Data.Edm.resources.dll
│   │   ├── Microsoft.Data.OData.resources.dll
│   │   └── System.Spatial.resources.dll
│   ├── runtimes
│   │   ├── alpine-x64
│   │   │   └── native
│   │   │   └── libe_sqlite3.so
│   │   ├── linux-arm
│   │   │   └── native
│   │   │   ├── libe_sqlite3.so
│   │   │   └── libuv.so
│   │   ├── linux-arm64
│   │   │   └── native
│   │   │   ├── libe_sqlite3.so
│   │   │   └── libuv.so
│   │   ├── linux-armel
│   │   │   └── native
│   │   │   ├── libe_sqlite3.so
│   │   │   └── libuv.so
│   │   ├── linux-musl-x64
│   │   │   └── native
│   │   │   └── libe_sqlite3.so
│   │   ├── linux-x64
│   │   │   └── native
│   │   │   ├── libe_sqlite3.so
│   │   │   └── libuv.so
│   │   ├── linux-x86
│   │   │   └── native
│   │   │   └── libe_sqlite3.so
│   │   ├── osx
│   │   │   └── native
│   │   │   └── libuv.dylib
│   │   ├── osx-x64
│   │   │   └── native
│   │   │   └── libe_sqlite3.dylib
│   │   ├── unix
│   │   │   └── lib
│   │   │   └── netcoreapp2.1
│   │   │   └── System.Data.SqlClient.dll
│   │   ├── win
│   │   │   └── lib
│   │   │   ├── netcoreapp2.0
│   │   │   │   └── System.Text.Encoding.CodePages.dll
│   │   │   └── netcoreapp2.1
│   │   │   ├── System.Data.SqlClient.dll
│   │   │   └── System.Security.Cryptography.Pkcs.dll
│   │   ├── win8-arm
│   │   │   └── native
│   │   │   └── e_sqlite3.dll
│   │   ├── win-arm
│   │   │   └── native
│   │   │   └── libuv.dll
│   │   ├── win-arm64
│   │   │   └── native
│   │   │   └── sni.dll
│   │   ├── win-x64
│   │   │   └── native
│   │   │   ├── e_sqlite3.dll
│   │   │   ├── libuv.dll
│   │   │   └── sni.dll
│   │   └── win-x86
│   │   └── native
│   │   ├── e_sqlite3.dll
│   │   ├── libuv.dll
│   │   └── sni.dll
│   ├── SQLitePCLRaw.batteries_green.dll
│   ├── SQLitePCLRaw.batteries_v2.dll
│   ├── SQLitePCLRaw.core.dll
│   ├── SQLitePCLRaw.provider.e_sqlite3.dll
│   ├── StackExchange.Redis.StrongName.dll
│   ├── System.Composition.AttributedModel.dll
│   ├── System.Composition.Convention.dll
│   ├── System.Composition.Hosting.dll
│   ├── System.Composition.Runtime.dll
│   ├── System.Composition.TypedParts.dll
│   ├── System.Data.SqlClient.dll
│   ├── System.IdentityModel.Tokens.Jwt.dll
│   ├── System.Interactive.Async.dll
│   ├── System.IO.Pipelines.dll
│   ├── System.Linq.Dynamic.Core.dll
│   ├── System.Net.Http.Formatting.dll
│   ├── System.Net.WebSockets.WebSocketProtocol.dll
│   ├── System.Runtime.CompilerServices.Unsafe.dll
│   ├── System.Security.Cryptography.Pkcs.dll
│   ├── System.Security.Cryptography.Xml.dll
│   ├── System.Security.Permissions.dll
│   ├── System.Spatial.dll
│   ├── System.Text.Encoding.CodePages.dll
│   ├── System.Text.Encodings.Web.dll
│   ├── System.Threading.Channels.dll
│   ├── UEditorNetCore.dll
│   ├── UEditorNetCore.pdb
│   ├── UEditorNetCore.xml
│   ├── web.config
│   ├── wwwroot
│   │   ├── favicon.ico
│   │   ├── Plat
│   │   │   ├── Auto
│   │   │   │   └── AutoConfig.js
│   │   │   ├── Common
│   │   │   │   ├── art-template
│   │   │   │   │   ├── example
│   │   │   │   │   │   ├── node-include
│   │   │   │   │   │   │   ├── footer.art
│   │   │   │   │   │   │   ├── header.art
│   │   │   │   │   │   │   ├── index.art
│   │   │   │   │   │   │   └── index.js
│   │   │   │   │   │   ├── node-layout
│   │   │   │   │   │   │   ├── index.art
│   │   │   │   │   │   │   ├── index.js
│   │   │   │   │   │   │   └── layout.art
│   │   │   │   │   │   ├── web-art-syntax
│   │   │   │   │   │   │   ├── basic.html
│   │   │   │   │   │   │   ├── compile-error.html
│   │   │   │   │   │   │   ├── compile.html
│   │   │   │   │   │   │   ├── filter.html
│   │   │   │   │   │   │   ├── include.html
│   │   │   │   │   │   │   ├── no-escape.html
│   │   │   │   │   │   │   ├── print.html
│   │   │   │   │   │   │   └── runtime-error.html
│   │   │   │   │   │   ├── web-ie-compatible
│   │   │   │   │   │   │   ├── es5-sham.min.js
│   │   │   │   │   │   │   ├── es5-shim.min.js
│   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   └── json3.min.js
│   │   │   │   │   │   ├── web-native-syntax
│   │   │   │   │   │   │   ├── basic.html
│   │   │   │   │   │   │   ├── compile-error.html
│   │   │   │   │   │   │   ├── compile.html
│   │   │   │   │   │   │   ├── filter.html
│   │   │   │   │   │   │   ├── include.html
│   │   │   │   │   │   │   ├── no-escape.html
│   │   │   │   │   │   │   ├── print.html
│   │   │   │   │   │   │   └── runtime-error.html
│   │   │   │   │   │   ├── web-requirejs
│   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   └── require.js
│   │   │   │   │   │   └── web-test-speed
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   └── js
│   │   │   │   │   │   ├── doT.min.js
│   │   │   │   │   │   ├── ejs.min.js
│   │   │   │   │   │   ├── handlebars.js
│   │   │   │   │   │   ├── highcharts.js
│   │   │   │   │   │   ├── jquery-1.7.2.min.js
│   │   │   │   │   │   ├── mustache.min.js
│   │   │   │   │   │   ├── pug.min.js
│   │   │   │   │   │   └── swig.min.js
│   │   │   │   │   └── lib
│   │   │   │   │   ├── compile
│   │   │   │   │   │   ├── adapter
│   │   │   │   │   │   │   ├── caches.js
│   │   │   │   │   │   │   ├── extend.js
│   │   │   │   │   │   │   ├── html-minifier.js
│   │   │   │   │   │   │   ├── include.js
│   │   │   │   │   │   │   ├── loader.js
│   │   │   │   │   │   │   ├── onerror.js
│   │   │   │   │   │   │   ├── resolve-filename.js
│   │   │   │   │   │   │   ├── rule.art.js
│   │   │   │   │   │   │   └── rule.native.js
│   │   │   │   │   │   ├── compiler.js
│   │   │   │   │   │   ├── defaults.js
│   │   │   │   │   │   ├── error.js
│   │   │   │   │   │   ├── es-tokenizer.js
│   │   │   │   │   │   ├── index.js
│   │   │   │   │   │   ├── runtime.js
│   │   │   │   │   │   └── tpl-tokenizer.js
│   │   │   │   │   ├── defaults.js
│   │   │   │   │   ├── extension.js
│   │   │   │   │   ├── index.js
│   │   │   │   │   ├── precompile.js
│   │   │   │   │   ├── render.js
│   │   │   │   │   ├── runtime.js
│   │   │   │   │   └── template-web.js
│   │   │   │   ├── bootstrap
│   │   │   │   │   ├── css
│   │   │   │   │   │   ├── bootstrap.css
│   │   │   │   │   │   ├── bootstrap.css.map
│   │   │   │   │   │   ├── bootstrap.min.css
│   │   │   │   │   │   ├── bootstrap.min.css.map
│   │   │   │   │   │   ├── bootstrap-theme.css
│   │   │   │   │   │   ├── bootstrap-theme.css.map
│   │   │   │   │   │   ├── bootstrap-theme.min.css
│   │   │   │   │   │   └── bootstrap-theme.min.css.map
│   │   │   │   │   ├── 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
│   │   │   │   ├── dropzone
│   │   │   │   │   ├── basic.css
│   │   │   │   │   ├── dropzone-amd-module.js
│   │   │   │   │   ├── dropzone.css
│   │   │   │   │   ├── dropzone.js
│   │   │   │   │   └── min
│   │   │   │   │   ├── basic.min.css
│   │   │   │   │   ├── dropzone-amd-module.min.js
│   │   │   │   │   ├── dropzone.min.css
│   │   │   │   │   └── dropzone.min.js
│   │   │   │   ├── eChart
│   │   │   │   │   ├── echarts.common.min.js
│   │   │   │   │   └── echarts.js
│   │   │   │   ├── jquery.contextmenu
│   │   │   │   │   ├── font
│   │   │   │   │   │   ├── context-menu-icons.eot
│   │   │   │   │   │   ├── context-menu-icons.ttf
│   │   │   │   │   │   ├── context-menu-icons.woff
│   │   │   │   │   │   └── context-menu-icons.woff2
│   │   │   │   │   ├── jquery.contextMenu.css
│   │   │   │   │   ├── jquery.contextMenu.js
│   │   │   │   │   ├── jquery.contextMenu.min.css
│   │   │   │   │   ├── jquery.contextMenu.min.css.map
│   │   │   │   │   ├── jquery.ui.position.js
│   │   │   │   │   └── jquery.ui.position.min.js
│   │   │   │   ├── jquery.mCustomScrollbar
│   │   │   │   │   ├── jquery.mCustomScrollbar.concat.min.js
│   │   │   │   │   ├── jquery.mCustomScrollbar.css
│   │   │   │   │   ├── jquery.mCustomScrollbar.min.js
│   │   │   │   │   └── jquery.mousewheel.min.js
│   │   │   │   ├── JS
│   │   │   │   │   ├── angular.min.js
│   │   │   │   │   ├── Common.js
│   │   │   │   │   ├── jquery-1.11.2.js
│   │   │   │   │   └── jquery-1.11.2.min.js
│   │   │   │   ├── Kendo
│   │   │   │   │   └── js
│   │   │   │   │   ├── angular.min.js
│   │   │   │   │   ├── cultures
│   │   │   │   │   │   ├── kendo.culture.zh-CN.min.js
│   │   │   │   │   │   └── kendo.culture.zh-CN.min.js.map
│   │   │   │   │   ├── jquery.min.js
│   │   │   │   │   ├── jszip.min.js
│   │   │   │   │   ├── kendo.all.min.js
│   │   │   │   │   ├── kendo.angular.min.js
│   │   │   │   │   ├── kendo.autocomplete.min.js
│   │   │   │   │   ├── kendo.binder.min.js
│   │   │   │   │   ├── kendo.button.min.js
│   │   │   │   │   ├── kendo.calendar.min.js
│   │   │   │   │   ├── kendo.color.min.js
│   │   │   │   │   ├── kendo.colorpicker.min.js
│   │   │   │   │   ├── kendo.columnmenu.min.js
│   │   │   │   │   ├── kendo.columnsorter.min.js
│   │   │   │   │   ├── kendo.combobox.min.js
│   │   │   │   │   ├── kendo.core.min.js
│   │   │   │   │   ├── kendo.data.min.js
│   │   │   │   │   ├── kendo.data.odata.min.js
│   │   │   │   │   ├── kendo.data.signalr.min.js
│   │   │   │   │   ├── kendo.dataviz.barcode.min.js
│   │   │   │   │   ├── kendo.dataviz.chart.min.js
│   │   │   │   │   ├── kendo.dataviz.core.min.js
│   │   │   │   │   ├── kendo.dataviz.diagram.min.js
│   │   │   │   │   ├── kendo.dataviz.gauge.min.js
│   │   │   │   │   ├── kendo.dataviz.map.min.js
│   │   │   │   │   ├── kendo.dataviz.min.js
│   │   │   │   │   ├── kendo.dataviz.mobile.min.js
│   │   │   │   │   ├── kendo.dataviz.qrcode.min.js
│   │   │   │   │   ├── kendo.dataviz.sparkline.min.js
│   │   │   │   │   ├── kendo.dataviz.stock.min.js
│   │   │   │   │   ├── kendo.dataviz.themes.min.js
│   │   │   │   │   ├── kendo.dataviz.treemap.min.js
│   │   │   │   │   ├── kendo.data.xml.min.js
│   │   │   │   │   ├── kendo.datepicker.min.js
│   │   │   │   │   ├── kendo.datetimepicker.min.js
│   │   │   │   │   ├── kendo.dialog.min.js
│   │   │   │   │   ├── kendo.dom.min.js
│   │   │   │   │   ├── kendo.draganddrop.min.js
│   │   │   │   │   ├── kendo.drawing.min.js
│   │   │   │   │   ├── kendo.dropdownlist.min.js
│   │   │   │   │   ├── kendo.editable.min.js
│   │   │   │   │   ├── kendo.editor.min.js
│   │   │   │   │   ├── kendo.excel.min.js
│   │   │   │   │   ├── kendo.filebrowser.min.js
│   │   │   │   │   ├── kendo.filtercell.min.js
│   │   │   │   │   ├── kendo.filtermenu.min.js
│   │   │   │   │   ├── kendo.fx.min.js
│   │   │   │   │   ├── kendo.gantt.list.min.js
│   │   │   │   │   ├── kendo.gantt.min.js
│   │   │   │   │   ├── kendo.gantt.timeline.min.js
│   │   │   │   │   ├── kendo.grid.min.js
│   │   │   │   │   ├── kendo.groupable.min.js
│   │   │   │   │   ├── kendo.imagebrowser.min.js
│   │   │   │   │   ├── kendo.list.min.js
│   │   │   │   │   ├── kendo.listview.min.js
│   │   │   │   │   ├── kendo.maskedtextbox.min.js
│   │   │   │   │   ├── kendo.mediaplayer.min.js
│   │   │   │   │   ├── kendo.menu.min.js
│   │   │   │   │   ├── kendo.mobile.actionsheet.min.js
│   │   │   │   │   ├── kendo.mobile.application.min.js
│   │   │   │   │   ├── kendo.mobile.buttongroup.min.js
│   │   │   │   │   ├── kendo.mobile.button.min.js
│   │   │   │   │   ├── kendo.mobile.collapsible.min.js
│   │   │   │   │   ├── kendo.mobile.drawer.min.js
│   │   │   │   │   ├── kendo.mobile.listview.min.js
│   │   │   │   │   ├── kendo.mobile.loader.min.js
│   │   │   │   │   ├── kendo.mobile.min.js
│   │   │   │   │   ├── kendo.mobile.modalview.min.js
│   │   │   │   │   ├── kendo.mobile.navbar.min.js
│   │   │   │   │   ├── kendo.mobile.pane.min.js
│   │   │   │   │   ├── kendo.mobile.popover.min.js
│   │   │   │   │   ├── kendo.mobile.scroller.min.js
│   │   │   │   │   ├── kendo.mobile.scrollview.min.js
│   │   │   │   │   ├── kendo.mobile.shim.min.js
│   │   │   │   │   ├── kendo.mobile.splitview.min.js
│   │   │   │   │   ├── kendo.mobile.switch.min.js
│   │   │   │   │   ├── kendo.mobile.tabstrip.min.js
│   │   │   │   │   ├── kendo.mobile.view.min.js
│   │   │   │   │   ├── kendo.multiselect.min.js
│   │   │   │   │   ├── kendo.notification.min.js
│   │   │   │   │   ├── kendo.numerictextbox.min.js
│   │   │   │   │   ├── kendo.ooxml.min.js
│   │   │   │   │   ├── kendo.pager.min.js
│   │   │   │   │   ├── kendo.panelbar.min.js
│   │   │   │   │   ├── kendo.pdf.min.js
│   │   │   │   │   ├── kendo.pivot.configurator.min.js
│   │   │   │   │   ├── kendo.pivot.fieldmenu.min.js
│   │   │   │   │   ├── kendo.pivotgrid.min.js
│   │   │   │   │   ├── kendo.popup.min.js
│   │   │   │   │   ├── kendo.progressbar.min.js
│   │   │   │   │   ├── kendo.reorderable.min.js
│   │   │   │   │   ├── kendo.resizable.min.js
│   │   │   │   │   ├── kendo.responsivepanel.min.js
│   │   │   │   │   ├── kendo.router.min.js
│   │   │   │   │   ├── kendo.scheduler.agendaview.min.js
│   │   │   │   │   ├── kendo.scheduler.dayview.min.js
│   │   │   │   │   ├── kendo.scheduler.min.js
│   │   │   │   │   ├── kendo.scheduler.monthview.min.js
│   │   │   │   │   ├── kendo.scheduler.recurrence.min.js
│   │   │   │   │   ├── kendo.scheduler.timelineview.min.js
│   │   │   │   │   ├── kendo.scheduler.view.min.js
│   │   │   │   │   ├── kendo.selectable.min.js
│   │   │   │   │   ├── kendo.slider.min.js
│   │   │   │   │   ├── kendo.sortable.min.js
│   │   │   │   │   ├── kendo.splitter.min.js
│   │   │   │   │   ├── kendo.spreadsheet.min.js
│   │   │   │   │   ├── kendo.tabstrip.min.js
│   │   │   │   │   ├── kendo.timepicker.min.js
│   │   │   │   │   ├── kendo.timezones.min.js
│   │   │   │   │   ├── kendo.toolbar.min.js
│   │   │   │   │   ├── kendo.tooltip.min.js
│   │   │   │   │   ├── kendo.touch.min.js
│   │   │   │   │   ├── kendo.treelist.min.js
│   │   │   │   │   ├── kendo.treeview.draganddrop.min.js
│   │   │   │   │   ├── kendo.treeview.min.js
│   │   │   │   │   ├── kendo.upload.min.js
│   │   │   │   │   ├── kendo.userevents.min.js
│   │   │   │   │   ├── kendo.validator.min.js
│   │   │   │   │   ├── kendo.view.min.js
│   │   │   │   │   ├── kendo.virtuallist.min.js
│   │   │   │   │   ├── kendo.web.min.js
│   │   │   │   │   ├── kendo.window.min.js
│   │   │   │   │   ├── messages
│   │   │   │   │   │   ├── kendo.messages.zh-CN.min.js
│   │   │   │   │   │   └── kendo.messages.zh-CN.min.js.map
│   │   │   │   │   └── pako_deflate.min.js
│   │   │   │   ├── layui
│   │   │   │   │   ├── 2.1.7版.txt
│   │   │   │   │   ├── css
│   │   │   │   │   │   ├── layui.css
│   │   │   │   │   │   ├── layui.mobile.css
│   │   │   │   │   │   └── modules
│   │   │   │   │   │   ├── code.css
│   │   │   │   │   │   ├── laydate
│   │   │   │   │   │   │   └── default
│   │   │   │   │   │   │   └── laydate.css
│   │   │   │   │   │   └── layer
│   │   │   │   │   │   └── default
│   │   │   │   │   │   ├── icon-ext.png
│   │   │   │   │   │   ├── icon.png
│   │   │   │   │   │   ├── layer.css
│   │   │   │   │   │   ├── loading-0.gif
│   │   │   │   │   │   ├── loading-1.gif
│   │   │   │   │   │   └── loading-2.gif
│   │   │   │   │   ├── font
│   │   │   │   │   │   ├── iconfont.eot
│   │   │   │   │   │   ├── iconfont.svg
│   │   │   │   │   │   ├── iconfont.ttf
│   │   │   │   │   │   └── iconfont.woff
│   │   │   │   │   ├── images
│   │   │   │   │   │   └── face
│   │   │   │   │   │   ├── 0.gif
│   │   │   │   │   │   ├── 10.gif
│   │   │   │   │   │   ├── 11.gif
│   │   │   │   │   │   ├── 12.gif
│   │   │   │   │   │   ├── 13.gif
│   │   │   │   │   │   ├── 14.gif
│   │   │   │   │   │   ├── 15.gif
│   │   │   │   │   │   ├── 16.gif
│   │   │   │   │   │   ├── 17.gif
│   │   │   │   │   │   ├── 18.gif
│   │   │   │   │   │   ├── 19.gif
│   │   │   │   │   │   ├── 1.gif
│   │   │   │   │   │   ├── 20.gif
│   │   │   │   │   │   ├── 21.gif
│   │   │   │   │   │   ├── 22.gif
│   │   │   │   │   │   ├── 23.gif
│   │   │   │   │   │   ├── 24.gif
│   │   │   │   │   │   ├── 25.gif
│   │   │   │   │   │   ├── 26.gif
│   │   │   │   │   │   ├── 27.gif
│   │   │   │   │   │   ├── 28.gif
│   │   │   │   │   │   ├── 29.gif
│   │   │   │   │   │   ├── 2.gif
│   │   │   │   │   │   ├── 30.gif
│   │   │   │   │   │   ├── 31.gif
│   │   │   │   │   │   ├── 32.gif
│   │   │   │   │   │   ├── 33.gif
│   │   │   │   │   │   ├── 34.gif
│   │   │   │   │   │   ├── 35.gif
│   │   │   │   │   │   ├── 36.gif
│   │   │   │   │   │   ├── 37.gif
│   │   │   │   │   │   ├── 38.gif
│   │   │   │   │   │   ├── 39.gif
│   │   │   │   │   │   ├── 3.gif
│   │   │   │   │   │   ├── 40.gif
│   │   │   │   │   │   ├── 41.gif
│   │   │   │   │   │   ├── 42.gif
│   │   │   │   │   │   ├── 43.gif
│   │   │   │   │   │   ├── 44.gif
│   │   │   │   │   │   ├── 45.gif
│   │   │   │   │   │   ├── 46.gif
│   │   │   │   │   │   ├── 47.gif
│   │   │   │   │   │   ├── 48.gif
│   │   │   │   │   │   ├── 49.gif
│   │   │   │   │   │   ├── 4.gif
│   │   │   │   │   │   ├── 50.gif
│   │   │   │   │   │   ├── 51.gif
│   │   │   │   │   │   ├── 52.gif
│   │   │   │   │   │   ├── 53.gif
│   │   │   │   │   │   ├── 54.gif
│   │   │   │   │   │   ├── 55.gif
│   │   │   │   │   │   ├── 56.gif
│   │   │   │   │   │   ├── 57.gif
│   │   │   │   │   │   ├── 58.gif
│   │   │   │   │   │   ├── 59.gif
│   │   │   │   │   │   ├── 5.gif
│   │   │   │   │   │   ├── 60.gif
│   │   │   │   │   │   ├── 61.gif
│   │   │   │   │   │   ├── 62.gif
│   │   │   │   │   │   ├── 63.gif
│   │   │   │   │   │   ├── 64.gif
│   │   │   │   │   │   ├── 65.gif
│   │   │   │   │   │   ├── 66.gif
│   │   │   │   │   │   ├── 67.gif
│   │   │   │   │   │   ├── 68.gif
│   │   │   │   │   │   ├── 69.gif
│   │   │   │   │   │   ├── 6.gif
│   │   │   │   │   │   ├── 70.gif
│   │   │   │   │   │   ├── 71.gif
│   │   │   │   │   │   ├── 7.gif
│   │   │   │   │   │   ├── 8.gif
│   │   │   │   │   │   └── 9.gif
│   │   │   │   │   ├── lay
│   │   │   │   │   │   └── modules
│   │   │   │   │   │   ├── carousel.js
│   │   │   │   │   │   ├── code.js
│   │   │   │   │   │   ├── element.js
│   │   │   │   │   │   ├── flow.js
│   │   │   │   │   │   ├── form.js
│   │   │   │   │   │   ├── jquery.js
│   │   │   │   │   │   ├── laydate.js
│   │   │   │   │   │   ├── layedit.js
│   │   │   │   │   │   ├── layer.js
│   │   │   │   │   │   ├── laypage.js
│   │   │   │   │   │   ├── laytpl.js
│   │   │   │   │   │   ├── mobile.js
│   │   │   │   │   │   ├── table.js
│   │   │   │   │   │   ├── theme
│   │   │   │   │   │   │   └── default
│   │   │   │   │   │   │   ├── icon-ext.png
│   │   │   │   │   │   │   ├── icon.png
│   │   │   │   │   │   │   ├── layer.css
│   │   │   │   │   │   │   ├── loading-0.gif
│   │   │   │   │   │   │   ├── loading-1.gif
│   │   │   │   │   │   │   └── loading-2.gif
│   │   │   │   │   │   ├── tree.js
│   │   │   │   │   │   ├── upload.js
│   │   │   │   │   │   └── util.js
│   │   │   │   │   ├── layui.all.js
│   │   │   │   │   └── layui.js
│   │   │   │   └── ueditor
│   │   │   │   ├── dialogs
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── internal.js
│   │   │   │   │   ├── link
│   │   │   │   │   │   └── link.html
│   │   │   │   │   ├── map
│   │   │   │   │   │   ├── map.html
│   │   │   │   │   │   └── show.html
│   │   │   │   │   ├── music
│   │   │   │   │   │   ├── music.css
│   │   │   │   │   │   ├── music.html
│   │   │   │   │   │   └── music.js
│   │   │   │   │   ├── preview
│   │   │   │   │   │   └── preview.html
│   │   │   │   │   ├── scrawl
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── addimg.png
│   │   │   │   │   │   │   ├── brush.png
│   │   │   │   │   │   │   ├── delimgH.png
│   │   │   │   │   │   │   ├── delimg.png
│   │   │   │   │   │   │   ├── emptyH.png
│   │   │   │   │   │   │   ├── empty.png
│   │   │   │   │   │   │   ├── eraser.png
│   │   │   │   │   │   │   ├── redoH.png
│   │   │   │   │   │   │   ├── redo.png
│   │   │   │   │   │   │   ├── scaleH.png
│   │   │   │   │   │   │   ├── scale.png
│   │   │   │   │   │   │   ├── size.png
│   │   │   │   │   │   │   ├── undoH.png
│   │   │   │   │   │   │   └── undo.png
│   │   │   │   │   │   ├── scrawl.css
│   │   │   │   │   │   ├── scrawl.html
│   │   │   │   │   │   └── scrawl.js
│   │   │   │   │   ├── 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
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── bg.gif
│   │   │   │   │   │   │   ├── pre0.png
│   │   │   │   │   │   │   ├── pre1.png
│   │   │   │   │   │   │   ├── pre2.png
│   │   │   │   │   │   │   ├── pre3.png
│   │   │   │   │   │   │   └── pre4.png
│   │   │   │   │   │   ├── template.css
│   │   │   │   │   │   ├── template.html
│   │   │   │   │   │   └── template.js
│   │   │   │   │   ├── video
│   │   │   │   │   │   ├── 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
│   │   │   │   │   │   ├── video.css
│   │   │   │   │   │   ├── video.html
│   │   │   │   │   │   └── video.js
│   │   │   │   │   ├── webapp
│   │   │   │   │   │   └── webapp.html
│   │   │   │   │   └── wordimage
│   │   │   │   │   ├── fClipboard_ueditor.swf
│   │   │   │   │   ├── imageUploader.swf
│   │   │   │   │   ├── tangram.js
│   │   │   │   │   ├── wordimage.html
│   │   │   │   │   └── wordimage.js
│   │   │   │   ├── index.html
│   │   │   │   ├── 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
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── copy.png
│   │   │   │   │   │   ├── localimage.png
│   │   │   │   │   │   ├── music.png
│   │   │   │   │   │   └── upload.png
│   │   │   │   │   └── zh-cn.js
│   │   │   │   ├── themes
│   │   │   │   │   ├── default
│   │   │   │   │   │   ├── css
│   │   │   │   │   │   │   ├── ueditor.css
│   │   │   │   │   │   │   └── ueditor.min.css
│   │   │   │   │   │   ├── dialogbase.css
│   │   │   │   │   │   └── images
│   │   │   │   │   │   ├── anchor.gif
│   │   │   │   │   │   ├── arrow_down.png
│   │   │   │   │   │   ├── arrow.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
│   │   │   │   │   └── iframe.css
│   │   │   │   ├── third-party
│   │   │   │   │   ├── codemirror
│   │   │   │   │   │   ├── codemirror.css
│   │   │   │   │   │   └── codemirror.js
│   │   │   │   │   ├── highcharts
│   │   │   │   │   │   ├── adapters
│   │   │   │   │   │   │   ├── mootools-adapter.js
│   │   │   │   │   │   │   ├── mootools-adapter.src.js
│   │   │   │   │   │   │   ├── prototype-adapter.js
│   │   │   │   │   │   │   ├── prototype-adapter.src.js
│   │   │   │   │   │   │   ├── standalone-framework.js
│   │   │   │   │   │   │   └── standalone-framework.src.js
│   │   │   │   │   │   ├── highcharts.js
│   │   │   │   │   │   ├── highcharts-more.js
│   │   │   │   │   │   ├── highcharts-more.src.js
│   │   │   │   │   │   ├── highcharts.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
│   │   │   │   │   ├── jquery-1.10.2.js
│   │   │   │   │   ├── jquery-1.10.2.min.js
│   │   │   │   │   ├── jquery-1.10.2.min.map
│   │   │   │   │   ├── snapscreen
│   │   │   │   │   │   └── UEditorSnapscreen.exe
│   │   │   │   │   ├── SyntaxHighlighter
│   │   │   │   │   │   ├── shCoreDefault.css
│   │   │   │   │   │   └── shCore.js
│   │   │   │   │   ├── video-js
│   │   │   │   │   │   ├── font
│   │   │   │   │   │   │   ├── vjs.eot
│   │   │   │   │   │   │   ├── vjs.svg
│   │   │   │   │   │   │   ├── vjs.ttf
│   │   │   │   │   │   │   └── vjs.woff
│   │   │   │   │   │   ├── video.dev.js
│   │   │   │   │   │   ├── video.js
│   │   │   │   │   │   ├── video-js.css
│   │   │   │   │   │   ├── video-js.min.css
│   │   │   │   │   │   └── video-js.swf
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── xss.min.js
│   │   │   │   │   └── zeroclipboard
│   │   │   │   │   ├── ZeroClipboard.js
│   │   │   │   │   ├── ZeroClipboard.min.js
│   │   │   │   │   └── ZeroClipboard.swf
│   │   │   │   ├── ueditor.all.js
│   │   │   │   ├── ueditor.all.min.js
│   │   │   │   ├── ueditor.config.js
│   │   │   │   ├── ueditor.parse.js
│   │   │   │   └── ueditor.parse.min.js
│   │   │   ├── DataV
│   │   │   │   ├── DataVConfig.js
│   │   │   │   └── DataVEngine.js
│   │   │   ├── Flow
│   │   │   │   ├── FlowDesignJS.js
│   │   │   │   ├── FlowEngine.js
│   │   │   │   ├── flowengine.min.js
│   │   │   │   ├── FlowFallback.js
│   │   │   │   ├── FlowMonitor.js
│   │   │   │   ├── FlowSubmit.js
│   │   │   │   ├── lib
│   │   │   │   │   ├── jquery-ui-1.8.4.custom
│   │   │   │   │   │   ├── css
│   │   │   │   │   │   │   └── smoothness
│   │   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   │   │   │   │   │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │   │   │   │   │   │   │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │   │   │   │   │   │   │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │   │   │   │   │   │   ├── ui-bg_glass_75_dadada_1x400.png
│   │   │   │   │   │   │   │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │   │   │   │   │   │   │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │   │   │   │   │   │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │   │   │   │   │   │   │   ├── ui-icons_222222_256x240.png
│   │   │   │   │   │   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │   │   │   │   │   │   ├── ui-icons_454545_256x240.png
│   │   │   │   │   │   │   │   ├── ui-icons_888888_256x240.png
│   │   │   │   │   │   │   │   └── ui-icons_cd0a0a_256x240.png
│   │   │   │   │   │   │   └── jquery-ui-1.8.4.custom.css
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   └── js
│   │   │   │   │   │   ├── jquery-1.4.2.min.js
│   │   │   │   │   │   └── jquery-ui-1.8.4.custom.min.js
│   │   │   │   │   ├── raphael.js
│   │   │   │   │   └── raphael-min.js
│   │   │   │   ├── myflow.editors.js
│   │   │   │   ├── myflow.jpdl3.js
│   │   │   │   ├── myflow.jpdl4.js
│   │   │   │   ├── myflow.js
│   │   │   │   └── select.json
│   │   │   ├── Form
│   │   │   │   ├── Baidueditor.html
│   │   │   │   ├── FormConfig.js
│   │   │   │   ├── FormEngine.js
│   │   │   │   └── FormEngine.min.js
│   │   │   ├── Grid
│   │   │   │   ├── GridConfigJS.js
│   │   │   │   ├── GridEngine.js
│   │   │   │   └── GridEngine.min.js
│   │   │   ├── Organ
│   │   │   │   ├── OrganConfig.js
│   │   │   │   └── OrganSel.js
│   │   │   ├── Portal
│   │   │   │   ├── Login.js
│   │   │   │   ├── ModuleConfig.js
│   │   │   │   └── SysFrame.js
│   │   │   ├── Tab
│   │   │   │   ├── TabConfig.js
│   │   │   │   └── TabEngine.js
│   │   │   └── Tree
│   │   │   ├── TreeConfig.js
│   │   │   ├── TreeEngine.js
│   │   │   └── TreeEngine.min.js
│   │   └── Style
│   │   ├── AibabaIcon
│   │   │   ├── demo.css
│   │   │   ├── demo_fontclass.html
│   │   │   ├── demo_symbol.html
│   │   │   ├── demo_unicode.html
│   │   │   ├── iconfont.css
│   │   │   ├── iconfont.eot
│   │   │   ├── iconfont.js
│   │   │   ├── iconfont.svg
│   │   │   ├── iconfont.ttf
│   │   │   ├── iconfont.woff
│   │   │   ├── SelIcon.html
│   │   │   └── 图标库来源.txt
│   │   ├── CommonIcon
│   │   │   ├── add.png
│   │   │   ├── add-red2.png
│   │   │   ├── add-red.png
│   │   │   ├── administrator1 (add).png
│   │   │   ├── check out.png
│   │   │   ├── comment1 (edit).png
│   │   │   ├── computer1 (edit).png
│   │   │   ├── database field (add).png
│   │   │   ├── database table (add).png
│   │   │   ├── Delete1.png
│   │   │   ├── delete2.png
│   │   │   ├── delete.gif
│   │   │   ├── delete.png
│   │   │   ├── delete-red.png
│   │   │   ├── down.png
│   │   │   ├── edit.png
│   │   │   ├── edit-red.png
│   │   │   ├── last.png
│   │   │   ├── loading.gif
│   │   │   └── search.png
│   │   ├── CommonImage
│   │   │   └── UserNoPic.png
│   │   ├── Default
│   │   │   ├── Common.css
│   │   │   ├── DataV
│   │   │   │   └── DataVStyle.css
│   │   │   ├── Flow
│   │   │   │   ├── FlowDesignStyle.css
│   │   │   │   ├── FlowEngine.css
│   │   │   │   └── img
│   │   │   │   ├── 16
│   │   │   │   │   ├── delete.gif
│   │   │   │   │   ├── end_event_cancel.png
│   │   │   │   │   ├── end_event_error.png
│   │   │   │   │   ├── end_event_terminate.png
│   │   │   │   │   ├── event.gif
│   │   │   │   │   ├── events_multiple.gif
│   │   │   │   │   ├── flow_sequence.png
│   │   │   │   │   ├── gateway_exclusive.png
│   │   │   │   │   ├── gateway_parallel.png
│   │   │   │   │   ├── new_event_listener.gif
│   │   │   │   │   ├── new_swimlane.gif
│   │   │   │   │   ├── new_timer.gif
│   │   │   │   │   ├── node_elements_multiple.gif
│   │   │   │   │   ├── start_event_empty.png
│   │   │   │   │   ├── swimlane.gif
│   │   │   │   │   ├── swimlanes_multiple.gif
│   │   │   │   │   ├── task_empty.png
│   │   │   │   │   ├── task_hql.png
│   │   │   │   │   ├── task_java.png
│   │   │   │   │   ├── task_sql.png
│   │   │   │   │   ├── task_wait.png
│   │   │   │   │   ├── Thumbs.db
│   │   │   │   │   ├── timer.gif
│   │   │   │   │   ├── timers_multiple.gif
│   │   │   │   │   └── transitions_multiple.gif
│   │   │   │   ├── 48
│   │   │   │   │   ├── end_event_cancel.png
│   │   │   │   │   ├── end_event_error.png
│   │   │   │   │   ├── end_event_terminate.png
│   │   │   │   │   ├── flow_sequence.png
│   │   │   │   │   ├── gateway_exclusive.png
│   │   │   │   │   ├── gateway_parallel.png
│   │   │   │   │   ├── start_event_empty.png
│   │   │   │   │   ├── task_empty.png
│   │   │   │   │   ├── task_hql.png
│   │   │   │   │   ├── task_java.png
│   │   │   │   │   ├── task_pass.png
│   │   │   │   │   ├── task_sql.png
│   │   │   │   │   ├── task_wait.png
│   │   │   │   │   └── Thumbs.db
│   │   │   │   ├── bg.png
│   │   │   │   ├── End.png
│   │   │   │   ├── Fallback.png
│   │   │   │   ├── Line.png
│   │   │   │   ├── Meet.png
│   │   │   │   ├── Normal.png
│   │   │   │   ├── Pass.png
│   │   │   │   ├── save.gif
│   │   │   │   ├── select16.gif
│   │   │   │   ├── Select.png
│   │   │   │   └── Start.png
│   │   │   ├── Form
│   │   │   │   └── FormStyle.css
│   │   │   ├── Grid
│   │   │   │   └── GridStyle.css
│   │   │   ├── Organ
│   │   │   │   └── OrganSel.css
│   │   │   ├── Portal
│   │   │   │   ├── image
│   │   │   │   │   └── web_login_bg.jpg
│   │   │   │   ├── Login.css
│   │   │   │   └── SysFrame.css
│   │   │   ├── Tab
│   │   │   │   └── TabStyle.css
│   │   │   └── Tree
│   │   │   └── TreeStyle.css
│   │   └── Kendo
│   │   ├── Bootstrap
│   │   │   ├── editor.png
│   │   │   ├── imagebrowser.png
│   │   │   ├── indeterminate.gif
│   │   │   ├── loading_2x.gif
│   │   │   ├── loading.gif
│   │   │   ├── loading-image.gif
│   │   │   ├── markers_2x.png
│   │   │   ├── markers.png
│   │   │   ├── slider-h.gif
│   │   │   ├── slider-v.gif
│   │   │   ├── sprite_2x.png
│   │   │   ├── sprite_kpi_2x.png
│   │   │   ├── sprite_kpi.png
│   │   │   └── sprite.png
│   │   ├── fonts
│   │   │   ├── DejaVu
│   │   │   │   ├── DejaVuSans-BoldOblique.ttf
│   │   │   │   ├── DejaVuSans-Bold.ttf
│   │   │   │   ├── DejaVuSans-ExtraLight.ttf
│   │   │   │   ├── DejaVuSansMono-BoldOblique.ttf
│   │   │   │   ├── DejaVuSansMono-Bold.ttf
│   │   │   │   ├── DejaVuSansMono-Oblique.ttf
│   │   │   │   ├── DejaVuSansMono.ttf
│   │   │   │   ├── DejaVuSans-Oblique.ttf
│   │   │   │   ├── DejaVuSans.ttf
│   │   │   │   ├── DejaVuSerif-BoldItalic.ttf
│   │   │   │   ├── DejaVuSerif-Bold.ttf
│   │   │   │   ├── DejaVuSerif-Italic.ttf
│   │   │   │   ├── DejaVuSerif.ttf
│   │   │   │   └── LICENSE.txt
│   │   │   └── glyphs
│   │   │   ├── KendoUIGlyphs.eot
│   │   │   ├── KendoUIGlyphs.svg
│   │   │   ├── KendoUIGlyphs.ttf
│   │   │   ├── KendoUIGlyphs.woff
│   │   │   ├── WebComponentsIcons.eot
│   │   │   ├── WebComponentsIcons.svg
│   │   │   ├── WebComponentsIcons.ttf
│   │   │   └── WebComponentsIcons.woff
│   │   ├── images
│   │   │   ├── back.png
│   │   │   ├── kendoui.svg
│   │   │   ├── kendoui.ttf
│   │   │   ├── kendoui.woff
│   │   │   ├── wp8_icons.png
│   │   │   └── wp8_inverseicons.png
│   │   ├── kendo.bootstrap.min.css
│   │   ├── kendo.bootstrap.min.css.map
│   │   ├── kendo.bootstrap.mobile.min.css
│   │   ├── kendo.bootstrap.mobile.min.css.map
│   │   ├── kendo.bootstrap-v4.min.css
│   │   ├── kendo.bootstrap-v4.min.css.map
│   │   ├── kendo.common-bootstrap.core.min.css
│   │   ├── kendo.common-bootstrap.core.min.css.map
│   │   ├── kendo.common-bootstrap.min.css
│   │   ├── kendo.common-bootstrap.min.css.map
│   │   ├── kendo.common.core.min.css
│   │   ├── kendo.common.core.min.css.map
│   │   ├── kendo.common.min.css
│   │   ├── kendo.common.min.css.map
│   │   └── textures
│   │   ├── brushed-metal.png
│   │   ├── dots10.png
│   │   ├── dots11.png
│   │   ├── dots12.png
│   │   ├── dots13.png
│   │   ├── dots1.png
│   │   ├── dots2.png
│   │   ├── dots3.png
│   │   ├── dots4.png
│   │   ├── dots5.png
│   │   ├── dots6.png
│   │   ├── dots7.png
│   │   ├── dots8.png
│   │   ├── dots9.png
│   │   ├── glass-lighter.png
│   │   ├── glass.png
│   │   ├── highlight.png
│   │   ├── hsv-gradient.png
│   │   ├── hue.png
│   │   ├── leather1.png
│   │   ├── leather2.png
│   │   ├── noise.png
│   │   ├── stripe1.png
│   │   ├── stripe2.png
│   │   ├── stripe3.png
│   │   ├── stripe4.png
│   │   ├── stripe5.png
│   │   ├── stripe6.png
│   │   ├── transparency.png
│   │   └── transtexture.png
│   ├── zh-Hans
│   │   ├── Microsoft.Data.Edm.resources.dll
│   │   ├── Microsoft.Data.OData.resources.dll
│   │   └── System.Spatial.resources.dll
│   └── zh-Hant
│   ├── Microsoft.Data.Edm.resources.dll
│   ├── Microsoft.Data.OData.resources.dll
│   └── System.Spatial.resources.dll
├── README.md
├── SDKTest
│   └── CPSDKExample
│   ├── CommonEx.cs
│   ├── CPSDKExample.csproj
│   ├── FormEx.cs
│   └── GridEx.cs
└── 使用说明.txt

403 directories, 2356 files

标签:

实例下载地址

业务配置开发平台源码 .net core、跨平台

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警