在好例子网,分享、交流、成长!
您当前所在位置:首页ASP 开发实例ASP/Basic基础 → 知识系统

知识系统

ASP/Basic基础

下载此实例
  • 开发语言:ASP
  • 实例大小:10.84M
  • 下载次数:24
  • 浏览次数:336
  • 发布时间:2022-02-14
  • 实例类别:ASP/Basic基础
  • 发 布 人:haolizixcv
  • 文件格式:.rar
  • 所需积分:2
 相关标签: 系统

实例介绍

【实例简介】知识系统

知识库系统Kbase是一个用于创建软件文档的系统,页面左边是一个导航树,点击导航树会显示文档内容。

使用它您可以快速创建一个类似于微软MSDN的文档帮助系统。
Kbase文档使用 Markdown 来撰写,提供即时预览功能。
传统的,使用HTML编写帮助文档,会产生太多垃圾代码。
相反的,Kbase仅使用极其有限的几个HTML标签。

【实例截图】

from clipboard

【核心代码】

.
├── Kbase35.0
│   ├── Kbase
│   │   ├── App_Data
│   │   │   ├── allow_ext.xml
│   │   │   ├── home.html
│   │   │   ├── kbase.mdf
│   │   │   ├── kbase.sql
│   │   │   └── keep_db.txt
│   │   ├── Code
│   │   │   └── Sec
│   │   ├── Global.asax
│   │   ├── Kbase.csproj
│   │   ├── Kbase.csproj.user
│   │   ├── Login.aspx
│   │   ├── Logout.aspx
│   │   ├── MyProfile.aspx
│   │   ├── Properties
│   │   ├── SimlpeUploadFile.aspx
│   │   ├── UserControls
│   │   │   ├── HtmlEdit.ascx
│   │   │   └── HtmlEdit_m.ascx
│   │   ├── admin
│   │   │   ├── Admin.Master
│   │   │   ├── Ajax
│   │   │   │   ├── GetSheet.aspx
│   │   │   │   ├── News.aspx
│   │   │   │   ├── Orders.aspx
│   │   │   │   ├── Upload.aspx
│   │   │   │   ├── a.txt
│   │   │   │   ├── save_file.aspx
│   │   │   │   └── save_fm.aspx
│   │   │   ├── AutoSave.js
│   │   │   ├── Basic.Master
│   │   │   ├── CATTREE
│   │   │   │   ├── CategoryTree.aspx
│   │   │   │   ├── CategoryTree_Action.aspx
│   │   │   │   ├── CategoryTree_Data.aspx
│   │   │   │   ├── CategoryTree_LayUiData.aspx
│   │   │   │   ├── CategoryTree_Order.aspx
│   │   │   │   └── CategoryTree_zTreeData.aspx
│   │   │   ├── Default.aspx
│   │   │   ├── Done.aspx
│   │   │   ├── Done2.aspx
│   │   │   ├── Done3.aspx
│   │   │   ├── Json.aspx
│   │   │   ├── Kb_Article_List.aspx
│   │   │   ├── Kb_Article_New.aspx
│   │   │   ├── Kb_Cat_AddEdit.aspx
│   │   │   ├── Kb_Doc_New.aspx
│   │   │   ├── Kb_sheet_New.aspx
│   │   │   ├── NewPage.aspx
│   │   │   ├── Popup.aspx
│   │   │   ├── Recycle.aspx
│   │   │   ├── Refresh.aspx
│   │   │   ├── SelectCat.aspx
│   │   │   ├── Simple.Master
│   │   │   ├── TreeJson.aspx
│   │   │   ├── Upload.aspx
│   │   │   ├── Upload2.aspx
│   │   │   ├── UploadFile.aspx
│   │   │   ├── UserDept.aspx
│   │   │   ├── UserDeptReset.aspx
│   │   │   ├── UserEditUser.aspx
│   │   │   ├── UserLists.aspx
│   │   │   ├── UserMoveDept.aspx
│   │   │   ├── UserQuery.aspx
│   │   │   ├── UserRemoveRole.aspx
│   │   │   ├── UserRoles.aspx
│   │   │   ├── UserSetRight.aspx
│   │   │   ├── UserTb_ad.aspx
│   │   │   ├── WebForm1.aspx
│   │   │   ├── back
│   │   │   │   ├── Kb_Cat.aspx
│   │   │   │   └── Kb_Mgr.aspx
│   │   │   ├── folderSecrityAdd.aspx
│   │   │   ├── folder_op_order.aspx
│   │   │   ├── folder_security.aspx
│   │   │   ├── images
│   │   │   │   ├── avtor.jpg
│   │   │   │   ├── ok.gif
│   │   │   │   ├── onCorrect.gif
│   │   │   │   ├── onError.gif
│   │   │   │   ├── onFocus.gif
│   │   │   │   ├── onShow.gif
│   │   │   │   └── star-off.gif
│   │   │   ├── img
│   │   │   │   ├── kb.jpg
│   │   │   │   ├── minus.png
│   │   │   │   └── plus.png
│   │   │   ├── json_data.aspx
│   │   │   ├── kb_cat.aspx
│   │   │   ├── kb_new.aspx
│   │   │   ├── save_img.aspx
│   │   │   ├── setting_dbback.aspx
│   │   │   └── setting_home.aspx
│   │   ├── bin
│   │   │   ├── DNHelper.dll
│   │   │   ├── DNHelper.pdb
│   │   │   ├── ICSharpCode.SharpZipLib.dll
│   │   │   ├── Kbase.dll
│   │   │   ├── Kbase.dll.config
│   │   │   ├── Kbase.pdb
│   │   │   ├── Microsoft.Exchange.WebServices.dll
│   │   │   ├── Microsoft.Exchange.WebServices.xml
│   │   │   ├── NPOI.OOXML.dll
│   │   │   ├── NPOI.OpenXml4Net.dll
│   │   │   ├── NPOI.OpenXmlFormats.dll
│   │   │   ├── NPOI.dll
│   │   │   └── Newtonsoft.Json.dll
│   │   ├── bootstrap
│   │   │   ├── css
│   │   │   │   ├── bootstrap-theme.css
│   │   │   │   ├── bootstrap-theme.css.map
│   │   │   │   ├── bootstrap-theme.min.css
│   │   │   │   ├── bootstrap.css
│   │   │   │   ├── bootstrap.css.map
│   │   │   │   └── bootstrap.min.css
│   │   │   ├── fonts
│   │   │   │   ├── glyphicons-halflings-regular.eot
│   │   │   │   ├── glyphicons-halflings-regular.svg
│   │   │   │   ├── glyphicons-halflings-regular.ttf
│   │   │   │   └── glyphicons-halflings-regular.woff
│   │   │   └── js
│   │   │       ├── bootstrap.js
│   │   │       ├── bootstrap.min.js
│   │   │       └── npm.js
│   │   ├── css
│   │   │   ├── common.css
│   │   │   ├── date.png
│   │   │   ├── logo.svg
│   │   │   └── site.css
│   │   ├── dbback
│   │   │   ├── 20210311165543.bak
│   │   │   └── 20211122082102.bak
│   │   ├── default.aspx
│   │   ├── images
│   │   │   ├── 1.gif
│   │   │   ├── 2.gif
│   │   │   ├── 3.gif
│   │   │   ├── loginbg.jpg
│   │   │   └── logo.png
│   │   ├── javascript
│   │   │   ├── AutoSave1.js
│   │   │   ├── Jcrop
│   │   │   │   ├── css
│   │   │   │   │   ├── Jcrop.gif
│   │   │   │   │   ├── jquery.Jcrop.css
│   │   │   │   │   └── jquery.Jcrop.min.css
│   │   │   │   └── js
│   │   │   │       ├── jquery.Jcrop.js
│   │   │   │       ├── jquery.Jcrop.min.js
│   │   │   │       └── jquery.color.js
│   │   │   ├── Tree
│   │   │   │   ├── bootstrap-treeview.css
│   │   │   │   ├── bootstrap-treeview.js
│   │   │   │   ├── bootstrap-treeview.min.css
│   │   │   │   └── bootstrap-treeview.min.js
│   │   │   ├── common.js
│   │   │   ├── font-awesome
│   │   │   │   ├── 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
│   │   │   ├── jquery-1.12.4.min.js
│   │   │   ├── jquery-1.9.1.min.js
│   │   │   ├── jquery.cookie.js
│   │   │   ├── jquery.pin.js
│   │   │   ├── jquery.treeGrid
│   │   │   │   ├── css
│   │   │   │   │   └── jquery.treegrid.css
│   │   │   │   ├── img
│   │   │   │   │   ├── collapse.png
│   │   │   │   │   ├── collapse1.png
│   │   │   │   │   ├── expand.png
│   │   │   │   │   ├── expand1.png
│   │   │   │   │   ├── file.png
│   │   │   │   │   └── folder.png
│   │   │   │   └── js
│   │   │   │       ├── jquery.cookie.js
│   │   │   │       ├── jquery.treegrid.js
│   │   │   │       └── jquery.treegrid.min.js
│   │   │   ├── last.js
│   │   │   ├── laydate
│   │   │   │   ├── laydate.js
│   │   │   │   ├── need
│   │   │   │   │   └── laydate.css
│   │   │   │   └── skins
│   │   │   │       ├── dahong
│   │   │   │       │   ├── icon.png
│   │   │   │       │   └── laydate.css
│   │   │   │       ├── default
│   │   │   │       │   ├── icon.png
│   │   │   │       │   └── laydate.css
│   │   │   │       └── molv
│   │   │   │           ├── icon.png
│   │   │   │           └── laydate.css
│   │   │   ├── layer
│   │   │   │   ├── layer.js
│   │   │   │   └── skin
│   │   │   │       ├── default
│   │   │   │       │   ├── icon-ext.png
│   │   │   │       │   ├── icon.png
│   │   │   │       │   ├── loading-0.gif
│   │   │   │       │   ├── loading-1.gif
│   │   │   │       │   └── loading-2.gif
│   │   │   │       └── layer.css
│   │   │   ├── layui
│   │   │   │   ├── css
│   │   │   │   │   ├── layui.css
│   │   │   │   │   └── modules
│   │   │   │   │       ├── code.css
│   │   │   │   │       ├── laydate
│   │   │   │   │       │   └── default
│   │   │   │   │       │       └── laydate.css
│   │   │   │   │       └── layer
│   │   │   │   │           └── default
│   │   │   │   │               ├── icon-ext.png
│   │   │   │   │               ├── icon.png
│   │   │   │   │               ├── layer.css
│   │   │   │   │               ├── loading-0.gif
│   │   │   │   │               ├── loading-1.gif
│   │   │   │   │               └── loading-2.gif
│   │   │   │   ├── font
│   │   │   │   │   ├── iconfont.eot
│   │   │   │   │   ├── iconfont.svg
│   │   │   │   │   ├── iconfont.ttf
│   │   │   │   │   ├── iconfont.woff
│   │   │   │   │   └── iconfont.woff2
│   │   │   │   └── layui.js
│   │   │   ├── luckysheet
│   │   │   │   ├── assets
│   │   │   │   │   └── iconfont
│   │   │   │   │       ├── Anton-Regular.ttf
│   │   │   │   │       ├── HanaleiFill-Regular.ttf
│   │   │   │   │       ├── Pacifico-Regular.ttf
│   │   │   │   │       ├── demo.css
│   │   │   │   │       ├── demo_index.html
│   │   │   │   │       ├── iconfont.css
│   │   │   │   │       ├── iconfont.eot
│   │   │   │   │       ├── iconfont.js
│   │   │   │   │       ├── iconfont.json
│   │   │   │   │       ├── iconfont.svg
│   │   │   │   │       ├── iconfont.ttf
│   │   │   │   │       ├── iconfont.woff
│   │   │   │   │       └── iconfont.woff2
│   │   │   │   ├── css
│   │   │   │   │   ├── EwaAntH.gif
│   │   │   │   │   ├── EwaAntV.gif
│   │   │   │   │   ├── arrow-down.png
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   ├── luckysheet.css
│   │   │   │   │   ├── menuSprite.svg
│   │   │   │   │   ├── paint_16px.ico
│   │   │   │   │   ├── paint_24px.ico
│   │   │   │   │   ├── paint_32px.ico
│   │   │   │   │   ├── sprite38.svg
│   │   │   │   │   └── waffle_sprite.png
│   │   │   │   ├── expendPlugins
│   │   │   │   │   ├── chart
│   │   │   │   │   │   ├── chartmix.css
│   │   │   │   │   │   └── chartmix.umd.min.js
│   │   │   │   │   └── print
│   │   │   │   ├── fonts
│   │   │   │   │   ├── FontAwesome.otf
│   │   │   │   │   ├── fontawesome-webfont.eot
│   │   │   │   │   ├── fontawesome-webfont.svg
│   │   │   │   │   ├── fontawesome-webfont.ttf
│   │   │   │   │   ├── fontawesome-webfont.woff
│   │   │   │   │   └── fontawesome-webfont.woff2
│   │   │   │   ├── index.html
│   │   │   │   ├── luckysheet.umd.js
│   │   │   │   ├── plugins
│   │   │   │   │   ├── css
│   │   │   │   │   │   └── pluginsCss.css
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── CFcolorGradation.png
│   │   │   │   │   │   ├── CFdataBar.png
│   │   │   │   │   │   ├── CFicons.png
│   │   │   │   │   │   ├── icon_dropCell.png
│   │   │   │   │   │   ├── js.png
│   │   │   │   │   │   ├── 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
│   │   │   │   │   ├── js
│   │   │   │   │   │   └── plugin.js
│   │   │   │   │   └── plugins.css
│   │   │   │   └── test.html
│   │   │   ├── mathJax
│   │   │   │   ├── es5
│   │   │   │   │   ├── a11y
│   │   │   │   │   │   ├── assistive-mml.js
│   │   │   │   │   │   ├── complexity.js
│   │   │   │   │   │   ├── explorer.js
│   │   │   │   │   │   └── semantic-enrich.js
│   │   │   │   │   ├── adaptors
│   │   │   │   │   │   └── liteDOM.js
│   │   │   │   │   ├── core.js
│   │   │   │   │   ├── input
│   │   │   │   │   │   ├── asciimath.js
│   │   │   │   │   │   ├── mml
│   │   │   │   │   │   │   ├── entities.js
│   │   │   │   │   │   │   └── extensions
│   │   │   │   │   │   │       ├── mml3.js
│   │   │   │   │   │   │       └── mml3.sef.json
│   │   │   │   │   │   ├── mml.js
│   │   │   │   │   │   ├── tex
│   │   │   │   │   │   │   └── extensions
│   │   │   │   │   │   │       ├── action.js
│   │   │   │   │   │   │       ├── all-packages.js
│   │   │   │   │   │   │       ├── ams.js
│   │   │   │   │   │   │       ├── amscd.js
│   │   │   │   │   │   │       ├── autoload.js
│   │   │   │   │   │   │       ├── bbox.js
│   │   │   │   │   │   │       ├── boldsymbol.js
│   │   │   │   │   │   │       ├── braket.js
│   │   │   │   │   │   │       ├── bussproofs.js
│   │   │   │   │   │   │       ├── cancel.js
│   │   │   │   │   │   │       ├── centernot.js
│   │   │   │   │   │   │       ├── color.js
│   │   │   │   │   │   │       ├── colortbl.js
│   │   │   │   │   │   │       ├── colorv2.js
│   │   │   │   │   │   │       ├── configmacros.js
│   │   │   │   │   │   │       ├── enclose.js
│   │   │   │   │   │   │       ├── extpfeil.js
│   │   │   │   │   │   │       ├── gensymb.js
│   │   │   │   │   │   │       ├── html.js
│   │   │   │   │   │   │       ├── mathtools.js
│   │   │   │   │   │   │       ├── mhchem.js
│   │   │   │   │   │   │       ├── newcommand.js
│   │   │   │   │   │   │       ├── noerrors.js
│   │   │   │   │   │   │       ├── noundefined.js
│   │   │   │   │   │   │       ├── physics.js
│   │   │   │   │   │   │       ├── require.js
│   │   │   │   │   │   │       ├── setoptions.js
│   │   │   │   │   │   │       ├── tagformat.js
│   │   │   │   │   │   │       ├── textcomp.js
│   │   │   │   │   │   │       ├── textmacros.js
│   │   │   │   │   │   │       ├── unicode.js
│   │   │   │   │   │   │       ├── upgreek.js
│   │   │   │   │   │   │       └── verb.js
│   │   │   │   │   │   ├── tex-base.js
│   │   │   │   │   │   ├── tex-full.js
│   │   │   │   │   │   └── tex.js
│   │   │   │   │   ├── latest.js
│   │   │   │   │   ├── loader.js
│   │   │   │   │   ├── mathJaxImg
│   │   │   │   │   │   ├── img.js
│   │   │   │   │   │   └── img.min.js
│   │   │   │   │   ├── node-main.js
│   │   │   │   │   ├── output
│   │   │   │   │   │   ├── chtml
│   │   │   │   │   │   │   └── fonts
│   │   │   │   │   │   │       ├── tex.js
│   │   │   │   │   │   │       └── woff-v2
│   │   │   │   │   │   │           ├── MathJax_AMS-Regular.woff
│   │   │   │   │   │   │           ├── MathJax_Calligraphic-Bold.woff
│   │   │   │   │   │   │           ├── MathJax_Calligraphic-Regular.woff
│   │   │   │   │   │   │           ├── MathJax_Fraktur-Bold.woff
│   │   │   │   │   │   │           ├── MathJax_Fraktur-Regular.woff
│   │   │   │   │   │   │           ├── MathJax_Main-Bold.woff
│   │   │   │   │   │   │           ├── MathJax_Main-Italic.woff
│   │   │   │   │   │   │           ├── MathJax_Main-Regular.woff
│   │   │   │   │   │   │           ├── MathJax_Math-BoldItalic.woff
│   │   │   │   │   │   │           ├── MathJax_Math-Italic.woff
│   │   │   │   │   │   │           ├── MathJax_Math-Regular.woff
│   │   │   │   │   │   │           ├── MathJax_SansSerif-Bold.woff
│   │   │   │   │   │   │           ├── MathJax_SansSerif-Italic.woff
│   │   │   │   │   │   │           ├── MathJax_SansSerif-Regular.woff
│   │   │   │   │   │   │           ├── MathJax_Script-Regular.woff
│   │   │   │   │   │   │           ├── MathJax_Size1-Regular.woff
│   │   │   │   │   │   │           ├── MathJax_Size2-Regular.woff
│   │   │   │   │   │   │           ├── MathJax_Size3-Regular.woff
│   │   │   │   │   │   │           ├── MathJax_Size4-Regular.woff
│   │   │   │   │   │   │           ├── MathJax_Typewriter-Regular.woff
│   │   │   │   │   │   │           ├── MathJax_Vector-Bold.woff
│   │   │   │   │   │   │           ├── MathJax_Vector-Regular.woff
│   │   │   │   │   │   │           └── MathJax_Zero.woff
│   │   │   │   │   │   ├── chtml.js
│   │   │   │   │   │   ├── svg
│   │   │   │   │   │   │   └── fonts
│   │   │   │   │   │   │       └── tex.js
│   │   │   │   │   │   └── svg.js
│   │   │   │   │   ├── sre
│   │   │   │   │   │   ├── mathmaps
│   │   │   │   │   │   │   ├── de.js
│   │   │   │   │   │   │   ├── en.js
│   │   │   │   │   │   │   ├── es.js
│   │   │   │   │   │   │   ├── fr.js
│   │   │   │   │   │   │   ├── hi.js
│   │   │   │   │   │   │   ├── it.js
│   │   │   │   │   │   │   └── nemeth.js
│   │   │   │   │   │   ├── sre-node.js
│   │   │   │   │   │   └── sre_browser.js
│   │   │   │   │   ├── startup.js
│   │   │   │   │   ├── tex-chtml-full.js
│   │   │   │   │   ├── tex-chtml.js
│   │   │   │   │   └── ui
│   │   │   │   │       ├── lazy.js
│   │   │   │   │       ├── menu.js
│   │   │   │   │       └── safe.js
│   │   │   │   └── mathjax_config.js
│   │   │   ├── move
│   │   │   │   └── xMover.js
│   │   │   ├── pandao-markdown
│   │   │   │   ├── css
│   │   │   │   │   ├── editormd.css
│   │   │   │   │   ├── editormd.logo.css
│   │   │   │   │   ├── editormd.logo.min.css
│   │   │   │   │   ├── editormd.min.css
│   │   │   │   │   ├── editormd.preview.css
│   │   │   │   │   └── editormd.preview.min.css
│   │   │   │   ├── editormd.js
│   │   │   │   ├── editormd.min.js
│   │   │   │   ├── fonts
│   │   │   │   │   ├── FontAwesome.otf
│   │   │   │   │   ├── editormd-logo.eot
│   │   │   │   │   ├── editormd-logo.svg
│   │   │   │   │   ├── editormd-logo.ttf
│   │   │   │   │   ├── editormd-logo.woff
│   │   │   │   │   ├── fontawesome-webfont.eot
│   │   │   │   │   ├── fontawesome-webfont.svg
│   │   │   │   │   ├── fontawesome-webfont.ttf
│   │   │   │   │   ├── fontawesome-webfont.woff
│   │   │   │   │   └── fontawesome-webfont.woff2
│   │   │   │   ├── images
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   ├── loading@2x.gif
│   │   │   │   │   ├── loading@3x.gif
│   │   │   │   │   └── logos
│   │   │   │   │       ├── editormd-favicon-16x16.ico
│   │   │   │   │       ├── editormd-favicon-24x24.ico
│   │   │   │   │       ├── editormd-favicon-32x32.ico
│   │   │   │   │       ├── editormd-favicon-48x48.ico
│   │   │   │   │       ├── editormd-favicon-64x64.ico
│   │   │   │   │       ├── editormd-logo-114x114.png
│   │   │   │   │       ├── editormd-logo-120x120.png
│   │   │   │   │       ├── editormd-logo-144x144.png
│   │   │   │   │       ├── editormd-logo-16x16.png
│   │   │   │   │       ├── editormd-logo-180x180.png
│   │   │   │   │       ├── editormd-logo-240x240.png
│   │   │   │   │       ├── editormd-logo-24x24.png
│   │   │   │   │       ├── editormd-logo-320x320.png
│   │   │   │   │       ├── editormd-logo-32x32.png
│   │   │   │   │       ├── editormd-logo-48x48.png
│   │   │   │   │       ├── editormd-logo-57x57.png
│   │   │   │   │       ├── editormd-logo-64x64.png
│   │   │   │   │       ├── editormd-logo-72x72.png
│   │   │   │   │       ├── editormd-logo-96x96.png
│   │   │   │   │       └── vi.png
│   │   │   │   ├── languages
│   │   │   │   │   ├── en.js
│   │   │   │   │   └── zh-tw.js
│   │   │   │   ├── lib
│   │   │   │   │   ├── codemirror
│   │   │   │   │   │   ├── AUTHORS
│   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   ├── README.md
│   │   │   │   │   │   ├── addon
│   │   │   │   │   │   │   ├── comment
│   │   │   │   │   │   │   │   ├── comment.js
│   │   │   │   │   │   │   │   └── continuecomment.js
│   │   │   │   │   │   │   ├── dialog
│   │   │   │   │   │   │   │   ├── dialog.css
│   │   │   │   │   │   │   │   └── dialog.js
│   │   │   │   │   │   │   ├── display
│   │   │   │   │   │   │   │   ├── fullscreen.css
│   │   │   │   │   │   │   │   ├── fullscreen.js
│   │   │   │   │   │   │   │   ├── panel.js
│   │   │   │   │   │   │   │   ├── placeholder.js
│   │   │   │   │   │   │   │   └── rulers.js
│   │   │   │   │   │   │   ├── edit
│   │   │   │   │   │   │   │   ├── closebrackets.js
│   │   │   │   │   │   │   │   ├── closetag.js
│   │   │   │   │   │   │   │   ├── continuelist.js
│   │   │   │   │   │   │   │   ├── matchbrackets.js
│   │   │   │   │   │   │   │   ├── matchtags.js
│   │   │   │   │   │   │   │   └── trailingspace.js
│   │   │   │   │   │   │   ├── fold
│   │   │   │   │   │   │   │   ├── brace-fold.js
│   │   │   │   │   │   │   │   ├── comment-fold.js
│   │   │   │   │   │   │   │   ├── foldcode.js
│   │   │   │   │   │   │   │   ├── foldgutter.css
│   │   │   │   │   │   │   │   ├── foldgutter.js
│   │   │   │   │   │   │   │   ├── indent-fold.js
│   │   │   │   │   │   │   │   ├── markdown-fold.js
│   │   │   │   │   │   │   │   └── xml-fold.js
│   │   │   │   │   │   │   ├── hint
│   │   │   │   │   │   │   │   ├── anyword-hint.js
│   │   │   │   │   │   │   │   ├── css-hint.js
│   │   │   │   │   │   │   │   ├── html-hint.js
│   │   │   │   │   │   │   │   ├── javascript-hint.js
│   │   │   │   │   │   │   │   ├── show-hint.css
│   │   │   │   │   │   │   │   ├── show-hint.js
│   │   │   │   │   │   │   │   ├── sql-hint.js
│   │   │   │   │   │   │   │   └── xml-hint.js
│   │   │   │   │   │   │   ├── lint
│   │   │   │   │   │   │   │   ├── coffeescript-lint.js
│   │   │   │   │   │   │   │   ├── css-lint.js
│   │   │   │   │   │   │   │   ├── javascript-lint.js
│   │   │   │   │   │   │   │   ├── json-lint.js
│   │   │   │   │   │   │   │   ├── lint.css
│   │   │   │   │   │   │   │   ├── lint.js
│   │   │   │   │   │   │   │   └── yaml-lint.js
│   │   │   │   │   │   │   ├── merge
│   │   │   │   │   │   │   │   ├── merge.css
│   │   │   │   │   │   │   │   └── merge.js
│   │   │   │   │   │   │   ├── mode
│   │   │   │   │   │   │   │   ├── loadmode.js
│   │   │   │   │   │   │   │   ├── multiplex.js
│   │   │   │   │   │   │   │   ├── multiplex_test.js
│   │   │   │   │   │   │   │   ├── overlay.js
│   │   │   │   │   │   │   │   └── simple.js
│   │   │   │   │   │   │   ├── runmode
│   │   │   │   │   │   │   │   ├── colorize.js
│   │   │   │   │   │   │   │   ├── runmode-standalone.js
│   │   │   │   │   │   │   │   ├── runmode.js
│   │   │   │   │   │   │   │   └── runmode.node.js
│   │   │   │   │   │   │   ├── scroll
│   │   │   │   │   │   │   │   ├── annotatescrollbar.js
│   │   │   │   │   │   │   │   ├── scrollpastend.js
│   │   │   │   │   │   │   │   ├── simplescrollbars.css
│   │   │   │   │   │   │   │   └── simplescrollbars.js
│   │   │   │   │   │   │   ├── search
│   │   │   │   │   │   │   │   ├── match-highlighter.js
│   │   │   │   │   │   │   │   ├── matchesonscrollbar.css
│   │   │   │   │   │   │   │   ├── matchesonscrollbar.js
│   │   │   │   │   │   │   │   ├── search.js
│   │   │   │   │   │   │   │   └── searchcursor.js
│   │   │   │   │   │   │   ├── selection
│   │   │   │   │   │   │   │   ├── active-line.js
│   │   │   │   │   │   │   │   ├── mark-selection.js
│   │   │   │   │   │   │   │   └── selection-pointer.js
│   │   │   │   │   │   │   ├── tern
│   │   │   │   │   │   │   │   ├── tern.css
│   │   │   │   │   │   │   │   ├── tern.js
│   │   │   │   │   │   │   │   └── worker.js
│   │   │   │   │   │   │   └── wrap
│   │   │   │   │   │   │       └── hardwrap.js
│   │   │   │   │   │   ├── addons.min.js
│   │   │   │   │   │   ├── bower.json
│   │   │   │   │   │   ├── codemirror.min.css
│   │   │   │   │   │   ├── codemirror.min.js
│   │   │   │   │   │   ├── codemirror.min1.js
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   ├── codemirror.css
│   │   │   │   │   │   │   └── codemirror.js
│   │   │   │   │   │   ├── mode
│   │   │   │   │   │   │   ├── apl
│   │   │   │   │   │   │   │   ├── apl.js
│   │   │   │   │   │   │   │   └── index.html
│   │   │   │   │   │   │   ├── asterisk
│   │   │   │   │   │   │   │   ├── asterisk.js
│   │   │   │   │   │   │   │   └── index.html
│   │   │   │   │   │   │   ├── clike
│   │   │   │   │   │   │   │   ├── clike.js
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── scala.html
│   │   │   │   │   │   │   ├── clojure
│   │   │   │   │   │   │   │   ├── clojure.js
│   │   │   │   │   │   │   │   └── index.html
│   │   │   │   │   │   │   ├── cobol
│   │   │   │   │   │   │   │   ├── cobol.js
│   │   │   │   │   │   │   │   └── index.html
│   │   │   │   │   │   │   ├── coffeescript
│   │   │   │   │   │   │   │   ├── coffeescript.js
│   │   │   │   │   │   │   │   └── index.html
│   │   │   │   │   │   │   ├── commonlisp
│   │   │   │   │   │   │   │   ├── commonlisp.js
│   │   │   │   │   │   │   │   └── index.html
│   │   │   │   │   │   │   ├── css
│   │   │   │   │   │   │   │   ├── css.js
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   ├── less.html
│   │   │   │   │   │   │   │   ├── less_test.js
│   │   │   │   │   │   │   │   ├── scss.html
│   │   │   │   │   │   │   │   ├── scss_test.js
│   │   │   │   │   │   │   │   └── test.js
│   │   │   │   │   │   │   ├── cypher
│   │   │   │   │   │   │   │   ├── cypher.js
│   │   │   │   │   │   │   │   └── index.html
│   │   │   │   │   │   │   ├── d
│   │   │   │   │   │   │   │   ├── d.js
│   │   │   │   │   │   │   │   └── index.html
│   │   │   │   │   │   │   ├── dart
│   │   │   │   │   │   │   │   ├── dart.js
│   │   │   │   │   │   │   │   └── index.html
│   │   │   │   │   │   │   ├── diff
│   │   │   │   │   │   │   │   ├── diff.js
│   │   │   │   │   │   │   │   └── index.html
│   │   │   │   │   │   │   ├── django
│   │   │   │   │   │   │   │   ├── django.js
│   │   │   │   │   │   │   │   └── index.html
│   │   │   │   │   │   │   ├── dockerfile
│   │   │   │   │   │   │   │   ├── dockerfile.js
│   │   │   │   │   │   │   │   └── index.html
│   │   │   │   │   │   │   ├── dtd
│   │   │   │   │   │   │   │   ├── dtd.js
│   │   │   │   │   │   │   │   └── index.html
│   │   │   │   │   │   │   ├── dylan
│   │   │   │   │   │   │   │   ├── dylan.js
│   │   │   │   │   │   │   │   └── index.html
│   │   │   │   │   │   │   ├── ebnf
│   │   │   │   │   │   │   │   ├── ebnf.js
│   │   │   │   │   │   │   │   └── index.html
│   │   │   │   │   │   │   ├── ecl
│   │   │   │   │   │   │   │   ├── ecl.js
│   │   │   │   │   │   │   │   └── index.html
│   │   │   │   │   │   │   ├── eiffel
│   │   │   │   │   │   │   │   ├── eiffel.js
│   │   │   │   │   │   │   │   └── index.html
│   │   │   │   │   │   │   ├── erlang
│   │   │   │   │   │   │   │   ├── erlang.js
│   │   │   │   │   │   │   │   └── index.html
│   │   │   │   │   │   │   ├── forth
│   │   │   │   │   │   │   │   ├── forth.js
│   │   │   │   │   │   │   │   └── index.html
│   │   │   │   │   │   │   ├── fortran
│   │   │   │   │   │   │   │   ├── fortran.js
│   │   │   │   │   │   │   │   └── index.html
│   │   │   │   │   │   │   ├── gas
│   │   │   │   │   │   │   │   ├── gas.js
│   │   │   │   │   │   │   │   └── index.html
│   │   │   │   │   │   │   ├── gfm
│   │   │   │   │   │   │   │   ├── gfm.js
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── test.js
│   │   │   │   │   │   │   ├── gherkin
│   │   │   │   │   │   │   │   ├── gherkin.js
│   │   │   │   │   │   │   │   └── index.html
│   │   │   │   │   │   │   ├── go
│   │   │   │   │   │   │   │   ├── go.js
│   │   │   │   │   │   │   │   └── index.html
│   │   │   │   │   │   │   ├── groovy
│   │   │   │   │   │   │   │   ├── groovy.js
│   │   │   │   │   │   │   │   └── index.html
│   │   │   │   │   │   │   ├── haml
│   │   │   │   │   │   │   │   ├── haml.js
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── test.js
│   │   │   │   │   │   │   ├── haskell
│   │   │   │   │   │   │   │   ├── haskell.js
│   │   │   │   │   │   │   │   └── index.html
│   │   │   │   │   │   │   ├── haxe
│   │   │   │   │   │   │   │   ├── haxe.js
│   │   │   │   │   │   │   │   └── index.html
│   │   │   │   │   │   │   ├── htmlembedded
│   │   │   │   │   │   │   │   ├── htmlembedded.js
│   │   │   │   │   │   │   │   └── index.html
│   │   │   │   │   │   │   ├── htmlmixed
│   │   │   │   │   │   │   │   ├── htmlmixed.js
│   │   │   │   │   │   │   │   └── index.html
│   │   │   │   │   │   │   ├── http
│   │   │   │   │   │   │   │   ├── http.js
│   │   │   │   │   │   │   │   └── index.html
│   │   │   │   │   │   │   ├── idl
│   │   │   │   │   │   │   │   ├── idl.js
│   │   │   │   │   │   │   │   └── index.html
│   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   ├── jade
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── jade.js
│   │   │   │   │   │   │   ├── javascript
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   ├── javascript.js
│   │   │   │   │   │   │   │   ├── json-ld.html
│   │   │   │   │   │   │   │   ├── test.js
│   │   │   │   │   │   │   │   └── typescript.html
│   │   │   │   │   │   │   ├── jinja2
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── jinja2.js
│   │   │   │   │   │   │   ├── julia
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── julia.js
│   │   │   │   │   │   │   ├── kotlin
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── kotlin.js
│   │   │   │   │   │   │   ├── livescript
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── livescript.js
│   │   │   │   │   │   │   ├── lua
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── lua.js
│   │   │   │   │   │   │   ├── markdown
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   ├── markdown.js
│   │   │   │   │   │   │   │   ├── markdown1.js
│   │   │   │   │   │   │   │   └── test.js
│   │   │   │   │   │   │   ├── meta.js
│   │   │   │   │   │   │   ├── mirc
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── mirc.js
│   │   │   │   │   │   │   ├── mllike
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── mllike.js
│   │   │   │   │   │   │   ├── modelica
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── modelica.js
│   │   │   │   │   │   │   ├── nginx
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── nginx.js
│   │   │   │   │   │   │   ├── ntriples
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── ntriples.js
│   │   │   │   │   │   │   ├── octave
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── octave.js
│   │   │   │   │   │   │   ├── pascal
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── pascal.js
│   │   │   │   │   │   │   ├── pegjs
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── pegjs.js
│   │   │   │   │   │   │   ├── perl
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── perl.js
│   │   │   │   │   │   │   ├── php
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   ├── php.js
│   │   │   │   │   │   │   │   └── test.js
│   │   │   │   │   │   │   ├── pig
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── pig.js
│   │   │   │   │   │   │   ├── properties
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── properties.js
│   │   │   │   │   │   │   ├── puppet
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── puppet.js
│   │   │   │   │   │   │   ├── python
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── python.js
│   │   │   │   │   │   │   ├── q
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── q.js
│   │   │   │   │   │   │   ├── r
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── r.js
│   │   │   │   │   │   │   ├── rpm
│   │   │   │   │   │   │   │   ├── changes
│   │   │   │   │   │   │   │   │   └── index.html
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── rpm.js
│   │   │   │   │   │   │   ├── rst
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── rst.js
│   │   │   │   │   │   │   ├── ruby
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   ├── ruby.js
│   │   │   │   │   │   │   │   └── test.js
│   │   │   │   │   │   │   ├── rust
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── rust.js
│   │   │   │   │   │   │   ├── sass
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── sass.js
│   │   │   │   │   │   │   ├── scheme
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── scheme.js
│   │   │   │   │   │   │   ├── shell
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   ├── shell.js
│   │   │   │   │   │   │   │   └── test.js
│   │   │   │   │   │   │   ├── sieve
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── sieve.js
│   │   │   │   │   │   │   ├── slim
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   ├── slim.js
│   │   │   │   │   │   │   │   └── test.js
│   │   │   │   │   │   │   ├── smalltalk
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── smalltalk.js
│   │   │   │   │   │   │   ├── smarty
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── smarty.js
│   │   │   │   │   │   │   ├── smartymixed
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── smartymixed.js
│   │   │   │   │   │   │   ├── solr
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── solr.js
│   │   │   │   │   │   │   ├── soy
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── soy.js
│   │   │   │   │   │   │   ├── sparql
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── sparql.js
│   │   │   │   │   │   │   ├── spreadsheet
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── spreadsheet.js
│   │   │   │   │   │   │   ├── sql
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── sql.js
│   │   │   │   │   │   │   ├── stex
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   ├── stex.js
│   │   │   │   │   │   │   │   └── test.js
│   │   │   │   │   │   │   ├── stylus
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── stylus.js
│   │   │   │   │   │   │   ├── tcl
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── tcl.js
│   │   │   │   │   │   │   ├── textile
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   ├── test.js
│   │   │   │   │   │   │   │   └── textile.js
│   │   │   │   │   │   │   ├── tiddlywiki
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   ├── tiddlywiki.css
│   │   │   │   │   │   │   │   └── tiddlywiki.js
│   │   │   │   │   │   │   ├── tiki
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   ├── tiki.css
│   │   │   │   │   │   │   │   └── tiki.js
│   │   │   │   │   │   │   ├── toml
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── toml.js
│   │   │   │   │   │   │   ├── tornado
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── tornado.js
│   │   │   │   │   │   │   ├── turtle
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── turtle.js
│   │   │   │   │   │   │   ├── vb
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── vb.js
│   │   │   │   │   │   │   ├── vbscript
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── vbscript.js
│   │   │   │   │   │   │   ├── velocity
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── velocity.js
│   │   │   │   │   │   │   ├── verilog
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   ├── test.js
│   │   │   │   │   │   │   │   └── verilog.js
│   │   │   │   │   │   │   ├── xml
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   ├── test.js
│   │   │   │   │   │   │   │   └── xml.js
│   │   │   │   │   │   │   ├── xquery
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   ├── test.js
│   │   │   │   │   │   │   │   └── xquery.js
│   │   │   │   │   │   │   ├── yaml
│   │   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   │   └── yaml.js
│   │   │   │   │   │   │   └── z80
│   │   │   │   │   │   │       ├── index.html
│   │   │   │   │   │   │       └── z80.js
│   │   │   │   │   │   ├── modes.min.js
│   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   └── theme
│   │   │   │   │   │       ├── 3024-day.css
│   │   │   │   │   │       ├── 3024-night.css
│   │   │   │   │   │       ├── ambiance-mobile.css
│   │   │   │   │   │       ├── ambiance.css
│   │   │   │   │   │       ├── base16-dark.css
│   │   │   │   │   │       ├── base16-light.css
│   │   │   │   │   │       ├── blackboard.css
│   │   │   │   │   │       ├── cobalt.css
│   │   │   │   │   │       ├── colorforth.css
│   │   │   │   │   │       ├── eclipse.css
│   │   │   │   │   │       ├── elegant.css
│   │   │   │   │   │       ├── erlang-dark.css
│   │   │   │   │   │       ├── lesser-dark.css
│   │   │   │   │   │       ├── mbo.css
│   │   │   │   │   │       ├── mdn-like.css
│   │   │   │   │   │       ├── midnight.css
│   │   │   │   │   │       ├── monokai.css
│   │   │   │   │   │       ├── neat.css
│   │   │   │   │   │       ├── neo.css
│   │   │   │   │   │       ├── night.css
│   │   │   │   │   │       ├── paraiso-dark.css
│   │   │   │   │   │       ├── paraiso-light.css
│   │   │   │   │   │       ├── pastel-on-dark.css
│   │   │   │   │   │       ├── rubyblue.css
│   │   │   │   │   │       ├── solarized.css
│   │   │   │   │   │       ├── the-matrix.css
│   │   │   │   │   │       ├── tomorrow-night-bright.css
│   │   │   │   │   │       ├── tomorrow-night-eighties.css
│   │   │   │   │   │       ├── twilight.css
│   │   │   │   │   │       ├── vibrant-ink.css
│   │   │   │   │   │       ├── xq-dark.css
│   │   │   │   │   │       ├── xq-light.css
│   │   │   │   │   │       └── zenburn.css
│   │   │   │   │   ├── flowchart.min.js
│   │   │   │   │   ├── jquery.flowchart.min.js
│   │   │   │   │   ├── marked.min.js
│   │   │   │   │   ├── prettify.min.js
│   │   │   │   │   ├── raphael.min.js
│   │   │   │   │   ├── sequence-diagram.min.js
│   │   │   │   │   └── underscore.min.js
│   │   │   │   └── plugins
│   │   │   │       ├── code-block-dialog
│   │   │   │       │   └── code-block-dialog.js
│   │   │   │       ├── emoji-dialog
│   │   │   │       │   ├── emoji-dialog.js
│   │   │   │       │   └── emoji.json
│   │   │   │       ├── goto-line-dialog
│   │   │   │       │   └── goto-line-dialog.js
│   │   │   │       ├── help-dialog
│   │   │   │       │   ├── help-dialog.js
│   │   │   │       │   └── help.md
│   │   │   │       ├── html-entities-dialog
│   │   │   │       │   ├── html-entities-dialog.js
│   │   │   │       │   └── html-entities.json
│   │   │   │       ├── image-dialog
│   │   │   │       │   └── image-dialog.js
│   │   │   │       ├── link-dialog
│   │   │   │       │   └── link-dialog.js
│   │   │   │       ├── plugin-template.js
│   │   │   │       ├── preformatted-text-dialog
│   │   │   │       │   └── preformatted-text-dialog.js
│   │   │   │       ├── reference-link-dialog
│   │   │   │       │   └── reference-link-dialog.js
│   │   │   │       ├── table-dialog
│   │   │   │       │   └── table-dialog.js
│   │   │   │       └── test-plugin
│   │   │   │           └── test-plugin.js
│   │   │   ├── taborder
│   │   │   │   └── jquery.tablednd.js
│   │   │   ├── webuploader
│   │   │   │   ├── webuploader.css
│   │   │   │   ├── webuploader.custom.js
│   │   │   │   ├── webuploader.custom.min.js
│   │   │   │   ├── webuploader.fis.js
│   │   │   │   ├── webuploader.html5only.js
│   │   │   │   ├── webuploader.html5only.min.js
│   │   │   │   ├── webuploader.js
│   │   │   │   └── webuploader.min.js
│   │   │   └── ztree
│   │   │       ├── css
│   │   │       │   └── zTreeStyle
│   │   │       │       ├── img
│   │   │       │       │   ├── diy
│   │   │       │       │   │   ├── 1_close.png
│   │   │       │       │   │   ├── 1_open.png
│   │   │       │       │   │   ├── 2.png
│   │   │       │       │   │   ├── 3.png
│   │   │       │       │   │   ├── 4.png
│   │   │       │       │   │   ├── 5.png
│   │   │       │       │   │   ├── 6.png
│   │   │       │       │   │   ├── 7.png
│   │   │       │       │   │   ├── 8.png
│   │   │       │       │   │   └── 9.png
│   │   │       │       │   ├── line_conn.gif
│   │   │       │       │   ├── loading.gif
│   │   │       │       │   ├── zTreeStandard.gif
│   │   │       │       │   └── zTreeStandard.png
│   │   │       │       ├── zTreeStyle.css
│   │   │       │       └── zTreeStyleO.css
│   │   │       └── js
│   │   │           ├── jquery-1.4.4.min.js
│   │   │           ├── jquery.ztree.all.js
│   │   │           ├── jquery.ztree.all.min.js
│   │   │           ├── jquery.ztree.core.js
│   │   │           ├── jquery.ztree.core.min.js
│   │   │           ├── jquery.ztree.excheck.js
│   │   │           ├── jquery.ztree.excheck.min.js
│   │   │           ├── jquery.ztree.exedit.js
│   │   │           ├── jquery.ztree.exedit.min.js
│   │   │           ├── jquery.ztree.exhide.js
│   │   │           └── jquery.ztree.exhide.min.js
│   │   ├── kadmin
│   │   │   ├── Kmgr.aspx
│   │   │   ├── Nav.aspx
│   │   │   ├── Op.aspx
│   │   │   ├── base64_save.aspx
│   │   │   ├── default.aspx
│   │   │   ├── doc.aspx
│   │   │   ├── img
│   │   │   │   ├── close.png
│   │   │   │   ├── del.svg
│   │   │   │   ├── doc.svg
│   │   │   │   ├── file.png
│   │   │   │   ├── md.svg
│   │   │   │   ├── move.svg
│   │   │   │   ├── open.png
│   │   │   │   ├── rename.svg
│   │   │   │   └── sheet.svg
│   │   │   ├── kadmin.Master
│   │   │   ├── markdown.aspx
│   │   │   ├── svg_add.svg
│   │   │   ├── svg_more.svg
│   │   │   ├── web.config
│   │   │   ├── xls.aspx
│   │   │   ├── xx.aspx
│   │   │   └── ztree
│   │   │       ├── ztree.sub.css
│   │   │       ├── ztree.sub.js
│   │   │       └── ztree_last.js
│   │   ├── kbase
│   │   │   ├── Nav.aspx
│   │   │   ├── data.aspx
│   │   │   ├── default.aspx
│   │   │   ├── doc.aspx
│   │   │   ├── img
│   │   │   │   ├── 0.svg
│   │   │   │   ├── 1.svg
│   │   │   │   ├── 2.svg
│   │   │   │   ├── close.png
│   │   │   │   ├── close.svg
│   │   │   │   ├── file.png
│   │   │   │   ├── open.png
│   │   │   │   └── right.svg
│   │   │   ├── kbase.Master
│   │   │   ├── kbase.js
│   │   │   ├── lists.aspx
│   │   │   ├── markdown.aspx
│   │   │   ├── search.aspx
│   │   │   ├── sheet.aspx
│   │   │   └── sheetFrame.aspx
│   │   ├── m
│   │   │   ├── TreeJson.aspx
│   │   │   ├── default.aspx
│   │   │   ├── detail.aspx
│   │   │   ├── getstatus.aspx
│   │   │   ├── lists.aspx
│   │   │   ├── login.aspx
│   │   │   ├── m.Master
│   │   │   └── md.aspx
│   │   ├── obj
│   │   │   └── Debug
│   │   │       ├── DesignTimeResolveAssemblyReferences.cache
│   │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       ├── Kbase.csproj.AssemblyReference.cache
│   │   │       ├── Kbase.csproj.CopyComplete
│   │   │       ├── Kbase.csproj.CoreCompileInputs.cache
│   │   │       ├── Kbase.csproj.FileListAbsolute.txt
│   │   │       ├── Kbase.dll
│   │   │       ├── Kbase.pdb
│   │   │       └── TempPE
│   │   ├── style
│   │   │   ├── admin
│   │   │   │   ├── Fix.css
│   │   │   │   ├── Frame.css
│   │   │   │   ├── Stylesheet.css
│   │   │   │   └── Utility
│   │   │   │       └── jquery.treeGrid
│   │   │   │           ├── css
│   │   │   │           │   └── jquery.treegrid.css
│   │   │   │           ├── img
│   │   │   │           │   ├── collapse.png
│   │   │   │           │   ├── expand.png
│   │   │   │           │   ├── file.png
│   │   │   │           │   └── folder.png
│   │   │   │           └── js
│   │   │   │               ├── jquery.cookie.js
│   │   │   │               ├── jquery.treegrid.bootstrap2.js
│   │   │   │               ├── jquery.treegrid.bootstrap3.js
│   │   │   │               ├── jquery.treegrid.js
│   │   │   │               └── jquery.treegrid.min.js
│   │   │   ├── gv_paging.css
│   │   │   ├── images
│   │   │   │   ├── 16x16
│   │   │   │   │   ├── no.gif
│   │   │   │   │   └── yes.gif
│   │   │   │   ├── Avatar
│   │   │   │   │   ├── ban_120.jpg
│   │   │   │   │   ├── ban_50.jpg
│   │   │   │   │   ├── none_120.jpg
│   │   │   │   │   └── none_50.jpg
│   │   │   │   ├── Frame
│   │   │   │   │   ├── ar.png
│   │   │   │   │   ├── menu_icons.png
│   │   │   │   │   └── top.png
│   │   │   │   ├── Main
│   │   │   │   ├── common
│   │   │   │   │   └── loading.gif
│   │   │   │   └── favicon.ico
│   │   │   └── patch.css
│   │   ├── temp
│   │   ├── tinymce
│   │   │   ├── icons
│   │   │   │   └── default
│   │   │   │       └── icons.min.js
│   │   │   ├── jquery.tinymce.min.js
│   │   │   ├── langs
│   │   │   │   └── README.md
│   │   │   ├── license.txt
│   │   │   ├── plugins
│   │   │   │   ├── advlist
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── anchor
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── autolink
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── autoresize
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── autosave
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── bbcode
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── charmap
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── code
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── codesample
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── colorpicker
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── contextmenu
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── directionality
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── emoticons
│   │   │   │   │   ├── js
│   │   │   │   │   │   ├── emojiimages.js
│   │   │   │   │   │   ├── emojiimages.min.js
│   │   │   │   │   │   ├── emojis.js
│   │   │   │   │   │   └── emojis.min.js
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── fullpage
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── fullscreen
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── help
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── hr
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── image
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── imagetools
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── importcss
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── insertdatetime
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── legacyoutput
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── link
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── lists
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── mathjax
│   │   │   │   │   ├── README.htm
│   │   │   │   │   ├── config.js
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── plugin.js
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── media
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── nonbreaking
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── noneditable
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── pagebreak
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── paste
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── preview
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── print
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── quickbars
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── save
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── searchreplace
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── spellchecker
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── tabfocus
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── table
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── template
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── textcolor
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── textpattern
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── toc
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── visualblocks
│   │   │   │   │   └── plugin.min.js
│   │   │   │   ├── visualchars
│   │   │   │   │   └── plugin.min.js
│   │   │   │   └── wordcount
│   │   │   │       └── plugin.min.js
│   │   │   ├── skins
│   │   │   │   ├── content
│   │   │   │   │   ├── dark
│   │   │   │   │   │   └── content.min.css
│   │   │   │   │   ├── default
│   │   │   │   │   │   └── content.min.css
│   │   │   │   │   ├── document
│   │   │   │   │   │   └── content.min.css
│   │   │   │   │   └── writer
│   │   │   │   │       └── content.min.css
│   │   │   │   └── ui
│   │   │   │       ├── oxide
│   │   │   │       │   ├── content.inline.min.css
│   │   │   │       │   ├── content.min.css
│   │   │   │       │   ├── content.mobile.min.css
│   │   │   │       │   ├── fonts
│   │   │   │       │   │   └── tinymce-mobile.woff
│   │   │   │       │   ├── skin.min.css
│   │   │   │       │   ├── skin.mobile.min.css
│   │   │   │       │   └── skin.shadowdom.min.css
│   │   │   │       └── oxide-dark
│   │   │   │           ├── content.inline.min.css
│   │   │   │           ├── content.min.css
│   │   │   │           ├── content.mobile.min.css
│   │   │   │           ├── fonts
│   │   │   │           │   └── tinymce-mobile.woff
│   │   │   │           ├── skin.min.css
│   │   │   │           ├── skin.mobile.min.css
│   │   │   │           └── skin.shadowdom.min.css
│   │   │   ├── themes
│   │   │   │   ├── mobile
│   │   │   │   │   └── theme.min.js
│   │   │   │   └── silver
│   │   │   │       └── theme.min.js
│   │   │   └── tinymce.min.js
│   │   ├── uploads
│   │   │   ├── 2021-10
│   │   │   └── 2021-11
│   │   │       ├── 4e07daa9-de1b-4d75-b3d6-4677a07436e3.svg
│   │   │       ├── aba17560-a552-4c12-a439-d18c94bc2d31.svg
│   │   │       └── b2715819-1388-4f25-b04d-f9fbc446c398.svg
│   │   ├── web.config
│   │   └── webserver.exe
│   ├── Kbase.sln
│   ├── Kbase.v12.suo
│   ├── Qmx.exe
│   ├── Qmx.exe.config
│   └── readme.txt
└── 知识系统.rar

313 directories, 927 files



标签: 系统

实例下载地址

知识系统

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警