在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → Learun.Framework V6.1.6.2(4.20)

Learun.Framework V6.1.6.2(4.20)

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:124.87M
  • 下载次数:27
  • 浏览次数:581
  • 发布时间:2021-01-21
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
Learun.Framework6.1.6.2 4月官方流出版。学习研究之用,不得用于商业用途。
【实例截图】
【核心代码】
9ae93ab7-71fa-43dc-addc-ed836dd84afa
└── Learun.Framework V6.1.6.2
└── Learun.Framework V6.1.6.2
├── db
│   ├── lrmysql.rar
│   ├── lroracle.rar
│   └── lrsqlserver.rar
├── doc
│   ├── Cordova打包IOS平台.pdf
│   ├── ios上线流程.pdf
│   ├── 力软敏捷开发框数据库表说明.htm
│   ├── 力软敏捷开发框架开发手册.chm
│   ├── 力软敏捷开发框架开发手册V6.1.6.pdf
│   ├── 力软敏捷开发框架操作手册V6.1.6.pdf
│   ├── 力软敏捷框架前端API.pdf
│   ├── 力软编码规范.doc
│   └── 敏捷框架移动端开发环境安装.pdf
├── Learun.Framework V6.1
│   ├── Learun.Application.IMServer
│   │   ├── App.config
│   │   ├── AppStart
│   │   │   └── Startup.cs
│   │   ├── Hubs
│   │   │   └── Chats.cs
│   │   ├── Learun.Application.IMServer.csproj
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Learun.Application.IMServer.csproj.CopyComplete
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   ├── packages.config
│   │   ├── Program.cs
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   ├── Learun.Application.Mobile
│   │   ├── bin
│   │   │   └── Android
│   │   │   └── Debug
│   │   │   └── VSBuildInfo.xml
│   │   ├── bower.json
│   │   ├── build.json
│   │   ├── config.xml
│   │   ├── Learun.Application.Mobile.jsproj
│   │   ├── Learun.Application.Mobile.sln
│   │   ├── merges
│   │   │   ├── android
│   │   │   │   └── scripts
│   │   │   │   ├── android2.3-jscompat.js
│   │   │   │   └── platformOverrides.js
│   │   │   └── windows
│   │   │   └── scripts
│   │   │   ├── platformOverrides.js
│   │   │   └── winstore-jscompat.js
│   │   ├── package.json
│   │   ├── platforms
│   │   │   ├── android
│   │   │   │   ├── android.json
│   │   │   │   ├── AndroidManifest.xml
│   │   │   │   ├── ant.properties
│   │   │   │   ├── assets
│   │   │   │   │   └── www
│   │   │   │   │   ├── config
│   │   │   │   │   │   └── config.js
│   │   │   │   │   ├── cordova.js
│   │   │   │   │   ├── cordova-js-src
│   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   ├── nativeapiprovider.js
│   │   │   │   │   │   │   └── promptbasednativeapi.js
│   │   │   │   │   │   ├── exec.js
│   │   │   │   │   │   ├── platform.js
│   │   │   │   │   │   └── plugin
│   │   │   │   │   │   └── android
│   │   │   │   │   │   └── app.js
│   │   │   │   │   ├── cordova_plugins.js
│   │   │   │   │   ├── css
│   │   │   │   │   │   ├── index.css
│   │   │   │   │   │   └── lrmui.min.css
│   │   │   │   │   ├── data
│   │   │   │   │   │   └── city.js
│   │   │   │   │   ├── favicon.ico
│   │   │   │   │   ├── font
│   │   │   │   │   │   ├── iconfont.css
│   │   │   │   │   │   ├── iconfont.eot
│   │   │   │   │   │   ├── iconfont.js
│   │   │   │   │   │   ├── iconfont.svg
│   │   │   │   │   │   ├── iconfont.ttf
│   │   │   │   │   │   └── iconfont.woff
│   │   │   │   │   ├── images
│   │   │   │   │   │   └── logo.png
│   │   │   │   │   ├── index.html
│   │   │   │   │   ├── pages
│   │   │   │   │   │   ├── contacts
│   │   │   │   │   │   │   ├── contacts.css
│   │   │   │   │   │   │   ├── contacts.html
│   │   │   │   │   │   │   └── contacts.js
│   │   │   │   │   │   ├── login
│   │   │   │   │   │   │   ├── login.css
│   │   │   │   │   │   │   ├── login.html
│   │   │   │   │   │   │   └── login.js
│   │   │   │   │   │   ├── message
│   │   │   │   │   │   │   ├── message.css
│   │   │   │   │   │   │   ├── message.html
│   │   │   │   │   │   │   └── message.js
│   │   │   │   │   │   ├── my
│   │   │   │   │   │   │   ├── my.css
│   │   │   │   │   │   │   ├── my.html
│   │   │   │   │   │   │   └── my.js
│   │   │   │   │   │   └── workspace
│   │   │   │   │   │   ├── workspace.css
│   │   │   │   │   │   ├── workspace.html
│   │   │   │   │   │   └── workspace.js
│   │   │   │   │   ├── plugins
│   │   │   │   │   │   ├── cordova-plugin-geolocation
│   │   │   │   │   │   │   └── www
│   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   └── geolocation.js
│   │   │   │   │   │   │   └── PositionError.js
│   │   │   │   │   │   ├── cordova-plugin-splashscreen
│   │   │   │   │   │   │   └── www
│   │   │   │   │   │   │   └── splashscreen.js
│   │   │   │   │   │   └── cordova-plugin-statusbar
│   │   │   │   │   │   └── www
│   │   │   │   │   │   └── statusbar.js
│   │   │   │   │   └── scripts
│   │   │   │   │   ├── android2.3-jscompat.js
│   │   │   │   │   ├── index.js
│   │   │   │   │   ├── jquery-1.10.2.min.js
│   │   │   │   │   ├── jquery.md5.min.js
│   │   │   │   │   ├── jquery.mobile.custom.min.js
│   │   │   │   │   ├── lrmui.min.js
│   │   │   │   │   └── platformOverrides.js
│   │   │   │   ├── build.gradle
│   │   │   │   ├── cordova
│   │   │   │   │   ├── android_sdk_version
│   │   │   │   │   ├── Api.js
│   │   │   │   │   ├── build
│   │   │   │   │   ├── build.bat
│   │   │   │   │   ├── check_reqs
│   │   │   │   │   ├── check_reqs.bat
│   │   │   │   │   ├── clean
│   │   │   │   │   ├── clean.bat
│   │   │   │   │   ├── defaults.xml
│   │   │   │   │   ├── lib
│   │   │   │   │   │   ├── Adb.js
│   │   │   │   │   │   ├── AndroidManifest.js
│   │   │   │   │   │   ├── AndroidProject.js
│   │   │   │   │   │   ├── android_sdk_version.js
│   │   │   │   │   │   ├── builders
│   │   │   │   │   │   │   ├── AntBuilder.js
│   │   │   │   │   │   │   ├── builders.js
│   │   │   │   │   │   │   ├── GenericBuilder.js
│   │   │   │   │   │   │   └── GradleBuilder.js
│   │   │   │   │   │   ├── build.js
│   │   │   │   │   │   ├── check_reqs.js
│   │   │   │   │   │   ├── device.js
│   │   │   │   │   │   ├── emulator.js
│   │   │   │   │   │   ├── install-device
│   │   │   │   │   │   ├── install-device.bat
│   │   │   │   │   │   ├── install-emulator
│   │   │   │   │   │   ├── install-emulator.bat
│   │   │   │   │   │   ├── list-devices
│   │   │   │   │   │   ├── list-devices.bat
│   │   │   │   │   │   ├── list-emulator-images
│   │   │   │   │   │   ├── list-emulator-images.bat
│   │   │   │   │   │   ├── list-started-emulators
│   │   │   │   │   │   ├── list-started-emulators.bat
│   │   │   │   │   │   ├── log.js
│   │   │   │   │   │   ├── plugin-build.gradle
│   │   │   │   │   │   ├── pluginHandlers.js
│   │   │   │   │   │   ├── prepare.js
│   │   │   │   │   │   ├── retry.js
│   │   │   │   │   │   ├── run.js
│   │   │   │   │   │   ├── start-emulator
│   │   │   │   │   │   └── start-emulator.bat
│   │   │   │   │   ├── log
│   │   │   │   │   ├── log.bat
│   │   │   │   │   ├── loggingHelper.js
│   │   │   │   │   ├── node_modules
│   │   │   │   │   │   ├── abbrev
│   │   │   │   │   │   │   ├── abbrev.js
│   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   └── README.md
│   │   │   │   │   │   ├── ansi
│   │   │   │   │   │   │   ├── examples
│   │   │   │   │   │   │   │   ├── beep
│   │   │   │   │   │   │   │   │   └── index.js
│   │   │   │   │   │   │   │   ├── clear
│   │   │   │   │   │   │   │   │   └── index.js
│   │   │   │   │   │   │   │   ├── cursorPosition.js
│   │   │   │   │   │   │   │   └── progress
│   │   │   │   │   │   │   │   └── index.js
│   │   │   │   │   │   │   ├── History.md
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── ansi.js
│   │   │   │   │   │   │   │   └── newlines.js
│   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   └── README.md
│   │   │   │   │   │   ├── balanced-match
│   │   │   │   │   │   │   ├── index.js
│   │   │   │   │   │   │   ├── LICENSE.md
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   └── README.md
│   │   │   │   │   │   ├── base64-js
│   │   │   │   │   │   │   ├── bench
│   │   │   │   │   │   │   │   └── bench.js
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── b64.js
│   │   │   │   │   │   │   ├── LICENSE.MIT
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   ├── README.md
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   ├── convert.js
│   │   │   │   │   │   │   └── url-safe.js
│   │   │   │   │   │   ├── big-integer
│   │   │   │   │   │   │   ├── BigInteger.js
│   │   │   │   │   │   │   ├── BigInteger.min.js
│   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   └── README.md
│   │   │   │   │   │   ├── bplist-parser
│   │   │   │   │   │   │   ├── bplistParser.js
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   ├── README.md
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   ├── airplay.bplist
│   │   │   │   │   │   │   ├── int64.bplist
│   │   │   │   │   │   │   ├── int64.xml
│   │   │   │   │   │   │   ├── iTunes-small.bplist
│   │   │   │   │   │   │   ├── parseTest.js
│   │   │   │   │   │   │   ├── sample1.bplist
│   │   │   │   │   │   │   ├── sample2.bplist
│   │   │   │   │   │   │   ├── uid.bplist
│   │   │   │   │   │   │   ├── utf16.bplist
│   │   │   │   │   │   │   └── utf16_chinese.plist
│   │   │   │   │   │   ├── brace-expansion
│   │   │   │   │   │   │   ├── index.js
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   └── README.md
│   │   │   │   │   │   ├── concat-map
│   │   │   │   │   │   │   ├── index.js
│   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   ├── README.markdown
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   └── map.js
│   │   │   │   │   │   ├── cordova-common
│   │   │   │   │   │   │   ├── cordova-common.js
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   ├── README.md
│   │   │   │   │   │   │   ├── RELEASENOTES.md
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   ├── ActionStack.js
│   │   │   │   │   │   │   ├── ConfigChanges
│   │   │   │   │   │   │   │   ├── ConfigChanges.js
│   │   │   │   │   │   │   │   ├── ConfigFile.js
│   │   │   │   │   │   │   │   ├── ConfigKeeper.js
│   │   │   │   │   │   │   │   └── munge-util.js
│   │   │   │   │   │   │   ├── ConfigParser
│   │   │   │   │   │   │   │   ├── ConfigParser.js
│   │   │   │   │   │   │   │   └── README.md
│   │   │   │   │   │   │   ├── CordovaError
│   │   │   │   │   │   │   │   ├── CordovaError.js
│   │   │   │   │   │   │   │   └── CordovaExternalToolErrorContext.js
│   │   │   │   │   │   │   ├── CordovaLogger.js
│   │   │   │   │   │   │   ├── events.js
│   │   │   │   │   │   │   ├── FileUpdater.js
│   │   │   │   │   │   │   ├── PlatformJson.js
│   │   │   │   │   │   │   ├── PluginInfo
│   │   │   │   │   │   │   │   ├── PluginInfo.js
│   │   │   │   │   │   │   │   └── PluginInfoProvider.js
│   │   │   │   │   │   │   ├── PluginManager.js
│   │   │   │   │   │   │   ├── superspawn.js
│   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   ├── addProperty.js
│   │   │   │   │   │   │   ├── plist-helpers.js
│   │   │   │   │   │   │   └── xml-helpers.js
│   │   │   │   │   │   ├── cordova-registry-mapper
│   │   │   │   │   │   │   ├── index.js
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   ├── README.md
│   │   │   │   │   │   │   └── tests
│   │   │   │   │   │   │   └── test.js
│   │   │   │   │   │   ├── elementtree
│   │   │   │   │   │   │   ├── CHANGES.md
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── constants.js
│   │   │   │   │   │   │   │   ├── elementpath.js
│   │   │   │   │   │   │   │   ├── elementtree.js
│   │   │   │   │   │   │   │   ├── errors.js
│   │   │   │   │   │   │   │   ├── parser.js
│   │   │   │   │   │   │   │   ├── parsers
│   │   │   │   │   │   │   │   │   ├── index.js
│   │   │   │   │   │   │   │   │   └── sax.js
│   │   │   │   │   │   │   │   ├── sprintf.js
│   │   │   │   │   │   │   │   ├── treebuilder.js
│   │   │   │   │   │   │   │   └── utils.js
│   │   │   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   │   │   ├── Makefile
│   │   │   │   │   │   │   ├── NOTICE
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   ├── README.md
│   │   │   │   │   │   │   └── tests
│   │   │   │   │   │   │   ├── data
│   │   │   │   │   │   │   │   ├── xml1.xml
│   │   │   │   │   │   │   │   └── xml2.xml
│   │   │   │   │   │   │   └── test-simple.js
│   │   │   │   │   │   ├── glob
│   │   │   │   │   │   │   ├── common.js
│   │   │   │   │   │   │   ├── glob.js
│   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   ├── README.md
│   │   │   │   │   │   │   └── sync.js
│   │   │   │   │   │   ├── inflight
│   │   │   │   │   │   │   ├── inflight.js
│   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   └── README.md
│   │   │   │   │   │   ├── inherits
│   │   │   │   │   │   │   ├── inherits_browser.js
│   │   │   │   │   │   │   ├── inherits.js
│   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   ├── README.md
│   │   │   │   │   │   │   └── test.js
│   │   │   │   │   │   ├── lodash
│   │   │   │   │   │   │   ├── array
│   │   │   │   │   │   │   │   ├── chunk.js
│   │   │   │   │   │   │   │   ├── compact.js
│   │   │   │   │   │   │   │   ├── difference.js
│   │   │   │   │   │   │   │   ├── drop.js
│   │   │   │   │   │   │   │   ├── dropRight.js
│   │   │   │   │   │   │   │   ├── dropRightWhile.js
│   │   │   │   │   │   │   │   ├── dropWhile.js
│   │   │   │   │   │   │   │   ├── fill.js
│   │   │   │   │   │   │   │   ├── findIndex.js
│   │   │   │   │   │   │   │   ├── findLastIndex.js
│   │   │   │   │   │   │   │   ├── first.js
│   │   │   │   │   │   │   │   ├── flattenDeep.js
│   │   │   │   │   │   │   │   ├── flatten.js
│   │   │   │   │   │   │   │   ├── head.js
│   │   │   │   │   │   │   │   ├── indexOf.js
│   │   │   │   │   │   │   │   ├── initial.js
│   │   │   │   │   │   │   │   ├── intersection.js
│   │   │   │   │   │   │   │   ├── lastIndexOf.js
│   │   │   │   │   │   │   │   ├── last.js
│   │   │   │   │   │   │   │   ├── object.js
│   │   │   │   │   │   │   │   ├── pullAt.js
│   │   │   │   │   │   │   │   ├── pull.js
│   │   │   │   │   │   │   │   ├── remove.js
│   │   │   │   │   │   │   │   ├── rest.js
│   │   │   │   │   │   │   │   ├── slice.js
│   │   │   │   │   │   │   │   ├── sortedIndex.js
│   │   │   │   │   │   │   │   ├── sortedLastIndex.js
│   │   │   │   │   │   │   │   ├── tail.js
│   │   │   │   │   │   │   │   ├── take.js
│   │   │   │   │   │   │   │   ├── takeRight.js
│   │   │   │   │   │   │   │   ├── takeRightWhile.js
│   │   │   │   │   │   │   │   ├── takeWhile.js
│   │   │   │   │   │   │   │   ├── union.js
│   │   │   │   │   │   │   │   ├── uniq.js
│   │   │   │   │   │   │   │   ├── unique.js
│   │   │   │   │   │   │   │   ├── unzip.js
│   │   │   │   │   │   │   │   ├── unzipWith.js
│   │   │   │   │   │   │   │   ├── without.js
│   │   │   │   │   │   │   │   ├── xor.js
│   │   │   │   │   │   │   │   ├── zip.js
│   │   │   │   │   │   │   │   ├── zipObject.js
│   │   │   │   │   │   │   │   └── zipWith.js
│   │   │   │   │   │   │   ├── array.js
│   │   │   │   │   │   │   ├── chain
│   │   │   │   │   │   │   │   ├── chain.js
│   │   │   │   │   │   │   │   ├── commit.js
│   │   │   │   │   │   │   │   ├── concat.js
│   │   │   │   │   │   │   │   ├── lodash.js
│   │   │   │   │   │   │   │   ├── plant.js
│   │   │   │   │   │   │   │   ├── reverse.js
│   │   │   │   │   │   │   │   ├── run.js
│   │   │   │   │   │   │   │   ├── tap.js
│   │   │   │   │   │   │   │   ├── thru.js
│   │   │   │   │   │   │   │   ├── toJSON.js
│   │   │   │   │   │   │   │   ├── toString.js
│   │   │   │   │   │   │   │   ├── value.js
│   │   │   │   │   │   │   │   ├── valueOf.js
│   │   │   │   │   │   │   │   ├── wrapperChain.js
│   │   │   │   │   │   │   │   ├── wrapperCommit.js
│   │   │   │   │   │   │   │   ├── wrapperConcat.js
│   │   │   │   │   │   │   │   ├── wrapperPlant.js
│   │   │   │   │   │   │   │   ├── wrapperReverse.js
│   │   │   │   │   │   │   │   ├── wrapperToString.js
│   │   │   │   │   │   │   │   └── wrapperValue.js
│   │   │   │   │   │   │   ├── chain.js
│   │   │   │   │   │   │   ├── collection
│   │   │   │   │   │   │   │   ├── all.js
│   │   │   │   │   │   │   │   ├── any.js
│   │   │   │   │   │   │   │   ├── at.js
│   │   │   │   │   │   │   │   ├── collect.js
│   │   │   │   │   │   │   │   ├── contains.js
│   │   │   │   │   │   │   │   ├── countBy.js
│   │   │   │   │   │   │   │   ├── detect.js
│   │   │   │   │   │   │   │   ├── each.js
│   │   │   │   │   │   │   │   ├── eachRight.js
│   │   │   │   │   │   │   │   ├── every.js
│   │   │   │   │   │   │   │   ├── filter.js
│   │   │   │   │   │   │   │   ├── find.js
│   │   │   │   │   │   │   │   ├── findLast.js
│   │   │   │   │   │   │   │   ├── findWhere.js
│   │   │   │   │   │   │   │   ├── foldl.js
│   │   │   │   │   │   │   │   ├── foldr.js
│   │   │   │   │   │   │   │   ├── forEach.js
│   │   │   │   │   │   │   │   ├── forEachRight.js
│   │   │   │   │   │   │   │   ├── groupBy.js
│   │   │   │   │   │   │   │   ├── include.js
│   │   │   │   │   │   │   │   ├── includes.js
│   │   │   │   │   │   │   │   ├── indexBy.js
│   │   │   │   │   │   │   │   ├── inject.js
│   │   │   │   │   │   │   │   ├── invoke.js
│   │   │   │   │   │   │   │   ├── map.js
│   │   │   │   │   │   │   │   ├── max.js
│   │   │   │   │   │   │   │   ├── min.js
│   │   │   │   │   │   │   │   ├── partition.js
│   │   │   │   │   │   │   │   ├── pluck.js
│   │   │   │   │   │   │   │   ├── reduce.js
│   │   │   │   │   │   │   │   ├── reduceRight.js
│   │   │   │   │   │   │   │   ├── reject.js
│   │   │   │   │   │   │   │   ├── sample.js
│   │   │   │   │   │   │   │   ├── select.js
│   │   │   │   │   │   │   │   ├── shuffle.js
│   │   │   │   │   │   │   │   ├── size.js
│   │   │   │   │   │   │   │   ├── some.js
│   │   │   │   │   │   │   │   ├── sortByAll.js
│   │   │   │   │   │   │   │   ├── sortBy.js
│   │   │   │   │   │   │   │   ├── sortByOrder.js
│   │   │   │   │   │   │   │   ├── sum.js
│   │   │   │   │   │   │   │   └── where.js
│   │   │   │   │   │   │   ├── collection.js
│   │   │   │   │   │   │   ├── date
│   │   │   │   │   │   │   │   └── now.js
│   │   │   │   │   │   │   ├── date.js
│   │   │   │   │   │   │   ├── function
│   │   │   │   │   │   │   │   ├── after.js
│   │   │   │   │   │   │   │   ├── ary.js
│   │   │   │   │   │   │   │   ├── backflow.js
│   │   │   │   │   │   │   │   ├── before.js
│   │   │   │   │   │   │   │   ├── bindAll.js
│   │   │   │   │   │   │   │   ├── bind.js
│   │   │   │   │   │   │   │   ├── bindKey.js
│   │   │   │   │   │   │   │   ├── compose.js
│   │   │   │   │   │   │   │   ├── curry.js
│   │   │   │   │   │   │   │   ├── curryRight.js
│   │   │   │   │   │   │   │   ├── debounce.js
│   │   │   │   │   │   │   │   ├── defer.js
│   │   │   │   │   │   │   │   ├── delay.js
│   │   │   │   │   │   │   │   ├── flow.js
│   │   │   │   │   │   │   │   ├── flowRight.js
│   │   │   │   │   │   │   │   ├── memoize.js
│   │   │   │   │   │   │   │   ├── modArgs.js
│   │   │   │   │   │   │   │   ├── negate.js
│   │   │   │   │   │   │   │   ├── once.js
│   │   │   │   │   │   │   │   ├── partial.js
│   │   │   │   │   │   │   │   ├── partialRight.js
│   │   │   │   │   │   │   │   ├── rearg.js
│   │   │   │   │   │   │   │   ├── restParam.js
│   │   │   │   │   │   │   │   ├── spread.js
│   │   │   │   │   │   │   │   ├── throttle.js
│   │   │   │   │   │   │   │   └── wrap.js
│   │   │   │   │   │   │   ├── function.js
│   │   │   │   │   │   │   ├── index.js
│   │   │   │   │   │   │   ├── internal
│   │   │   │   │   │   │   │   ├── arrayConcat.js
│   │   │   │   │   │   │   │   ├── arrayCopy.js
│   │   │   │   │   │   │   │   ├── arrayEach.js
│   │   │   │   │   │   │   │   ├── arrayEachRight.js
│   │   │   │   │   │   │   │   ├── arrayEvery.js
│   │   │   │   │   │   │   │   ├── arrayExtremum.js
│   │   │   │   │   │   │   │   ├── arrayFilter.js
│   │   │   │   │   │   │   │   ├── arrayMap.js
│   │   │   │   │   │   │   │   ├── arrayPush.js
│   │   │   │   │   │   │   │   ├── arrayReduce.js
│   │   │   │   │   │   │   │   ├── arrayReduceRight.js
│   │   │   │   │   │   │   │   ├── arraySome.js
│   │   │   │   │   │   │   │   ├── arraySum.js
│   │   │   │   │   │   │   │   ├── assignDefaults.js
│   │   │   │   │   │   │   │   ├── assignOwnDefaults.js
│   │   │   │   │   │   │   │   ├── assignWith.js
│   │   │   │   │   │   │   │   ├── baseAssign.js
│   │   │   │   │   │   │   │   ├── baseAt.js
│   │   │   │   │   │   │   │   ├── baseCallback.js
│   │   │   │   │   │   │   │   ├── baseClone.js
│   │   │   │   │   │   │   │   ├── baseCompareAscending.js
│   │   │   │   │   │   │   │   ├── baseCopy.js
│   │   │   │   │   │   │   │   ├── baseCreate.js
│   │   │   │   │   │   │   │   ├── baseDelay.js
│   │   │   │   │   │   │   │   ├── baseDifference.js
│   │   │   │   │   │   │   │   ├── baseEach.js
│   │   │   │   │   │   │   │   ├── baseEachRight.js
│   │   │   │   │   │   │   │   ├── baseEvery.js
│   │   │   │   │   │   │   │   ├── baseExtremum.js
│   │   │   │   │   │   │   │   ├── baseFill.js
│   │   │   │   │   │   │   │   ├── baseFilter.js
│   │   │   │   │   │   │   │   ├── baseFindIndex.js
│   │   │   │   │   │   │   │   ├── baseFind.js
│   │   │   │   │   │   │   │   ├── baseFlatten.js
│   │   │   │   │   │   │   │   ├── baseForIn.js
│   │   │   │   │   │   │   │   ├── baseFor.js
│   │   │   │   │   │   │   │   ├── baseForOwn.js
│   │   │   │   │   │   │   │   ├── baseForOwnRight.js
│   │   │   │   │   │   │   │   ├── baseForRight.js
│   │   │   │   │   │   │   │   ├── baseFunctions.js
│   │   │   │   │   │   │   │   ├── baseGet.js
│   │   │   │   │   │   │   │   ├── baseIndexOf.js
│   │   │   │   │   │   │   │   ├── baseIsEqualDeep.js
│   │   │   │   │   │   │   │   ├── baseIsEqual.js
│   │   │   │   │   │   │   │   ├── baseIsFunction.js
│   │   │   │   │   │   │   │   ├── baseIsMatch.js
│   │   │   │   │   │   │   │   ├── baseLodash.js
│   │   │   │   │   │   │   │   ├── baseMap.js
│   │   │   │   │   │   │   │   ├── baseMatches.js
│   │   │   │   │   │   │   │   ├── baseMatchesProperty.js
│   │   │   │   │   │   │   │   ├── baseMergeDeep.js
│   │   │   │   │   │   │   │   ├── baseMerge.js
│   │   │   │   │   │   │   │   ├── basePropertyDeep.js
│   │   │   │   │   │   │   │   ├── baseProperty.js
│   │   │   │   │   │   │   │   ├── basePullAt.js
│   │   │   │   │   │   │   │   ├── baseRandom.js
│   │   │   │   │   │   │   │   ├── baseReduce.js
│   │   │   │   │   │   │   │   ├── baseSetData.js
│   │   │   │   │   │   │   │   ├── baseSlice.js
│   │   │   │   │   │   │   │   ├── baseSome.js
│   │   │   │   │   │   │   │   ├── baseSortBy.js
│   │   │   │   │   │   │   │   ├── baseSortByOrder.js
│   │   │   │   │   │   │   │   ├── baseSum.js
│   │   │   │   │   │   │   │   ├── baseToString.js
│   │   │   │   │   │   │   │   ├── baseUniq.js
│   │   │   │   │   │   │   │   ├── baseValues.js
│   │   │   │   │   │   │   │   ├── baseWhile.js
│   │   │   │   │   │   │   │   ├── baseWrapperValue.js
│   │   │   │   │   │   │   │   ├── binaryIndexBy.js
│   │   │   │   │   │   │   │   ├── binaryIndex.js
│   │   │   │   │   │   │   │   ├── bindCallback.js
│   │   │   │   │   │   │   │   ├── bufferClone.js
│   │   │   │   │   │   │   │   ├── cacheIndexOf.js
│   │   │   │   │   │   │   │   ├── cachePush.js
│   │   │   │   │   │   │   │   ├── charsLeftIndex.js
│   │   │   │   │   │   │   │   ├── charsRightIndex.js
│   │   │   │   │   │   │   │   ├── compareAscending.js
│   │   │   │   │   │   │   │   ├── compareMultiple.js
│   │   │   │   │   │   │   │   ├── composeArgs.js
│   │   │   │   │   │   │   │   ├── composeArgsRight.js
│   │   │   │   │   │   │   │   ├── createAggregator.js
│   │   │   │   │   │   │   │   ├── createAssigner.js
│   │   │   │   │   │   │   │   ├── createBaseEach.js
│   │   │   │   │   │   │   │   ├── createBaseFor.js
│   │   │   │   │   │   │   │   ├── createBindWrapper.js
│   │   │   │   │   │   │   │   ├── createCache.js
│   │   │   │   │   │   │   │   ├── createCompounder.js
│   │   │   │   │   │   │   │   ├── createCtorWrapper.js
│   │   │   │   │   │   │   │   ├── createCurry.js
│   │   │   │   │   │   │   │   ├── createDefaults.js
│   │   │   │   │   │   │   │   ├── createExtremum.js
│   │   │   │   │   │   │   │   ├── createFindIndex.js
│   │   │   │   │   │   │   │   ├── createFind.js
│   │   │   │   │   │   │   │   ├── createFindKey.js
│   │   │   │   │   │   │   │   ├── createFlow.js
│   │   │   │   │   │   │   │   ├── createForEach.js
│   │   │   │   │   │   │   │   ├── createForIn.js
│   │   │   │   │   │   │   │   ├── createForOwn.js
│   │   │   │   │   │   │   │   ├── createHybridWrapper.js
│   │   │   │   │   │   │   │   ├── createObjectMapper.js
│   │   │   │   │   │   │   │   ├── createPadding.js
│   │   │   │   │   │   │   │   ├── createPadDir.js
│   │   │   │   │   │   │   │   ├── createPartial.js
│   │   │   │   │   │   │   │   ├── createPartialWrapper.js
│   │   │   │   │   │   │   │   ├── createReduce.js
│   │   │   │   │   │   │   │   ├── createRound.js
│   │   │   │   │   │   │   │   ├── createSortedIndex.js
│   │   │   │   │   │   │   │   ├── createWrapper.js
│   │   │   │   │   │   │   │   ├── deburrLetter.js
│   │   │   │   │   │   │   │   ├── equalArrays.js
│   │   │   │   │   │   │   │   ├── equalByTag.js
│   │   │   │   │   │   │   │   ├── equalObjects.js
│   │   │   │   │   │   │   │   ├── escapeHtmlChar.js
│   │   │   │   │   │   │   │   ├── escapeRegExpChar.js
│   │   │   │   │   │   │   │   ├── escapeStringChar.js
│   │   │   │   │   │   │   │   ├── getData.js
│   │   │   │   │   │   │   │   ├── getFuncName.js
│   │   │   │   │   │   │   │   ├── getLength.js
│   │   │   │   │   │   │   │   ├── getMatchData.js
│   │   │   │   │   │   │   │   ├── getNative.js
│   │   │   │   │   │   │   │   ├── getView.js
│   │   │   │   │   │   │   │   ├── indexOfNaN.js
│   │   │   │   │   │   │   │   ├── initCloneArray.js
│   │   │   │   │   │   │   │   ├── initCloneByTag.js
│   │   │   │   │   │   │   │   ├── initCloneObject.js
│   │   │   │   │   │   │   │   ├── invokePath.js
│   │   │   │   │   │   │   │   ├── isArrayLike.js
│   │   │   │   │   │   │   │   ├── isIndex.js
│   │   │   │   │   │   │   │   ├── isIterateeCall.js
│   │   │   │   │   │   │   │   ├── isKey.js
│   │   │   │   │   │   │   │   ├── isLaziable.js
│   │   │   │   │   │   │   │   ├── isLength.js
│   │   │   │   │   │   │   │   ├── isObjectLike.js
│   │   │   │   │   │   │   │   ├── isSpace.js
│   │   │   │   │   │   │   │   ├── isStrictComparable.js
│   │   │   │   │   │   │   │   ├── lazyClone.js
│   │   │   │   │   │   │   │   ├── lazyReverse.js
│   │   │   │   │   │   │   │   ├── lazyValue.js
│   │   │   │   │   │   │   │   ├── LazyWrapper.js
│   │   │   │   │   │   │   │   ├── LodashWrapper.js
│   │   │   │   │   │   │   │   ├── MapCache.js
│   │   │   │   │   │   │   │   ├── mapDelete.js
│   │   │   │   │   │   │   │   ├── mapGet.js
│   │   │   │   │   │   │   │   ├── mapHas.js
│   │   │   │   │   │   │   │   ├── mapSet.js
│   │   │   │   │   │   │   │   ├── mergeData.js
│   │   │   │   │   │   │   │   ├── mergeDefaults.js
│   │   │   │   │   │   │   │   ├── metaMap.js
│   │   │   │   │   │   │   │   ├── pickByArray.js
│   │   │   │   │   │   │   │   ├── pickByCallback.js
│   │   │   │   │   │   │   │   ├── realNames.js
│   │   │   │   │   │   │   │   ├── reEscape.js
│   │   │   │   │   │   │   │   ├── reEvaluate.js
│   │   │   │   │   │   │   │   ├── reInterpolate.js
│   │   │   │   │   │   │   │   ├── reorder.js
│   │   │   │   │   │   │   │   ├── replaceHolders.js
│   │   │   │   │   │   │   │   ├── SetCache.js
│   │   │   │   │   │   │   │   ├── setData.js
│   │   │   │   │   │   │   │   ├── shimKeys.js
│   │   │   │   │   │   │   │   ├── sortedUniq.js
│   │   │   │   │   │   │   │   ├── toIterable.js
│   │   │   │   │   │   │   │   ├── toObject.js
│   │   │   │   │   │   │   │   ├── toPath.js
│   │   │   │   │   │   │   │   ├── trimmedLeftIndex.js
│   │   │   │   │   │   │   │   ├── trimmedRightIndex.js
│   │   │   │   │   │   │   │   ├── unescapeHtmlChar.js
│   │   │   │   │   │   │   │   └── wrapperClone.js
│   │   │   │   │   │   │   ├── lang
│   │   │   │   │   │   │   │   ├── cloneDeep.js
│   │   │   │   │   │   │   │   ├── clone.js
│   │   │   │   │   │   │   │   ├── eq.js
│   │   │   │   │   │   │   │   ├── gte.js
│   │   │   │   │   │   │   │   ├── gt.js
│   │   │   │   │   │   │   │   ├── isArguments.js
│   │   │   │   │   │   │   │   ├── isArray.js
│   │   │   │   │   │   │   │   ├── isBoolean.js
│   │   │   │   │   │   │   │   ├── isDate.js
│   │   │   │   │   │   │   │   ├── isElement.js
│   │   │   │   │   │   │   │   ├── isEmpty.js
│   │   │   │   │   │   │   │   ├── isEqual.js
│   │   │   │   │   │   │   │   ├── isError.js
│   │   │   │   │   │   │   │   ├── isFinite.js
│   │   │   │   │   │   │   │   ├── isFunction.js
│   │   │   │   │   │   │   │   ├── isMatch.js
│   │   │   │   │   │   │   │   ├── isNaN.js
│   │   │   │   │   │   │   │   ├── isNative.js
│   │   │   │   │   │   │   │   ├── isNull.js
│   │   │   │   │   │   │   │   ├── isNumber.js
│   │   │   │   │   │   │   │   ├── isObject.js
│   │   │   │   │   │   │   │   ├── isPlainObject.js
│   │   │   │   │   │   │   │   ├── isRegExp.js
│   │   │   │   │   │   │   │   ├── isString.js
│   │   │   │   │   │   │   │   ├── isTypedArray.js
│   │   │   │   │   │   │   │   ├── isUndefined.js
│   │   │   │   │   │   │   │   ├── lte.js
│   │   │   │   │   │   │   │   ├── lt.js
│   │   │   │   │   │   │   │   ├── toArray.js
│   │   │   │   │   │   │   │   └── toPlainObject.js
│   │   │   │   │   │   │   ├── lang.js
│   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   ├── math
│   │   │   │   │   │   │   │   ├── add.js
│   │   │   │   │   │   │   │   ├── ceil.js
│   │   │   │   │   │   │   │   ├── floor.js
│   │   │   │   │   │   │   │   ├── max.js
│   │   │   │   │   │   │   │   ├── min.js
│   │   │   │   │   │   │   │   ├── round.js
│   │   │   │   │   │   │   │   └── sum.js
│   │   │   │   │   │   │   ├── math.js
│   │   │   │   │   │   │   ├── number
│   │   │   │   │   │   │   │   ├── inRange.js
│   │   │   │   │   │   │   │   └── random.js
│   │   │   │   │   │   │   ├── number.js
│   │   │   │   │   │   │   ├── object
│   │   │   │   │   │   │   │   ├── assign.js
│   │   │   │   │   │   │   │   ├── create.js
│   │   │   │   │   │   │   │   ├── defaultsDeep.js
│   │   │   │   │   │   │   │   ├── defaults.js
│   │   │   │   │   │   │   │   ├── extend.js
│   │   │   │   │   │   │   │   ├── findKey.js
│   │   │   │   │   │   │   │   ├── findLastKey.js
│   │   │   │   │   │   │   │   ├── forIn.js
│   │   │   │   │   │   │   │   ├── forInRight.js
│   │   │   │   │   │   │   │   ├── forOwn.js
│   │   │   │   │   │   │   │   ├── forOwnRight.js
│   │   │   │   │   │   │   │   ├── functions.js
│   │   │   │   │   │   │   │   ├── get.js
│   │   │   │   │   │   │   │   ├── has.js
│   │   │   │   │   │   │   │   ├── invert.js
│   │   │   │   │   │   │   │   ├── keysIn.js
│   │   │   │   │   │   │   │   ├── keys.js
│   │   │   │   │   │   │   │   ├── mapKeys.js
│   │   │   │   │   │   │   │   ├── mapValues.js
│   │   │   │   │   │   │   │   ├── merge.js
│   │   │   │   │   │   │   │   ├── methods.js
│   │   │   │   │   │   │   │   ├── omit.js
│   │   │   │   │   │   │   │   ├── pairs.js
│   │   │   │   │   │   │   │   ├── pick.js
│   │   │   │   │   │   │   │   ├── result.js
│   │   │   │   │   │   │   │   ├── set.js
│   │   │   │   │   │   │   │   ├── transform.js
│   │   │   │   │   │   │   │   ├── valuesIn.js
│   │   │   │   │   │   │   │   └── values.js
│   │   │   │   │   │   │   ├── object.js
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   ├── README.md
│   │   │   │   │   │   │   ├── string
│   │   │   │   │   │   │   │   ├── camelCase.js
│   │   │   │   │   │   │   │   ├── capitalize.js
│   │   │   │   │   │   │   │   ├── deburr.js
│   │   │   │   │   │   │   │   ├── endsWith.js
│   │   │   │   │   │   │   │   ├── escape.js
│   │   │   │   │   │   │   │   ├── escapeRegExp.js
│   │   │   │   │   │   │   │   ├── kebabCase.js
│   │   │   │   │   │   │   │   ├── pad.js
│   │   │   │   │   │   │   │   ├── padLeft.js
│   │   │   │   │   │   │   │   ├── padRight.js
│   │   │   │   │   │   │   │   ├── parseInt.js
│   │   │   │   │   │   │   │   ├── repeat.js
│   │   │   │   │   │   │   │   ├── snakeCase.js
│   │   │   │   │   │   │   │   ├── startCase.js
│   │   │   │   │   │   │   │   ├── startsWith.js
│   │   │   │   │   │   │   │   ├── template.js
│   │   │   │   │   │   │   │   ├── templateSettings.js
│   │   │   │   │   │   │   │   ├── trim.js
│   │   │   │   │   │   │   │   ├── trimLeft.js
│   │   │   │   │   │   │   │   ├── trimRight.js
│   │   │   │   │   │   │   │   ├── trunc.js
│   │   │   │   │   │   │   │   ├── unescape.js
│   │   │   │   │   │   │   │   └── words.js
│   │   │   │   │   │   │   ├── string.js
│   │   │   │   │   │   │   ├── support.js
│   │   │   │   │   │   │   ├── utility
│   │   │   │   │   │   │   │   ├── attempt.js
│   │   │   │   │   │   │   │   ├── callback.js
│   │   │   │   │   │   │   │   ├── constant.js
│   │   │   │   │   │   │   │   ├── identity.js
│   │   │   │   │   │   │   │   ├── iteratee.js
│   │   │   │   │   │   │   │   ├── matches.js
│   │   │   │   │   │   │   │   ├── matchesProperty.js
│   │   │   │   │   │   │   │   ├── method.js
│   │   │   │   │   │   │   │   ├── methodOf.js
│   │   │   │   │   │   │   │   ├── mixin.js
│   │   │   │   │   │   │   │   ├── noop.js
│   │   │   │   │   │   │   │   ├── property.js
│   │   │   │   │   │   │   │   ├── propertyOf.js
│   │   │   │   │   │   │   │   ├── range.js
│   │   │   │   │   │   │   │   ├── times.js
│   │   │   │   │   │   │   │   └── uniqueId.js
│   │   │   │   │   │   │   └── utility.js
│   │   │   │   │   │   ├── minimatch
│   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   ├── minimatch.js
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   └── README.md
│   │   │   │   │   │   ├── nopt
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   │   └── nopt.js
│   │   │   │   │   │   │   ├── examples
│   │   │   │   │   │   │   │   └── my-program.js
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── nopt.js
│   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   ├── README.md
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   └── basic.js
│   │   │   │   │   │   ├── once
│   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   ├── once.js
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   └── README.md
│   │   │   │   │   │   ├── osenv
│   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   ├── osenv.js
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   ├── README.md
│   │   │   │   │   │   │   ├── test
│   │   │   │   │   │   │   │   ├── unix.js
│   │   │   │   │   │   │   │   └── windows.js
│   │   │   │   │   │   │   └── x.tap
│   │   │   │   │   │   ├── os-homedir
│   │   │   │   │   │   │   ├── index.js
│   │   │   │   │   │   │   ├── license
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   └── readme.md
│   │   │   │   │   │   ├── os-tmpdir
│   │   │   │   │   │   │   ├── index.js
│   │   │   │   │   │   │   ├── license
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   └── readme.md
│   │   │   │   │   │   ├── path-is-absolute
│   │   │   │   │   │   │   ├── index.js
│   │   │   │   │   │   │   ├── license
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   └── readme.md
│   │   │   │   │   │   ├── plist
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   ├── plist-build.js
│   │   │   │   │   │   │   │   ├── plist.js
│   │   │   │   │   │   │   │   └── plist-parse.js
│   │   │   │   │   │   │   ├── examples
│   │   │   │   │   │   │   │   └── browser
│   │   │   │   │   │   │   │   └── index.html
│   │   │   │   │   │   │   ├── History.md
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── build.js
│   │   │   │   │   │   │   │   ├── node.js
│   │   │   │   │   │   │   │   ├── parse.js
│   │   │   │   │   │   │   │   └── plist.js
│   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   ├── Makefile
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   └── README.md
│   │   │   │   │   │   ├── properties-parser
│   │   │   │   │   │   │   ├── index.js
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   ├── play-ground.js
│   │   │   │   │   │   │   ├── README.markdown
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   ├── ReadProperties.class
│   │   │   │   │   │   │   ├── ReadProperties.java
│   │   │   │   │   │   │   ├── test-cases-copy.properties
│   │   │   │   │   │   │   ├── test-cases.properties
│   │   │   │   │   │   │   └── test.js
│   │   │   │   │   │   ├── q
│   │   │   │   │   │   │   ├── CHANGES.md
│   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   ├── q.js
│   │   │   │   │   │   │   ├── queue.js
│   │   │   │   │   │   │   └── README.md
│   │   │   │   │   │   ├── sax
│   │   │   │   │   │   │   ├── AUTHORS
│   │   │   │   │   │   │   ├── examples
│   │   │   │   │   │   │   │   ├── big-not-pretty.xml
│   │   │   │   │   │   │   │   ├── example.js
│   │   │   │   │   │   │   │   ├── get-products.js
│   │   │   │   │   │   │   │   ├── hello-world.js
│   │   │   │   │   │   │   │   ├── not-pretty.xml
│   │   │   │   │   │   │   │   ├── pretty-print.js
│   │   │   │   │   │   │   │   ├── shopping.xml
│   │   │   │   │   │   │   │   ├── strict.dtd
│   │   │   │   │   │   │   │   ├── switch-bench.js
│   │   │   │   │   │   │   │   ├── test.html
│   │   │   │   │   │   │   │   └── test.xml
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── sax.js
│   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   ├── README.md
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   ├── buffer-overrun.js
│   │   │   │   │   │   │   ├── cdata-chunked.js
│   │   │   │   │   │   │   ├── cdata-end-split.js
│   │   │   │   │   │   │   ├── cdata-fake-end.js
│   │   │   │   │   │   │   ├── cdata.js
│   │   │   │   │   │   │   ├── cdata-multiple.js
│   │   │   │   │   │   │   ├── index.js
│   │   │   │   │   │   │   ├── issue-23.js
│   │   │   │   │   │   │   ├── issue-30.js
│   │   │   │   │   │   │   ├── issue-35.js
│   │   │   │   │   │   │   ├── issue-47.js
│   │   │   │   │   │   │   ├── issue-49.js
│   │   │   │   │   │   │   ├── parser-position.js
│   │   │   │   │   │   │   ├── script.js
│   │   │   │   │   │   │   ├── self-closing-child.js
│   │   │   │   │   │   │   ├── self-closing-child-strict.js
│   │   │   │   │   │   │   ├── self-closing-tag.js
│   │   │   │   │   │   │   ├── stray-ending.js
│   │   │   │   │   │   │   ├── trailing-non-whitespace.js
│   │   │   │   │   │   │   ├── unquoted.js
│   │   │   │   │   │   │   ├── xmlns-issue-41.js
│   │   │   │   │   │   │   ├── xmlns-rebinding.js
│   │   │   │   │   │   │   ├── xmlns-strict.js
│   │   │   │   │   │   │   ├── xmlns-unbound.js
│   │   │   │   │   │   │   ├── xmlns-xml-default-prefix-attribute.js
│   │   │   │   │   │   │   ├── xmlns-xml-default-prefix.js
│   │   │   │   │   │   │   └── xmlns-xml-default-redefine.js
│   │   │   │   │   │   ├── semver
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   │   └── semver
│   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   ├── range.bnf
│   │   │   │   │   │   │   ├── README.md
│   │   │   │   │   │   │   └── semver.js
│   │   │   │   │   │   ├── shelljs
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   │   └── shjs
│   │   │   │   │   │   │   ├── global.js
│   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   ├── make.js
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   ├── README.md
│   │   │   │   │   │   │   ├── RELEASE.md
│   │   │   │   │   │   │   ├── scripts
│   │   │   │   │   │   │   │   ├── generate-docs.js
│   │   │   │   │   │   │   │   └── run-tests.js
│   │   │   │   │   │   │   ├── shell.js
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   ├── cat.js
│   │   │   │   │   │   │   ├── cd.js
│   │   │   │   │   │   │   ├── chmod.js
│   │   │   │   │   │   │   ├── common.js
│   │   │   │   │   │   │   ├── cp.js
│   │   │   │   │   │   │   ├── dirs.js
│   │   │   │   │   │   │   ├── echo.js
│   │   │   │   │   │   │   ├── error.js
│   │   │   │   │   │   │   ├── exec.js
│   │   │   │   │   │   │   ├── find.js
│   │   │   │   │   │   │   ├── grep.js
│   │   │   │   │   │   │   ├── ln.js
│   │   │   │   │   │   │   ├── ls.js
│   │   │   │   │   │   │   ├── mkdir.js
│   │   │   │   │   │   │   ├── mv.js
│   │   │   │   │   │   │   ├── popd.js
│   │   │   │   │   │   │   ├── pushd.js
│   │   │   │   │   │   │   ├── pwd.js
│   │   │   │   │   │   │   ├── rm.js
│   │   │   │   │   │   │   ├── sed.js
│   │   │   │   │   │   │   ├── tempdir.js
│   │   │   │   │   │   │   ├── test.js
│   │   │   │   │   │   │   ├── toEnd.js
│   │   │   │   │   │   │   ├── to.js
│   │   │   │   │   │   │   └── which.js
│   │   │   │   │   │   ├── underscore
│   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   ├── README.md
│   │   │   │   │   │   │   ├── underscore.js
│   │   │   │   │   │   │   ├── underscore-min.js
│   │   │   │   │   │   │   └── underscore-min.map
│   │   │   │   │   │   ├── unorm
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── unorm.js
│   │   │   │   │   │   │   ├── LICENSE.md
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   └── README.md
│   │   │   │   │   │   ├── util-deprecate
│   │   │   │   │   │   │   ├── browser.js
│   │   │   │   │   │   │   ├── History.md
│   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   ├── node.js
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   └── README.md
│   │   │   │   │   │   ├── wrappy
│   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   ├── README.md
│   │   │   │   │   │   │   └── wrappy.js
│   │   │   │   │   │   ├── xmlbuilder
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── index.js
│   │   │   │   │   │   │   │   ├── XMLAttribute.js
│   │   │   │   │   │   │   │   ├── XMLBuilder.js
│   │   │   │   │   │   │   │   ├── XMLCData.js
│   │   │   │   │   │   │   │   ├── XMLComment.js
│   │   │   │   │   │   │   │   ├── XMLDeclaration.js
│   │   │   │   │   │   │   │   ├── XMLDocType.js
│   │   │   │   │   │   │   │   ├── XMLDTDAttList.js
│   │   │   │   │   │   │   │   ├── XMLDTDElement.js
│   │   │   │   │   │   │   │   ├── XMLDTDEntity.js
│   │   │   │   │   │   │   │   ├── XMLDTDNotation.js
│   │   │   │   │   │   │   │   ├── XMLElement.js
│   │   │   │   │   │   │   │   ├── XMLNode.js
│   │   │   │   │   │   │   │   ├── XMLProcessingInstruction.js
│   │   │   │   │   │   │   │   ├── XMLRaw.js
│   │   │   │   │   │   │   │   ├── XMLStringifier.js
│   │   │   │   │   │   │   │   └── XMLText.js
│   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   └── README.md
│   │   │   │   │   │   └── xmldom
│   │   │   │   │   │   ├── changelog
│   │   │   │   │   │   ├── component.json
│   │   │   │   │   │   ├── dom.js
│   │   │   │   │   │   ├── dom-parser.js
│   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   ├── __package__.js
│   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   ├── readme.md
│   │   │   │   │   │   └── sax.js
│   │   │   │   │   ├── run
│   │   │   │   │   ├── run.bat
│   │   │   │   │   ├── version
│   │   │   │   │   └── version.bat
│   │   │   │   ├── CordovaLib
│   │   │   │   │   ├── AndroidManifest.xml
│   │   │   │   │   ├── build.gradle
│   │   │   │   │   ├── cordova.gradle
│   │   │   │   │   ├── project.properties
│   │   │   │   │   └── src
│   │   │   │   │   └── org
│   │   │   │   │   └── apache
│   │   │   │   │   └── cordova
│   │   │   │   │   ├── AuthenticationToken.java
│   │   │   │   │   ├── CallbackContext.java
│   │   │   │   │   ├── CallbackMap.java
│   │   │   │   │   ├── Config.java
│   │   │   │   │   ├── ConfigXmlParser.java
│   │   │   │   │   ├── CordovaActivity.java
│   │   │   │   │   ├── CordovaArgs.java
│   │   │   │   │   ├── CordovaBridge.java
│   │   │   │   │   ├── CordovaClientCertRequest.java
│   │   │   │   │   ├── CordovaDialogsHelper.java
│   │   │   │   │   ├── CordovaHttpAuthHandler.java
│   │   │   │   │   ├── CordovaInterfaceImpl.java
│   │   │   │   │   ├── CordovaInterface.java
│   │   │   │   │   ├── CordovaPlugin.java
│   │   │   │   │   ├── CordovaPreferences.java
│   │   │   │   │   ├── CordovaResourceApi.java
│   │   │   │   │   ├── CordovaWebViewEngine.java
│   │   │   │   │   ├── CordovaWebViewImpl.java
│   │   │   │   │   ├── CordovaWebView.java
│   │   │   │   │   ├── CoreAndroid.java
│   │   │   │   │   ├── engine
│   │   │   │   │   │   ├── SystemCookieManager.java
│   │   │   │   │   │   ├── SystemExposedJsApi.java
│   │   │   │   │   │   ├── SystemWebChromeClient.java
│   │   │   │   │   │   ├── SystemWebViewClient.java
│   │   │   │   │   │   ├── SystemWebViewEngine.java
│   │   │   │   │   │   └── SystemWebView.java
│   │   │   │   │   ├── ExposedJsApi.java
│   │   │   │   │   ├── ICordovaClientCertRequest.java
│   │   │   │   │   ├── ICordovaCookieManager.java
│   │   │   │   │   ├── ICordovaHttpAuthHandler.java
│   │   │   │   │   ├── LOG.java
│   │   │   │   │   ├── NativeToJsMessageQueue.java
│   │   │   │   │   ├── PluginEntry.java
│   │   │   │   │   ├── PluginManager.java
│   │   │   │   │   ├── PluginResult.java
│   │   │   │   │   ├── ResumeCallback.java
│   │   │   │   │   └── Whitelist.java
│   │   │   │   ├── platform_www
│   │   │   │   │   ├── cordova.js
│   │   │   │   │   ├── cordova-js-src
│   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   ├── nativeapiprovider.js
│   │   │   │   │   │   │   └── promptbasednativeapi.js
│   │   │   │   │   │   ├── exec.js
│   │   │   │   │   │   ├── platform.js
│   │   │   │   │   │   └── plugin
│   │   │   │   │   │   └── android
│   │   │   │   │   │   └── app.js
│   │   │   │   │   ├── cordova_plugins.js
│   │   │   │   │   └── plugins
│   │   │   │   │   ├── cordova-plugin-geolocation
│   │   │   │   │   │   └── www
│   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   └── geolocation.js
│   │   │   │   │   │   └── PositionError.js
│   │   │   │   │   ├── cordova-plugin-splashscreen
│   │   │   │   │   │   └── www
│   │   │   │   │   │   └── splashscreen.js
│   │   │   │   │   └── cordova-plugin-statusbar
│   │   │   │   │   └── www
│   │   │   │   │   └── statusbar.js
│   │   │   │   ├── project.properties
│   │   │   │   ├── res
│   │   │   │   │   ├── drawable-hdpi
│   │   │   │   │   │   └── icon.png
│   │   │   │   │   ├── drawable-land-hdpi
│   │   │   │   │   │   └── screen.png
│   │   │   │   │   ├── drawable-land-ldpi
│   │   │   │   │   │   └── screen.png
│   │   │   │   │   ├── drawable-land-mdpi
│   │   │   │   │   │   └── screen.png
│   │   │   │   │   ├── drawable-land-xhdpi
│   │   │   │   │   │   └── screen.png
│   │   │   │   │   ├── drawable-ldpi
│   │   │   │   │   │   └── icon.png
│   │   │   │   │   ├── drawable-mdpi
│   │   │   │   │   │   └── icon.png
│   │   │   │   │   ├── drawable-port-hdpi
│   │   │   │   │   │   └── screen.png
│   │   │   │   │   ├── drawable-port-ldpi
│   │   │   │   │   │   └── screen.png
│   │   │   │   │   ├── drawable-port-mdpi
│   │   │   │   │   │   └── screen.png
│   │   │   │   │   ├── drawable-port-xhdpi
│   │   │   │   │   │   └── screen.png
│   │   │   │   │   ├── drawable-xhdpi
│   │   │   │   │   │   └── icon.png
│   │   │   │   │   ├── values
│   │   │   │   │   │   └── strings.xml
│   │   │   │   │   └── xml
│   │   │   │   │   └── config.xml
│   │   │   │   ├── settings.gradle
│   │   │   │   └── src
│   │   │   │   ├── io
│   │   │   │   │   └── cordova
│   │   │   │   │   └── learunadms
│   │   │   │   │   └── MainActivity.java
│   │   │   │   └── org
│   │   │   │   └── apache
│   │   │   │   └── cordova
│   │   │   │   ├── BuildHelper.java
│   │   │   │   ├── geolocation
│   │   │   │   │   └── Geolocation.java
│   │   │   │   ├── PermissionHelper.java
│   │   │   │   ├── splashscreen
│   │   │   │   │   └── SplashScreen.java
│   │   │   │   ├── statusbar
│   │   │   │   │   └── StatusBar.java
│   │   │   │   └── whitelist
│   │   │   │   └── WhitelistPlugin.java
│   │   │   └── platforms.json
│   │   ├── plugins
│   │   │   ├── android.json
│   │   │   ├── cordova-plugin-compat
│   │   │   │   ├── package.json
│   │   │   │   ├── plugin.xml
│   │   │   │   ├── README.md
│   │   │   │   ├── RELEASENOTES.md
│   │   │   │   └── src
│   │   │   │   └── android
│   │   │   │   ├── BuildHelper.java
│   │   │   │   └── PermissionHelper.java
│   │   │   ├── cordova-plugin-geolocation
│   │   │   │   ├── CONTRIBUTING.md
│   │   │   │   ├── doc
│   │   │   │   │   ├── de
│   │   │   │   │   │   ├── index.md
│   │   │   │   │   │   └── README.md
│   │   │   │   │   ├── es
│   │   │   │   │   │   ├── index.md
│   │   │   │   │   │   └── README.md
│   │   │   │   │   ├── fr
│   │   │   │   │   │   ├── index.md
│   │   │   │   │   │   └── README.md
│   │   │   │   │   ├── it
│   │   │   │   │   │   ├── index.md
│   │   │   │   │   │   └── README.md
│   │   │   │   │   ├── ja
│   │   │   │   │   │   ├── index.md
│   │   │   │   │   │   └── README.md
│   │   │   │   │   ├── ko
│   │   │   │   │   │   ├── index.md
│   │   │   │   │   │   └── README.md
│   │   │   │   │   ├── pl
│   │   │   │   │   │   ├── index.md
│   │   │   │   │   │   └── README.md
│   │   │   │   │   ├── ru
│   │   │   │   │   │   └── index.md
│   │   │   │   │   └── zh
│   │   │   │   │   ├── index.md
│   │   │   │   │   └── README.md
│   │   │   │   ├── LICENSE
│   │   │   │   ├── NOTICE
│   │   │   │   ├── package.json
│   │   │   │   ├── plugin.xml
│   │   │   │   ├── README.md
│   │   │   │   ├── RELEASENOTES.md
│   │   │   │   ├── src
│   │   │   │   │   ├── android
│   │   │   │   │   │   └── Geolocation.java
│   │   │   │   │   ├── firefoxos
│   │   │   │   │   │   └── GeolocationProxy.js
│   │   │   │   │   ├── ios
│   │   │   │   │   │   ├── CDVLocation.h
│   │   │   │   │   │   └── CDVLocation.m
│   │   │   │   │   ├── ubuntu
│   │   │   │   │   │   ├── geolocation.cpp
│   │   │   │   │   │   └── geolocation.h
│   │   │   │   │   ├── windows
│   │   │   │   │   │   └── GeolocationProxy.js
│   │   │   │   │   └── wp
│   │   │   │   │   └── GeoLocation.cs
│   │   │   │   ├── tests
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── plugin.xml
│   │   │   │   │   └── tests.js
│   │   │   │   └── www
│   │   │   │   ├── android
│   │   │   │   │   └── geolocation.js
│   │   │   │   ├── blackberry10
│   │   │   │   │   └── GeolocationProxy.js
│   │   │   │   ├── Coordinates.js
│   │   │   │   ├── geolocation.js
│   │   │   │   ├── PositionError.js
│   │   │   │   └── Position.js
│   │   │   ├── cordova-plugin-splashscreen
│   │   │   │   ├── CONTRIBUTING.md
│   │   │   │   ├── doc
│   │   │   │   │   ├── de
│   │   │   │   │   │   ├── index.md
│   │   │   │   │   │   └── README.md
│   │   │   │   │   ├── es
│   │   │   │   │   │   ├── index.md
│   │   │   │   │   │   └── README.md
│   │   │   │   │   ├── fr
│   │   │   │   │   │   ├── index.md
│   │   │   │   │   │   └── README.md
│   │   │   │   │   ├── it
│   │   │   │   │   │   ├── index.md
│   │   │   │   │   │   └── README.md
│   │   │   │   │   ├── ja
│   │   │   │   │   │   ├── index.md
│   │   │   │   │   │   └── README.md
│   │   │   │   │   ├── ko
│   │   │   │   │   │   ├── index.md
│   │   │   │   │   │   └── README.md
│   │   │   │   │   ├── pl
│   │   │   │   │   │   ├── index.md
│   │   │   │   │   │   └── README.md
│   │   │   │   │   ├── ru
│   │   │   │   │   │   └── index.md
│   │   │   │   │   └── zh
│   │   │   │   │   ├── index.md
│   │   │   │   │   └── README.md
│   │   │   │   ├── LICENSE
│   │   │   │   ├── NOTICE
│   │   │   │   ├── package.json
│   │   │   │   ├── plugin.xml
│   │   │   │   ├── README.md
│   │   │   │   ├── RELEASENOTES.md
│   │   │   │   ├── src
│   │   │   │   │   ├── android
│   │   │   │   │   │   └── SplashScreen.java
│   │   │   │   │   ├── blackberry10
│   │   │   │   │   │   └── index.js
│   │   │   │   │   ├── browser
│   │   │   │   │   │   └── SplashScreenProxy.js
│   │   │   │   │   ├── ios
│   │   │   │   │   │   ├── CDVSplashScreen.h
│   │   │   │   │   │   ├── CDVSplashScreen.m
│   │   │   │   │   │   ├── CDVViewController+SplashScreen.h
│   │   │   │   │   │   └── CDVViewController+SplashScreen.m
│   │   │   │   │   ├── tizen
│   │   │   │   │   │   └── SplashScreenProxy.js
│   │   │   │   │   ├── ubuntu
│   │   │   │   │   │   ├── splashscreen.cpp
│   │   │   │   │   │   └── splashscreen.h
│   │   │   │   │   └── wp
│   │   │   │   │   ├── ResolutionHelper.cs
│   │   │   │   │   └── SplashScreen.cs
│   │   │   │   ├── tests
│   │   │   │   │   ├── ios
│   │   │   │   │   │   ├── CDVSplashScreenTest
│   │   │   │   │   │   │   ├── CDVSplashScreenLibTests
│   │   │   │   │   │   │   │   ├── ImageNameTestDelegates.h
│   │   │   │   │   │   │   │   ├── ImageNameTestDelegates.m
│   │   │   │   │   │   │   │   ├── ImageNameTest.m
│   │   │   │   │   │   │   │   └── Info.plist
│   │   │   │   │   │   │   └── CDVSplashScreenTest.xcodeproj
│   │   │   │   │   │   │   ├── project.pbxproj
│   │   │   │   │   │   │   ├── project.xcworkspace
│   │   │   │   │   │   │   │   ├── contents.xcworkspacedata
│   │   │   │   │   │   │   │   └── xcshareddata
│   │   │   │   │   │   │   │   └── CDVSplashScreenTest.xccheckout
│   │   │   │   │   │   │   └── xcshareddata
│   │   │   │   │   │   │   └── xcschemes
│   │   │   │   │   │   │   ├── CDVSplashScreenLibTests.xcscheme
│   │   │   │   │   │   │   └── CDVSplashScreenLib.xcscheme
│   │   │   │   │   │   ├── CDVSplashScreenTest.xcworkspace
│   │   │   │   │   │   │   ├── contents.xcworkspacedata
│   │   │   │   │   │   │   └── xcshareddata
│   │   │   │   │   │   │   ├── CDVSplashScreenTest.xccheckout
│   │   │   │   │   │   │   └── xcschemes
│   │   │   │   │   │   │   └── CordovaLib.xcscheme
│   │   │   │   │   │   ├── doc
│   │   │   │   │   │   │   ├── de
│   │   │   │   │   │   │   │   └── README.md
│   │   │   │   │   │   │   ├── es
│   │   │   │   │   │   │   │   └── README.md
│   │   │   │   │   │   │   ├── fr
│   │   │   │   │   │   │   │   └── README.md
│   │   │   │   │   │   │   ├── it
│   │   │   │   │   │   │   │   └── README.md
│   │   │   │   │   │   │   ├── ja
│   │   │   │   │   │   │   │   └── README.md
│   │   │   │   │   │   │   ├── ko
│   │   │   │   │   │   │   │   └── README.md
│   │   │   │   │   │   │   ├── pl
│   │   │   │   │   │   │   │   └── README.md
│   │   │   │   │   │   │   └── zh
│   │   │   │   │   │   │   └── README.md
│   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   └── README.md
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── plugin.xml
│   │   │   │   │   └── tests.js
│   │   │   │   ├── types
│   │   │   │   │   └── index.d.ts
│   │   │   │   └── www
│   │   │   │   ├── splashscreen.js
│   │   │   │   └── windows
│   │   │   │   └── SplashScreenProxy.js
│   │   │   ├── cordova-plugin-statusbar
│   │   │   │   ├── CONTRIBUTING.md
│   │   │   │   ├── doc
│   │   │   │   │   ├── de
│   │   │   │   │   │   ├── index.md
│   │   │   │   │   │   └── README.md
│   │   │   │   │   ├── es
│   │   │   │   │   │   ├── index.md
│   │   │   │   │   │   └── README.md
│   │   │   │   │   ├── fr
│   │   │   │   │   │   ├── index.md
│   │   │   │   │   │   └── README.md
│   │   │   │   │   ├── it
│   │   │   │   │   │   ├── index.md
│   │   │   │   │   │   └── README.md
│   │   │   │   │   ├── ja
│   │   │   │   │   │   ├── index.md
│   │   │   │   │   │   └── README.md
│   │   │   │   │   ├── ko
│   │   │   │   │   │   ├── index.md
│   │   │   │   │   │   └── README.md
│   │   │   │   │   ├── pl
│   │   │   │   │   │   ├── index.md
│   │   │   │   │   │   └── README.md
│   │   │   │   │   ├── ru
│   │   │   │   │   │   └── index.md
│   │   │   │   │   └── zh
│   │   │   │   │   ├── index.md
│   │   │   │   │   └── README.md
│   │   │   │   ├── LICENSE
│   │   │   │   ├── NOTICE
│   │   │   │   ├── package.json
│   │   │   │   ├── plugin.xml
│   │   │   │   ├── README.md
│   │   │   │   ├── RELEASENOTES.md
│   │   │   │   ├── src
│   │   │   │   │   ├── android
│   │   │   │   │   │   └── StatusBar.java
│   │   │   │   │   ├── browser
│   │   │   │   │   │   └── StatusBarProxy.js
│   │   │   │   │   ├── ios
│   │   │   │   │   │   ├── CDVStatusBar.h
│   │   │   │   │   │   └── CDVStatusBar.m
│   │   │   │   │   ├── windows
│   │   │   │   │   │   └── StatusBarProxy.js
│   │   │   │   │   └── wp
│   │   │   │   │   └── StatusBar.cs
│   │   │   │   ├── tests
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── plugin.xml
│   │   │   │   │   └── tests.js
│   │   │   │   ├── types
│   │   │   │   │   └── index.d.ts
│   │   │   │   └── www
│   │   │   │   └── statusbar.js
│   │   │   ├── cordova-plugin-whitelist
│   │   │   │   ├── CONTRIBUTING.md
│   │   │   │   ├── doc
│   │   │   │   │   ├── de
│   │   │   │   │   │   └── README.md
│   │   │   │   │   ├── es
│   │   │   │   │   │   └── README.md
│   │   │   │   │   ├── fr
│   │   │   │   │   │   └── README.md
│   │   │   │   │   ├── it
│   │   │   │   │   │   └── README.md
│   │   │   │   │   ├── ja
│   │   │   │   │   │   └── README.md
│   │   │   │   │   ├── ko
│   │   │   │   │   │   └── README.md
│   │   │   │   │   ├── pl
│   │   │   │   │   │   └── README.md
│   │   │   │   │   └── zh
│   │   │   │   │   └── README.md
│   │   │   │   ├── LICENSE
│   │   │   │   ├── NOTICE
│   │   │   │   ├── package.json
│   │   │   │   ├── plugin.xml
│   │   │   │   ├── README.md
│   │   │   │   ├── RELEASENOTES.md
│   │   │   │   └── src
│   │   │   │   └── android
│   │   │   │   └── WhitelistPlugin.java
│   │   │   └── fetch.json
│   │   ├── res
│   │   │   ├── icons
│   │   │   │   ├── android
│   │   │   │   │   ├── icon-36-ldpi.png
│   │   │   │   │   ├── icon-48-mdpi.png
│   │   │   │   │   ├── icon-72-hdpi.png
│   │   │   │   │   └── icon-96-xhdpi.png
│   │   │   │   ├── ios
│   │   │   │   │   ├── icon-40-2x.png
│   │   │   │   │   ├── icon-40.png
│   │   │   │   │   ├── icon-50-2x.png
│   │   │   │   │   ├── icon-50.png
│   │   │   │   │   ├── icon-57-2x.png
│   │   │   │   │   ├── icon-57.png
│   │   │   │   │   ├── icon-60-2x.png
│   │   │   │   │   ├── icon-60-3x.png
│   │   │   │   │   ├── icon-60.png
│   │   │   │   │   ├── icon-72-2x.png
│   │   │   │   │   ├── icon-72.png
│   │   │   │   │   ├── icon-76-2x.png
│   │   │   │   │   ├── icon-76.png
│   │   │   │   │   ├── icon-small-2x.png
│   │   │   │   │   └── icon-small.png
│   │   │   │   └── windows
│   │   │   │   ├── Square150x150Logo.scale-100.png
│   │   │   │   ├── Square150x150Logo.scale-240.png
│   │   │   │   ├── Square30x30Logo.scale-100.png
│   │   │   │   ├── Square310x310Logo.scale-100.png
│   │   │   │   ├── Square44x44Logo.scale-100.png
│   │   │   │   ├── Square44x44Logo.scale-240.png
│   │   │   │   ├── Square70x70Logo.scale-100.png
│   │   │   │   ├── Square71x71Logo.scale-100.png
│   │   │   │   ├── Square71x71Logo.scale-240.png
│   │   │   │   ├── StoreLogo.scale-100.png
│   │   │   │   ├── StoreLogo.scale-240.png
│   │   │   │   ├── Wide310x150Logo.scale-100.png
│   │   │   │   └── Wide310x150Logo.scale-240.png
│   │   │   ├── native
│   │   │   │   └── android
│   │   │   │   └── ant.properties
│   │   │   └── screens
│   │   │   ├── android
│   │   │   │   ├── screen-hdpi-landscape.png
│   │   │   │   ├── screen-hdpi-portrait.png
│   │   │   │   ├── screen-ldpi-landscape.png
│   │   │   │   ├── screen-ldpi-portrait.png
│   │   │   │   ├── screen-mdpi-landscape.png
│   │   │   │   ├── screen-mdpi-portrait.png
│   │   │   │   ├── screen-xhdpi-landscape.png
│   │   │   │   └── screen-xhdpi-portrait.png
│   │   │   ├── ios
│   │   │   │   ├── screen-ipad-landscape-2x.png
│   │   │   │   ├── screen-ipad-landscape.png
│   │   │   │   ├── screen-ipad-portrait-2x.png
│   │   │   │   ├── screen-ipad-portrait.png
│   │   │   │   ├── screen-iphone-568h-2x.png
│   │   │   │   ├── screen-iphone-landscape-736h.png
│   │   │   │   ├── screen-iphone-portrait-2x.png
│   │   │   │   ├── screen-iphone-portrait-667h.png
│   │   │   │   ├── screen-iphone-portrait-736h.png
│   │   │   │   └── screen-iphone-portrait.png
│   │   │   └── windows
│   │   │   ├── SplashScreenPhone.scale-240.png
│   │   │   ├── SplashScreen.scale-100.png
│   │   │   └── SplashScreen.scale-240.png
│   │   ├── simulation
│   │   │   ├── app-host.js
│   │   │   ├── app-host.json
│   │   │   ├── sim-host.js
│   │   │   └── sim-host.json
│   │   └── www
│   │   ├── config
│   │   │   └── config.js
│   │   ├── css
│   │   │   ├── index.css
│   │   │   └── lrmui.min.css
│   │   ├── data
│   │   │   └── city.js
│   │   ├── favicon.ico
│   │   ├── font
│   │   │   ├── iconfont.css
│   │   │   ├── iconfont.eot
│   │   │   ├── iconfont.js
│   │   │   ├── iconfont.svg
│   │   │   ├── iconfont.ttf
│   │   │   └── iconfont.woff
│   │   ├── images
│   │   │   ├── logo.png
│   │   │   ├── wechat.jpg
│   │   │   └── welcomeBanner.jpg
│   │   ├── index.html
│   │   ├── pages
│   │   │   ├── contacts
│   │   │   │   ├── contacts.css
│   │   │   │   ├── contacts.html
│   │   │   │   └── contacts.js
│   │   │   ├── crm
│   │   │   │   └── invoice
│   │   │   │   ├── form
│   │   │   │   │   ├── form.css
│   │   │   │   │   ├── form.html
│   │   │   │   │   └── form.js
│   │   │   │   ├── invoice.css
│   │   │   │   ├── invoice.html
│   │   │   │   └── invoice.js
│   │   │   ├── custmerform
│   │   │   │   ├── custmerform.css
│   │   │   │   ├── custmerform.html
│   │   │   │   ├── custmerform.js
│   │   │   │   └── edit
│   │   │   │   ├── edit.css
│   │   │   │   ├── edit.html
│   │   │   │   └── edit.js
│   │   │   ├── login
│   │   │   │   ├── login.css
│   │   │   │   ├── login.html
│   │   │   │   └── login.js
│   │   │   ├── message
│   │   │   │   ├── message.css
│   │   │   │   ├── message.html
│   │   │   │   └── message.js
│   │   │   ├── my
│   │   │   │   ├── aboutadms
│   │   │   │   │   ├── aboutadms.css
│   │   │   │   │   ├── aboutadms.html
│   │   │   │   │   └── aboutadms.js
│   │   │   │   ├── aboutlearun
│   │   │   │   │   ├── aboutlearun.css
│   │   │   │   │   ├── aboutlearun.html
│   │   │   │   │   └── aboutlearun.js
│   │   │   │   ├── modifypassword
│   │   │   │   │   ├── modifypassword.css
│   │   │   │   │   ├── modifypassword.html
│   │   │   │   │   └── modifypassword.js
│   │   │   │   ├── my.css
│   │   │   │   ├── my.html
│   │   │   │   └── my.js
│   │   │   ├── newpage
│   │   │   │   ├── newpage.css
│   │   │   │   ├── newpage.html
│   │   │   │   └── newpage.js
│   │   │   ├── workflow
│   │   │   │   ├── audit
│   │   │   │   │   ├── audit.css
│   │   │   │   │   ├── audit.html
│   │   │   │   │   └── audit.js
│   │   │   │   ├── myprocess
│   │   │   │   │   ├── myprocess.css
│   │   │   │   │   ├── myprocess.html
│   │   │   │   │   └── myprocess.js
│   │   │   │   ├── mytaskinfo
│   │   │   │   │   ├── mytaskinfo.css
│   │   │   │   │   ├── mytaskinfo.html
│   │   │   │   │   └── mytaskinfo.js
│   │   │   │   ├── mytaskmakedinfo
│   │   │   │   │   ├── mytaskmakedinfo.css
│   │   │   │   │   ├── mytaskmakedinfo.html
│   │   │   │   │   └── mytaskmakedinfo.js
│   │   │   │   ├── processInfo
│   │   │   │   │   ├── processInfo.css
│   │   │   │   │   ├── processInfo.html
│   │   │   │   │   └── processInfo.js
│   │   │   │   └── taskform
│   │   │   │   ├── taskform.css
│   │   │   │   ├── taskform.html
│   │   │   │   └── taskform.js
│   │   │   └── workspace
│   │   │   ├── workspace.css
│   │   │   ├── workspace.html
│   │   │   └── workspace.js
│   │   └── scripts
│   │   ├── index.js
│   │   ├── jquery-1.10.2.min.js
│   │   ├── jquery.md5.min.js
│   │   ├── learun-custmerform.js
│   │   ├── lrmui.min.js
│   │   └── platformOverrides.js
│   ├── Learun.Application.Organization
│   │   ├── Company
│   │   │   ├── CompanyBLL.cs
│   │   │   ├── CompanyEntity.cs
│   │   │   ├── CompanyIBLL.cs
│   │   │   ├── CompanyModel.cs
│   │   │   └── CompanyService.cs
│   │   ├── Department
│   │   │   ├── DepartmentBLL.cs
│   │   │   ├── DepartmentEntity.cs
│   │   │   ├── DepartmentIBLL.cs
│   │   │   ├── DepartmentModel.cs
│   │   │   └── DepartmentService.cs
│   │   ├── Learun.Application.Organization.csproj
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── Learun.Application.Organization.csproj.CopyComplete
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   ├── Post
│   │   │   ├── PostBLL.cs
│   │   │   ├── PostEntity.cs
│   │   │   ├── PostIBLL.cs
│   │   │   └── PostService.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Role
│   │   │   ├── RoleBLL.cs
│   │   │   ├── RoleEntity.cs
│   │   │   ├── RoleIBLL.cs
│   │   │   └── RoleService.cs
│   │   └── User
│   │   ├── UserBLL.cs
│   │   ├── UserEntity.cs
│   │   ├── UserIBLL.cs
│   │   ├── UserModel.cs
│   │   └── UserService.cs
│   ├── Learun.Application.Web
│   │   ├── App_Start
│   │   │   ├── 01 Handler
│   │   │   │   ├── AjaxOnlyAttribute.cs
│   │   │   │   ├── HandlerErrorAttribute.cs
│   │   │   │   ├── HandlerLoginAttribute.cs
│   │   │   │   ├── HandlerValidateAntiForgeryTokenAttribute.cs
│   │   │   │   ├── MvcControllerBase.cs
│   │   │   │   └── ResultFillters.cs
│   │   │   ├── FilterConfig.cs
│   │   │   └── RouteConfig.cs
│   │   ├── Areas
│   │   │   ├── AppManager
│   │   │   │   ├── AppManagerAreaRegistration.cs
│   │   │   │   ├── Controllers
│   │   │   │   │   └── FunctionManagerController.cs
│   │   │   │   └── Views
│   │   │   │   ├── FunctionManager
│   │   │   │   │   ├── Form.cshtml
│   │   │   │   │   ├── Form.css
│   │   │   │   │   ├── Form.js
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   └── Index.js
│   │   │   │   └── web.config
│   │   │   ├── LR_AuthorizeModule
│   │   │   │   ├── Controllers
│   │   │   │   │   ├── AuthorizeController.cs
│   │   │   │   │   ├── DataAuthorizeController.cs
│   │   │   │   │   ├── FilterIPController.cs
│   │   │   │   │   ├── FilterTimeController.cs
│   │   │   │   │   └── UserRelationController.cs
│   │   │   │   ├── LR_AuthorizeModuleAreaRegistration.cs
│   │   │   │   └── Views
│   │   │   │   ├── Authorize
│   │   │   │   │   ├── Form.cshtml
│   │   │   │   │   ├── Form.css
│   │   │   │   │   └── Form.js
│   │   │   │   ├── DataAuthorize
│   │   │   │   │   ├── Form.cshtml
│   │   │   │   │   ├── Form.css
│   │   │   │   │   ├── Form.js
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   ├── Index.js
│   │   │   │   │   ├── QueryForm.cshtml
│   │   │   │   │   └── QueryForm.js
│   │   │   │   ├── FilterIP
│   │   │   │   │   ├── Form.cshtml
│   │   │   │   │   ├── Form.js
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   └── Index.js
│   │   │   │   ├── FilterTime
│   │   │   │   │   ├── Form.cshtml
│   │   │   │   │   ├── Form.css
│   │   │   │   │   └── Form.js
│   │   │   │   ├── UserRelation
│   │   │   │   │   ├── LookForm.cshtml
│   │   │   │   │   ├── LookForm.css
│   │   │   │   │   ├── LookForm.js
│   │   │   │   │   ├── SelectForm.cshtml
│   │   │   │   │   ├── SelectForm.css
│   │   │   │   │   └── SelectForm.js
│   │   │   │   └── web.config
│   │   │   ├── LR_CodeDemo
│   │   │   │   ├── LR_CodeDemoAreaRegistration.cs
│   │   │   │   └── Views
│   │   │   │   ├── CustomerInfo
│   │   │   │   │   ├── Form.cshtml
│   │   │   │   │   ├── Form.js
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   └── Index.js
│   │   │   │   └── web.config
│   │   │   ├── LR_CodeGeneratorModule
│   │   │   │   ├── Controllers
│   │   │   │   │   ├── IconController.cs
│   │   │   │   │   ├── PluginDemoController.cs
│   │   │   │   │   ├── TemplateAPPController.cs
│   │   │   │   │   └── TemplatePCController.cs
│   │   │   │   ├── LR_CodeGeneratorModuleAreaRegistration.cs
│   │   │   │   └── Views
│   │   │   │   ├── Icon
│   │   │   │   │   ├── AppIndex.cshtml
│   │   │   │   │   └── Index.cshtml
│   │   │   │   ├── PluginDemo
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   ├── index.css
│   │   │   │   │   ├── index.js
│   │   │   │   │   └── listInfo.js
│   │   │   │   ├── TemplateAPP
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   ├── Index.css
│   │   │   │   │   └── Index.js
│   │   │   │   ├── TemplatePC
│   │   │   │   │   ├── AddGridFieldIndex.cshtml
│   │   │   │   │   ├── AddGridFieldIndex.js
│   │   │   │   │   ├── ColFieldForm.cshtml
│   │   │   │   │   ├── ColFieldForm.js
│   │   │   │   │   ├── CustmerCodeIndex.cshtml
│   │   │   │   │   ├── CustmerCodeIndex.css
│   │   │   │   │   ├── CustmerCodeIndex.js
│   │   │   │   │   ├── DataTableForm.cshtml
│   │   │   │   │   ├── DataTableForm.js
│   │   │   │   │   ├── EntityCodeIndex.cshtml
│   │   │   │   │   ├── EntityCodeIndex.css
│   │   │   │   │   ├── EntityCodeIndex.js
│   │   │   │   │   ├── FastCodeIndex.cshtml
│   │   │   │   │   ├── FastCodeIndex.css
│   │   │   │   │   ├── FastCodeIndex.js
│   │   │   │   │   ├── FormSetting.cshtml
│   │   │   │   │   ├── FormSetting.js
│   │   │   │   │   ├── GridFieldForm.cshtml
│   │   │   │   │   ├── GridFieldForm.css
│   │   │   │   │   ├── GridFieldForm.js
│   │   │   │   │   ├── GridFieldIndex.cshtml
│   │   │   │   │   ├── GridFieldIndex.js
│   │   │   │   │   ├── GridSelectFieldForm.cshtml
│   │   │   │   │   ├── GridSelectFieldForm.js
│   │   │   │   │   ├── ImportTableForm.cshtml
│   │   │   │   │   ├── ImportTableForm.js
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   ├── Index.css
│   │   │   │   │   ├── Index.js
│   │   │   │   │   ├── PreviewForm.cshtml
│   │   │   │   │   ├── PreviewForm.css
│   │   │   │   │   ├── PreviewForm.js
│   │   │   │   │   ├── QueryFieldForm.cshtml
│   │   │   │   │   ├── QueryFieldForm.js
│   │   │   │   │   ├── TabEditForm.cshtml
│   │   │   │   │   ├── TabEditForm.js
│   │   │   │   │   ├── TabEditIndex.cshtml
│   │   │   │   │   ├── TabEditIndex.js
│   │   │   │   │   ├── WorkflowCodeIndex.cshtml
│   │   │   │   │   ├── WorkflowCodeIndex.css
│   │   │   │   │   └── WorkflowCodeIndex.js
│   │   │   │   └── web.config
│   │   │   ├── LR_CRMModule
│   │   │   │   ├── Controllers
│   │   │   │   │   ├── CashBalanceController.cs
│   │   │   │   │   ├── ChanceController.cs
│   │   │   │   │   ├── CrmOrderController.cs
│   │   │   │   │   ├── CustomerContactController.cs
│   │   │   │   │   ├── CustomerController.cs
│   │   │   │   │   ├── ExpensesController.cs
│   │   │   │   │   ├── InvoiceController.cs
│   │   │   │   │   ├── ReceivableController.cs
│   │   │   │   │   └── TrailRecordController.cs
│   │   │   │   ├── LR_CRMModuleAreaRegistration.cs
│   │   │   │   └── Views
│   │   │   │   ├── CashBalance
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   └── Index.js
│   │   │   │   ├── Chance
│   │   │   │   │   ├── Detail.cshtml
│   │   │   │   │   ├── Detail.js
│   │   │   │   │   ├── Form.cshtml
│   │   │   │   │   ├── Form.js
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   └── Index.js
│   │   │   │   ├── CrmOrder
│   │   │   │   │   ├── Form.cshtml
│   │   │   │   │   ├── Form.css
│   │   │   │   │   ├── Form.js
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   └── Index.js
│   │   │   │   ├── Customer
│   │   │   │   │   ├── Detail.cshtml
│   │   │   │   │   ├── Detail.js
│   │   │   │   │   ├── Form.cshtml
│   │   │   │   │   ├── Form.js
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   └── Index.js
│   │   │   │   ├── CustomerContact
│   │   │   │   │   ├── ContactForm.cshtml
│   │   │   │   │   ├── ContactForm.js
│   │   │   │   │   ├── ContactIndex.cshtml
│   │   │   │   │   └── ContactIndex.js
│   │   │   │   ├── Expenses
│   │   │   │   │   ├── ExpensesForm.cshtml
│   │   │   │   │   ├── ExpensesForm.js
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   └── Index.js
│   │   │   │   ├── Invoice
│   │   │   │   │   ├── Form.cshtml
│   │   │   │   │   ├── Form.js
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   └── Index.js
│   │   │   │   ├── Receivable
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   ├── Index.js
│   │   │   │   │   ├── ReceiptForm.cshtml
│   │   │   │   │   ├── ReceiptForm.js
│   │   │   │   │   ├── ReportIndex.cshtml
│   │   │   │   │   └── ReportIndex.js
│   │   │   │   ├── TrailRecord
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   └── Index.js
│   │   │   │   └── web.config
│   │   │   ├── LR_FormModule
│   │   │   │   ├── Controllers
│   │   │   │   │   ├── CustmerformController.cs
│   │   │   │   │   └── FormRelationController.cs
│   │   │   │   ├── LR_FormModuleAreaRegistration.cs
│   │   │   │   └── Views
│   │   │   │   ├── Custmerform
│   │   │   │   │   ├── DataTableForm.cshtml
│   │   │   │   │   ├── DataTableForm.js
│   │   │   │   │   ├── Form.cshtml
│   │   │   │   │   ├── Form.css
│   │   │   │   │   ├── Form.js
│   │   │   │   │   ├── HistoryForm.cshtml
│   │   │   │   │   ├── HistoryForm.js
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   ├── Index.js
│   │   │   │   │   ├── LayerInstanceForm.cshtml
│   │   │   │   │   ├── LayerInstanceForm.css
│   │   │   │   │   ├── LayerInstanceForm.js
│   │   │   │   │   ├── PreviewForm.cshtml
│   │   │   │   │   ├── PreviewForm.css
│   │   │   │   │   ├── PreviewForm.js
│   │   │   │   │   ├── SetFieldForm.cshtml
│   │   │   │   │   ├── SetFieldForm.css
│   │   │   │   │   ├── SetFieldForm.js
│   │   │   │   │   ├── SetFieldIndex.cshtml
│   │   │   │   │   ├── SetFieldIndex.js
│   │   │   │   │   ├── SetSelectFieldForm.cshtml
│   │   │   │   │   ├── SetSelectFieldForm.js
│   │   │   │   │   ├── TabEditForm.cshtml
│   │   │   │   │   ├── TabEditForm.js
│   │   │   │   │   ├── TabEditIndex.cshtml
│   │   │   │   │   ├── TabEditIndex.js
│   │   │   │   │   ├── TabInstanceForm.cshtml
│   │   │   │   │   ├── TabInstanceForm.css
│   │   │   │   │   ├── TabInstanceForm.js
│   │   │   │   │   ├── WorkflowInstanceForm.cshtml
│   │   │   │   │   ├── WorkflowInstanceForm.css
│   │   │   │   │   └── WorkflowInstanceForm.js
│   │   │   │   ├── FormRelation
│   │   │   │   │   ├── ColFieldForm.cshtml
│   │   │   │   │   ├── ColFieldForm.js
│   │   │   │   │   ├── Form.cshtml
│   │   │   │   │   ├── Form.css
│   │   │   │   │   ├── Form.js
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   ├── Index.js
│   │   │   │   │   ├── PreviewIndex.cshtml
│   │   │   │   │   ├── PreviewIndex.js
│   │   │   │   │   ├── QueryFieldForm.cshtml
│   │   │   │   │   └── QueryFieldForm.js
│   │   │   │   └── web.config
│   │   │   ├── LR_OAModule
│   │   │   │   ├── Controllers
│   │   │   │   │   ├── NewsController.cs
│   │   │   │   │   ├── NoticeController.cs
│   │   │   │   │   ├── ScheduleController.cs
│   │   │   │   │   └── SignetController.cs
│   │   │   │   ├── LR_OAModuleAreaRegistration.cs
│   │   │   │   └── Views
│   │   │   │   ├── News
│   │   │   │   │   ├── Form.cshtml
│   │   │   │   │   ├── Form.js
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   └── Index.js
│   │   │   │   ├── Notice
│   │   │   │   │   ├── Form.cshtml
│   │   │   │   │   ├── Form.js
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   └── Index.js
│   │   │   │   ├── Schedule
│   │   │   │   │   ├── Form.cshtml
│   │   │   │   │   ├── Form.js
│   │   │   │   │   └── Index.cshtml
│   │   │   │   ├── Signet
│   │   │   │   │   └── Index.cshtml
│   │   │   │   └── web.config
│   │   │   ├── LR_OrganizationModule
│   │   │   │   ├── Controllers
│   │   │   │   │   ├── CompanyController.cs
│   │   │   │   │   ├── DepartmentController.cs
│   │   │   │   │   ├── PostController.cs
│   │   │   │   │   ├── RoleController.cs
│   │   │   │   │   └── UserController.cs
│   │   │   │   ├── LR_OrganizationModuleAreaRegistration.cs
│   │   │   │   └── Views
│   │   │   │   ├── Company
│   │   │   │   │   ├── Form.cshtml
│   │   │   │   │   ├── Form.js
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   └── Index.js
│   │   │   │   ├── Department
│   │   │   │   │   ├── Form.cshtml
│   │   │   │   │   ├── Form.js
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   └── Index.js
│   │   │   │   ├── Post
│   │   │   │   │   ├── Form.cshtml
│   │   │   │   │   ├── Form.js
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   ├── Index.js
│   │   │   │   │   ├── SelectForm.cshtml
│   │   │   │   │   ├── SelectForm.css
│   │   │   │   │   └── SelectForm.js
│   │   │   │   ├── Role
│   │   │   │   │   ├── Form.cshtml
│   │   │   │   │   ├── Form.js
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   └── Index.js
│   │   │   │   ├── User
│   │   │   │   │   ├── Form.cshtml
│   │   │   │   │   ├── Form.js
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   ├── Index.js
│   │   │   │   │   ├── SelectForm.cshtml
│   │   │   │   │   ├── SelectForm.css
│   │   │   │   │   ├── SelectForm.js
│   │   │   │   │   ├── SelectOnlyForm.cshtml
│   │   │   │   │   └── SelectOnlyForm.js
│   │   │   │   └── web.config
│   │   │   ├── LR_ReportModule
│   │   │   │   ├── Controllers
│   │   │   │   │   ├── ReportManageController.cs
│   │   │   │   │   └── ReportTemplateController.cs
│   │   │   │   ├── LR_ReportModuleAreaRegistration.cs
│   │   │   │   └── Views
│   │   │   │   ├── ReportManage
│   │   │   │   │   ├── Form.cshtml
│   │   │   │   │   ├── Form.js
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   ├── Index.js
│   │   │   │   │   └── Preview.cshtml
│   │   │   │   ├── ReportTemplate
│   │   │   │   │   ├── FinanceReport.cshtml
│   │   │   │   │   ├── FinanceReport.js
│   │   │   │   │   ├── PurchaseReport.cshtml
│   │   │   │   │   ├── PurchaseReport.js
│   │   │   │   │   ├── ReportData
│   │   │   │   │   │   ├── FinanceReport.xlsx
│   │   │   │   │   │   ├── PurchaseReport.xlsx
│   │   │   │   │   │   ├── SalesReport.xlsx
│   │   │   │   │   │   └── StockReport.xlsx
│   │   │   │   │   ├── SalesReport.cshtml
│   │   │   │   │   ├── SalesReport.js
│   │   │   │   │   ├── StockReport.cshtml
│   │   │   │   │   └── StockReport.js
│   │   │   │   └── web.config
│   │   │   ├── LR_SystemModule
│   │   │   │   ├── Controllers
│   │   │   │   │   ├── AnnexesController.cs
│   │   │   │   │   ├── AreaController.cs
│   │   │   │   │   ├── CodeRuleController.cs
│   │   │   │   │   ├── CustmerQueryController.cs
│   │   │   │   │   ├── DatabaseLinkController.cs
│   │   │   │   │   ├── DatabaseTableController.cs
│   │   │   │   │   ├── DataItemController.cs
│   │   │   │   │   ├── DataSourceController.cs
│   │   │   │   │   ├── DbFieldController.cs
│   │   │   │   │   ├── ExcelExportController.cs
│   │   │   │   │   ├── ExcelImportController.cs
│   │   │   │   │   ├── InterfaceController.cs
│   │   │   │   │   ├── LogController.cs
│   │   │   │   │   └── ModuleController.cs
│   │   │   │   ├── LR_SystemModuleAreaRegistration.cs
│   │   │   │   └── Views
│   │   │   │   ├── Annexes
│   │   │   │   │   ├── DownForm.cshtml
│   │   │   │   │   ├── DownForm.css
│   │   │   │   │   ├── DownForm.js
│   │   │   │   │   ├── UploadForm.cshtml
│   │   │   │   │   ├── UploadForm.css
│   │   │   │   │   └── UploadForm.js
│   │   │   │   ├── Area
│   │   │   │   │   ├── Form.cshtml
│   │   │   │   │   ├── Form.js
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   └── Index.js
│   │   │   │   ├── CodeRule
│   │   │   │   │   ├── FormatForm.cshtml
│   │   │   │   │   ├── FormatForm.js
│   │   │   │   │   ├── Form.cshtml
│   │   │   │   │   ├── Form.css
│   │   │   │   │   ├── Form.js
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   └── Index.js
│   │   │   │   ├── CustmerQuery
│   │   │   │   │   ├── Form.cshtml
│   │   │   │   │   ├── Form.css
│   │   │   │   │   ├── Form.js
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   ├── Index.js
│   │   │   │   │   ├── QueryForm.cshtml
│   │   │   │   │   └── QueryForm.js
│   │   │   │   ├── DatabaseLink
│   │   │   │   │   ├── Form.cshtml
│   │   │   │   │   ├── Form.js
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   └── Index.js
│   │   │   │   ├── DatabaseTable
│   │   │   │   │   ├── CopyTableForm.cshtml
│   │   │   │   │   ├── CopyTableForm.js
│   │   │   │   │   ├── DraftForm.cshtml
│   │   │   │   │   ├── DraftForm.js
│   │   │   │   │   ├── EditTableForm.cshtml
│   │   │   │   │   ├── EditTableForm.css
│   │   │   │   │   ├── EditTableForm.js
│   │   │   │   │   ├── Form.cshtml
│   │   │   │   │   ├── Form.js
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   ├── Index.js
│   │   │   │   │   ├── TableIndex.cshtml
│   │   │   │   │   ├── TableIndex.css
│   │   │   │   │   └── TableIndex.js
│   │   │   │   ├── DataItem
│   │   │   │   │   ├── ClassifyForm.cshtml
│   │   │   │   │   ├── ClassifyForm.js
│   │   │   │   │   ├── ClassifyIndex.cshtml
│   │   │   │   │   ├── ClassifyIndex.css
│   │   │   │   │   ├── ClassifyIndex.js
│   │   │   │   │   ├── DetailIndex.cshtml
│   │   │   │   │   ├── DetailIndex.js
│   │   │   │   │   ├── Form.cshtml
│   │   │   │   │   ├── Form.js
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   └── Index.js
│   │   │   │   ├── DataSource
│   │   │   │   │   ├── Form.cshtml
│   │   │   │   │   ├── Form.js
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   ├── Index.js
│   │   │   │   │   ├── SelectForm.cshtml
│   │   │   │   │   ├── SelectForm.css
│   │   │   │   │   ├── SelectForm.js
│   │   │   │   │   ├── TestForm.cshtml
│   │   │   │   │   ├── TestForm.css
│   │   │   │   │   └── TestForm.js
│   │   │   │   ├── DbField
│   │   │   │   │   ├── Form.cshtml
│   │   │   │   │   ├── Form.js
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   ├── Index.js
│   │   │   │   │   ├── SelectForm.cshtml
│   │   │   │   │   └── SelectForm.js
│   │   │   │   ├── ExcelExport
│   │   │   │   │   ├── Form.cshtml
│   │   │   │   │   ├── Form.js
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   └── Index.js
│   │   │   │   ├── ExcelImport
│   │   │   │   │   ├── Form.cshtml
│   │   │   │   │   ├── Form.css
│   │   │   │   │   ├── Form.js
│   │   │   │   │   ├── ImportForm.cshtml
│   │   │   │   │   ├── ImportForm.css
│   │   │   │   │   ├── ImportForm.js
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   ├── Index.js
│   │   │   │   │   ├── SetFieldForm.cshtml
│   │   │   │   │   └── SetFieldForm.js
│   │   │   │   ├── Interface
│   │   │   │   │   ├── FieldForm.cshtml
│   │   │   │   │   ├── FieldForm.js
│   │   │   │   │   ├── Form.cshtml
│   │   │   │   │   ├── Form.css
│   │   │   │   │   ├── Form.js
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   ├── Index.css
│   │   │   │   │   └── Index.js
│   │   │   │   ├── Log
│   │   │   │   │   ├── DetailForm.cshtml
│   │   │   │   │   ├── DetailForm.js
│   │   │   │   │   ├── Form.cshtml
│   │   │   │   │   ├── Form.js
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   └── Index.js
│   │   │   │   ├── Module
│   │   │   │   │   ├── ButtonForm.cshtml
│   │   │   │   │   ├── ButtonForm.js
│   │   │   │   │   ├── ColumnForm.cshtml
│   │   │   │   │   ├── ColumnForm.js
│   │   │   │   │   ├── Form.cshtml
│   │   │   │   │   ├── Form.css
│   │   │   │   │   ├── Form.js
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   └── Index.js
│   │   │   │   └── web.config
│   │   │   ├── LR_WebChatModule
│   │   │   │   ├── Controllers
│   │   │   │   │   ├── OrganizeController.cs
│   │   │   │   │   ├── TokenController.cs
│   │   │   │   │   └── UserController.cs
│   │   │   │   ├── LR_WebChatModuleAreaRegistration.cs
│   │   │   │   └── Views
│   │   │   │   ├── Token
│   │   │   │   │   ├── Index.cshtml
│   │   │   │   │   ├── Index.css
│   │   │   │   │   └── Index.js
│   │   │   │   └── web.config
│   │   │   └── LR_WorkFlowModule
│   │   │   ├── Controllers
│   │   │   │   ├── WfDelegateRuleController.cs
│   │   │   │   ├── WfEngineController.cs
│   │   │   │   ├── WfMonitorController.cs
│   │   │   │   ├── WfMyTaskController.cs
│   │   │   │   ├── WfSchemeController.cs
│   │   │   │   └── WfSystemDemoController.cs
│   │   │   ├── LR_WorkFlowModuleAreaRegistration.cs
│   │   │   └── Views
│   │   │   ├── web.config
│   │   │   ├── WfDelegateRule
│   │   │   │   ├── Form.cshtml
│   │   │   │   ├── Form.css
│   │   │   │   ├── Form.js
│   │   │   │   ├── Index.cshtml
│   │   │   │   └── Index.js
│   │   │   ├── WfMonitor
│   │   │   │   ├── Index.cshtml
│   │   │   │   └── Index.js
│   │   │   ├── WfMyTask
│   │   │   │   ├── AuditFlowForm.cshtml
│   │   │   │   ├── AuditFlowForm.js
│   │   │   │   ├── CustmerWorkFlowForm.cshtml
│   │   │   │   ├── CustmerWorkFlowForm.css
│   │   │   │   ├── CustmerWorkFlowForm.js
│   │   │   │   ├── Index.cshtml
│   │   │   │   ├── Index.js
│   │   │   │   ├── ReleaseFlowForm.cshtml
│   │   │   │   ├── ReleaseFlowForm.js
│   │   │   │   ├── ReleaseForm.cshtml
│   │   │   │   ├── ReleaseForm.css
│   │   │   │   ├── ReleaseForm.js
│   │   │   │   ├── SignFlowForm.cshtml
│   │   │   │   ├── SignFlowForm.js
│   │   │   │   ├── WfNodeForm.cshtml
│   │   │   │   └── WfNodeForm.js
│   │   │   ├── WfScheme
│   │   │   │   ├── AuthorizeForm.cshtml
│   │   │   │   ├── AuthorizeForm.js
│   │   │   │   ├── ConditionFieldForm.cshtml
│   │   │   │   ├── ConditionFieldForm.js
│   │   │   │   ├── FieldSelectForm.cshtml
│   │   │   │   ├── FieldSelectForm.js
│   │   │   │   ├── Form.cshtml
│   │   │   │   ├── Form.css
│   │   │   │   ├── Form.js
│   │   │   │   ├── HistoryForm.cshtml
│   │   │   │   ├── HistoryForm.js
│   │   │   │   ├── Index.cshtml
│   │   │   │   ├── Index.js
│   │   │   │   ├── LineForm.cshtml
│   │   │   │   ├── LineForm.js
│   │   │   │   ├── NodeForm.cshtml
│   │   │   │   ├── NodeForm.css
│   │   │   │   ├── NodeForm.js
│   │   │   │   ├── PostForm.cshtml
│   │   │   │   ├── PostForm.js
│   │   │   │   ├── PreviewForm.cshtml
│   │   │   │   ├── PreviewForm.css
│   │   │   │   ├── PreviewForm.js
│   │   │   │   ├── RoleForm.cshtml
│   │   │   │   ├── RoleForm.js
│   │   │   │   ├── UserForm.cshtml
│   │   │   │   ├── UserForm.js
│   │   │   │   ├── WorkformForm.cshtml
│   │   │   │   └── WorkformForm.js
│   │   │   └── WfSystemDemo
│   │   │   ├── DemoLeaveForm.cshtml
│   │   │   ├── DemoLeaveForm.js
│   │   │   ├── DemoLeaveIndex.cshtml
│   │   │   └── DemoLeaveIndex.js
│   │   ├── bin
│   │   │   ├── EntityFramework.dll
│   │   │   ├── EntityFramework.SqlServer.dll
│   │   │   ├── Microsoft.Practices.ServiceLocation.dll
│   │   │   ├── Microsoft.Practices.Unity.Configuration.dll
│   │   │   ├── Microsoft.Practices.Unity.dll
│   │   │   ├── Microsoft.Practices.Unity.RegistrationByConvention.dll
│   │   │   ├── Microsoft.Web.Infrastructure.dll
│   │   │   ├── MySql.Data.dll
│   │   │   ├── MySql.Data.Entity.EF6.dll
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── Oracle.ManagedDataAccess.dll
│   │   │   ├── Oracle.ManagedDataAccess.EntityFramework.dll
│   │   │   ├── System.Web.Helpers.dll
│   │   │   ├── System.Web.Mvc.dll
│   │   │   ├── System.Web.Razor.dll
│   │   │   ├── System.Web.WebPages.Deployment.dll
│   │   │   ├── System.Web.WebPages.dll
│   │   │   └── System.Web.WebPages.Razor.dll
│   │   ├── Content
│   │   │   ├── bootstrap
│   │   │   │   ├── bootstrap.min.css
│   │   │   │   ├── bootstrap.min.js
│   │   │   │   ├── bootstrap-theme.min.css
│   │   │   │   ├── html5shiv.min.js
│   │   │   │   ├── modernizr-2.6.2.min.js
│   │   │   │   └── respond.min.js
│   │   │   ├── datepicker
│   │   │   │   ├── calendar.js
│   │   │   │   ├── DatePicker.js
│   │   │   │   ├── lang
│   │   │   │   │   ├── en.js
│   │   │   │   │   ├── zh-cn.js
│   │   │   │   │   └── zh-tw.js
│   │   │   │   ├── skin
│   │   │   │   │   ├── datePicker.gif
│   │   │   │   │   ├── datePicker.png
│   │   │   │   │   ├── default
│   │   │   │   │   │   ├── datepicker.css
│   │   │   │   │   │   ├── datepicker-dev.css
│   │   │   │   │   │   ├── img.gif
│   │   │   │   │   │   └── img.png
│   │   │   │   │   ├── WdatePicker.css
│   │   │   │   │   └── whyGreen
│   │   │   │   │   ├── bg.jpg
│   │   │   │   │   ├── datepicker.css
│   │   │   │   │   └── img.gif
│   │   │   │   ├── WdatePicker.js
│   │   │   │   └── 开发包
│   │   │   │   ├── lang
│   │   │   │   │   ├── en.js
│   │   │   │   │   ├── zh-cn.js
│   │   │   │   │   └── zh-tw.js
│   │   │   │   ├── readme.txt
│   │   │   │   └── skin
│   │   │   │   ├── datePicker.gif
│   │   │   │   ├── default
│   │   │   │   │   ├── datepicker.css
│   │   │   │   │   └── img.gif
│   │   │   │   ├── WdatePicker.css
│   │   │   │   └── whyGreen
│   │   │   │   ├── bg.jpg
│   │   │   │   ├── datepicker.css
│   │   │   │   └── img.gif
│   │   │   ├── echarts
│   │   │   │   ├── charts_comm.js
│   │   │   │   ├── echarts.js
│   │   │   │   ├── echarts.min.js
│   │   │   │   └── map
│   │   │   │   ├── china
│   │   │   │   │   ├── anhui.js
│   │   │   │   │   ├── aomen.js
│   │   │   │   │   ├── beijing.js
│   │   │   │   │   ├── chongqing.js
│   │   │   │   │   ├── fujian.js
│   │   │   │   │   ├── gansu.js
│   │   │   │   │   ├── guangdong.js
│   │   │   │   │   ├── guangxi.js
│   │   │   │   │   ├── guizhou.js
│   │   │   │   │   ├── hainan.js
│   │   │   │   │   ├── hebei.js
│   │   │   │   │   ├── heilongjiang.js
│   │   │   │   │   ├── henan.js
│   │   │   │   │   ├── hubei.js
│   │   │   │   │   ├── hunan.js
│   │   │   │   │   ├── jiangsu.js
│   │   │   │   │   ├── jiangxi.js
│   │   │   │   │   ├── jilin.js
│   │   │   │   │   ├── liaoning.js
│   │   │   │   │   ├── neimenggu.js
│   │   │   │   │   ├── ningxia.js
│   │   │   │   │   ├── qinghai.js
│   │   │   │   │   ├── shandong.js
│   │   │   │   │   ├── shanghai.js
│   │   │   │   │   ├── shanxi1.js
│   │   │   │   │   ├── shanxi.js
│   │   │   │   │   ├── sichuan.js
│   │   │   │   │   ├── taiwan.js
│   │   │   │   │   ├── tianjin.js
│   │   │   │   │   ├── xianggang.js
│   │   │   │   │   ├── xinjiang.js
│   │   │   │   │   ├── xizang.js
│   │   │   │   │   ├── yunnan.js
│   │   │   │   │   └── zhejiang.js
│   │   │   │   ├── china.js
│   │   │   │   └── world.js
│   │   │   ├── flow-ui
│   │   │   │   ├── flow.css
│   │   │   │   ├── flow.js
│   │   │   │   └── img
│   │   │   │   ├── 10.png
│   │   │   │   ├── 11.png
│   │   │   │   ├── 1.png
│   │   │   │   ├── 2.png
│   │   │   │   ├── 3.png
│   │   │   │   ├── 4.png
│   │   │   │   ├── 5.png
│   │   │   │   ├── 6.png
│   │   │   │   ├── 7.png
│   │   │   │   ├── 9.png
│   │   │   │   ├── gooflow_blank2.gif
│   │   │   │   ├── gooflow_blank3.gif
│   │   │   │   ├── gooflow_blank.gif
│   │   │   │   ├── gooflow_bullet.png
│   │   │   │   ├── GooFlow_line_oper.png
│   │   │   │   ├── ui_close.png
│   │   │   │   └── wallbg.png
│   │   │   ├── font
│   │   │   │   ├── css
│   │   │   │   │   ├── font-awesome.css
│   │   │   │   │   └── font-awesome.min.css
│   │   │   │   ├── fonts
│   │   │   │   │   ├── FontAwesome.otf
│   │   │   │   │   ├── fontawesome-webfont.eot
│   │   │   │   │   ├── fontawesome-webfont.svg
│   │   │   │   │   ├── fontawesome-webfont.ttf
│   │   │   │   │   ├── fontawesome-webfont.woff
│   │   │   │   │   └── fontawesome-webfont.woff2
│   │   │   │   └── learunfont
│   │   │   │   ├── iconfont.css
│   │   │   │   ├── iconfont.eot
│   │   │   │   ├── iconfont.svg
│   │   │   │   ├── iconfont.ttf
│   │   │   │   └── iconfont.woff
│   │   │   ├── fontApp
│   │   │   │   ├── iconfont.css
│   │   │   │   ├── iconfont.eot
│   │   │   │   ├── iconfont.js
│   │   │   │   ├── iconfont.svg
│   │   │   │   ├── iconfont.ttf
│   │   │   │   └── iconfont.woff
│   │   │   ├── images
│   │   │   │   ├── 404.png
│   │   │   │   ├── adminDefault.png
│   │   │   │   ├── arrow1.png
│   │   │   │   ├── arrow.png
│   │   │   │   ├── codeGenerator
│   │   │   │   │   ├── lc.png
│   │   │   │   │   ├── multitable0.png
│   │   │   │   │   ├── multitable1.png
│   │   │   │   │   ├── multitable.png
│   │   │   │   │   ├── serviceCode0.png
│   │   │   │   │   ├── serviceCode1.png
│   │   │   │   │   ├── serviceCode.png
│   │   │   │   │   ├── singletable0.png
│   │   │   │   │   ├── singletable1.png
│   │   │   │   │   └── singletable.png
│   │   │   │   ├── datepicker_icon.png
│   │   │   │   ├── filetype
│   │   │   │   │   ├── apk.png
│   │   │   │   │   ├── avi.png
│   │   │   │   │   ├── bmp.png
│   │   │   │   │   ├── cab.png
│   │   │   │   │   ├── cs.png
│   │   │   │   │   ├── doc.png
│   │   │   │   │   ├── docx.png
│   │   │   │   │   ├── file.png
│   │   │   │   │   ├── folder.png
│   │   │   │   │   ├── gif.png
│   │   │   │   │   ├── html.png
│   │   │   │   │   ├── htm.png
│   │   │   │   │   ├── ico.png
│   │   │   │   │   ├── java.png
│   │   │   │   │   ├── jpeg.png
│   │   │   │   │   ├── jpg.png
│   │   │   │   │   ├── log.png
│   │   │   │   │   ├── mp3.png
│   │   │   │   │   ├── mp4.png
│   │   │   │   │   ├── pdf.png
│   │   │   │   │   ├── png.png
│   │   │   │   │   ├── png - 副本.png
│   │   │   │   │   ├── ppt.png
│   │   │   │   │   ├── pptx.png
│   │   │   │   │   ├── psd.png
│   │   │   │   │   ├── rar.png
│   │   │   │   │   ├── Scheme.png
│   │   │   │   │   ├── swf.png
│   │   │   │   │   ├── txt.png
│   │   │   │   │   ├── xls.png
│   │   │   │   │   ├── xlsx.png
│   │   │   │   │   ├── xml.png
│   │   │   │   │   └── zip.png
│   │   │   │   ├── head
│   │   │   │   │   ├── off-boy.jpg
│   │   │   │   │   ├── off-girl.jpg
│   │   │   │   │   ├── on-boy.jpg
│   │   │   │   │   └── on-girl.jpg
│   │   │   │   ├── ie-loader.gif
│   │   │   │   ├── iframebg.png
│   │   │   │   ├── learunim
│   │   │   │   │   ├── emotion
│   │   │   │   │   │   ├── emotion.css
│   │   │   │   │   │   ├── emotion.html
│   │   │   │   │   │   ├── emotion.js
│   │   │   │   │   │   └── images
│   │   │   │   │   │   ├── 0.gif
│   │   │   │   │   │   ├── babycat
│   │   │   │   │   │   │   ├── C_0001.gif
│   │   │   │   │   │   │   ├── C_0002.gif
│   │   │   │   │   │   │   ├── C_0003.gif
│   │   │   │   │   │   │   ├── C_0004.gif
│   │   │   │   │   │   │   ├── C_0005.gif
│   │   │   │   │   │   │   ├── C_0006.gif
│   │   │   │   │   │   │   ├── C_0007.gif
│   │   │   │   │   │   │   ├── C_0008.gif
│   │   │   │   │   │   │   ├── C_0009.gif
│   │   │   │   │   │   │   ├── C_0010.gif
│   │   │   │   │   │   │   ├── C_0011.gif
│   │   │   │   │   │   │   ├── C_0012.gif
│   │   │   │   │   │   │   ├── C_0013.gif
│   │   │   │   │   │   │   ├── C_0014.gif
│   │   │   │   │   │   │   ├── C_0015.gif
│   │   │   │   │   │   │   ├── C_0016.gif
│   │   │   │   │   │   │   ├── C_0017.gif
│   │   │   │   │   │   │   ├── C_0018.gif
│   │   │   │   │   │   │   ├── C_0019.gif
│   │   │   │   │   │   │   └── C_0020.gif
│   │   │   │   │   │   ├── bface.gif
│   │   │   │   │   │   ├── bobo
│   │   │   │   │   │   │   ├── b_0001.gif
│   │   │   │   │   │   │   ├── b_0002.gif
│   │   │   │   │   │   │   ├── b_0003.gif
│   │   │   │   │   │   │   ├── b_0004.gif
│   │   │   │   │   │   │   ├── b_0005.gif
│   │   │   │   │   │   │   ├── b_0006.gif
│   │   │   │   │   │   │   ├── b_0007.gif
│   │   │   │   │   │   │   ├── b_0008.gif
│   │   │   │   │   │   │   ├── b_0009.gif
│   │   │   │   │   │   │   ├── b_0010.gif
│   │   │   │   │   │   │   ├── b_0011.gif
│   │   │   │   │   │   │   ├── b_0012.gif
│   │   │   │   │   │   │   ├── b_0013.gif
│   │   │   │   │   │   │   ├── b_0014.gif
│   │   │   │   │   │   │   ├── b_0015.gif
│   │   │   │   │   │   │   ├── b_0016.gif
│   │   │   │   │   │   │   ├── b_0017.gif
│   │   │   │   │   │   │   ├── b_0018.gif
│   │   │   │   │   │   │   ├── b_0019.gif
│   │   │   │   │   │   │   ├── b_0020.gif
│   │   │   │   │   │   │   ├── b_0021.gif
│   │   │   │   │   │   │   ├── b_0022.gif
│   │   │   │   │   │   │   ├── b_0023.gif
│   │   │   │   │   │   │   ├── b_0024.gif
│   │   │   │   │   │   │   ├── b_0025.gif
│   │   │   │   │   │   │   ├── b_0026.gif
│   │   │   │   │   │   │   ├── b_0027.gif
│   │   │   │   │   │   │   ├── b_0028.gif
│   │   │   │   │   │   │   ├── b_0029.gif
│   │   │   │   │   │   │   ├── b_0030.gif
│   │   │   │   │   │   │   ├── b_0031.gif
│   │   │   │   │   │   │   ├── b_0032.gif
│   │   │   │   │   │   │   ├── b_0033.gif
│   │   │   │   │   │   │   ├── b_0034.gif
│   │   │   │   │   │   │   ├── b_0035.gif
│   │   │   │   │   │   │   ├── b_0036.gif
│   │   │   │   │   │   │   ├── b_0037.gif
│   │   │   │   │   │   │   ├── b_0038.gif
│   │   │   │   │   │   │   ├── b_0039.gif
│   │   │   │   │   │   │   ├── b_0040.gif
│   │   │   │   │   │   │   ├── b_0041.gif
│   │   │   │   │   │   │   ├── b_0042.gif
│   │   │   │   │   │   │   ├── b_0043.gif
│   │   │   │   │   │   │   ├── b_0044.gif
│   │   │   │   │   │   │   ├── b_0045.gif
│   │   │   │   │   │   │   ├── b_0046.gif
│   │   │   │   │   │   │   ├── b_0047.gif
│   │   │   │   │   │   │   ├── b_0048.gif
│   │   │   │   │   │   │   ├── b_0049.gif
│   │   │   │   │   │   │   ├── b_0050.gif
│   │   │   │   │   │   │   ├── b_0051.gif
│   │   │   │   │   │   │   ├── b_0052.gif
│   │   │   │   │   │   │   ├── b_0053.gif
│   │   │   │   │   │   │   ├── b_0054.gif
│   │   │   │   │   │   │   ├── b_0055.gif
│   │   │   │   │   │   │   ├── b_0056.gif
│   │   │   │   │   │   │   ├── b_0057.gif
│   │   │   │   │   │   │   ├── b_0058.gif
│   │   │   │   │   │   │   ├── b_0059.gif
│   │   │   │   │   │   │   ├── b_0060.gif
│   │   │   │   │   │   │   ├── b_0061.gif
│   │   │   │   │   │   │   ├── b_0062.gif
│   │   │   │   │   │   │   └── b_0063.gif
│   │   │   │   │   │   ├── cface.gif
│   │   │   │   │   │   ├── face
│   │   │   │   │   │   │   ├── i_f01.gif
│   │   │   │   │   │   │   ├── i_f02.gif
│   │   │   │   │   │   │   ├── i_f03.gif
│   │   │   │   │   │   │   ├── i_f04.gif
│   │   │   │   │   │   │   ├── i_f05.gif
│   │   │   │   │   │   │   ├── i_f06.gif
│   │   │   │   │   │   │   ├── i_f07.gif
│   │   │   │   │   │   │   ├── i_f08.gif
│   │   │   │   │   │   │   ├── i_f09.gif
│   │   │   │   │   │   │   ├── i_f10.gif
│   │   │   │   │   │   │   ├── i_f11.gif
│   │   │   │   │   │   │   ├── i_f12.gif
│   │   │   │   │   │   │   ├── i_f13.gif
│   │   │   │   │   │   │   ├── i_f14.gif
│   │   │   │   │   │   │   ├── i_f15.gif
│   │   │   │   │   │   │   ├── i_f16.gif
│   │   │   │   │   │   │   ├── i_f17.gif
│   │   │   │   │   │   │   ├── i_f18.gif
│   │   │   │   │   │   │   ├── i_f19.gif
│   │   │   │   │   │   │   ├── i_f20.gif
│   │   │   │   │   │   │   ├── i_f21.gif
│   │   │   │   │   │   │   ├── i_f22.gif
│   │   │   │   │   │   │   ├── i_f23.gif
│   │   │   │   │   │   │   ├── i_f24.gif
│   │   │   │   │   │   │   ├── i_f25.gif
│   │   │   │   │   │   │   ├── i_f26.gif
│   │   │   │   │   │   │   ├── i_f27.gif
│   │   │   │   │   │   │   ├── i_f28.gif
│   │   │   │   │   │   │   ├── i_f29.gif
│   │   │   │   │   │   │   ├── i_f30.gif
│   │   │   │   │   │   │   ├── i_f31.gif
│   │   │   │   │   │   │   ├── i_f32.gif
│   │   │   │   │   │   │   ├── i_f33.gif
│   │   │   │   │   │   │   ├── i_f34.gif
│   │   │   │   │   │   │   ├── i_f35.gif
│   │   │   │   │   │   │   ├── i_f36.gif
│   │   │   │   │   │   │   ├── i_f37.gif
│   │   │   │   │   │   │   ├── i_f38.gif
│   │   │   │   │   │   │   ├── i_f39.gif
│   │   │   │   │   │   │   ├── i_f40.gif
│   │   │   │   │   │   │   ├── i_f41.gif
│   │   │   │   │   │   │   ├── i_f42.gif
│   │   │   │   │   │   │   ├── i_f43.gif
│   │   │   │   │   │   │   ├── i_f44.gif
│   │   │   │   │   │   │   ├── i_f45.gif
│   │   │   │   │   │   │   ├── i_f46.gif
│   │   │   │   │   │   │   ├── i_f47.gif
│   │   │   │   │   │   │   ├── i_f48.gif
│   │   │   │   │   │   │   ├── i_f49.gif
│   │   │   │   │   │   │   └── i_f50.gif
│   │   │   │   │   │   ├── fface.gif
│   │   │   │   │   │   ├── jx2
│   │   │   │   │   │   │   ├── j_0001.gif
│   │   │   │   │   │   │   ├── j_0002.gif
│   │   │   │   │   │   │   ├── j_0003.gif
│   │   │   │   │   │   │   ├── j_0004.gif
│   │   │   │   │   │   │   ├── j_0005.gif
│   │   │   │   │   │   │   ├── j_0006.gif
│   │   │   │   │   │   │   ├── j_0007.gif
│   │   │   │   │   │   │   ├── j_0008.gif
│   │   │   │   │   │   │   ├── j_0009.gif
│   │   │   │   │   │   │   ├── j_0010.gif
│   │   │   │   │   │   │   ├── j_0011.gif
│   │   │   │   │   │   │   ├── j_0012.gif
│   │   │   │   │   │   │   ├── j_0013.gif
│   │   │   │   │   │   │   ├── j_0014.gif
│   │   │   │   │   │   │   ├── j_0015.gif
│   │   │   │   │   │   │   ├── j_0016.gif
│   │   │   │   │   │   │   ├── j_0017.gif
│   │   │   │   │   │   │   ├── j_0018.gif
│   │   │   │   │   │   │   ├── j_0019.gif
│   │   │   │   │   │   │   ├── j_0020.gif
│   │   │   │   │   │   │   ├── j_0021.gif
│   │   │   │   │   │   │   ├── j_0022.gif
│   │   │   │   │   │   │   ├── j_0023.gif
│   │   │   │   │   │   │   ├── j_0024.gif
│   │   │   │   │   │   │   ├── j_0025.gif
│   │   │   │   │   │   │   ├── j_0026.gif
│   │   │   │   │   │   │   ├── j_0027.gif
│   │   │   │   │   │   │   ├── j_0028.gif
│   │   │   │   │   │   │   ├── j_0029.gif
│   │   │   │   │   │   │   ├── j_0030.gif
│   │   │   │   │   │   │   ├── j_0031.gif
│   │   │   │   │   │   │   ├── j_0032.gif
│   │   │   │   │   │   │   ├── j_0033.gif
│   │   │   │   │   │   │   ├── j_0034.gif
│   │   │   │   │   │   │   ├── j_0035.gif
│   │   │   │   │   │   │   ├── j_0036.gif
│   │   │   │   │   │   │   ├── j_0037.gif
│   │   │   │   │   │   │   ├── j_0038.gif
│   │   │   │   │   │   │   ├── j_0039.gif
│   │   │   │   │   │   │   ├── j_0040.gif
│   │   │   │   │   │   │   ├── j_0041.gif
│   │   │   │   │   │   │   ├── j_0042.gif
│   │   │   │   │   │   │   ├── j_0043.gif
│   │   │   │   │   │   │   ├── j_0044.gif
│   │   │   │   │   │   │   ├── j_0045.gif
│   │   │   │   │   │   │   ├── j_0046.gif
│   │   │   │   │   │   │   ├── j_0047.gif
│   │   │   │   │   │   │   ├── j_0048.gif
│   │   │   │   │   │   │   ├── j_0049.gif
│   │   │   │   │   │   │   ├── j_0050.gif
│   │   │   │   │   │   │   ├── j_0051.gif
│   │   │   │   │   │   │   ├── j_0052.gif
│   │   │   │   │   │   │   ├── j_0053.gif
│   │   │   │   │   │   │   ├── j_0054.gif
│   │   │   │   │   │   │   ├── j_0055.gif
│   │   │   │   │   │   │   ├── j_0056.gif
│   │   │   │   │   │   │   ├── j_0057.gif
│   │   │   │   │   │   │   ├── j_0058.gif
│   │   │   │   │   │   │   ├── j_0059.gif
│   │   │   │   │   │   │   ├── j_0060.gif
│   │   │   │   │   │   │   ├── j_0061.gif
│   │   │   │   │   │   │   ├── j_0062.gif
│   │   │   │   │   │   │   ├── j_0063.gif
│   │   │   │   │   │   │   ├── j_0064.gif
│   │   │   │   │   │   │   ├── j_0065.gif
│   │   │   │   │   │   │   ├── j_0066.gif
│   │   │   │   │   │   │   ├── j_0067.gif
│   │   │   │   │   │   │   ├── j_0068.gif
│   │   │   │   │   │   │   ├── j_0069.gif
│   │   │   │   │   │   │   ├── j_0070.gif
│   │   │   │   │   │   │   ├── j_0071.gif
│   │   │   │   │   │   │   ├── j_0072.gif
│   │   │   │   │   │   │   ├── j_0073.gif
│   │   │   │   │   │   │   ├── j_0074.gif
│   │   │   │   │   │   │   ├── j_0075.gif
│   │   │   │   │   │   │   ├── j_0076.gif
│   │   │   │   │   │   │   ├── j_0077.gif
│   │   │   │   │   │   │   ├── j_0078.gif
│   │   │   │   │   │   │   ├── j_0079.gif
│   │   │   │   │   │   │   ├── j_0080.gif
│   │   │   │   │   │   │   ├── j_0081.gif
│   │   │   │   │   │   │   ├── j_0082.gif
│   │   │   │   │   │   │   ├── j_0083.gif
│   │   │   │   │   │   │   └── j_0084.gif
│   │   │   │   │   │   ├── jxface2.gif
│   │   │   │   │   │   ├── ldw
│   │   │   │   │   │   │   ├── w_0001.gif
│   │   │   │   │   │   │   ├── w_0002.gif
│   │   │   │   │   │   │   ├── w_0003.gif
│   │   │   │   │   │   │   ├── w_0004.gif
│   │   │   │   │   │   │   ├── w_0005.gif
│   │   │   │   │   │   │   ├── w_0006.gif
│   │   │   │   │   │   │   ├── w_0007.gif
│   │   │   │   │   │   │   ├── w_0008.gif
│   │   │   │   │   │   │   ├── w_0009.gif
│   │   │   │   │   │   │   ├── w_0010.gif
│   │   │   │   │   │   │   ├── w_0011.gif
│   │   │   │   │   │   │   ├── w_0012.gif
│   │   │   │   │   │   │   ├── w_0013.gif
│   │   │   │   │   │   │   ├── w_0014.gif
│   │   │   │   │   │   │   ├── w_0015.gif
│   │   │   │   │   │   │   ├── w_0016.gif
│   │   │   │   │   │   │   ├── w_0017.gif
│   │   │   │   │   │   │   ├── w_0018.gif
│   │   │   │   │   │   │   ├── w_0019.gif
│   │   │   │   │   │   │   ├── w_0020.gif
│   │   │   │   │   │   │   ├── w_0021.gif
│   │   │   │   │   │   │   ├── w_0022.gif
│   │   │   │   │   │   │   ├── w_0023.gif
│   │   │   │   │   │   │   ├── w_0024.gif
│   │   │   │   │   │   │   ├── w_0025.gif
│   │   │   │   │   │   │   ├── w_0026.gif
│   │   │   │   │   │   │   ├── w_0027.gif
│   │   │   │   │   │   │   ├── w_0028.gif
│   │   │   │   │   │   │   ├── w_0029.gif
│   │   │   │   │   │   │   ├── w_0030.gif
│   │   │   │   │   │   │   ├── w_0031.gif
│   │   │   │   │   │   │   ├── w_0032.gif
│   │   │   │   │   │   │   ├── w_0033.gif
│   │   │   │   │   │   │   ├── w_0034.gif
│   │   │   │   │   │   │   ├── w_0035.gif
│   │   │   │   │   │   │   ├── w_0036.gif
│   │   │   │   │   │   │   ├── w_0037.gif
│   │   │   │   │   │   │   ├── w_0038.gif
│   │   │   │   │   │   │   ├── w_0039.gif
│   │   │   │   │   │   │   ├── w_0040.gif
│   │   │   │   │   │   │   ├── w_0041.gif
│   │   │   │   │   │   │   ├── w_0042.gif
│   │   │   │   │   │   │   ├── w_0043.gif
│   │   │   │   │   │   │   ├── w_0044.gif
│   │   │   │   │   │   │   ├── w_0045.gif
│   │   │   │   │   │   │   ├── w_0046.gif
│   │   │   │   │   │   │   ├── w_0047.gif
│   │   │   │   │   │   │   ├── w_0048.gif
│   │   │   │   │   │   │   ├── w_0049.gif
│   │   │   │   │   │   │   ├── w_0050.gif
│   │   │   │   │   │   │   ├── w_0051.gif
│   │   │   │   │   │   │   └── w_0052.gif
│   │   │   │   │   │   ├── neweditor-tab-bg.png
│   │   │   │   │   │   ├── tface.gif
│   │   │   │   │   │   ├── tsj
│   │   │   │   │   │   │   ├── t_0001.gif
│   │   │   │   │   │   │   ├── t_0002.gif
│   │   │   │   │   │   │   ├── t_0003.gif
│   │   │   │   │   │   │   ├── t_0004.gif
│   │   │   │   │   │   │   ├── t_0005.gif
│   │   │   │   │   │   │   ├── t_0006.gif
│   │   │   │   │   │   │   ├── t_0007.gif
│   │   │   │   │   │   │   ├── t_0008.gif
│   │   │   │   │   │   │   ├── t_0009.gif
│   │   │   │   │   │   │   ├── t_0010.gif
│   │   │   │   │   │   │   ├── t_0011.gif
│   │   │   │   │   │   │   ├── t_0012.gif
│   │   │   │   │   │   │   ├── t_0013.gif
│   │   │   │   │   │   │   ├── t_0014.gif
│   │   │   │   │   │   │   ├── t_0015.gif
│   │   │   │   │   │   │   ├── t_0016.gif
│   │   │   │   │   │   │   ├── t_0017.gif
│   │   │   │   │   │   │   ├── t_0018.gif
│   │   │   │   │   │   │   ├── t_0019.gif
│   │   │   │   │   │   │   ├── t_0020.gif
│   │   │   │   │   │   │   ├── t_0021.gif
│   │   │   │   │   │   │   ├── t_0022.gif
│   │   │   │   │   │   │   ├── t_0023.gif
│   │   │   │   │   │   │   ├── t_0024.gif
│   │   │   │   │   │   │   ├── t_0025.gif
│   │   │   │   │   │   │   ├── t_0026.gif
│   │   │   │   │   │   │   ├── t_0027.gif
│   │   │   │   │   │   │   ├── t_0028.gif
│   │   │   │   │   │   │   ├── t_0029.gif
│   │   │   │   │   │   │   ├── t_0030.gif
│   │   │   │   │   │   │   ├── t_0031.gif
│   │   │   │   │   │   │   ├── t_0032.gif
│   │   │   │   │   │   │   ├── t_0033.gif
│   │   │   │   │   │   │   ├── t_0034.gif
│   │   │   │   │   │   │   ├── t_0035.gif
│   │   │   │   │   │   │   ├── t_0036.gif
│   │   │   │   │   │   │   ├── t_0037.gif
│   │   │   │   │   │   │   ├── t_0038.gif
│   │   │   │   │   │   │   ├── t_0039.gif
│   │   │   │   │   │   │   └── t_0040.gif
│   │   │   │   │   │   ├── wface.gif
│   │   │   │   │   │   ├── yface.gif
│   │   │   │   │   │   └── youa
│   │   │   │   │   │   ├── y_0001.gif
│   │   │   │   │   │   ├── y_0002.gif
│   │   │   │   │   │   ├── y_0003.gif
│   │   │   │   │   │   ├── y_0004.gif
│   │   │   │   │   │   ├── y_0005.gif
│   │   │   │   │   │   ├── y_0006.gif
│   │   │   │   │   │   ├── y_0007.gif
│   │   │   │   │   │   ├── y_0008.gif
│   │   │   │   │   │   ├── y_0009.gif
│   │   │   │   │   │   ├── y_0010.gif
│   │   │   │   │   │   ├── y_0011.gif
│   │   │   │   │   │   ├── y_0012.gif
│   │   │   │   │   │   ├── y_0013.gif
│   │   │   │   │   │   ├── y_0014.gif
│   │   │   │   │   │   ├── y_0015.gif
│   │   │   │   │   │   ├── y_0016.gif
│   │   │   │   │   │   ├── y_0017.gif
│   │   │   │   │   │   ├── y_0018.gif
│   │   │   │   │   │   ├── y_0019.gif
│   │   │   │   │   │   ├── y_0020.gif
│   │   │   │   │   │   ├── y_0021.gif
│   │   │   │   │   │   ├── y_0022.gif
│   │   │   │   │   │   ├── y_0023.gif
│   │   │   │   │   │   ├── y_0024.gif
│   │   │   │   │   │   ├── y_0025.gif
│   │   │   │   │   │   ├── y_0026.gif
│   │   │   │   │   │   ├── y_0027.gif
│   │   │   │   │   │   ├── y_0028.gif
│   │   │   │   │   │   ├── y_0029.gif
│   │   │   │   │   │   ├── y_0030.gif
│   │   │   │   │   │   ├── y_0031.gif
│   │   │   │   │   │   ├── y_0032.gif
│   │   │   │   │   │   ├── y_0033.gif
│   │   │   │   │   │   ├── y_0034.gif
│   │   │   │   │   │   ├── y_0035.gif
│   │   │   │   │   │   ├── y_0036.gif
│   │   │   │   │   │   ├── y_0037.gif
│   │   │   │   │   │   ├── y_0038.gif
│   │   │   │   │   │   ├── y_0039.gif
│   │   │   │   │   │   └── y_0040.gif
│   │   │   │   │   ├── off-line.png
│   │   │   │   │   └── on-line.png
│   │   │   │   ├── learunselect
│   │   │   │   │   └── icon.png
│   │   │   │   ├── learuntree
│   │   │   │   │   ├── arrows.gif
│   │   │   │   │   ├── checkbox_0.png
│   │   │   │   │   ├── checkbox_1.png
│   │   │   │   │   ├── checkbox_2.png
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   └── s.gif
│   │   │   │   ├── learunworkflow
│   │   │   │   │   ├── auditornode.png
│   │   │   │   │   ├── childwfnode.png
│   │   │   │   │   ├── close.png
│   │   │   │   │   ├── conditionnodediv1.png
│   │   │   │   │   ├── conditionnodediv.png
│   │   │   │   │   ├── conditionnode.png
│   │   │   │   │   ├── confluencenode.png
│   │   │   │   │   ├── cursor.png
│   │   │   │   │   ├── direct.png
│   │   │   │   │   ├── endround.png
│   │   │   │   │   ├── GooFlow_line_oper.png
│   │   │   │   │   ├── startround.png
│   │   │   │   │   ├── stepnode.png
│   │   │   │   │   └── wallbg.png
│   │   │   │   ├── loading.gif
│   │   │   │   ├── Login
│   │   │   │   │   ├── bg_01.png
│   │   │   │   │   ├── bg_02.jpg
│   │   │   │   │   ├── bg_03.png
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   ├── logo.png
│   │   │   │   │   └── pwd-icons-new.png
│   │   │   │   ├── logo-head.png
│   │   │   │   ├── logo_long_blue.png
│   │   │   │   ├── logo_long.png
│   │   │   │   ├── logo.png
│   │   │   │   ├── selected_red.png
│   │   │   │   ├── select.png
│   │   │   │   ├── tab_close.png
│   │   │   │   ├── tableform.png
│   │   │   │   ├── UserCard01.png
│   │   │   │   ├── UserCard02.png
│   │   │   │   └── UserCard03.png
│   │   │   ├── jquery
│   │   │   │   ├── jquery-1.10.2.min.js
│   │   │   │   ├── jquery.md5.min.js
│   │   │   │   └── plugin
│   │   │   │   ├── fullcalendar
│   │   │   │   │   ├── css
│   │   │   │   │   │   ├── fullcalendar.css
│   │   │   │   │   │   ├── fullcalendar.print.css
│   │   │   │   │   │   └── style.css
│   │   │   │   │   ├── img
│   │   │   │   │   │   ├── arrow-left.png
│   │   │   │   │   │   ├── arrow-right.png
│   │   │   │   │   │   ├── bg2.png
│   │   │   │   │   │   ├── buttons-disabled.png
│   │   │   │   │   │   ├── buttons.gif
│   │   │   │   │   │   ├── buttons.png
│   │   │   │   │   │   ├── chosen-sprite.png
│   │   │   │   │   │   ├── dribble.png
│   │   │   │   │   │   ├── facebook.png
│   │   │   │   │   │   ├── forrst.png
│   │   │   │   │   │   ├── glyphicons-halflings.png
│   │   │   │   │   │   ├── glyphicons-halflings-white.png
│   │   │   │   │   │   ├── light.jpg
│   │   │   │   │   │   ├── magnifier_grey.png
│   │   │   │   │   │   ├── natural_paper.png
│   │   │   │   │   │   ├── preload.gif
│   │   │   │   │   │   ├── slider_hover.png
│   │   │   │   │   │   ├── slider.png
│   │   │   │   │   │   ├── sort_asc_disabled.png
│   │   │   │   │   │   ├── sort_asc.png
│   │   │   │   │   │   ├── sort_both.png
│   │   │   │   │   │   ├── sort_desc_disabled.png
│   │   │   │   │   │   ├── sort_desc.png
│   │   │   │   │   │   ├── spinner_arrows.gif
│   │   │   │   │   │   ├── toggle-subnav-down.png
│   │   │   │   │   │   ├── toggle-subnav-up-white.png
│   │   │   │   │   │   ├── toolbar.gif
│   │   │   │   │   │   ├── transp50.png
│   │   │   │   │   │   └── twitter.png
│   │   │   │   │   └── js
│   │   │   │   │   ├── fullcalendar.min.js
│   │   │   │   │   └── jquery-1.7.2.min.js
│   │   │   │   ├── jfGrid
│   │   │   │   │   ├── img
│   │   │   │   │   │   ├── close.png
│   │   │   │   │   │   ├── loading.gif
│   │   │   │   │   │   └── nodata.jpg
│   │   │   │   │   ├── jfgrid.css
│   │   │   │   │   ├── jfgrid.js
│   │   │   │   │   └── jfgrid.min.js
│   │   │   │   ├── jqprint
│   │   │   │   │   └── jquery.jqprint-0.3.js
│   │   │   │   ├── jquery.cookie.js
│   │   │   │   ├── jquery.cookie.min.js
│   │   │   │   ├── jquery-ui
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── calendar.gif
│   │   │   │   │   │   ├── 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_2e83ff_256x240.png.5576_1.1154.partial
│   │   │   │   │   │   ├── ui-icons_454545_256x240.png
│   │   │   │   │   │   ├── ui-icons_888888_256x240.png
│   │   │   │   │   │   └── ui-icons_cd0a0a_256x240.png
│   │   │   │   │   ├── jquery-ui-1.11.4.js
│   │   │   │   │   ├── jquery-ui.min.css
│   │   │   │   │   └── jquery-ui.min.js
│   │   │   │   ├── layer
│   │   │   │   │   ├── layer.js
│   │   │   │   │   └── skin
│   │   │   │   │   └── default
│   │   │   │   │   ├── icon-ext.png
│   │   │   │   │   ├── icon.png
│   │   │   │   │   ├── layer.css
│   │   │   │   │   ├── loading-0.gif
│   │   │   │   │   ├── loading-1.gif
│   │   │   │   │   ├── loading-2.gif
│   │   │   │   │   └── Thumbs.db
│   │   │   │   ├── scrollbar
│   │   │   │   │   ├── jquery.mCustomScrollbar.concat.min.js
│   │   │   │   │   ├── jquery.mCustomScrollbar.css
│   │   │   │   │   ├── jquery.mCustomScrollbar.js
│   │   │   │   │   ├── jquery.mCustomScrollbar.min.css
│   │   │   │   │   └── mCSB_buttons.png
│   │   │   │   ├── syntaxhighlighter
│   │   │   │   │   ├── Scripts
│   │   │   │   │   │   ├── shAutoloader.js
│   │   │   │   │   │   ├── shBrushAppleScript.js
│   │   │   │   │   │   ├── shBrushAS3.js
│   │   │   │   │   │   ├── shBrushBash.js
│   │   │   │   │   │   ├── shBrushColdFusion.js
│   │   │   │   │   │   ├── shBrushCpp.js
│   │   │   │   │   │   ├── shBrushCSharp.js
│   │   │   │   │   │   ├── shBrushCss.js
│   │   │   │   │   │   ├── shBrushDelphi.js
│   │   │   │   │   │   ├── shBrushDiff.js
│   │   │   │   │   │   ├── shBrushErlang.js
│   │   │   │   │   │   ├── shBrushGroovy.js
│   │   │   │   │   │   ├── shBrushJavaFX.js
│   │   │   │   │   │   ├── shBrushJava.js
│   │   │   │   │   │   ├── shBrushJScript.js
│   │   │   │   │   │   ├── shBrushPerl.js
│   │   │   │   │   │   ├── shBrushPhp.js
│   │   │   │   │   │   ├── shBrushPlain.js
│   │   │   │   │   │   ├── shBrushPowerShell.js
│   │   │   │   │   │   ├── shBrushPython.js
│   │   │   │   │   │   ├── shBrushRuby.js
│   │   │   │   │   │   ├── shBrushSass.js
│   │   │   │   │   │   ├── shBrushScala.js
│   │   │   │   │   │   ├── shBrushSql.js
│   │   │   │   │   │   ├── shBrushVb.js
│   │   │   │   │   │   ├── shBrushXml.js
│   │   │   │   │   │   ├── shCore.js
│   │   │   │   │   │   └── shLegacy.js
│   │   │   │   │   ├── src
│   │   │   │   │   │   ├── shAutoloader.js
│   │   │   │   │   │   ├── shCore.js
│   │   │   │   │   │   └── shLegacy.js
│   │   │   │   │   └── styles
│   │   │   │   │   ├── shCore.css
│   │   │   │   │   ├── shCoreDefault.css
│   │   │   │   │   ├── shCoreDjango.css
│   │   │   │   │   ├── shCoreEclipse.css
│   │   │   │   │   ├── shCoreEmacs.css
│   │   │   │   │   ├── shCoreFadeToGrey.css
│   │   │   │   │   ├── shCoreMDUltra.css
│   │   │   │   │   ├── shCoreMidnight.css
│   │   │   │   │   ├── shCoreRDark.css
│   │   │   │   │   ├── shThemeDefault.css
│   │   │   │   │   ├── shThemeDjango.css
│   │   │   │   │   ├── shThemeEclipse.css
│   │   │   │   │   ├── shThemeEmacs.css
│   │   │   │   │   ├── shThemeFadeToGrey.css
│   │   │   │   │   ├── shThemeMDUltra.css
│   │   │   │   │   ├── shThemeMidnight.css
│   │   │   │   │   └── shThemeRDark.css
│   │   │   │   └── toastr
│   │   │   │   ├── toastr.css
│   │   │   │   └── toastr.min.js
│   │   │   ├── jquery-ui-1.12.1.custom
│   │   │   │   ├── AUTHORS.txt
│   │   │   │   ├── external
│   │   │   │   │   └── jquery
│   │   │   │   │   └── jquery.js
│   │   │   │   ├── images
│   │   │   │   │   ├── ui-icons_444444_256x240.png
│   │   │   │   │   ├── ui-icons_555555_256x240.png
│   │   │   │   │   ├── ui-icons_777620_256x240.png
│   │   │   │   │   ├── ui-icons_777777_256x240.png
│   │   │   │   │   ├── ui-icons_cc0000_256x240.png
│   │   │   │   │   └── ui-icons_ffffff_256x240.png
│   │   │   │   ├── index.html
│   │   │   │   ├── jquery-ui.css
│   │   │   │   ├── jquery-ui.js
│   │   │   │   ├── jquery-ui.min.css
│   │   │   │   ├── jquery-ui.min.js
│   │   │   │   ├── jquery-ui.structure.css
│   │   │   │   ├── jquery-ui.structure.min.css
│   │   │   │   ├── jquery-ui.theme.css
│   │   │   │   ├── jquery-ui.theme.min.css
│   │   │   │   ├── LICENSE.txt
│   │   │   │   └── package.json
│   │   │   ├── pace
│   │   │   │   ├── pace.js
│   │   │   │   ├── pace.min.js
│   │   │   │   ├── pace-theme-loading-bar.css
│   │   │   │   └── pace-theme-minimal.css
│   │   │   ├── signalr
│   │   │   │   ├── jquery.signalR-2.2.2.js
│   │   │   │   └── jquery.signalR-2.2.2.min.js
│   │   │   ├── signet
│   │   │   │   ├── jquery.zsign.css
│   │   │   │   ├── jquery.zsign.js
│   │   │   │   └── signet.gif
│   │   │   ├── ueditor
│   │   │   │   ├── config
│   │   │   │   │   └── config.json
│   │   │   │   ├── 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
│   │   │   │   │   │   ├── babycat
│   │   │   │   │   │   │   ├── C_0001.gif
│   │   │   │   │   │   │   ├── C_0002.gif
│   │   │   │   │   │   │   ├── C_0003.gif
│   │   │   │   │   │   │   ├── C_0004.gif
│   │   │   │   │   │   │   ├── C_0005.gif
│   │   │   │   │   │   │   ├── C_0006.gif
│   │   │   │   │   │   │   ├── C_0007.gif
│   │   │   │   │   │   │   ├── C_0008.gif
│   │   │   │   │   │   │   ├── C_0009.gif
│   │   │   │   │   │   │   ├── C_0010.gif
│   │   │   │   │   │   │   ├── C_0011.gif
│   │   │   │   │   │   │   ├── C_0012.gif
│   │   │   │   │   │   │   ├── C_0013.gif
│   │   │   │   │   │   │   ├── C_0014.gif
│   │   │   │   │   │   │   ├── C_0015.gif
│   │   │   │   │   │   │   ├── C_0016.gif
│   │   │   │   │   │   │   ├── C_0017.gif
│   │   │   │   │   │   │   ├── C_0018.gif
│   │   │   │   │   │   │   ├── C_0019.gif
│   │   │   │   │   │   │   └── C_0020.gif
│   │   │   │   │   │   ├── bface.gif
│   │   │   │   │   │   ├── bobo
│   │   │   │   │   │   │   ├── b_0001.gif
│   │   │   │   │   │   │   ├── b_0002.gif
│   │   │   │   │   │   │   ├── b_0003.gif
│   │   │   │   │   │   │   ├── b_0004.gif
│   │   │   │   │   │   │   ├── b_0005.gif
│   │   │   │   │   │   │   ├── b_0006.gif
│   │   │   │   │   │   │   ├── b_0007.gif
│   │   │   │   │   │   │   ├── b_0008.gif
│   │   │   │   │   │   │   ├── b_0009.gif
│   │   │   │   │   │   │   ├── b_0010.gif
│   │   │   │   │   │   │   ├── b_0011.gif
│   │   │   │   │   │   │   ├── b_0012.gif
│   │   │   │   │   │   │   ├── b_0013.gif
│   │   │   │   │   │   │   ├── b_0014.gif
│   │   │   │   │   │   │   ├── b_0015.gif
│   │   │   │   │   │   │   ├── b_0016.gif
│   │   │   │   │   │   │   ├── b_0017.gif
│   │   │   │   │   │   │   ├── b_0018.gif
│   │   │   │   │   │   │   ├── b_0019.gif
│   │   │   │   │   │   │   ├── b_0020.gif
│   │   │   │   │   │   │   ├── b_0021.gif
│   │   │   │   │   │   │   ├── b_0022.gif
│   │   │   │   │   │   │   ├── b_0023.gif
│   │   │   │   │   │   │   ├── b_0024.gif
│   │   │   │   │   │   │   ├── b_0025.gif
│   │   │   │   │   │   │   ├── b_0026.gif
│   │   │   │   │   │   │   ├── b_0027.gif
│   │   │   │   │   │   │   ├── b_0028.gif
│   │   │   │   │   │   │   ├── b_0029.gif
│   │   │   │   │   │   │   ├── b_0030.gif
│   │   │   │   │   │   │   ├── b_0031.gif
│   │   │   │   │   │   │   ├── b_0032.gif
│   │   │   │   │   │   │   ├── b_0033.gif
│   │   │   │   │   │   │   ├── b_0034.gif
│   │   │   │   │   │   │   ├── b_0035.gif
│   │   │   │   │   │   │   ├── b_0036.gif
│   │   │   │   │   │   │   ├── b_0037.gif
│   │   │   │   │   │   │   ├── b_0038.gif
│   │   │   │   │   │   │   ├── b_0039.gif
│   │   │   │   │   │   │   ├── b_0040.gif
│   │   │   │   │   │   │   ├── b_0041.gif
│   │   │   │   │   │   │   ├── b_0042.gif
│   │   │   │   │   │   │   ├── b_0043.gif
│   │   │   │   │   │   │   ├── b_0044.gif
│   │   │   │   │   │   │   ├── b_0045.gif
│   │   │   │   │   │   │   ├── b_0046.gif
│   │   │   │   │   │   │   ├── b_0047.gif
│   │   │   │   │   │   │   ├── b_0048.gif
│   │   │   │   │   │   │   ├── b_0049.gif
│   │   │   │   │   │   │   ├── b_0050.gif
│   │   │   │   │   │   │   ├── b_0051.gif
│   │   │   │   │   │   │   ├── b_0052.gif
│   │   │   │   │   │   │   ├── b_0053.gif
│   │   │   │   │   │   │   ├── b_0054.gif
│   │   │   │   │   │   │   ├── b_0055.gif
│   │   │   │   │   │   │   ├── b_0056.gif
│   │   │   │   │   │   │   ├── b_0057.gif
│   │   │   │   │   │   │   ├── b_0058.gif
│   │   │   │   │   │   │   ├── b_0059.gif
│   │   │   │   │   │   │   ├── b_0060.gif
│   │   │   │   │   │   │   ├── b_0061.gif
│   │   │   │   │   │   │   ├── b_0062.gif
│   │   │   │   │   │   │   └── b_0063.gif
│   │   │   │   │   │   ├── cface.gif
│   │   │   │   │   │   ├── face
│   │   │   │   │   │   │   ├── i_f01.gif
│   │   │   │   │   │   │   ├── i_f02.gif
│   │   │   │   │   │   │   ├── i_f03.gif
│   │   │   │   │   │   │   ├── i_f04.gif
│   │   │   │   │   │   │   ├── i_f05.gif
│   │   │   │   │   │   │   ├── i_f06.gif
│   │   │   │   │   │   │   ├── i_f07.gif
│   │   │   │   │   │   │   ├── i_f08.gif
│   │   │   │   │   │   │   ├── i_f09.gif
│   │   │   │   │   │   │   ├── i_f10.gif
│   │   │   │   │   │   │   ├── i_f11.gif
│   │   │   │   │   │   │   ├── i_f12.gif
│   │   │   │   │   │   │   ├── i_f13.gif
│   │   │   │   │   │   │   ├── i_f14.gif
│   │   │   │   │   │   │   ├── i_f15.gif
│   │   │   │   │   │   │   ├── i_f16.gif
│   │   │   │   │   │   │   ├── i_f17.gif
│   │   │   │   │   │   │   ├── i_f18.gif
│   │   │   │   │   │   │   ├── i_f19.gif
│   │   │   │   │   │   │   ├── i_f20.gif
│   │   │   │   │   │   │   ├── i_f21.gif
│   │   │   │   │   │   │   ├── i_f22.gif
│   │   │   │   │   │   │   ├── i_f23.gif
│   │   │   │   │   │   │   ├── i_f24.gif
│   │   │   │   │   │   │   ├── i_f25.gif
│   │   │   │   │   │   │   ├── i_f26.gif
│   │   │   │   │   │   │   ├── i_f27.gif
│   │   │   │   │   │   │   ├── i_f28.gif
│   │   │   │   │   │   │   ├── i_f29.gif
│   │   │   │   │   │   │   ├── i_f30.gif
│   │   │   │   │   │   │   ├── i_f31.gif
│   │   │   │   │   │   │   ├── i_f32.gif
│   │   │   │   │   │   │   ├── i_f33.gif
│   │   │   │   │   │   │   ├── i_f34.gif
│   │   │   │   │   │   │   ├── i_f35.gif
│   │   │   │   │   │   │   ├── i_f36.gif
│   │   │   │   │   │   │   ├── i_f37.gif
│   │   │   │   │   │   │   ├── i_f38.gif
│   │   │   │   │   │   │   ├── i_f39.gif
│   │   │   │   │   │   │   ├── i_f40.gif
│   │   │   │   │   │   │   ├── i_f41.gif
│   │   │   │   │   │   │   ├── i_f42.gif
│   │   │   │   │   │   │   ├── i_f43.gif
│   │   │   │   │   │   │   ├── i_f44.gif
│   │   │   │   │   │   │   ├── i_f45.gif
│   │   │   │   │   │   │   ├── i_f46.gif
│   │   │   │   │   │   │   ├── i_f47.gif
│   │   │   │   │   │   │   ├── i_f48.gif
│   │   │   │   │   │   │   ├── i_f49.gif
│   │   │   │   │   │   │   └── i_f50.gif
│   │   │   │   │   │   ├── fface.gif
│   │   │   │   │   │   ├── jx2
│   │   │   │   │   │   │   ├── j_0001.gif
│   │   │   │   │   │   │   ├── j_0002.gif
│   │   │   │   │   │   │   ├── j_0003.gif
│   │   │   │   │   │   │   ├── j_0004.gif
│   │   │   │   │   │   │   ├── j_0005.gif
│   │   │   │   │   │   │   ├── j_0006.gif
│   │   │   │   │   │   │   ├── j_0007.gif
│   │   │   │   │   │   │   ├── j_0008.gif
│   │   │   │   │   │   │   ├── j_0009.gif
│   │   │   │   │   │   │   ├── j_0010.gif
│   │   │   │   │   │   │   ├── j_0011.gif
│   │   │   │   │   │   │   ├── j_0012.gif
│   │   │   │   │   │   │   ├── j_0013.gif
│   │   │   │   │   │   │   ├── j_0014.gif
│   │   │   │   │   │   │   ├── j_0015.gif
│   │   │   │   │   │   │   ├── j_0016.gif
│   │   │   │   │   │   │   ├── j_0017.gif
│   │   │   │   │   │   │   ├── j_0018.gif
│   │   │   │   │   │   │   ├── j_0019.gif
│   │   │   │   │   │   │   ├── j_0020.gif
│   │   │   │   │   │   │   ├── j_0021.gif
│   │   │   │   │   │   │   ├── j_0022.gif
│   │   │   │   │   │   │   ├── j_0023.gif
│   │   │   │   │   │   │   ├── j_0024.gif
│   │   │   │   │   │   │   ├── j_0025.gif
│   │   │   │   │   │   │   ├── j_0026.gif
│   │   │   │   │   │   │   ├── j_0027.gif
│   │   │   │   │   │   │   ├── j_0028.gif
│   │   │   │   │   │   │   ├── j_0029.gif
│   │   │   │   │   │   │   ├── j_0030.gif
│   │   │   │   │   │   │   ├── j_0031.gif
│   │   │   │   │   │   │   ├── j_0032.gif
│   │   │   │   │   │   │   ├── j_0033.gif
│   │   │   │   │   │   │   ├── j_0034.gif
│   │   │   │   │   │   │   ├── j_0035.gif
│   │   │   │   │   │   │   ├── j_0036.gif
│   │   │   │   │   │   │   ├── j_0037.gif
│   │   │   │   │   │   │   ├── j_0038.gif
│   │   │   │   │   │   │   ├── j_0039.gif
│   │   │   │   │   │   │   ├── j_0040.gif
│   │   │   │   │   │   │   ├── j_0041.gif
│   │   │   │   │   │   │   ├── j_0042.gif
│   │   │   │   │   │   │   ├── j_0043.gif
│   │   │   │   │   │   │   ├── j_0044.gif
│   │   │   │   │   │   │   ├── j_0045.gif
│   │   │   │   │   │   │   ├── j_0046.gif
│   │   │   │   │   │   │   ├── j_0047.gif
│   │   │   │   │   │   │   ├── j_0048.gif
│   │   │   │   │   │   │   ├── j_0049.gif
│   │   │   │   │   │   │   ├── j_0050.gif
│   │   │   │   │   │   │   ├── j_0051.gif
│   │   │   │   │   │   │   ├── j_0052.gif
│   │   │   │   │   │   │   ├── j_0053.gif
│   │   │   │   │   │   │   ├── j_0054.gif
│   │   │   │   │   │   │   ├── j_0055.gif
│   │   │   │   │   │   │   ├── j_0056.gif
│   │   │   │   │   │   │   ├── j_0057.gif
│   │   │   │   │   │   │   ├── j_0058.gif
│   │   │   │   │   │   │   ├── j_0059.gif
│   │   │   │   │   │   │   ├── j_0060.gif
│   │   │   │   │   │   │   ├── j_0061.gif
│   │   │   │   │   │   │   ├── j_0062.gif
│   │   │   │   │   │   │   ├── j_0063.gif
│   │   │   │   │   │   │   ├── j_0064.gif
│   │   │   │   │   │   │   ├── j_0065.gif
│   │   │   │   │   │   │   ├── j_0066.gif
│   │   │   │   │   │   │   ├── j_0067.gif
│   │   │   │   │   │   │   ├── j_0068.gif
│   │   │   │   │   │   │   ├── j_0069.gif
│   │   │   │   │   │   │   ├── j_0070.gif
│   │   │   │   │   │   │   ├── j_0071.gif
│   │   │   │   │   │   │   ├── j_0072.gif
│   │   │   │   │   │   │   ├── j_0073.gif
│   │   │   │   │   │   │   ├── j_0074.gif
│   │   │   │   │   │   │   ├── j_0075.gif
│   │   │   │   │   │   │   ├── j_0076.gif
│   │   │   │   │   │   │   ├── j_0077.gif
│   │   │   │   │   │   │   ├── j_0078.gif
│   │   │   │   │   │   │   ├── j_0079.gif
│   │   │   │   │   │   │   ├── j_0080.gif
│   │   │   │   │   │   │   ├── j_0081.gif
│   │   │   │   │   │   │   ├── j_0082.gif
│   │   │   │   │   │   │   ├── j_0083.gif
│   │   │   │   │   │   │   └── j_0084.gif
│   │   │   │   │   │   ├── jxface2.gif
│   │   │   │   │   │   ├── ldw
│   │   │   │   │   │   │   ├── w_0001.gif
│   │   │   │   │   │   │   ├── w_0002.gif
│   │   │   │   │   │   │   ├── w_0003.gif
│   │   │   │   │   │   │   ├── w_0004.gif
│   │   │   │   │   │   │   ├── w_0005.gif
│   │   │   │   │   │   │   ├── w_0006.gif
│   │   │   │   │   │   │   ├── w_0007.gif
│   │   │   │   │   │   │   ├── w_0008.gif
│   │   │   │   │   │   │   ├── w_0009.gif
│   │   │   │   │   │   │   ├── w_0010.gif
│   │   │   │   │   │   │   ├── w_0011.gif
│   │   │   │   │   │   │   ├── w_0012.gif
│   │   │   │   │   │   │   ├── w_0013.gif
│   │   │   │   │   │   │   ├── w_0014.gif
│   │   │   │   │   │   │   ├── w_0015.gif
│   │   │   │   │   │   │   ├── w_0016.gif
│   │   │   │   │   │   │   ├── w_0017.gif
│   │   │   │   │   │   │   ├── w_0018.gif
│   │   │   │   │   │   │   ├── w_0019.gif
│   │   │   │   │   │   │   ├── w_0020.gif
│   │   │   │   │   │   │   ├── w_0021.gif
│   │   │   │   │   │   │   ├── w_0022.gif
│   │   │   │   │   │   │   ├── w_0023.gif
│   │   │   │   │   │   │   ├── w_0024.gif
│   │   │   │   │   │   │   ├── w_0025.gif
│   │   │   │   │   │   │   ├── w_0026.gif
│   │   │   │   │   │   │   ├── w_0027.gif
│   │   │   │   │   │   │   ├── w_0028.gif
│   │   │   │   │   │   │   ├── w_0029.gif
│   │   │   │   │   │   │   ├── w_0030.gif
│   │   │   │   │   │   │   ├── w_0031.gif
│   │   │   │   │   │   │   ├── w_0032.gif
│   │   │   │   │   │   │   ├── w_0033.gif
│   │   │   │   │   │   │   ├── w_0034.gif
│   │   │   │   │   │   │   ├── w_0035.gif
│   │   │   │   │   │   │   ├── w_0036.gif
│   │   │   │   │   │   │   ├── w_0037.gif
│   │   │   │   │   │   │   ├── w_0038.gif
│   │   │   │   │   │   │   ├── w_0039.gif
│   │   │   │   │   │   │   ├── w_0040.gif
│   │   │   │   │   │   │   ├── w_0041.gif
│   │   │   │   │   │   │   ├── w_0042.gif
│   │   │   │   │   │   │   ├── w_0043.gif
│   │   │   │   │   │   │   ├── w_0044.gif
│   │   │   │   │   │   │   ├── w_0045.gif
│   │   │   │   │   │   │   ├── w_0046.gif
│   │   │   │   │   │   │   ├── w_0047.gif
│   │   │   │   │   │   │   ├── w_0048.gif
│   │   │   │   │   │   │   ├── w_0049.gif
│   │   │   │   │   │   │   ├── w_0050.gif
│   │   │   │   │   │   │   ├── w_0051.gif
│   │   │   │   │   │   │   └── w_0052.gif
│   │   │   │   │   │   ├── neweditor-tab-bg.png
│   │   │   │   │   │   ├── tface.gif
│   │   │   │   │   │   ├── tsj
│   │   │   │   │   │   │   ├── t_0001.gif
│   │   │   │   │   │   │   ├── t_0002.gif
│   │   │   │   │   │   │   ├── t_0003.gif
│   │   │   │   │   │   │   ├── t_0004.gif
│   │   │   │   │   │   │   ├── t_0005.gif
│   │   │   │   │   │   │   ├── t_0006.gif
│   │   │   │   │   │   │   ├── t_0007.gif
│   │   │   │   │   │   │   ├── t_0008.gif
│   │   │   │   │   │   │   ├── t_0009.gif
│   │   │   │   │   │   │   ├── t_0010.gif
│   │   │   │   │   │   │   ├── t_0011.gif
│   │   │   │   │   │   │   ├── t_0012.gif
│   │   │   │   │   │   │   ├── t_0013.gif
│   │   │   │   │   │   │   ├── t_0014.gif
│   │   │   │   │   │   │   ├── t_0015.gif
│   │   │   │   │   │   │   ├── t_0016.gif
│   │   │   │   │   │   │   ├── t_0017.gif
│   │   │   │   │   │   │   ├── t_0018.gif
│   │   │   │   │   │   │   ├── t_0019.gif
│   │   │   │   │   │   │   ├── t_0020.gif
│   │   │   │   │   │   │   ├── t_0021.gif
│   │   │   │   │   │   │   ├── t_0022.gif
│   │   │   │   │   │   │   ├── t_0023.gif
│   │   │   │   │   │   │   ├── t_0024.gif
│   │   │   │   │   │   │   ├── t_0025.gif
│   │   │   │   │   │   │   ├── t_0026.gif
│   │   │   │   │   │   │   ├── t_0027.gif
│   │   │   │   │   │   │   ├── t_0028.gif
│   │   │   │   │   │   │   ├── t_0029.gif
│   │   │   │   │   │   │   ├── t_0030.gif
│   │   │   │   │   │   │   ├── t_0031.gif
│   │   │   │   │   │   │   ├── t_0032.gif
│   │   │   │   │   │   │   ├── t_0033.gif
│   │   │   │   │   │   │   ├── t_0034.gif
│   │   │   │   │   │   │   ├── t_0035.gif
│   │   │   │   │   │   │   ├── t_0036.gif
│   │   │   │   │   │   │   ├── t_0037.gif
│   │   │   │   │   │   │   ├── t_0038.gif
│   │   │   │   │   │   │   ├── t_0039.gif
│   │   │   │   │   │   │   └── t_0040.gif
│   │   │   │   │   │   ├── wface.gif
│   │   │   │   │   │   ├── yface.gif
│   │   │   │   │   │   └── youa
│   │   │   │   │   │   ├── y_0001.gif
│   │   │   │   │   │   ├── y_0002.gif
│   │   │   │   │   │   ├── y_0003.gif
│   │   │   │   │   │   ├── y_0004.gif
│   │   │   │   │   │   ├── y_0005.gif
│   │   │   │   │   │   ├── y_0006.gif
│   │   │   │   │   │   ├── y_0007.gif
│   │   │   │   │   │   ├── y_0008.gif
│   │   │   │   │   │   ├── y_0009.gif
│   │   │   │   │   │   ├── y_0010.gif
│   │   │   │   │   │   ├── y_0011.gif
│   │   │   │   │   │   ├── y_0012.gif
│   │   │   │   │   │   ├── y_0013.gif
│   │   │   │   │   │   ├── y_0014.gif
│   │   │   │   │   │   ├── y_0015.gif
│   │   │   │   │   │   ├── y_0016.gif
│   │   │   │   │   │   ├── y_0017.gif
│   │   │   │   │   │   ├── y_0018.gif
│   │   │   │   │   │   ├── y_0019.gif
│   │   │   │   │   │   ├── y_0020.gif
│   │   │   │   │   │   ├── y_0021.gif
│   │   │   │   │   │   ├── y_0022.gif
│   │   │   │   │   │   ├── y_0023.gif
│   │   │   │   │   │   ├── y_0024.gif
│   │   │   │   │   │   ├── y_0025.gif
│   │   │   │   │   │   ├── y_0026.gif
│   │   │   │   │   │   ├── y_0027.gif
│   │   │   │   │   │   ├── y_0028.gif
│   │   │   │   │   │   ├── y_0029.gif
│   │   │   │   │   │   ├── y_0030.gif
│   │   │   │   │   │   ├── y_0031.gif
│   │   │   │   │   │   ├── y_0032.gif
│   │   │   │   │   │   ├── y_0033.gif
│   │   │   │   │   │   ├── y_0034.gif
│   │   │   │   │   │   ├── y_0035.gif
│   │   │   │   │   │   ├── y_0036.gif
│   │   │   │   │   │   ├── y_0037.gif
│   │   │   │   │   │   ├── y_0038.gif
│   │   │   │   │   │   ├── y_0039.gif
│   │   │   │   │   │   └── y_0040.gif
│   │   │   │   │   ├── gmap
│   │   │   │   │   │   └── gmap.html
│   │   │   │   │   ├── help
│   │   │   │   │   │   ├── help.css
│   │   │   │   │   │   └── help.html
│   │   │   │   │   ├── 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
│   │   │   │   ├── 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
│   │   │   └── webuploader
│   │   │   ├── README.md
│   │   │   ├── Uploader.swf
│   │   │   ├── webuploader.css
│   │   │   ├── webuploader.custom.js
│   │   │   ├── webuploader.custom.min.js
│   │   │   ├── webuploader.fis.js
│   │   │   ├── webuploader.flashonly.js
│   │   │   ├── webuploader.flashonly.min.js
│   │   │   ├── webuploader.html5only.js
│   │   │   ├── webuploader.html5only.min.js
│   │   │   ├── webuploader.js
│   │   │   ├── webuploader.min.js
│   │   │   ├── webuploader.noimage.js
│   │   │   ├── webuploader.noimage.min.js
│   │   │   ├── webuploader.nolog.js
│   │   │   ├── webuploader.nolog.min.js
│   │   │   ├── webuploader.withoutimage.js
│   │   │   └── webuploader.withoutimage.min.js
│   │   ├── Controllers
│   │   │   ├── ErrorController.cs
│   │   │   ├── HomeController.cs
│   │   │   ├── LoginController.cs
│   │   │   ├── UserCenterController.cs
│   │   │   └── UtilityController.cs
│   │   ├── Extensions
│   │   │   └── HtmlHelperExtensions.cs
│   │   ├── favicon.ico
│   │   ├── Global.asax
│   │   ├── Global.asax.cs
│   │   ├── Index.htm
│   │   ├── Learun.Application.Web.csproj
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Learun.Application.Web.csproj.CopyComplete
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   ├── packages.config
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   └── PublishProfiles
│   │   │   └── learunadms6.1.pubxml
│   │   ├── Resource
│   │   │   └── PhotoFile
│   │   │   └── 24a055d6-5924-44c5-be52-3715cdd68011.jpg
│   │   ├── ueditor
│   │   │   ├── net
│   │   │   │   └── upload
│   │   │   │   └── image
│   │   │   │   └── 20170515
│   │   │   │   └── 6363046459232100007014778.jpg
│   │   │   └── upload
│   │   │   └── image
│   │   │   ├── 20170515
│   │   │   │   ├── 6363046532924500002101330.png
│   │   │   │   ├── 6363046536281900009865162.png
│   │   │   │   ├── 6363046539403300005420804.png
│   │   │   │   ├── 6363046553785700006895328.jpg
│   │   │   │   └── 6363046653291500004308184.jpg
│   │   │   └── 20170517
│   │   │   ├── 6363061405521560001205289.png
│   │   │   └── 6363061409923860007771748.png
│   │   ├── Utility
│   │   │   └── upload
│   │   │   └── image
│   │   │   └── 20170515
│   │   │   ├── 6363046353629800002195824.jpg
│   │   │   ├── 6363046359669800007403928.jpg
│   │   │   ├── 6363046371814200007288119.jpg
│   │   │   └── 6363046393493600005822781.jpg
│   │   ├── Views
│   │   │   ├── Error
│   │   │   │   ├── ErrorBrowser.cshtml
│   │   │   │   ├── ErrorMessage.cshtml
│   │   │   │   └── ErrorPath404.cshtml
│   │   │   ├── Home
│   │   │   │   ├── AdminAccordion
│   │   │   │   │   ├── Index.css
│   │   │   │   │   └── Index.js
│   │   │   │   ├── AdminAccordion.cshtml
│   │   │   │   ├── AdminDefault
│   │   │   │   │   ├── index.css
│   │   │   │   │   └── index.js
│   │   │   │   ├── AdminDefault.cshtml
│   │   │   │   ├── AdminDesktop
│   │   │   │   │   ├── Index.css
│   │   │   │   │   └── Index.js
│   │   │   │   ├── AdminDesktop.cshtml
│   │   │   │   ├── AdminDesktopTemp
│   │   │   │   │   ├── Index.css
│   │   │   │   │   └── Index.js
│   │   │   │   ├── AdminDesktopTemp.cshtml
│   │   │   │   ├── AdminTop
│   │   │   │   │   ├── Index.css
│   │   │   │   │   └── Index.js
│   │   │   │   ├── AdminTop.cshtml
│   │   │   │   ├── AdminWindos
│   │   │   │   │   ├── Index.css
│   │   │   │   │   └── Index.js
│   │   │   │   └── AdminWindos.cshtml
│   │   │   ├── Login
│   │   │   │   ├── Index.cshtml
│   │   │   │   ├── index.css
│   │   │   │   └── index.js
│   │   │   ├── LR_Content
│   │   │   │   ├── plugin
│   │   │   │   │   ├── contextmenu
│   │   │   │   │   │   ├── lr-contextmenu.css
│   │   │   │   │   │   └── lr-contextmenu.js
│   │   │   │   │   ├── custmerform
│   │   │   │   │   │   ├── lr-formcomponts.js
│   │   │   │   │   │   ├── lr-formdesigner.css
│   │   │   │   │   │   ├── lr-formdesigner.js
│   │   │   │   │   │   └── lr-formrender.js
│   │   │   │   │   ├── custmerquery
│   │   │   │   │   │   ├── lr-custmerquery.css
│   │   │   │   │   │   └── lr-custmerquery.js
│   │   │   │   │   ├── date
│   │   │   │   │   │   ├── lr-datepicker.css
│   │   │   │   │   │   └── lr-datepicker.js
│   │   │   │   │   ├── formselect
│   │   │   │   │   │   ├── lr-formselect.css
│   │   │   │   │   │   └── lr-formselect.js
│   │   │   │   │   ├── im
│   │   │   │   │   │   ├── lr-im.css
│   │   │   │   │   │   └── lr-im.js
│   │   │   │   │   ├── inputsearch
│   │   │   │   │   │   ├── lr-isearch.css
│   │   │   │   │   │   └── lr-isearch.js
│   │   │   │   │   ├── layout
│   │   │   │   │   │   ├── lr-layout.css
│   │   │   │   │   │   └── lr-layout.js
│   │   │   │   │   ├── select
│   │   │   │   │   │   ├── lr-select.css
│   │   │   │   │   │   └── lr-select.js
│   │   │   │   │   ├── timeline
│   │   │   │   │   │   ├── lr-timeline.css
│   │   │   │   │   │   └── lr-timeline.js
│   │   │   │   │   ├── tree
│   │   │   │   │   │   ├── lr-tree.css
│   │   │   │   │   │   └── lr-tree.js
│   │   │   │   │   ├── uploader
│   │   │   │   │   │   ├── lr-uploader.css
│   │   │   │   │   │   └── lr-uploader.js
│   │   │   │   │   ├── wizard
│   │   │   │   │   │   ├── wizard.css
│   │   │   │   │   │   └── wizard.js
│   │   │   │   │   └── workflow
│   │   │   │   │   ├── lr-workflow-api.js
│   │   │   │   │   ├── lr-workflow-ui.css
│   │   │   │   │   └── lr-workflow-ui.js
│   │   │   │   ├── script
│   │   │   │   │   ├── lr-admin.js
│   │   │   │   │   ├── lr-ajax.js
│   │   │   │   │   ├── lr-authorize.js
│   │   │   │   │   ├── lr-base.js
│   │   │   │   │   ├── lr-chartshelper.js
│   │   │   │   │   ├── lr-clientdata.js
│   │   │   │   │   ├── lr-date.js
│   │   │   │   │   ├── lr-excel.js
│   │   │   │   │   ├── lr-fileupload.js
│   │   │   │   │   ├── lr-form.js
│   │   │   │   │   ├── lr-iframe-index.js
│   │   │   │   │   ├── lr-layer.js
│   │   │   │   │   ├── lr-tabs.js
│   │   │   │   │   ├── lr-validator-helper.js
│   │   │   │   │   └── lr-validator.js
│   │   │   │   └── style
│   │   │   │   ├── lr-admin.css
│   │   │   │   ├── lr-common.css
│   │   │   │   ├── lr-iframe-form.css
│   │   │   │   ├── lr-iframe-index.css
│   │   │   │   ├── lr-layer.css
│   │   │   │   └── lr-reportTemplate.css
│   │   │   ├── Shared
│   │   │   │   ├── _Admin.cshtml
│   │   │   │   ├── _CodeBulidForm.cshtml
│   │   │   │   ├── _CustmerFormDesigner.cshtml
│   │   │   │   ├── _CustmerFormPreview.cshtml
│   │   │   │   ├── _CustmerIndexPreview.cshtml
│   │   │   │   ├── _Form.cshtml
│   │   │   │   ├── _GirdForm.cshtml
│   │   │   │   ├── _Index.cshtml
│   │   │   │   ├── _ReportTemplate.cshtml
│   │   │   │   └── _WorkFlowForm.cshtml
│   │   │   ├── UserCenter
│   │   │   │   ├── ContactForm.cshtml
│   │   │   │   ├── ContactForm.css
│   │   │   │   ├── ContactForm.js
│   │   │   │   ├── HeadForm.cshtml
│   │   │   │   ├── HeadForm.css
│   │   │   │   ├── HeadForm.js
│   │   │   │   ├── Index.cshtml
│   │   │   │   ├── Index.css
│   │   │   │   ├── Index.js
│   │   │   │   ├── LogIndex.cshtml
│   │   │   │   ├── LogIndex.css
│   │   │   │   ├── LogIndex.js
│   │   │   │   ├── PassWordForm.cshtml
│   │   │   │   ├── PassWordForm.css
│   │   │   │   └── PassWordForm.js
│   │   │   ├── Utility
│   │   │   │   ├── AppIcon.cshtml
│   │   │   │   ├── ExcelExportForm.cshtml
│   │   │   │   ├── ExcelExportForm.js
│   │   │   │   ├── GirdSelectIndex.cshtml
│   │   │   │   ├── GirdSelectIndex.css
│   │   │   │   ├── GirdSelectIndex.js
│   │   │   │   └── Icon.cshtml
│   │   │   └── Web.config
│   │   ├── Web.config
│   │   ├── Web.Debug.config
│   │   ├── Web.Release.config
│   │   └── XmlConfig
│   │   ├── database.config
│   │   ├── ioc.config
│   │   ├── log4net.config
│   │   ├── redis.config
│   │   └── system.config
│   ├── Learun.Application.WebApi
│   │   ├── bin
│   │   │   ├── EntityFramework.dll
│   │   │   ├── EntityFramework.SqlServer.dll
│   │   │   ├── Microsoft.Practices.ServiceLocation.dll
│   │   │   ├── Microsoft.Practices.Unity.Configuration.dll
│   │   │   ├── Microsoft.Practices.Unity.dll
│   │   │   ├── Microsoft.Practices.Unity.RegistrationByConvention.dll
│   │   │   ├── MySql.Data.dll
│   │   │   ├── MySql.Data.Entity.EF6.dll
│   │   │   ├── Nancy.dll
│   │   │   ├── Nancy.Hosting.Aspnet.dll
│   │   │   ├── Oracle.ManagedDataAccess.dll
│   │   │   └── Oracle.ManagedDataAccess.EntityFramework.dll
│   │   ├── Bootstraper.cs
│   │   ├── favicon.ico
│   │   ├── index.html
│   │   ├── Learun.Application.WebApi.csproj
│   │   ├── Modules
│   │   │   ├── BaseApi.cs
│   │   │   ├── ClientDataApi.cs
│   │   │   ├── CodeRuleApi.cs
│   │   │   ├── CompanyApi.cs
│   │   │   ├── CustmerFormApi.cs
│   │   │   ├── DataItemApi.cs
│   │   │   ├── DataSourceApi.cs
│   │   │   ├── DepartmentApi.cs
│   │   │   ├── FormApi.cs
│   │   │   ├── Index.cs
│   │   │   ├── LR_Crm
│   │   │   │   └── Invoice.cs
│   │   │   ├── UserApi.cs
│   │   │   ├── UtilityApi.cs
│   │   │   └── WorkFlowApi.cs
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Learun.Application.WebApi.csproj.CopyComplete
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   ├── packages.config
│   │   ├── port.png
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   └── PublishProfiles
│   │   │   └── FolderProfile.pubxml
│   │   ├── Web.config
│   │   ├── Web.Debug.config
│   │   ├── Web.Release.config
│   │   └── XmlConfig
│   │   ├── database.config
│   │   ├── ioc.config
│   │   ├── log4net.config
│   │   ├── redis.config
│   │   └── system.config
│   ├── Learun.Application.WorkFlowServer
│   │   ├── API
│   │   │   ├── BaseApi.cs
│   │   │   └── ProcessApi.cs
│   │   ├── App.config
│   │   ├── Bootstraper.cs
│   │   ├── Learun.Application.WorkFlowServer.csproj
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Learun.Application.WorkFlowServer.csproj.CopyComplete
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   ├── packages.config
│   │   ├── Program.cs
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   ├── Learun.Db.Restore
│   │   ├── App.config
│   │   ├── Learun.Db.Restore.csproj
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Learun.Db.Restore.csproj.CopyComplete
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   ├── packages.config
│   │   ├── Program.cs
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   ├── Learun.Dev.Tool
│   │   ├── App.config
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── Learun.Dev.Tool.csproj
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Learun.Dev.Tool.csproj.CopyComplete
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   ├── packages.config
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Learun.Framework.Module
│   │   ├── Learun.Application.Module
│   │   │   ├── Learun.Application.AppMagager
│   │   │   │   ├── Function
│   │   │   │   │   ├── FunctionBLL.cs
│   │   │   │   │   ├── FunctionEntity.cs
│   │   │   │   │   ├── FunctionIBLL.cs
│   │   │   │   │   ├── FunctionSchemeEntity.cs
│   │   │   │   │   └── FunctionSerivce.cs
│   │   │   │   ├── Learun.Application.AppMagager.csproj
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── Learun.Application.AppMagager.csproj.CopyComplete
│   │   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   └── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Learun.Application.Base
│   │   │   │   ├── App.config
│   │   │   │   ├── AuthorizeModule
│   │   │   │   │   ├── Authorize
│   │   │   │   │   │   ├── AuthorizeBLL.cs
│   │   │   │   │   │   ├── AuthorizeEntity.cs
│   │   │   │   │   │   ├── AuthorizeIBLL.cs
│   │   │   │   │   │   └── AuthorizeService.cs
│   │   │   │   │   ├── DataAuthorize
│   │   │   │   │   │   ├── DataAuthorizeBLL.cs
│   │   │   │   │   │   ├── DataAuthorizeConditionEntity.cs
│   │   │   │   │   │   ├── DataAuthorizeIBLL.cs
│   │   │   │   │   │   ├── DataAuthorizeRelationEntity.cs
│   │   │   │   │   │   └── DataAuthorizeService.cs
│   │   │   │   │   ├── FilterIP
│   │   │   │   │   │   ├── FilterIPBLL.cs
│   │   │   │   │   │   ├── FilterIPEntity.cs
│   │   │   │   │   │   ├── FilterIPIBLL.cs
│   │   │   │   │   │   └── FilterIPService.cs
│   │   │   │   │   ├── FilterTime
│   │   │   │   │   │   ├── FilterTimeBLL.cs
│   │   │   │   │   │   ├── FilterTimeEntity.cs
│   │   │   │   │   │   ├── FilterTimeIBLL.cs
│   │   │   │   │   │   └── FilterTimeService.cs
│   │   │   │   │   └── UserRelation
│   │   │   │   │   ├── UserRelationBLL.cs
│   │   │   │   │   ├── UserRelationEntity.cs
│   │   │   │   │   ├── UserRelationIBLL.cs
│   │   │   │   │   └── UserRelationService.cs
│   │   │   │   ├── CodeGeneratorModule
│   │   │   │   │   ├── BaseModel.cs
│   │   │   │   │   ├── CodeConfigModel.cs
│   │   │   │   │   ├── CodeGenerator.cs
│   │   │   │   │   ├── ColModel.cs
│   │   │   │   │   ├── DbTableModel.cs
│   │   │   │   │   ├── QueryModel.cs
│   │   │   │   │   └── TabModel.cs
│   │   │   │   ├── Learun.Application.Base.csproj
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── Learun.Application.Base.csproj.CopyComplete
│   │   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── packages.config
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   └── SystemModule
│   │   │   │   ├── Annexes
│   │   │   │   │   ├── AnnexesFileBLL.cs
│   │   │   │   │   ├── AnnexesFileEntity.cs
│   │   │   │   │   ├── AnnexesFileIBLL.cs
│   │   │   │   │   └── AnnexesFileService.cs
│   │   │   │   ├── Area
│   │   │   │   │   ├── AreaBLL.cs
│   │   │   │   │   ├── AreaEntity.cs
│   │   │   │   │   ├── AreaIBLL.cs
│   │   │   │   │   └── AreaService.cs
│   │   │   │   ├── CodeRule
│   │   │   │   │   ├── CodeRuleBLL.cs
│   │   │   │   │   ├── CodeRuleEntity.cs
│   │   │   │   │   ├── CodeRuleFormatModel.cs
│   │   │   │   │   ├── CodeRuleIBLL.cs
│   │   │   │   │   ├── CodeRuleSeedEntity.cs
│   │   │   │   │   └── CodeRuleService.cs
│   │   │   │   ├── CustmerQuery
│   │   │   │   │   ├── CustmerQueryBLL.cs
│   │   │   │   │   ├── CustmerQueryEntity.cs
│   │   │   │   │   ├── CustmerQueryIBLL.cs
│   │   │   │   │   ├── CustmerQueryModel.cs
│   │   │   │   │   └── CustmerQueryService.cs
│   │   │   │   ├── DatabaseLink
│   │   │   │   │   ├── DatabaseLinkBLL.cs
│   │   │   │   │   ├── DatabaseLinkEntity.cs
│   │   │   │   │   ├── DatabaseLinkIBLL.cs
│   │   │   │   │   ├── DatabaseLinkModel.cs
│   │   │   │   │   └── DatabaseLinkService.cs
│   │   │   │   ├── DatabaseTable
│   │   │   │   │   ├── DatabaseTableBLL.cs
│   │   │   │   │   ├── DatabaseTableFieldModel.cs
│   │   │   │   │   ├── DatabaseTableIBLL.cs
│   │   │   │   │   ├── DatabaseTableModel.cs
│   │   │   │   │   └── DatabaseTableService.cs
│   │   │   │   ├── DataItem
│   │   │   │   │   ├── DataItemBLL.cs
│   │   │   │   │   ├── DataItemDetailEntity.cs
│   │   │   │   │   ├── DataItemEntity.cs
│   │   │   │   │   ├── DataItemIBLL.cs
│   │   │   │   │   ├── DataItemModel.cs
│   │   │   │   │   └── DataItemService.cs
│   │   │   │   ├── DataSource
│   │   │   │   │   ├── DataSourceBLL.cs
│   │   │   │   │   ├── DataSourceEntity.cs
│   │   │   │   │   ├── DataSourceIBLL.cs
│   │   │   │   │   └── DataSourceService.cs
│   │   │   │   ├── DbDraft
│   │   │   │   │   ├── DbDraftBLL.cs
│   │   │   │   │   ├── DbDraftEntity.cs
│   │   │   │   │   ├── DbDraftIBLL.cs
│   │   │   │   │   └── DbDraftService.cs
│   │   │   │   ├── DbField
│   │   │   │   │   ├── DbFieldBLL.cs
│   │   │   │   │   ├── DbFieldEntity.cs
│   │   │   │   │   ├── DbFieldIBLL.cs
│   │   │   │   │   └── DbFieldService.cs
│   │   │   │   ├── Interface
│   │   │   │   │   ├── InterfaceBLL.cs
│   │   │   │   │   ├── InterfaceEntity.cs
│   │   │   │   │   ├── InterfaceIBLL.cs
│   │   │   │   │   └── InterfaceService.cs
│   │   │   │   ├── Log
│   │   │   │   │   ├── LogBLL.cs
│   │   │   │   │   ├── LogEntity.cs
│   │   │   │   │   └── LogService.cs
│   │   │   │   └── Module
│   │   │   │   ├── ModuleBLL.cs
│   │   │   │   ├── ModuleButtonEntity.cs
│   │   │   │   ├── ModuleColumnEntity.cs
│   │   │   │   ├── ModuleEntity.cs
│   │   │   │   ├── ModuleIBLL.cs
│   │   │   │   └── ModuleService.cs
│   │   │   ├── Learun.Application.CRM
│   │   │   │   ├── CashBalance
│   │   │   │   │   ├── CrmCashBalanceBLL.cs
│   │   │   │   │   ├── CrmCashBalanceEntity.cs
│   │   │   │   │   ├── CrmCashBalanceIBLL.cs
│   │   │   │   │   └── CrmCashBalanceService.cs
│   │   │   │   ├── Chance
│   │   │   │   │   ├── CrmChanceBLL.cs
│   │   │   │   │   ├── CrmChanceEntity.cs
│   │   │   │   │   ├── CrmChanceIBLL.cs
│   │   │   │   │   └── CrmChanceService.cs
│   │   │   │   ├── Customer
│   │   │   │   │   ├── CrmCustomerBLL.cs
│   │   │   │   │   ├── CrmCustomerEntity.cs
│   │   │   │   │   ├── CrmCustomerIBLL.cs
│   │   │   │   │   └── CrmCustomerService.cs
│   │   │   │   ├── CustomerContact
│   │   │   │   │   ├── CrmCustomerContactBLL.cs
│   │   │   │   │   ├── CrmCustomerContactEntity.cs
│   │   │   │   │   ├── CrmCustomerContactIBLL.cs
│   │   │   │   │   └── CrmCustomerContactService.cs
│   │   │   │   ├── Expenses
│   │   │   │   │   ├── CrmExpensesBLL.cs
│   │   │   │   │   ├── CrmExpensesEntity.cs
│   │   │   │   │   ├── CrmExpensesIBLL.cs
│   │   │   │   │   └── CrmExpensesService.cs
│   │   │   │   ├── Invoice
│   │   │   │   │   ├── CrmInvoiceBLL.cs
│   │   │   │   │   ├── CrmInvoiceEntity.cs
│   │   │   │   │   ├── CrmInvoiceIBLL.cs
│   │   │   │   │   └── CrmInvoiceService.cs
│   │   │   │   ├── Learun.Application.CRM.csproj
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── Learun.Application.CRM.csproj.CopyComplete
│   │   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── Order
│   │   │   │   │   ├── CrmOrderBLL.cs
│   │   │   │   │   ├── CrmOrderEntity.cs
│   │   │   │   │   ├── CrmOrderIBLL.cs
│   │   │   │   │   ├── CrmOrderProductEntity.cs
│   │   │   │   │   └── CrmOrderService.cs
│   │   │   │   ├── packages.config
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── Receivable
│   │   │   │   │   ├── CrmReceivableBLL.cs
│   │   │   │   │   ├── CrmReceivableEntity.cs
│   │   │   │   │   ├── CrmReceivableIBLL.cs
│   │   │   │   │   ├── CrmReceivableService.cs
│   │   │   │   │   └── ReceivableReportModel.cs
│   │   │   │   └── TrailRecord
│   │   │   │   ├── CrmTrailRecordBLL.cs
│   │   │   │   ├── CrmTrailRecordEntity.cs
│   │   │   │   ├── CrmTrailRecordIBLL.cs
│   │   │   │   └── CrmTrailRecordService.cs
│   │   │   ├── Learun.Application.Excel
│   │   │   │   ├── Export
│   │   │   │   │   ├── ExcelExportBLL.cs
│   │   │   │   │   ├── ExcelExportEntity.cs
│   │   │   │   │   ├── ExcelExportIBLL.cs
│   │   │   │   │   └── ExcelExportService.cs
│   │   │   │   ├── Import
│   │   │   │   │   ├── ExcelImportBLL.cs
│   │   │   │   │   ├── ExcelImportEntity.cs
│   │   │   │   │   ├── ExcelImportFieldEntity.cs
│   │   │   │   │   ├── ExcelImportIBLL.cs
│   │   │   │   │   └── ExcelImportService.cs
│   │   │   │   ├── Learun.Application.Excel.csproj
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── Learun.Application.Excel.csproj.CopyComplete
│   │   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── packages.config
│   │   │   │   └── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Learun.Application.Form
│   │   │   │   ├── Learun.Application.Form.csproj
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── Learun.Application.Form.csproj.CopyComplete
│   │   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── packages.config
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── Relation
│   │   │   │   │   ├── FormRelationBLL.cs
│   │   │   │   │   ├── FormRelationEntity.cs
│   │   │   │   │   ├── FormRelationIBLL.cs
│   │   │   │   │   └── FormRelationService.cs
│   │   │   │   └── Scheme
│   │   │   │   ├── FormSchemeBLL.cs
│   │   │   │   ├── FormSchemeEntity.cs
│   │   │   │   ├── FormSchemeIBLL.cs
│   │   │   │   ├── FormSchemeInfoEntity.cs
│   │   │   │   ├── FormSchemeModel.cs
│   │   │   │   └── FormSchemeService.cs
│   │   │   ├── Learun.Application.IM
│   │   │   │   ├── app.config
│   │   │   │   ├── IMContent
│   │   │   │   │   ├── IMContentBLL.cs
│   │   │   │   │   ├── IMContentEntity.cs
│   │   │   │   │   ├── IMContentIBLL.cs
│   │   │   │   │   └── IMContentService.cs
│   │   │   │   ├── Learun.Application.IM.csproj
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── Learun.Application.IM.csproj.CopyComplete
│   │   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── packages.config
│   │   │   │   └── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Learun.Application.Mapping
│   │   │   │   ├── App.config
│   │   │   │   ├── Learun.Application.Mapping.csproj
│   │   │   │   ├── LR_App
│   │   │   │   │   ├── FunctionMap.cs
│   │   │   │   │   └── FunctionSchemeMap.cs
│   │   │   │   ├── LR_Authorize
│   │   │   │   │   ├── AuthorizeMap.cs
│   │   │   │   │   ├── DataAuthorizeConditionMap.cs
│   │   │   │   │   ├── DataAuthorizeRelationMap.cs
│   │   │   │   │   ├── FilterIPMap.cs
│   │   │   │   │   ├── FilterTimeMap.cs
│   │   │   │   │   └── UserRelationMap.cs
│   │   │   │   ├── LR_CRM
│   │   │   │   │   ├── CrmCashBalanceMap.cs
│   │   │   │   │   ├── CrmChanceMap.cs
│   │   │   │   │   ├── CrmCustomerContactMap.cs
│   │   │   │   │   ├── CrmCustomerMap.cs
│   │   │   │   │   ├── CrmExpensesMap.cs
│   │   │   │   │   ├── CrmInvoiceMap.cs
│   │   │   │   │   ├── CrmOrderEntryMap.cs
│   │   │   │   │   ├── CrmOrderMap.cs
│   │   │   │   │   ├── CrmReceivableMap.cs
│   │   │   │   │   └── CrmTrailRecordMap.cs
│   │   │   │   ├── LR_Excel
│   │   │   │   │   ├── ExcelExportMap.cs
│   │   │   │   │   ├── ExcelImportFieldMap.cs
│   │   │   │   │   └── ExcelImportMap.cs
│   │   │   │   ├── LR_Form
│   │   │   │   │   ├── FormRelationMap.cs
│   │   │   │   │   ├── FormSchemeInfoMap.cs
│   │   │   │   │   └── FormSchemeMap.cs
│   │   │   │   ├── LR_IM
│   │   │   │   │   └── IMContentMap.cs
│   │   │   │   ├── LR_OA
│   │   │   │   │   ├── NewsMap.cs
│   │   │   │   │   └── ScheduleMap.cs
│   │   │   │   ├── LR_Organization
│   │   │   │   │   ├── CompanyMap.cs
│   │   │   │   │   ├── DepartmentMap.cs
│   │   │   │   │   ├── PostMap.cs
│   │   │   │   │   ├── RoleMap.cs
│   │   │   │   │   └── UserMap.cs
│   │   │   │   ├── LR_Report
│   │   │   │   │   └── ReportTempMap.cs
│   │   │   │   ├── LR_System
│   │   │   │   │   ├── AnnexesFileMap.cs
│   │   │   │   │   ├── AreaMap.cs
│   │   │   │   │   ├── CodeRule
│   │   │   │   │   │   ├── CodeRuleMap.cs
│   │   │   │   │   │   └── CodeRuleSeedMap.cs
│   │   │   │   │   ├── CustmerQueryMap.cs
│   │   │   │   │   ├── Database
│   │   │   │   │   │   ├── DatabaseLinkMap.cs
│   │   │   │   │   │   ├── DbDraftMap.cs
│   │   │   │   │   │   └── DbFieldMap.cs
│   │   │   │   │   ├── DataItem
│   │   │   │   │   │   ├── DataItemDetailMap.cs
│   │   │   │   │   │   └── DataItemMap.cs
│   │   │   │   │   ├── DataSourceMap.cs
│   │   │   │   │   ├── InterfaceMap.cs
│   │   │   │   │   ├── LogMap.cs
│   │   │   │   │   └── Module
│   │   │   │   │   ├── ModuleButtonMap.cs
│   │   │   │   │   ├── ModuleColumnMap.cs
│   │   │   │   │   └── ModuleMap.cs
│   │   │   │   ├── LR_SystemDemo
│   │   │   │   │   └── DemoleaveMap.cs
│   │   │   │   ├── LR_WorkFlow
│   │   │   │   │   ├── WfConfluenceMap.cs
│   │   │   │   │   ├── WfDelegateRuleMap.cs
│   │   │   │   │   ├── WfDelegateRuleRelationMap.cs
│   │   │   │   │   ├── WfProcessInstanceMap.cs
│   │   │   │   │   ├── WfSchemeAuthorizeMap.cs
│   │   │   │   │   ├── WfSchemeInfoMap.cs
│   │   │   │   │   ├── WfSchemeMap.cs
│   │   │   │   │   ├── WfTaskHistoryMap.cs
│   │   │   │   │   └── WfTaskMap.cs
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── Learun.Application.Mapping.csproj.CopyComplete
│   │   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── packages.config
│   │   │   │   └── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Learun.Application.ModuleTest
│   │   │   │   ├── App.config
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Learun.Application.ModuleTest.csproj
│   │   │   │   ├── packages.config
│   │   │   │   ├── Program.cs
│   │   │   │   └── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Learun.Application.OA
│   │   │   │   ├── Learun.Application.OA.csproj
│   │   │   │   ├── News
│   │   │   │   │   ├── NewsBLL.cs
│   │   │   │   │   ├── NewsEntity.cs
│   │   │   │   │   ├── NewsIBLL.cs
│   │   │   │   │   └── NewsService.cs
│   │   │   │   ├── Notice
│   │   │   │   │   ├── NoticeBLL.cs
│   │   │   │   │   ├── NoticeIBLL.cs
│   │   │   │   │   └── NoticeService.cs
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── Learun.Application.OA.csproj.CopyComplete
│   │   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── packages.config
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   └── Schedule
│   │   │   │   ├── ScheduleBLL.cs
│   │   │   │   ├── ScheduleEntity.cs
│   │   │   │   ├── ScheduleIBLL.cs
│   │   │   │   └── ScheduleService.cs
│   │   │   ├── Learun.Application.Report
│   │   │   │   ├── Learun.Application.Report.csproj
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── Learun.Application.Report.csproj.CopyComplete
│   │   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── packages.config
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   └── ReportTemp
│   │   │   │   ├── ReportTempBLL.cs
│   │   │   │   ├── ReportTempEntity.cs
│   │   │   │   ├── ReportTempIBLL.cs
│   │   │   │   └── ReportTempService.cs
│   │   │   ├── Learun.Application.TwoDevelopment
│   │   │   │   ├── Learun.Application.TwoDevelopment.csproj
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── Learun.Application.TwoDevelopment.csproj.CopyComplete
│   │   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── packages.config
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   └── SystemDemo
│   │   │   │   └── Demoleave
│   │   │   │   ├── DemoleaveBLL.cs
│   │   │   │   ├── DemoleaveEntity.cs
│   │   │   │   ├── DemoleaveIBLL.cs
│   │   │   │   └── DemoleaveService.cs
│   │   │   ├── Learun.Application.WeChat
│   │   │   │   ├── Comm
│   │   │   │   │   ├── Cryptography.cs
│   │   │   │   │   ├── HttpHelper.cs
│   │   │   │   │   ├── Program.cs
│   │   │   │   │   ├── Sample.cs
│   │   │   │   │   └── WXBizMsgCrypt.cs
│   │   │   │   ├── Learun.Application.WeChat.csproj
│   │   │   │   ├── Model
│   │   │   │   │   ├── Attribute
│   │   │   │   │   │   ├── IAttribute.cs
│   │   │   │   │   │   ├── IsNotNullAttribute.cs
│   │   │   │   │   │   └── LengthAttribute.cs
│   │   │   │   │   ├── HttpGetFileRequest.cs
│   │   │   │   │   ├── HttpGetRequest.cs
│   │   │   │   │   ├── HttpPostFileRequest.cs
│   │   │   │   │   ├── HttpPostRequest.cs
│   │   │   │   │   ├── IHttpSend.cs
│   │   │   │   │   ├── ISend.cs
│   │   │   │   │   ├── OperationRequestBase.cs
│   │   │   │   │   ├── OperationResultsBase.cs
│   │   │   │   │   ├── Request
│   │   │   │   │   │   ├── DepartmentCreate.cs
│   │   │   │   │   │   ├── DepartmentDelete.cs
│   │   │   │   │   │   ├── DepartmentList.cs
│   │   │   │   │   │   ├── DepartmentListResult.cs
│   │   │   │   │   │   ├── DepartmentResult.cs
│   │   │   │   │   │   ├── DepartmentUpdate.cs
│   │   │   │   │   │   ├── MediaGet.cs
│   │   │   │   │   │   ├── MediaGetResult.cs
│   │   │   │   │   │   ├── MediaUpload.cs
│   │   │   │   │   │   ├── MediaUploadResult.cs
│   │   │   │   │   │   ├── MenuCreate.cs
│   │   │   │   │   │   ├── MenuDelete.cs
│   │   │   │   │   │   ├── MenuGet.cs
│   │   │   │   │   │   ├── MenuGetResult.cs
│   │   │   │   │   │   ├── MenuItem.cs
│   │   │   │   │   │   ├── Oauth2Authorize.cs
│   │   │   │   │   │   ├── SendMessage
│   │   │   │   │   │   │   ├── MessageSend.cs
│   │   │   │   │   │   │   ├── MessageSendResult.cs
│   │   │   │   │   │   │   ├── SendFile.cs
│   │   │   │   │   │   │   ├── SendImage.cs
│   │   │   │   │   │   │   ├── SendMpnews.cs
│   │   │   │   │   │   │   ├── SendNews.cs
│   │   │   │   │   │   │   ├── SendText.cs
│   │   │   │   │   │   │   ├── SendVideo.cs
│   │   │   │   │   │   │   └── SendVoice.cs
│   │   │   │   │   │   ├── TagAddtagusers.cs
│   │   │   │   │   │   ├── TagAddtagusersResult.cs
│   │   │   │   │   │   ├── TagCreate.cs
│   │   │   │   │   │   ├── TagCreateResult.cs
│   │   │   │   │   │   ├── TagDelete.cs
│   │   │   │   │   │   ├── TagDeltagusers.cs
│   │   │   │   │   │   ├── TagDeltagusersResult.cs
│   │   │   │   │   │   ├── TagGet.cs
│   │   │   │   │   │   ├── TagUpdate.cs
│   │   │   │   │   │   ├── UserAuthsucc.cs
│   │   │   │   │   │   ├── UserCreate.cs
│   │   │   │   │   │   ├── UserDelete.cs
│   │   │   │   │   │   ├── UserGet.cs
│   │   │   │   │   │   ├── UserGetResult.cs
│   │   │   │   │   │   ├── UserGetuserinfo.cs
│   │   │   │   │   │   ├── UserGetuserinfoResult.cs
│   │   │   │   │   │   ├── UserInvite.cs
│   │   │   │   │   │   ├── UserSimplelist.cs
│   │   │   │   │   │   ├── UserSimplelistResult.cs
│   │   │   │   │   │   └── UserUpdate.cs
│   │   │   │   │   └── Token.cs
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── Learun.Application.WeChat.csproj.CopyComplete
│   │   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── packages.config
│   │   │   │   └── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   └── Learun.Application.WorkFlow
│   │   │   ├── Learun.Application.WorkFlow.csproj
│   │   │   ├── Line
│   │   │   │   └── WfLineInfo.cs
│   │   │   ├── Node
│   │   │   │   ├── WfAuditor.cs
│   │   │   │   ├── WfAuthorizeField.cs
│   │   │   │   ├── WfCondition.cs
│   │   │   │   ├── WfForm.cs
│   │   │   │   ├── WfNodeInfo.cs
│   │   │   │   └── wfTransportType.cs
│   │   │   ├── NodeMethod
│   │   │   │   ├── INodeMethod.cs
│   │   │   │   └── NodeMethod.cs
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Learun.Application.WorkFlow.csproj.CopyComplete
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   ├── packages.config
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── WfConfluence
│   │   │   │   ├── WfConfluenceBLL.cs
│   │   │   │   ├── WfConfluenceEntity.cs
│   │   │   │   ├── WfConfluenceIBLL.cs
│   │   │   │   └── WfConfluenceService.cs
│   │   │   ├── WfDelegateRule
│   │   │   │   ├── WfDelegateRuleBLL.cs
│   │   │   │   ├── WfDelegateRuleEntity.cs
│   │   │   │   ├── WfDelegateRuleIBLL.cs
│   │   │   │   ├── WfDelegateRuleRelationEntity.cs
│   │   │   │   └── WfDelegateRuleService.cs
│   │   │   ├── WfEngine
│   │   │   │   ├── WfEngineBLL.cs
│   │   │   │   ├── WfEngineIBLL.cs
│   │   │   │   ├── WfParameter.cs
│   │   │   │   └── WfResult.cs
│   │   │   ├── WfProcess
│   │   │   │   ├── WfProcessInstanceBLL.cs
│   │   │   │   ├── WfProcessInstanceEntity.cs
│   │   │   │   ├── WfProcessInstanceIBLL.cs
│   │   │   │   └── WfProcessInstanceService.cs
│   │   │   ├── WfScheme
│   │   │   │   ├── WfSchemeAuthorizeEntity.cs
│   │   │   │   ├── WfSchemeBLL.cs
│   │   │   │   ├── WfSchemeEntity.cs
│   │   │   │   ├── WfSchemeIBLL.cs
│   │   │   │   ├── WfSchemeInfoEntity.cs
│   │   │   │   ├── WfSchemeModel.cs
│   │   │   │   └── WfSchemeService.cs
│   │   │   ├── WfTask
│   │   │   │   ├── WfTaskBLL.cs
│   │   │   │   ├── WfTaskEntity.cs
│   │   │   │   ├── WfTaskIBLL.cs
│   │   │   │   └── WfTaskService.cs
│   │   │   └── WfTaskHistory
│   │   │   ├── WfTaskHistoryBLL.cs
│   │   │   ├── WfTaskHistoryEntity.cs
│   │   │   ├── WfTaskHistoryIBLL.cs
│   │   │   └── WfTaskHistoryService.cs
│   │   ├── Learun.Cache
│   │   │   ├── Learun.Cache.Base
│   │   │   │   ├── CacheId.cs
│   │   │   │   ├── ICache.cs
│   │   │   │   ├── Learun.Cache.Base.csproj
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   └── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── LeaRun.Cache.Factory
│   │   │   │   ├── CacheFactory.cs
│   │   │   │   ├── Learun.Cache.Factory.csproj
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── Learun.Cache.Factory.csproj.CopyComplete
│   │   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   └── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   └── Learun.Cache.Redis
│   │   │   ├── CacheByRedis.cs
│   │   │   ├── Learun.Cache.Redis.csproj
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Learun.Cache.Redis.csproj.CopyComplete
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   ├── packages.config
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── RedisCache.cs
│   │   │   └── RedisConfigInfo.cs
│   │   ├── Learun.Db
│   │   │   ├── Learun.DataBase
│   │   │   │   ├── DatabaseType.cs
│   │   │   │   ├── IDatabase.cs
│   │   │   │   ├── Learun.DataBase.csproj
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── Learun.DataBase.csproj.CopyComplete
│   │   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── packages.config
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   └── SqlHelper.cs
│   │   │   ├── Learun.DataBase.EF.Oracle
│   │   │   │   ├── App.config
│   │   │   │   ├── DatabaseContext.cs
│   │   │   │   ├── Database.cs
│   │   │   │   ├── Learun.DataBase.Oracle.csproj
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── Learun.DataBase.Oracle.csproj.CopyComplete
│   │   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── packages.config
│   │   │   │   └── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Learun.DataBase.EF.Sqlserver
│   │   │   │   ├── App.config
│   │   │   │   ├── DatabaseContext.cs
│   │   │   │   ├── Database.cs
│   │   │   │   ├── Learun.DataBase.SqlServer.csproj
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── Learun.DataBase.SqlServer.csproj.CopyComplete
│   │   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── packages.config
│   │   │   │   └── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Learun.DataBase.MySql
│   │   │   │   ├── App.config
│   │   │   │   ├── DatabaseContext.cs
│   │   │   │   ├── Database.cs
│   │   │   │   ├── Learun.DataBase.MySqlEx.csproj
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── Learun.DataBase.MySqlEx.csproj.CopyComplete
│   │   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── packages.config
│   │   │   │   └── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   └── Learun.DataBase.Repository
│   │   │   ├── DbFactory.cs
│   │   │   ├── IRepository.cs
│   │   │   ├── Learun.DataBase.Repository.csproj
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Learun.DataBase.Repository.csproj.CopyComplete
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   ├── packages.config
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Repository.cs
│   │   │   └── RepositoryFactory.cs
│   │   ├── Learun.Ioc
│   │   │   ├── Learun.Ioc.csproj
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Learun.Ioc.csproj.CopyComplete
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   ├── packages.config
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   └── UnityIocHelper.cs
│   │   ├── Learun.Log
│   │   │   ├── Learun.Loger.csproj
│   │   │   ├── Log.cs
│   │   │   ├── LogFactory.cs
│   │   │   ├── LogFormat.cs
│   │   │   ├── LogLevel.cs
│   │   │   ├── LogMessage.cs
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Learun.Loger.csproj.CopyComplete
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   ├── packages.config
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   └── Learun.Util
│   │   ├── Learun.Util
│   │   │   ├── Attributes
│   │   │   │   └── EnumAttribute.cs
│   │   │   ├── Common
│   │   │   │   └── CommonHelper.cs
│   │   │   ├── Config
│   │   │   │   └── Config.cs
│   │   │   ├── DataBase
│   │   │   │   ├── DbWhere.cs
│   │   │   │   ├── FieldTypeHepler.cs
│   │   │   │   └── FieldValueParam.cs
│   │   │   ├── Excel
│   │   │   │   ├── ExcelConfig.cs
│   │   │   │   ├── ExcelHelper.cs
│   │   │   │   └── Model
│   │   │   │   ├── ColumnModel.cs
│   │   │   │   └── TemplateDataModel.cs
│   │   │   ├── Exception
│   │   │   │   ├── ExceptionEx.cs
│   │   │   │   └── ExceptionMessage.cs
│   │   │   ├── Extensions
│   │   │   │   ├── Extensions.Convert.cs
│   │   │   │   ├── Extensions.DateTime.cs
│   │   │   │   ├── Extensions.Json.cs
│   │   │   │   ├── Extensions.List.cs
│   │   │   │   ├── Extensions.Nullable.cs
│   │   │   │   └── Extensions.Validate.cs
│   │   │   ├── File
│   │   │   │   ├── DirFileHelper.cs
│   │   │   │   └── FileDownHelper.cs
│   │   │   ├── Learun.Util.csproj
│   │   │   ├── Linq
│   │   │   │   └── LinqExtensions.cs
│   │   │   ├── Mail
│   │   │   │   └── MailHelper.cs
│   │   │   ├── Model
│   │   │   │   ├── jfGridModel.cs
│   │   │   │   └── Pagination.cs
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Learun.Util.csproj.CopyComplete
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   ├── packages.config
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Security
│   │   │   │   ├── DESEncrypt.cs
│   │   │   │   └── Md5Helper.cs
│   │   │   ├── String
│   │   │   │   ├── Const.cs
│   │   │   │   └── Str.cs
│   │   │   ├── Time
│   │   │   │   └── Time.cs
│   │   │   ├── Tree
│   │   │   │   ├── TreeDataMake.cs
│   │   │   │   ├── TreeModel.cs
│   │   │   │   └── TreeModelEx.cs
│   │   │   ├── Ueditor
│   │   │   │   ├── UeditorConfig.cs
│   │   │   │   ├── UeditorCrawler.cs
│   │   │   │   ├── UeditorPathFormatter.cs
│   │   │   │   ├── UeditorUploadConfig.cs
│   │   │   │   └── UeditorUploadResult.cs
│   │   │   ├── Web
│   │   │   │   ├── CodeRuleEnum.cs
│   │   │   │   ├── FilterMode.cs
│   │   │   │   ├── HttpMethods.cs
│   │   │   │   ├── JsCssHelper.cs
│   │   │   │   ├── LoginUserInfo.cs
│   │   │   │   ├── Net.cs
│   │   │   │   ├── ReqParameter.cs
│   │   │   │   ├── ResParameter.cs
│   │   │   │   ├── ResponseCode.cs
│   │   │   │   ├── UserInfo.cs
│   │   │   │   ├── VerifyCode.cs
│   │   │   │   └── WebHelper.cs
│   │   │   └── XML
│   │   │   └── Xml.cs
│   │   └── Learun.Util.Operat
│   │   ├── Learun.Util.Operat.csproj
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── Learun.Util.Operat.csproj.CopyComplete
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   ├── OperateLogModel.cs
│   │   ├── OperationType.cs
│   │   ├── Operator.cs
│   │   ├── OperatorHelper.cs
│   │   ├── OperatorResult.cs
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   ├── LeaRun.Framework V6.1.sln
│   ├── packages
│   │   ├── CommonServiceLocator.1.3
│   │   │   ├── CommonServiceLocator.1.3.nupkg
│   │   │   └── lib
│   │   │   └── portable-net4+sl5+netcore45+wpa81+wp8
│   │   │   ├── Microsoft.Practices.ServiceLocation.dll
│   │   │   ├── Microsoft.Practices.ServiceLocation.pdb
│   │   │   └── Microsoft.Practices.ServiceLocation.XML
│   │   ├── Dapper.1.50.2
│   │   │   ├── Dapper.1.50.2.nupkg
│   │   │   └── lib
│   │   │   ├── net40
│   │   │   │   ├── Dapper.dll
│   │   │   │   └── Dapper.xml
│   │   │   ├── net45
│   │   │   │   ├── Dapper.dll
│   │   │   │   └── Dapper.xml
│   │   │   ├── net451
│   │   │   │   ├── Dapper.dll
│   │   │   │   └── Dapper.xml
│   │   │   └── netstandard1.3
│   │   │   ├── Dapper.dll
│   │   │   └── Dapper.xml
│   │   ├── DynamicJson.1.2.0.0
│   │   │   ├── Content
│   │   │   │   └── DynamicJson.cs
│   │   │   └── DynamicJson.1.2.0.0.nupkg
│   │   ├── EcmaScript.Net.1.0.1.0
│   │   │   ├── EcmaScript.Net.1.0.1.0.nupkg
│   │   │   └── lib
│   │   │   └── net20
│   │   │   └── EcmaScript.NET.dll
│   │   ├── EntityFramework.6.1.3
│   │   │   ├── content
│   │   │   │   ├── App.config.transform
│   │   │   │   └── Web.config.transform
│   │   │   ├── EntityFramework.6.1.3.nupkg
│   │   │   ├── lib
│   │   │   │   ├── net40
│   │   │   │   │   ├── EntityFramework.dll
│   │   │   │   │   ├── EntityFramework.SqlServer.dll
│   │   │   │   │   ├── EntityFramework.SqlServer.xml
│   │   │   │   │   └── EntityFramework.xml
│   │   │   │   └── net45
│   │   │   │   ├── EntityFramework.dll
│   │   │   │   ├── EntityFramework.SqlServer.dll
│   │   │   │   ├── EntityFramework.SqlServer.xml
│   │   │   │   └── EntityFramework.xml
│   │   │   └── tools
│   │   │   ├── about_EntityFramework.help.txt
│   │   │   ├── EntityFramework.PowerShell.dll
│   │   │   ├── EntityFramework.PowerShell.Utility.dll
│   │   │   ├── EntityFramework.psd1
│   │   │   ├── EntityFramework.psm1
│   │   │   ├── init.ps1
│   │   │   ├── install.ps1
│   │   │   └── migrate.exe
│   │   ├── log4net.2.0.7
│   │   │   ├── lib
│   │   │   │   ├── net20-full
│   │   │   │   │   ├── log4net.dll
│   │   │   │   │   └── log4net.xml
│   │   │   │   ├── net35-client
│   │   │   │   │   ├── log4net.dll
│   │   │   │   │   └── log4net.xml
│   │   │   │   ├── net35-full
│   │   │   │   │   ├── log4net.dll
│   │   │   │   │   └── log4net.xml
│   │   │   │   ├── net40-client
│   │   │   │   │   ├── log4net.dll
│   │   │   │   │   └── log4net.xml
│   │   │   │   ├── net40-full
│   │   │   │   │   ├── log4net.dll
│   │   │   │   │   └── log4net.xml
│   │   │   │   ├── net45-full
│   │   │   │   │   ├── log4net.dll
│   │   │   │   │   └── log4net.xml
│   │   │   │   └── netstandard1.3
│   │   │   │   └── log4net.dll
│   │   │   └── log4net.2.0.7.nupkg
│   │   ├── Microsoft.AspNet.Cors.5.0.0
│   │   │   ├── lib
│   │   │   │   └── net45
│   │   │   │   └── System.Web.Cors.dll
│   │   │   └── Microsoft.AspNet.Cors.5.0.0.nupkg
│   │   ├── Microsoft.AspNet.Mvc.5.2.2
│   │   │   ├── Content
│   │   │   │   ├── Web.config.install.xdt
│   │   │   │   └── Web.config.uninstall.xdt
│   │   │   ├── lib
│   │   │   │   └── net45
│   │   │   │   ├── System.Web.Mvc.dll
│   │   │   │   └── System.Web.Mvc.xml
│   │   │   └── Microsoft.AspNet.Mvc.5.2.2.nupkg
│   │   ├── Microsoft.AspNet.Razor.3.2.3
│   │   │   ├── lib
│   │   │   │   └── net45
│   │   │   │   ├── System.Web.Razor.dll
│   │   │   │   ├── System.Web.Razor.xml
│   │   │   │   └── zh-Hans
│   │   │   │   ├── System.Web.Razor.resources.dll
│   │   │   │   └── system.web.razor.xml
│   │   │   └── Microsoft.AspNet.Razor.3.2.3.nupkg
│   │   ├── Microsoft.AspNet.Razor.zh-Hans.3.2.3
│   │   │   ├── lib
│   │   │   │   └── net45
│   │   │   │   └── zh-Hans
│   │   │   │   ├── System.Web.Razor.resources.dll
│   │   │   │   └── system.web.razor.xml
│   │   │   └── Microsoft.AspNet.Razor.zh-Hans.3.2.3.nupkg
│   │   ├── Microsoft.AspNet.SignalR.Core.2.2.2
│   │   │   ├── lib
│   │   │   │   └── net45
│   │   │   │   ├── Microsoft.AspNet.SignalR.Core.dll
│   │   │   │   └── Microsoft.AspNet.SignalR.Core.xml
│   │   │   └── Microsoft.AspNet.SignalR.Core.2.2.2.nupkg
│   │   ├── Microsoft.AspNet.SignalR.SelfHost.2.2.2
│   │   │   ├── Microsoft.AspNet.SignalR.SelfHost.2.2.2.nupkg
│   │   │   └── readme.txt
│   │   ├── Microsoft.AspNet.WebPages.3.2.3
│   │   │   ├── Content
│   │   │   │   ├── Web.config.install.xdt
│   │   │   │   └── Web.config.uninstall.xdt
│   │   │   ├── lib
│   │   │   │   └── net45
│   │   │   │   ├── System.Web.Helpers.dll
│   │   │   │   ├── System.Web.Helpers.xml
│   │   │   │   ├── System.Web.WebPages.Deployment.dll
│   │   │   │   ├── System.Web.WebPages.Deployment.xml
│   │   │   │   ├── System.Web.WebPages.dll
│   │   │   │   ├── System.Web.WebPages.Razor.dll
│   │   │   │   ├── System.Web.WebPages.Razor.xml
│   │   │   │   ├── System.Web.WebPages.xml
│   │   │   │   └── zh-Hans
│   │   │   │   ├── System.Web.Helpers.resources.dll
│   │   │   │   ├── system.web.helpers.xml
│   │   │   │   ├── System.Web.WebPages.Deployment.resources.dll
│   │   │   │   ├── system.web.webpages.deployment.xml
│   │   │   │   ├── System.Web.WebPages.Razor.resources.dll
│   │   │   │   ├── system.web.webpages.razor.xml
│   │   │   │   ├── System.Web.WebPages.resources.dll
│   │   │   │   └── system.web.webpages.xml
│   │   │   └── Microsoft.AspNet.WebPages.3.2.3.nupkg
│   │   ├── Microsoft.AspNet.WebPages.zh-Hans.3.2.3
│   │   │   ├── lib
│   │   │   │   └── net45
│   │   │   │   └── zh-Hans
│   │   │   │   ├── System.Web.Helpers.resources.dll
│   │   │   │   ├── system.web.helpers.xml
│   │   │   │   ├── System.Web.WebPages.Deployment.resources.dll
│   │   │   │   ├── system.web.webpages.deployment.xml
│   │   │   │   ├── System.Web.WebPages.Razor.resources.dll
│   │   │   │   ├── system.web.webpages.razor.xml
│   │   │   │   ├── System.Web.WebPages.resources.dll
│   │   │   │   └── system.web.webpages.xml
│   │   │   └── Microsoft.AspNet.WebPages.zh-Hans.3.2.3.nupkg
│   │   ├── Microsoft.Owin.3.1.0
│   │   │   ├── lib
│   │   │   │   └── net45
│   │   │   │   ├── Microsoft.Owin.dll
│   │   │   │   └── Microsoft.Owin.XML
│   │   │   └── Microsoft.Owin.3.1.0.nupkg
│   │   ├── Microsoft.Owin.Cors.3.1.0
│   │   │   ├── lib
│   │   │   │   └── net45
│   │   │   │   ├── Microsoft.Owin.Cors.dll
│   │   │   │   └── Microsoft.Owin.Cors.XML
│   │   │   └── Microsoft.Owin.Cors.3.1.0.nupkg
│   │   ├── Microsoft.Owin.Diagnostics.2.1.0
│   │   │   ├── lib
│   │   │   │   └── net40
│   │   │   │   ├── Microsoft.Owin.Diagnostics.dll
│   │   │   │   └── Microsoft.Owin.Diagnostics.XML
│   │   │   └── Microsoft.Owin.Diagnostics.2.1.0.nupkg
│   │   ├── Microsoft.Owin.Host.HttpListener.2.1.0
│   │   │   ├── lib
│   │   │   │   ├── net40
│   │   │   │   │   ├── Microsoft.Owin.Host.HttpListener.dll
│   │   │   │   │   └── Microsoft.Owin.Host.HttpListener.xml
│   │   │   │   └── net45
│   │   │   │   ├── Microsoft.Owin.Host.HttpListener.dll
│   │   │   │   └── Microsoft.Owin.Host.HttpListener.xml
│   │   │   └── Microsoft.Owin.Host.HttpListener.2.1.0.nupkg
│   │   ├── Microsoft.Owin.Hosting.2.1.0
│   │   │   ├── lib
│   │   │   │   ├── net40
│   │   │   │   │   ├── Microsoft.Owin.Hosting.dll
│   │   │   │   │   └── Microsoft.Owin.Hosting.XML
│   │   │   │   └── net45
│   │   │   │   ├── Microsoft.Owin.Hosting.dll
│   │   │   │   └── Microsoft.Owin.Hosting.XML
│   │   │   └── Microsoft.Owin.Hosting.2.1.0.nupkg
│   │   ├── Microsoft.Owin.Security.2.1.0
│   │   │   ├── lib
│   │   │   │   └── net45
│   │   │   │   ├── Microsoft.Owin.Security.dll
│   │   │   │   └── Microsoft.Owin.Security.XML
│   │   │   └── Microsoft.Owin.Security.2.1.0.nupkg
│   │   ├── Microsoft.Owin.SelfHost.2.1.0
│   │   │   ├── Microsoft.Owin.SelfHost.2.1.0.nupkg
│   │   │   └── ReadMe.txt
│   │   ├── Microsoft.Web.Infrastructure.1.0.0.0
│   │   │   ├── lib
│   │   │   │   └── net40
│   │   │   │   └── Microsoft.Web.Infrastructure.dll
│   │   │   └── Microsoft.Web.Infrastructure.1.0.0.0.nupkg
│   │   ├── MySql.Data.6.9.9
│   │   │   ├── CHANGES
│   │   │   ├── content
│   │   │   │   ├── app.config.transform
│   │   │   │   └── web.config.transform
│   │   │   ├── lib
│   │   │   │   ├── net40
│   │   │   │   │   └── MySql.Data.dll
│   │   │   │   └── net45
│   │   │   │   └── MySql.Data.dll
│   │   │   ├── MySql.Data.6.9.9.nupkg
│   │   │   └── Readme.txt
│   │   ├── MySql.Data.Entity.6.9.9
│   │   │   ├── CHANGES
│   │   │   ├── content
│   │   │   │   ├── app.config.transform
│   │   │   │   └── web.config.transform
│   │   │   ├── lib
│   │   │   │   ├── net40
│   │   │   │   │   └── MySql.Data.Entity.EF6.dll
│   │   │   │   └── net45
│   │   │   │   └── MySql.Data.Entity.EF6.dll
│   │   │   ├── MySql.Data.Entity.6.9.9.nupkg
│   │   │   └── Readme.txt
│   │   ├── Nancy.1.4.1
│   │   │   ├── lib
│   │   │   │   └── net40
│   │   │   │   ├── Nancy.dll
│   │   │   │   └── Nancy.xml
│   │   │   └── Nancy.1.4.1.nupkg
│   │   ├── Nancy.Hosting.Aspnet.1.4.1
│   │   │   ├── content
│   │   │   │   └── web.config.transform
│   │   │   ├── lib
│   │   │   │   └── net40
│   │   │   │   ├── Nancy.Hosting.Aspnet.dll
│   │   │   │   └── Nancy.Hosting.Aspnet.xml
│   │   │   └── Nancy.Hosting.Aspnet.1.4.1.nupkg
│   │   ├── Nancy.Hosting.Self.1.4.1
│   │   │   ├── lib
│   │   │   │   └── net40
│   │   │   │   ├── Nancy.Hosting.Self.dll
│   │   │   │   └── Nancy.Hosting.Self.xml
│   │   │   └── Nancy.Hosting.Self.1.4.1.nupkg
│   │   ├── Newtonsoft.Json.9.0.1
│   │   │   ├── lib
│   │   │   │   ├── net20
│   │   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   │   └── Newtonsoft.Json.xml
│   │   │   │   ├── net35
│   │   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   │   └── Newtonsoft.Json.xml
│   │   │   │   ├── net40
│   │   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   │   └── Newtonsoft.Json.xml
│   │   │   │   ├── net45
│   │   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   │   └── Newtonsoft.Json.xml
│   │   │   │   ├── netstandard1.0
│   │   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   │   └── Newtonsoft.Json.xml
│   │   │   │   ├── portable-net40+sl5+wp80+win8+wpa81
│   │   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   │   └── Newtonsoft.Json.xml
│   │   │   │   └── portable-net45+wp80+win8+wpa81
│   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   └── Newtonsoft.Json.xml
│   │   │   ├── Newtonsoft.Json.9.0.1.nupkg
│   │   │   └── tools
│   │   │   └── install.ps1
│   │   ├── NPOI.2.3.0
│   │   │   ├── lib
│   │   │   │   ├── net20
│   │   │   │   │   ├── NPOI.dll
│   │   │   │   │   ├── NPOI.OOXML.dll
│   │   │   │   │   ├── NPOI.OpenXml4Net.dll
│   │   │   │   │   ├── NPOI.OpenXmlFormats.dll
│   │   │   │   │   └── NPOI.XML
│   │   │   │   └── net40
│   │   │   │   ├── NPOI.dll
│   │   │   │   ├── NPOI.OOXML.dll
│   │   │   │   ├── NPOI.OpenXml4Net.dll
│   │   │   │   ├── NPOI.OpenXmlFormats.dll
│   │   │   │   └── NPOI.XML
│   │   │   ├── LICENSE
│   │   │   ├── logo
│   │   │   │   ├── 120_120.jpg
│   │   │   │   ├── 240_240.png
│   │   │   │   ├── 32_32.jpg
│   │   │   │   └── 60_60.jpg
│   │   │   ├── NPOI.2.3.0.nupkg
│   │   │   ├── Read Me.txt
│   │   │   └── Release Notes.txt
│   │   ├── Oracle.ManagedDataAccess.12.1.24160719
│   │   │   ├── bin
│   │   │   │   ├── x64
│   │   │   │   │   ├── Oracle.ManagedDataAccessDTC.dll
│   │   │   │   │   └── Oracle.ManagedDataAccessIOP.dll
│   │   │   │   └── x86
│   │   │   │   ├── Oracle.ManagedDataAccessDTC.dll
│   │   │   │   └── Oracle.ManagedDataAccessIOP.dll
│   │   │   ├── content
│   │   │   │   └── net40
│   │   │   │   ├── App.config.install.xdt
│   │   │   │   ├── App.config.transform
│   │   │   │   ├── App.config.uninstall.xdt
│   │   │   │   ├── Web.config.install.xdt
│   │   │   │   ├── Web.config.transform
│   │   │   │   └── Web.config.uninstall.xdt
│   │   │   ├── info.txt
│   │   │   ├── lib
│   │   │   │   └── net40
│   │   │   │   └── Oracle.ManagedDataAccess.dll
│   │   │   ├── Oracle.ManagedDataAccess.12.1.24160719.nupkg
│   │   │   └── readme.txt
│   │   ├── Oracle.ManagedDataAccess.EntityFramework.12.1.2400
│   │   │   ├── content
│   │   │   │   └── net45
│   │   │   │   ├── App.config.install.xdt
│   │   │   │   ├── App.config.uninstall.xdt
│   │   │   │   ├── Web.config.install.xdt
│   │   │   │   └── Web.config.uninstall.xdt
│   │   │   ├── info.txt
│   │   │   ├── lib
│   │   │   │   └── net45
│   │   │   │   └── Oracle.ManagedDataAccess.EntityFramework.dll
│   │   │   ├── Oracle.ManagedDataAccess.EntityFramework.12.1.2400.nupkg
│   │   │   └── readme.txt
│   │   ├── Owin.1.0
│   │   │   ├── lib
│   │   │   │   └── net40
│   │   │   │   └── Owin.dll
│   │   │   └── Owin.1.0.nupkg
│   │   ├── ServiceStack.Common.3.9.70
│   │   │   ├── lib
│   │   │   │   ├── net35
│   │   │   │   │   ├── ServiceStack.Common.dll
│   │   │   │   │   ├── ServiceStack.Common.XML
│   │   │   │   │   ├── ServiceStack.Interfaces.dll
│   │   │   │   │   └── ServiceStack.Interfaces.xml
│   │   │   │   ├── sl4
│   │   │   │   │   └── README.txt
│   │   │   │   └── sl5
│   │   │   │   ├── README.txt
│   │   │   │   ├── ServiceStack.Common.dll
│   │   │   │   ├── ServiceStack.Common.xml
│   │   │   │   ├── ServiceStack.Interfaces.dll
│   │   │   │   └── ServiceStack.Interfaces.xml
│   │   │   └── ServiceStack.Common.3.9.70.nupkg
│   │   ├── ServiceStack.Redis.3.9.71
│   │   │   ├── lib
│   │   │   │   └── net35
│   │   │   │   ├── ServiceStack.Redis.dll
│   │   │   │   └── ServiceStack.Redis.XML
│   │   │   └── ServiceStack.Redis.3.9.71.nupkg
│   │   ├── ServiceStack.Text.3.9.71
│   │   │   ├── lib
│   │   │   │   ├── net35
│   │   │   │   │   ├── ServiceStack.Text.dll
│   │   │   │   │   └── ServiceStack.Text.XML
│   │   │   │   ├── sl4
│   │   │   │   │   ├── ServiceStack.Text.dll
│   │   │   │   │   └── ServiceStack.Text.xml
│   │   │   │   ├── sl4-windowsphone71
│   │   │   │   │   ├── ServiceStack.Text.WP.dll
│   │   │   │   │   └── ServiceStack.Text.WP.XML
│   │   │   │   └── sl5
│   │   │   │   ├── ServiceStack.Text.dll
│   │   │   │   └── ServiceStack.Text.XML
│   │   │   └── ServiceStack.Text.3.9.71.nupkg
│   │   ├── SharpZipLib.0.86.0
│   │   │   ├── lib
│   │   │   │   ├── 11
│   │   │   │   │   └── ICSharpCode.SharpZipLib.dll
│   │   │   │   ├── 20
│   │   │   │   │   └── ICSharpCode.SharpZipLib.dll
│   │   │   │   ├── SL3
│   │   │   │   │   └── SharpZipLib.Silverlight3.dll
│   │   │   │   └── SL4
│   │   │   │   └── SharpZipLib.Silverlight4.dll
│   │   │   └── SharpZipLib.0.86.0.nupkg
│   │   ├── Unity.4.0.1
│   │   │   ├── lib
│   │   │   │   ├── net45
│   │   │   │   │   ├── Microsoft.Practices.Unity.Configuration.dll
│   │   │   │   │   ├── Microsoft.Practices.Unity.Configuration.XML
│   │   │   │   │   ├── Microsoft.Practices.Unity.dll
│   │   │   │   │   ├── Microsoft.Practices.Unity.RegistrationByConvention.dll
│   │   │   │   │   ├── Microsoft.Practices.Unity.RegistrationByConvention.XML
│   │   │   │   │   └── Microsoft.Practices.Unity.xml
│   │   │   │   ├── portable-net45+wp80+win8+wpa81+MonoAndroid10+MonoTouch10
│   │   │   │   │   ├── Microsoft.Practices.Unity.dll
│   │   │   │   │   └── Microsoft.Practices.Unity.xml
│   │   │   │   ├── win8
│   │   │   │   │   ├── Microsoft.Practices.Unity.dll
│   │   │   │   │   ├── Microsoft.Practices.Unity.RegistrationByConvention.dll
│   │   │   │   │   ├── Microsoft.Practices.Unity.RegistrationByConvention.pri
│   │   │   │   │   ├── Microsoft.Practices.Unity.RegistrationByConvention.XML
│   │   │   │   │   └── Microsoft.Practices.Unity.xml
│   │   │   │   └── wp80
│   │   │   │   ├── Microsoft.Practices.Unity.dll
│   │   │   │   ├── Microsoft.Practices.Unity.RegistrationByConvention.dll
│   │   │   │   ├── Microsoft.Practices.Unity.RegistrationByConvention.XML
│   │   │   │   └── Microsoft.Practices.Unity.xml
│   │   │   ├── Unity.4.0.1.nupkg
│   │   │   └── UnityConfiguration30.xsd
│   │   └── YUICompressor.NET.2.7.0.0
│   │   ├── lib
│   │   │   └── NET20
│   │   │   └── Yahoo.Yui.Compressor.dll
│   │   ├── New BSD License.txt
│   │   ├── readme.txt
│   │   └── YUICompressor.NET.2.7.0.0.nupkg
│   └── readme.txt
└── redis-3.0.1
├── cygwin1.dll
├── dump.rdb
├── redis-benchmark.exe
├── redis-check-aof.exe
├── redis-check-dump.exe
├── redis-cli.exe
├── RedisDesktopManager
│   ├── bearer
│   │   ├── qgenericbearer.dll
│   │   └── qnativewifibearer.dll
│   ├── crashreporter.exe
│   ├── D3Dcompiler_43.dll
│   ├── iconengines
│   │   └── qsvgicon.dll
│   ├── imageformats
│   │   ├── qdds.dll
│   │   ├── qgif.dll
│   │   ├── qicns.dll
│   │   ├── qico.dll
│   │   ├── qjp2.dll
│   │   ├── qjpeg.dll
│   │   ├── qmng.dll
│   │   ├── qsvg.dll
│   │   ├── qtga.dll
│   │   ├── qtiff.dll
│   │   ├── qwbmp.dll
│   │   └── qwebp.dll
│   ├── libeay32.dll
│   ├── libEGL.dll
│   ├── libgcc_s_dw2-1.dll
│   ├── libGLESV2.dll
│   ├── libssh2-1.dll
│   ├── libstdc++-6.dll
│   ├── libwinpthread-1.dll
│   ├── logs
│   │   └── myeasylog.log
│   ├── opengl32sw.dll
│   ├── platforms
│   │   └── qwindows.dll
│   ├── qmltooling
│   │   ├── qmldbg_qtquick2.dll
│   │   └── qmldbg_tcp.dll
│   ├── Qt
│   │   └── labs
│   │   ├── folderlistmodel
│   │   │   ├── plugins.qmltypes
│   │   │   ├── qmldir
│   │   │   └── qmlfolderlistmodelplugin.dll
│   │   └── settings
│   │   ├── plugins.qmltypes
│   │   ├── qmldir
│   │   └── qmlsettingsplugin.dll
│   ├── Qt5Core.dll
│   ├── Qt5Gui.dll
│   ├── Qt5Network.dll
│   ├── Qt5Qml.dll
│   ├── Qt5Quick.dll
│   ├── Qt5QuickWidgets.dll
│   ├── Qt5Svg.dll
│   ├── Qt5Widgets.dll
│   ├── QtGraphicalEffects
│   │   ├── Blend.qml
│   │   ├── BrightnessContrast.qml
│   │   ├── Colorize.qml
│   │   ├── ColorOverlay.qml
│   │   ├── ConicalGradient.qml
│   │   ├── Desaturate.qml
│   │   ├── DirectionalBlur.qml
│   │   ├── Displace.qml
│   │   ├── DropShadow.qml
│   │   ├── FastBlur.qml
│   │   ├── GammaAdjust.qml
│   │   ├── GaussianBlur.qml
│   │   ├── Glow.qml
│   │   ├── HueSaturation.qml
│   │   ├── InnerShadow.qml
│   │   ├── LevelAdjust.qml
│   │   ├── LinearGradient.qml
│   │   ├── MaskedBlur.qml
│   │   ├── OpacityMask.qml
│   │   ├── private
│   │   │   ├── FastGlow.qml
│   │   │   ├── FastInnerShadow.qml
│   │   │   ├── FastMaskedBlur.qml
│   │   │   ├── GaussianDirectionalBlur.qml
│   │   │   ├── GaussianGlow.qml
│   │   │   ├── GaussianInnerShadow.qml
│   │   │   ├── GaussianMaskedBlur.qml
│   │   │   └── SourceProxy.qml
│   │   ├── qmldir
│   │   ├── RadialBlur.qml
│   │   ├── RadialGradient.qml
│   │   ├── RectangularGlow.qml
│   │   ├── RecursiveBlur.qml
│   │   ├── ThresholdMask.qml
│   │   └── ZoomBlur.qml
│   ├── QtQml
│   │   └── Models.2
│   │   ├── modelsplugin.dll
│   │   ├── plugins.qmltypes
│   │   └── qmldir
│   ├── QtQuick
│   │   ├── Controls
│   │   │   ├── plugins.qmltypes
│   │   │   ├── qmldir
│   │   │   ├── qtquickcontrolsplugin.dll
│   │   │   └── Styles
│   │   │   ├── Flat
│   │   │   │   ├── qmldir
│   │   │   │   └── qtquickextrasflatplugin.dll
│   │   │   └── qmldir
│   │   ├── Dialogs
│   │   │   ├── dialogplugin.dll
│   │   │   ├── plugins.qmltypes
│   │   │   ├── Private
│   │   │   │   ├── dialogsprivateplugin.dll
│   │   │   │   └── qmldir
│   │   │   └── qmldir
│   │   ├── Extras
│   │   │   ├── designer
│   │   │   │   ├── CircularGaugeSpecifics.qml
│   │   │   │   ├── DelayButtonSpecifics.qml
│   │   │   │   ├── DialSpecifics.qml
│   │   │   │   ├── GaugeSpecifics.qml
│   │   │   │   ├── images
│   │   │   │   │   ├── circulargauge-icon16.png
│   │   │   │   │   ├── circulargauge-icon.png
│   │   │   │   │   ├── delaybutton-icon16.png
│   │   │   │   │   ├── delaybutton-icon.png
│   │   │   │   │   ├── dial-icon16.png
│   │   │   │   │   ├── dial-icon.png
│   │   │   │   │   ├── gauge-icon16.png
│   │   │   │   │   ├── gauge-icon.png
│   │   │   │   │   ├── picture-icon16.png
│   │   │   │   │   ├── picture-icon.png
│   │   │   │   │   ├── piemenu-icon16.png
│   │   │   │   │   ├── piemenu-icon.png
│   │   │   │   │   ├── statusindicator-icon16.png
│   │   │   │   │   ├── statusindicator-icon.png
│   │   │   │   │   ├── togglebutton-icon16.png
│   │   │   │   │   ├── togglebutton-icon.png
│   │   │   │   │   ├── tumbler-icon16.png
│   │   │   │   │   └── tumbler-icon.png
│   │   │   │   ├── PictureSpecifics.qml
│   │   │   │   ├── PieMenuSpecifics.qml
│   │   │   │   ├── StatusIndicatorSpecifics.qml
│   │   │   │   └── ToggleButtonSpecifics.qml
│   │   │   ├── plugins.qmltypes
│   │   │   ├── qmldir
│   │   │   └── qtquickextrasplugin.dll
│   │   ├── Layouts
│   │   │   ├── plugins.qmltypes
│   │   │   ├── qmldir
│   │   │   └── qquicklayoutsplugin.dll
│   │   ├── PrivateWidgets
│   │   │   ├── plugins.qmltypes
│   │   │   ├── qmldir
│   │   │   └── widgetsplugin.dll
│   │   └── Window.2
│   │   ├── plugins.qmltypes
│   │   ├── qmldir
│   │   └── windowplugin.dll
│   ├── QtQuick.2
│   │   ├── plugins.qmltypes
│   │   ├── qmldir
│   │   └── qtquick2plugin.dll
│   ├── rdm.exe
│   ├── ssleay32.dll
│   ├── uninstall.exe
│   └── zlib1.dll
├── redis-sentinel.exe
└── redis-server.exe

1019 directories, 4365 files

标签:

实例下载地址

Learun.Framework V6.1.6.2(4.20)

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警