├── js ├── jquery-easyui │ ├── themes │ │ ├── black │ │ │ ├── numberbox.css │ │ │ ├── images │ │ │ │ ├── blank.gif │ │ │ │ ├── loading.gif │ │ │ │ ├── combo_arrow.png │ │ │ │ ├── menu_arrows.png │ │ │ │ ├── panel_tools.png │ │ │ │ ├── tabs_icons.png │ │ │ │ ├── tree_icons.png │ │ │ │ ├── datebox_arrow.png │ │ │ │ ├── layout_arrows.png │ │ │ │ ├── linkbutton_bg.png │ │ │ │ ├── slider_handle.png │ │ │ │ ├── tagbox_icons.png │ │ │ │ ├── accordion_arrows.png │ │ │ │ ├── calendar_arrows.png │ │ │ │ ├── datagrid_icons.png │ │ │ │ ├── messager_icons.png │ │ │ │ ├── pagination_icons.png │ │ │ │ ├── passwordbox_open.png │ │ │ │ ├── searchbox_button.png │ │ │ │ ├── spinner_arrows.png │ │ │ │ ├── passwordbox_close.png │ │ │ │ └── validatebox_warning.png │ │ │ ├── validatebox.css │ │ │ ├── passwordbox.css │ │ │ ├── splitbutton.css │ │ │ ├── filebox.css │ │ │ ├── combo.css │ │ │ ├── datebox.css │ │ │ ├── progressbar.css │ │ │ ├── combobox.css │ │ │ ├── propertygrid.css │ │ │ ├── tagbox.css │ │ │ ├── dialog.css │ │ │ ├── messager.css │ │ │ ├── spinner.css │ │ │ ├── searchbox.css │ │ │ └── pagination.css │ │ ├── gray │ │ │ ├── numberbox.css │ │ │ ├── images │ │ │ │ ├── blank.gif │ │ │ │ ├── loading.gif │ │ │ │ ├── combo_arrow.png │ │ │ │ ├── menu_arrows.png │ │ │ │ ├── panel_tools.png │ │ │ │ ├── tabs_icons.png │ │ │ │ ├── tagbox_icons.png │ │ │ │ ├── tree_icons.png │ │ │ │ ├── datagrid_icons.png │ │ │ │ ├── datebox_arrow.png │ │ │ │ ├── layout_arrows.png │ │ │ │ ├── linkbutton_bg.png │ │ │ │ ├── messager_icons.png │ │ │ │ ├── slider_handle.png │ │ │ │ ├── spinner_arrows.png │ │ │ │ ├── accordion_arrows.png │ │ │ │ ├── calendar_arrows.png │ │ │ │ ├── pagination_icons.png │ │ │ │ ├── passwordbox_close.png │ │ │ │ ├── passwordbox_open.png │ │ │ │ ├── searchbox_button.png │ │ │ │ └── validatebox_warning.png │ │ │ ├── validatebox.css │ │ │ ├── passwordbox.css │ │ │ ├── splitbutton.css │ │ │ ├── filebox.css │ │ │ ├── combo.css │ │ │ ├── datebox.css │ │ │ ├── progressbar.css │ │ │ ├── combobox.css │ │ │ ├── propertygrid.css │ │ │ ├── tagbox.css │ │ │ ├── messager.css │ │ │ ├── dialog.css │ │ │ ├── spinner.css │ │ │ ├── searchbox.css │ │ │ └── pagination.css │ │ ├── metro │ │ │ ├── numberbox.css │ │ │ ├── images │ │ │ │ ├── blank.gif │ │ │ │ ├── loading.gif │ │ │ │ ├── combo_arrow.png │ │ │ │ ├── menu_arrows.png │ │ │ │ ├── panel_tools.png │ │ │ │ ├── tabs_icons.png │ │ │ │ ├── tree_icons.png │ │ │ │ ├── datebox_arrow.png │ │ │ │ ├── layout_arrows.png │ │ │ │ ├── linkbutton_bg.png │ │ │ │ ├── slider_handle.png │ │ │ │ ├── tagbox_icons.png │ │ │ │ ├── accordion_arrows.png │ │ │ │ ├── calendar_arrows.png │ │ │ │ ├── datagrid_icons.png │ │ │ │ ├── messager_icons.png │ │ │ │ ├── pagination_icons.png │ │ │ │ ├── passwordbox_open.png │ │ │ │ ├── searchbox_button.png │ │ │ │ ├── spinner_arrows.png │ │ │ │ ├── passwordbox_close.png │ │ │ │ └── validatebox_warning.png │ │ │ ├── validatebox.css │ │ │ ├── passwordbox.css │ │ │ ├── splitbutton.css │ │ │ ├── filebox.css │ │ │ ├── combo.css │ │ │ ├── datebox.css │ │ │ ├── progressbar.css │ │ │ ├── combobox.css │ │ │ ├── propertygrid.css │ │ │ ├── tagbox.css │ │ │ ├── dialog.css │ │ │ ├── messager.css │ │ │ ├── spinner.css │ │ │ ├── searchbox.css │ │ │ └── pagination.css │ │ ├── bootstrap │ │ │ ├── numberbox.css │ │ │ ├── images │ │ │ │ ├── blank.gif │ │ │ │ ├── loading.gif │ │ │ │ ├── combo_arrow.png │ │ │ │ ├── menu_arrows.png │ │ │ │ ├── panel_tools.png │ │ │ │ ├── tabs_icons.png │ │ │ │ ├── tagbox_icons.png │ │ │ │ ├── tree_icons.png │ │ │ │ ├── datagrid_icons.png │ │ │ │ ├── datebox_arrow.png │ │ │ │ ├── layout_arrows.png │ │ │ │ ├── linkbutton_bg.png │ │ │ │ ├── messager_icons.png │ │ │ │ ├── slider_handle.png │ │ │ │ ├── spinner_arrows.png │ │ │ │ ├── accordion_arrows.png │ │ │ │ ├── calendar_arrows.png │ │ │ │ ├── pagination_icons.png │ │ │ │ ├── passwordbox_close.png │ │ │ │ ├── passwordbox_open.png │ │ │ │ ├── searchbox_button.png │ │ │ │ └── validatebox_warning.png │ │ │ ├── validatebox.css │ │ │ ├── passwordbox.css │ │ │ ├── splitbutton.css │ │ │ ├── filebox.css │ │ │ ├── combo.css │ │ │ ├── datebox.css │ │ │ ├── progressbar.css │ │ │ ├── combobox.css │ │ │ ├── propertygrid.css │ │ │ ├── tagbox.css │ │ │ ├── messager.css │ │ │ ├── dialog.css │ │ │ ├── spinner.css │ │ │ ├── searchbox.css │ │ │ └── pagination.css │ │ ├── default │ │ │ ├── numberbox.css │ │ │ ├── images │ │ │ │ ├── blank.gif │ │ │ │ ├── loading.gif │ │ │ │ ├── combo_arrow.png │ │ │ │ ├── menu_arrows.png │ │ │ │ ├── panel_tools.png │ │ │ │ ├── tabs_icons.png │ │ │ │ ├── tree_icons.png │ │ │ │ ├── Web Database.png │ │ │ │ ├── datagrid_icons.png │ │ │ │ ├── datebox_arrow.png │ │ │ │ ├── layout_arrows.png │ │ │ │ ├── linkbutton_bg.png │ │ │ │ ├── menu_arrows1.png │ │ │ │ ├── messager_icons.png │ │ │ │ ├── slider_handle.png │ │ │ │ ├── spinner_arrows.png │ │ │ │ ├── tagbox_icons.png │ │ │ │ ├── accordion_arrows.png │ │ │ │ ├── calendar_arrows.png │ │ │ │ ├── pagination_icons.png │ │ │ │ ├── passwordbox_open.png │ │ │ │ ├── searchbox_button.png │ │ │ │ ├── passwordbox_close.png │ │ │ │ └── validatebox_warning.png │ │ │ ├── validatebox.css │ │ │ ├── passwordbox.css │ │ │ ├── splitbutton.css │ │ │ ├── filebox.css │ │ │ ├── combo.css │ │ │ ├── datebox.css │ │ │ ├── progressbar.css │ │ │ ├── combobox.css │ │ │ ├── propertygrid.css │ │ │ ├── tagbox.css │ │ │ ├── messager.css │ │ │ ├── dialog.css │ │ │ ├── spinner.css │ │ │ ├── searchbox.css │ │ │ └── pagination.css │ │ ├── material │ │ │ ├── numberbox.css │ │ │ ├── images │ │ │ │ ├── Thumbs.db │ │ │ │ ├── blank.gif │ │ │ │ ├── loading.gif │ │ │ │ ├── tabs_icons.png │ │ │ │ ├── tree_icons.png │ │ │ │ ├── combo_arrow.png │ │ │ │ ├── datebox_arrow.png │ │ │ │ ├── layout_arrows.png │ │ │ │ ├── linkbutton_bg.png │ │ │ │ ├── menu_arrows.png │ │ │ │ ├── panel_tools.png │ │ │ │ ├── slider_handle.png │ │ │ │ ├── tagbox_icons.png │ │ │ │ ├── calendar_arrows.png │ │ │ │ ├── datagrid_icons.png │ │ │ │ ├── messager_icons.png │ │ │ │ ├── spinner_arrows.png │ │ │ │ ├── accordion_arrows.png │ │ │ │ ├── pagination_icons.png │ │ │ │ ├── passwordbox_close.png │ │ │ │ ├── passwordbox_open.png │ │ │ │ ├── searchbox_button.png │ │ │ │ └── validatebox_warning.png │ │ │ ├── validatebox.css │ │ │ ├── passwordbox.css │ │ │ ├── splitbutton.css │ │ │ ├── filebox.css │ │ │ ├── combo.css │ │ │ ├── datebox.css │ │ │ ├── progressbar.css │ │ │ ├── combobox.css │ │ │ ├── propertygrid.css │ │ │ ├── tagbox.css │ │ │ ├── dialog.css │ │ │ ├── messager.css │ │ │ ├── spinner.css │ │ │ ├── searchbox.css │ │ │ └── pagination.css │ │ └── icons │ │ │ ├── cut.png │ │ │ ├── dgc.png │ │ │ ├── dx.png │ │ │ ├── fz.png │ │ │ ├── gd.png │ │ │ ├── gh.png │ │ │ ├── gh1.png │ │ │ ├── hb.png │ │ │ ├── jcb.png │ │ │ ├── js.png │ │ │ ├── kj.png │ │ │ ├── kl.png │ │ │ ├── lcw.png │ │ │ ├── man.png │ │ │ ├── no.png │ │ │ ├── ok.png │ │ │ ├── pjz.png │ │ │ ├── px.png │ │ │ ├── qh.png │ │ │ ├── rq.png │ │ │ ├── run.png │ │ │ ├── sql.png │ │ │ ├── st.png │ │ │ ├── sum.png │ │ │ ├── sy.png │ │ │ ├── syc.png │ │ │ ├── sz.png │ │ │ ├── tip.png │ │ │ ├── ts.png │ │ │ ├── xj.png │ │ │ ├── xt.png │ │ │ ├── xt1.png │ │ │ ├── xy.png │ │ │ ├── xz.png │ │ │ ├── yjz.png │ │ │ ├── yx.png │ │ │ ├── zd.png │ │ │ ├── zdz.png │ │ │ ├── zf.png │ │ │ ├── zxz.png │ │ │ ├── back.png │ │ │ ├── blank.gif │ │ │ ├── byxz.png │ │ │ ├── clear.png │ │ │ ├── close.png │ │ │ ├── exit.png │ │ │ ├── file.png │ │ │ ├── gdts.png │ │ │ ├── ghxx.png │ │ │ ├── group.png │ │ │ ├── guhua.png │ │ │ ├── help.png │ │ │ ├── home.png │ │ │ ├── jcbt.png │ │ │ ├── lock.png │ │ │ ├── month.png │ │ │ ├── more.png │ │ │ ├── mrts.png │ │ │ ├── order.png │ │ │ ├── print.png │ │ │ ├── qhyh.png │ │ │ ├── redo.png │ │ │ ├── save.png │ │ │ ├── stop.png │ │ │ ├── table.png │ │ │ ├── tjsz.png │ │ │ ├── undo.png │ │ │ ├── view.png │ │ │ ├── wait.png │ │ │ ├── wxts.png │ │ │ ├── wxtx.png │ │ │ ├── zdycx.png │ │ │ ├── zhuti.png │ │ │ ├── analise.png │ │ │ ├── cancel.png │ │ │ ├── circle.png │ │ │ ├── database.png │ │ │ ├── edit_add.png │ │ │ ├── export.png │ │ │ ├── fangda.png │ │ │ ├── feiguhua.png │ │ │ ├── filesave.png │ │ │ ├── filter.png │ │ │ ├── folder.png │ │ │ ├── icon-bar.png │ │ │ ├── icon-pie.png │ │ │ ├── mini_add.png │ │ │ ├── pencil.png │ │ │ ├── pingjia.png │ │ │ ├── reload.png │ │ │ ├── search.png │ │ │ ├── shanchu.png │ │ │ ├── shezhi.png │ │ │ ├── shezhi1.png │ │ │ ├── shoucang.png │ │ │ ├── sousuo.png │ │ │ ├── stastics.png │ │ │ ├── submit.png │ │ │ ├── tingzhi.png │ │ │ ├── yonghu.png │ │ │ ├── yujing.png │ │ │ ├── zdycxjgj.png │ │ │ ├── zhixing.png │ │ │ ├── zhuti1.png │ │ │ ├── icon-line.png │ │ │ ├── icon-point.png │ │ │ ├── long_anniu.png │ │ │ ├── mini_edit.png │ │ │ ├── shoucang1.png │ │ │ ├── caozuo_xian.png │ │ │ ├── edit_remove.png │ │ │ ├── guhuahebing.png │ │ │ ├── guhuakelong.png │ │ │ ├── icon-lingbar.png │ │ │ ├── icon-stackbar.png │ │ │ ├── large_chart.png │ │ │ ├── large_clipart.png │ │ │ ├── large_picture.png │ │ │ ├── large_shapes.png │ │ │ ├── mini_refresh.png │ │ │ ├── shuju_diqiu.png │ │ │ ├── database_table.png │ │ │ ├── icon-lineandbar.png │ │ │ ├── large_smartart.png │ │ │ ├── wodeguhua_xian.png │ │ │ └── 1245O0R23W20-6391S3.gif │ ├── plugins │ │ ├── jquery.splitbutton.js │ │ └── jquery.numberspinner.js │ └── locale │ │ ├── easyui-lang-ko.js │ │ ├── easyui-lang-af.js │ │ ├── easyui-lang-da.js │ │ ├── easyui-lang-jp.js │ │ └── easyui-lang-nl.js └── layui │ ├── font │ ├── iconfont.eot │ ├── iconfont.ttf │ ├── iconfont.woff │ └── iconfont.woff2 │ ├── images │ └── face │ │ ├── 0.gif │ │ ├── 1.gif │ │ ├── 10.gif │ │ ├── 11.gif │ │ ├── 12.gif │ │ ├── 13.gif │ │ ├── 14.gif │ │ ├── 15.gif │ │ ├── 16.gif │ │ ├── 17.gif │ │ ├── 18.gif │ │ ├── 19.gif │ │ ├── 2.gif │ │ ├── 20.gif │ │ ├── 21.gif │ │ ├── 22.gif │ │ ├── 23.gif │ │ ├── 24.gif │ │ ├── 25.gif │ │ ├── 26.gif │ │ ├── 27.gif │ │ ├── 28.gif │ │ ├── 29.gif │ │ ├── 3.gif │ │ ├── 30.gif │ │ ├── 31.gif │ │ ├── 32.gif │ │ ├── 33.gif │ │ ├── 34.gif │ │ ├── 35.gif │ │ ├── 36.gif │ │ ├── 37.gif │ │ ├── 38.gif │ │ ├── 39.gif │ │ ├── 4.gif │ │ ├── 40.gif │ │ ├── 41.gif │ │ ├── 42.gif │ │ ├── 43.gif │ │ ├── 44.gif │ │ ├── 45.gif │ │ ├── 46.gif │ │ ├── 47.gif │ │ ├── 48.gif │ │ ├── 49.gif │ │ ├── 5.gif │ │ ├── 50.gif │ │ ├── 51.gif │ │ ├── 52.gif │ │ ├── 53.gif │ │ ├── 54.gif │ │ ├── 55.gif │ │ ├── 56.gif │ │ ├── 57.gif │ │ ├── 58.gif │ │ ├── 59.gif │ │ ├── 6.gif │ │ ├── 60.gif │ │ ├── 61.gif │ │ ├── 62.gif │ │ ├── 63.gif │ │ ├── 64.gif │ │ ├── 65.gif │ │ ├── 66.gif │ │ ├── 67.gif │ │ ├── 68.gif │ │ ├── 69.gif │ │ ├── 7.gif │ │ ├── 70.gif │ │ ├── 71.gif │ │ ├── 8.gif │ │ └── 9.gif │ ├── css │ └── modules │ │ ├── layer │ │ └── default │ │ │ ├── icon.png │ │ │ ├── icon-ext.png │ │ │ ├── loading-0.gif │ │ │ ├── loading-1.gif │ │ │ └── loading-2.gif │ │ └── code.css │ └── lay │ └── modules │ ├── code.js │ └── laytpl.js ├── nginx-1.16.0 ├── contrib │ ├── vim │ │ ├── ftplugin │ │ │ └── nginx.vim │ │ ├── ftdetect │ │ │ └── nginx.vim │ │ └── indent │ │ │ └── nginx.vim │ ├── README │ ├── unicode2nginx │ │ └── unicode-to-nginx.pl │ └── geo2nginx.pl ├── docs │ ├── README │ ├── zlib.LICENSE │ └── LICENSE ├── nginx.exe └── conf │ ├── scgi_params │ ├── uwsgi_params │ ├── fastcgi_params │ └── fastcgi.conf ├── image ├── fun.png ├── kwd.png ├── run.png ├── save.png ├── format.png ├── stop0.png ├── stop1.png └── table.png ├── pic ├── pic_01.png ├── pic_02.png ├── pic_03.png ├── pic_101.png ├── pic_102.png └── pic_103.png ├── css └── show-hint.css ├── README.md └── json └── tables.json /js/jquery-easyui/themes/black/numberbox.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/numberbox.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/numberbox.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/numberbox.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/numberbox.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/numberbox.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /nginx-1.16.0/contrib/vim/ftplugin/nginx.vim: -------------------------------------------------------------------------------- 1 | setlocal commentstring=#\ %s 2 | -------------------------------------------------------------------------------- /image/fun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/image/fun.png -------------------------------------------------------------------------------- /image/kwd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/image/kwd.png -------------------------------------------------------------------------------- /image/run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/image/run.png -------------------------------------------------------------------------------- /image/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/image/save.png -------------------------------------------------------------------------------- /pic/pic_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/pic/pic_01.png -------------------------------------------------------------------------------- /pic/pic_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/pic/pic_02.png -------------------------------------------------------------------------------- /pic/pic_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/pic/pic_03.png -------------------------------------------------------------------------------- /image/format.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/image/format.png -------------------------------------------------------------------------------- /image/stop0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/image/stop0.png -------------------------------------------------------------------------------- /image/stop1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/image/stop1.png -------------------------------------------------------------------------------- /image/table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/image/table.png -------------------------------------------------------------------------------- /nginx-1.16.0/docs/README: -------------------------------------------------------------------------------- 1 | 2 | Documentation is available at http://nginx.org 3 | 4 | -------------------------------------------------------------------------------- /pic/pic_101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/pic/pic_101.png -------------------------------------------------------------------------------- /pic/pic_102.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/pic/pic_102.png -------------------------------------------------------------------------------- /pic/pic_103.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/pic/pic_103.png -------------------------------------------------------------------------------- /nginx-1.16.0/nginx.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/nginx-1.16.0/nginx.exe -------------------------------------------------------------------------------- /js/layui/font/iconfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/font/iconfont.eot -------------------------------------------------------------------------------- /js/layui/font/iconfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/font/iconfont.ttf -------------------------------------------------------------------------------- /js/layui/font/iconfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/font/iconfont.woff -------------------------------------------------------------------------------- /js/layui/images/face/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/0.gif -------------------------------------------------------------------------------- /js/layui/images/face/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/1.gif -------------------------------------------------------------------------------- /js/layui/images/face/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/10.gif -------------------------------------------------------------------------------- /js/layui/images/face/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/11.gif -------------------------------------------------------------------------------- /js/layui/images/face/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/12.gif -------------------------------------------------------------------------------- /js/layui/images/face/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/13.gif -------------------------------------------------------------------------------- /js/layui/images/face/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/14.gif -------------------------------------------------------------------------------- /js/layui/images/face/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/15.gif -------------------------------------------------------------------------------- /js/layui/images/face/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/16.gif -------------------------------------------------------------------------------- /js/layui/images/face/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/17.gif -------------------------------------------------------------------------------- /js/layui/images/face/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/18.gif -------------------------------------------------------------------------------- /js/layui/images/face/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/19.gif -------------------------------------------------------------------------------- /js/layui/images/face/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/2.gif -------------------------------------------------------------------------------- /js/layui/images/face/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/20.gif -------------------------------------------------------------------------------- /js/layui/images/face/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/21.gif -------------------------------------------------------------------------------- /js/layui/images/face/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/22.gif -------------------------------------------------------------------------------- /js/layui/images/face/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/23.gif -------------------------------------------------------------------------------- /js/layui/images/face/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/24.gif -------------------------------------------------------------------------------- /js/layui/images/face/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/25.gif -------------------------------------------------------------------------------- /js/layui/images/face/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/26.gif -------------------------------------------------------------------------------- /js/layui/images/face/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/27.gif -------------------------------------------------------------------------------- /js/layui/images/face/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/28.gif -------------------------------------------------------------------------------- /js/layui/images/face/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/29.gif -------------------------------------------------------------------------------- /js/layui/images/face/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/3.gif -------------------------------------------------------------------------------- /js/layui/images/face/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/30.gif -------------------------------------------------------------------------------- /js/layui/images/face/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/31.gif -------------------------------------------------------------------------------- /js/layui/images/face/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/32.gif -------------------------------------------------------------------------------- /js/layui/images/face/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/33.gif -------------------------------------------------------------------------------- /js/layui/images/face/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/34.gif -------------------------------------------------------------------------------- /js/layui/images/face/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/35.gif -------------------------------------------------------------------------------- /js/layui/images/face/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/36.gif -------------------------------------------------------------------------------- /js/layui/images/face/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/37.gif -------------------------------------------------------------------------------- /js/layui/images/face/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/38.gif -------------------------------------------------------------------------------- /js/layui/images/face/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/39.gif -------------------------------------------------------------------------------- /js/layui/images/face/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/4.gif -------------------------------------------------------------------------------- /js/layui/images/face/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/40.gif -------------------------------------------------------------------------------- /js/layui/images/face/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/41.gif -------------------------------------------------------------------------------- /js/layui/images/face/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/42.gif -------------------------------------------------------------------------------- /js/layui/images/face/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/43.gif -------------------------------------------------------------------------------- /js/layui/images/face/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/44.gif -------------------------------------------------------------------------------- /js/layui/images/face/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/45.gif -------------------------------------------------------------------------------- /js/layui/images/face/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/46.gif -------------------------------------------------------------------------------- /js/layui/images/face/47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/47.gif -------------------------------------------------------------------------------- /js/layui/images/face/48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/48.gif -------------------------------------------------------------------------------- /js/layui/images/face/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/49.gif -------------------------------------------------------------------------------- /js/layui/images/face/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/5.gif -------------------------------------------------------------------------------- /js/layui/images/face/50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/50.gif -------------------------------------------------------------------------------- /js/layui/images/face/51.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/51.gif -------------------------------------------------------------------------------- /js/layui/images/face/52.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/52.gif -------------------------------------------------------------------------------- /js/layui/images/face/53.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/53.gif -------------------------------------------------------------------------------- /js/layui/images/face/54.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/54.gif -------------------------------------------------------------------------------- /js/layui/images/face/55.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/55.gif -------------------------------------------------------------------------------- /js/layui/images/face/56.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/56.gif -------------------------------------------------------------------------------- /js/layui/images/face/57.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/57.gif -------------------------------------------------------------------------------- /js/layui/images/face/58.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/58.gif -------------------------------------------------------------------------------- /js/layui/images/face/59.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/59.gif -------------------------------------------------------------------------------- /js/layui/images/face/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/6.gif -------------------------------------------------------------------------------- /js/layui/images/face/60.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/60.gif -------------------------------------------------------------------------------- /js/layui/images/face/61.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/61.gif -------------------------------------------------------------------------------- /js/layui/images/face/62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/62.gif -------------------------------------------------------------------------------- /js/layui/images/face/63.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/63.gif -------------------------------------------------------------------------------- /js/layui/images/face/64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/64.gif -------------------------------------------------------------------------------- /js/layui/images/face/65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/65.gif -------------------------------------------------------------------------------- /js/layui/images/face/66.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/66.gif -------------------------------------------------------------------------------- /js/layui/images/face/67.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/67.gif -------------------------------------------------------------------------------- /js/layui/images/face/68.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/68.gif -------------------------------------------------------------------------------- /js/layui/images/face/69.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/69.gif -------------------------------------------------------------------------------- /js/layui/images/face/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/7.gif -------------------------------------------------------------------------------- /js/layui/images/face/70.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/70.gif -------------------------------------------------------------------------------- /js/layui/images/face/71.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/71.gif -------------------------------------------------------------------------------- /js/layui/images/face/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/8.gif -------------------------------------------------------------------------------- /js/layui/images/face/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/9.gif -------------------------------------------------------------------------------- /js/layui/font/iconfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/font/iconfont.woff2 -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/cut.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/dgc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/dgc.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/dx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/dx.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/fz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/fz.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/gd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/gd.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/gh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/gh.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/gh1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/gh1.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/hb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/hb.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/jcb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/jcb.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/js.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/js.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/kj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/kj.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/kl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/kl.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/lcw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/lcw.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/man.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/man.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/no.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/ok.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/pjz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/pjz.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/px.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/qh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/qh.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/rq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/rq.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/run.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/sql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/sql.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/st.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/st.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/sum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/sum.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/sy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/sy.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/syc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/syc.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/sz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/sz.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/tip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/tip.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/ts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/ts.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/xj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/xj.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/xt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/xt.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/xt1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/xt1.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/xy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/xy.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/xz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/xz.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/yjz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/yjz.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/yx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/yx.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/zd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/zd.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/zdz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/zdz.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/zf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/zf.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/zxz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/zxz.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/back.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/blank.gif -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/byxz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/byxz.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/clear.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/close.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/exit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/exit.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/file.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/gdts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/gdts.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/ghxx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/ghxx.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/group.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/guhua.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/guhua.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/help.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/home.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/jcbt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/jcbt.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/lock.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/month.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/month.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/more.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/mrts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/mrts.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/order.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/order.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/print.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/qhyh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/qhyh.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/redo.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/save.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/stop.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/table.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/tjsz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/tjsz.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/undo.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/view.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/wait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/wait.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/wxts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/wxts.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/wxtx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/wxtx.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/zdycx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/zdycx.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/zhuti.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/zhuti.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/analise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/analise.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/cancel.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/circle.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/database.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/edit_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/edit_add.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/export.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/fangda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/fangda.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/feiguhua.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/feiguhua.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/filesave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/filesave.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/filter.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/folder.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/icon-bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/icon-bar.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/icon-pie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/icon-pie.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/mini_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/mini_add.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/pencil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/pencil.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/pingjia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/pingjia.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/reload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/reload.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/search.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/shanchu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/shanchu.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/shezhi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/shezhi.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/shezhi1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/shezhi1.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/shoucang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/shoucang.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/sousuo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/sousuo.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/stastics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/stastics.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/submit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/submit.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/tingzhi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/tingzhi.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/yonghu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/yonghu.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/yujing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/yujing.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/zdycxjgj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/zdycxjgj.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/zhixing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/zhixing.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/zhuti1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/zhuti1.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/icon-line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/icon-line.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/icon-point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/icon-point.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/long_anniu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/long_anniu.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/mini_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/mini_edit.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/shoucang1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/shoucang1.png -------------------------------------------------------------------------------- /js/layui/css/modules/layer/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/css/modules/layer/default/icon.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/blank.gif -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/blank.gif -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/loading.gif -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/caozuo_xian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/caozuo_xian.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/edit_remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/edit_remove.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/guhuahebing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/guhuahebing.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/guhuakelong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/guhuakelong.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/icon-lingbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/icon-lingbar.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/icon-stackbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/icon-stackbar.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/large_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/large_chart.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/large_clipart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/large_clipart.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/large_picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/large_picture.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/large_shapes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/large_shapes.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/mini_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/mini_refresh.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/shuju_diqiu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/shuju_diqiu.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/blank.gif -------------------------------------------------------------------------------- /js/layui/css/modules/layer/default/icon-ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/css/modules/layer/default/icon-ext.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/loading.gif -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/blank.gif -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/database_table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/database_table.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/icon-lineandbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/icon-lineandbar.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/large_smartart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/large_smartart.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/wodeguhua_xian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/wodeguhua_xian.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/Thumbs.db -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/blank.gif -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/loading.gif -------------------------------------------------------------------------------- /js/layui/css/modules/layer/default/loading-0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/css/modules/layer/default/loading-0.gif -------------------------------------------------------------------------------- /js/layui/css/modules/layer/default/loading-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/css/modules/layer/default/loading-1.gif -------------------------------------------------------------------------------- /js/layui/css/modules/layer/default/loading-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/css/modules/layer/default/loading-2.gif -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/combo_arrow.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/menu_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/panel_tools.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/tabs_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/tree_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/blank.gif -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/loading.gif -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/loading.gif -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/combo_arrow.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/menu_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/panel_tools.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/tabs_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/tagbox_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/tagbox_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/tree_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff3f3; 4 | color: #000; 5 | } 6 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/loading.gif -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/combo_arrow.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/menu_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/panel_tools.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/tabs_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/tree_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/datebox_arrow.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/layout_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/linkbutton_bg.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/slider_handle.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/tagbox_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/tagbox_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff3f3; 4 | color: #000; 5 | } 6 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff3f3; 4 | color: #000; 5 | } 6 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/combo_arrow.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/menu_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/panel_tools.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/tabs_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/tree_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff3f3; 4 | color: #000; 5 | } 6 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/datagrid_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/datebox_arrow.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/layout_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/linkbutton_bg.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/messager_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/slider_handle.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/spinner_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/1245O0R23W20-6391S3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/1245O0R23W20-6391S3.gif -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/tabs_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/tree_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff; 4 | color: #404040; 5 | } 6 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/datebox_arrow.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/layout_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/linkbutton_bg.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/slider_handle.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/tagbox_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/tagbox_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff3f3; 4 | color: #000; 5 | } 6 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/accordion_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/calendar_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/datagrid_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/messager_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/pagination_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/passwordbox_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/passwordbox_open.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/searchbox_button.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/spinner_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/combo_arrow.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/menu_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/panel_tools.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/tabs_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/tagbox_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/tagbox_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/tree_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/Web Database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/Web Database.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/datagrid_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/datebox_arrow.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/layout_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/linkbutton_bg.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/menu_arrows1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/menu_arrows1.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/messager_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/slider_handle.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/spinner_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/tagbox_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/tagbox_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/accordion_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/calendar_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/pagination_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/passwordbox_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/passwordbox_close.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/passwordbox_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/passwordbox_open.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/searchbox_button.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/combo_arrow.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/datebox_arrow.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/layout_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/linkbutton_bg.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/menu_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/panel_tools.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/slider_handle.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/tagbox_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/tagbox_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/accordion_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/calendar_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/datagrid_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/messager_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/pagination_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/passwordbox_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/passwordbox_open.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/searchbox_button.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/spinner_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/passwordbox_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/passwordbox_close.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/datagrid_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/datebox_arrow.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/layout_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/linkbutton_bg.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/messager_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/slider_handle.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/spinner_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/accordion_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/calendar_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/pagination_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/passwordbox_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/passwordbox_open.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/searchbox_button.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/validatebox_warning.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/calendar_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/datagrid_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/messager_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/spinner_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/passwordbox_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/passwordbox_close.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/validatebox_warning.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/accordion_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/calendar_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/pagination_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/passwordbox_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/passwordbox_close.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/passwordbox_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/passwordbox_open.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/searchbox_button.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/passwordbox_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/passwordbox_close.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/validatebox_warning.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/accordion_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/pagination_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/passwordbox_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/passwordbox_close.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/passwordbox_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/passwordbox_open.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/searchbox_button.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/validatebox_warning.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/validatebox_warning.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/validatebox_warning.png -------------------------------------------------------------------------------- /nginx-1.16.0/contrib/vim/ftdetect/nginx.vim: -------------------------------------------------------------------------------- 1 | au BufRead,BufNewFile *.nginx set ft=nginx 2 | au BufRead,BufNewFile */etc/nginx/* set ft=nginx 3 | au BufRead,BufNewFile */usr/local/nginx/conf/* set ft=nginx 4 | au BufRead,BufNewFile nginx.conf set ft=nginx 5 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/passwordbox.css: -------------------------------------------------------------------------------- 1 | .passwordbox-open { 2 | background: url('images/passwordbox_open.png') no-repeat center center; 3 | } 4 | .passwordbox-close { 5 | background: url('images/passwordbox_close.png') no-repeat center center; 6 | } 7 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/passwordbox.css: -------------------------------------------------------------------------------- 1 | .passwordbox-open { 2 | background: url('images/passwordbox_open.png') no-repeat center center; 3 | } 4 | .passwordbox-close { 5 | background: url('images/passwordbox_close.png') no-repeat center center; 6 | } 7 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/passwordbox.css: -------------------------------------------------------------------------------- 1 | .passwordbox-open { 2 | background: url('images/passwordbox_open.png') no-repeat center center; 3 | } 4 | .passwordbox-close { 5 | background: url('images/passwordbox_close.png') no-repeat center center; 6 | } 7 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/passwordbox.css: -------------------------------------------------------------------------------- 1 | .passwordbox-open { 2 | background: url('images/passwordbox_open.png') no-repeat center center; 3 | } 4 | .passwordbox-close { 5 | background: url('images/passwordbox_close.png') no-repeat center center; 6 | } 7 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/passwordbox.css: -------------------------------------------------------------------------------- 1 | .passwordbox-open { 2 | background: url('images/passwordbox_open.png') no-repeat center center; 3 | } 4 | .passwordbox-close { 5 | background: url('images/passwordbox_close.png') no-repeat center center; 6 | } 7 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/passwordbox.css: -------------------------------------------------------------------------------- 1 | .passwordbox-open { 2 | background: url('images/passwordbox_open.png') no-repeat center center; 3 | } 4 | .passwordbox-close { 5 | background: url('images/passwordbox_close.png') no-repeat center center; 6 | } 7 | -------------------------------------------------------------------------------- /nginx-1.16.0/contrib/vim/indent/nginx.vim: -------------------------------------------------------------------------------- 1 | if exists("b:did_indent") 2 | finish 3 | endif 4 | let b:did_indent = 1 5 | 6 | setlocal indentexpr= 7 | 8 | " cindent actually works for nginx' simple file structure 9 | setlocal cindent 10 | " Just make sure that the comments are not reset as defs would be. 11 | setlocal cinkeys-=0# 12 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/splitbutton.css: -------------------------------------------------------------------------------- 1 | .s-btn:hover .m-btn-line, 2 | .s-btn-active .m-btn-line, 3 | .s-btn-plain-active .m-btn-line { 4 | display: inline-block; 5 | } 6 | .l-btn:hover .s-btn-downarrow, 7 | .s-btn-active .s-btn-downarrow, 8 | .s-btn-plain-active .s-btn-downarrow { 9 | border-style: solid; 10 | border-color: #bfbfbf; 11 | border-width: 0 0 0 1px; 12 | } 13 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/splitbutton.css: -------------------------------------------------------------------------------- 1 | .s-btn:hover .m-btn-line, 2 | .s-btn-active .m-btn-line, 3 | .s-btn-plain-active .m-btn-line { 4 | display: inline-block; 5 | } 6 | .l-btn:hover .s-btn-downarrow, 7 | .s-btn-active .s-btn-downarrow, 8 | .s-btn-plain-active .s-btn-downarrow { 9 | border-style: solid; 10 | border-color: #cccccc; 11 | border-width: 0 0 0 1px; 12 | } 13 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/splitbutton.css: -------------------------------------------------------------------------------- 1 | .s-btn:hover .m-btn-line, 2 | .s-btn-active .m-btn-line, 3 | .s-btn-plain-active .m-btn-line { 4 | display: inline-block; 5 | } 6 | .l-btn:hover .s-btn-downarrow, 7 | .s-btn-active .s-btn-downarrow, 8 | .s-btn-plain-active .s-btn-downarrow { 9 | border-style: solid; 10 | border-color: #bbb; 11 | border-width: 0 0 0 1px; 12 | } 13 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/splitbutton.css: -------------------------------------------------------------------------------- 1 | .s-btn:hover .m-btn-line, 2 | .s-btn-active .m-btn-line, 3 | .s-btn-plain-active .m-btn-line { 4 | display: inline-block; 5 | } 6 | .l-btn:hover .s-btn-downarrow, 7 | .s-btn-active .s-btn-downarrow, 8 | .s-btn-plain-active .s-btn-downarrow { 9 | border-style: solid; 10 | border-color: #aac5e7; 11 | border-width: 0 0 0 1px; 12 | } 13 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/splitbutton.css: -------------------------------------------------------------------------------- 1 | .s-btn:hover .m-btn-line, 2 | .s-btn-active .m-btn-line, 3 | .s-btn-plain-active .m-btn-line { 4 | display: inline-block; 5 | } 6 | .l-btn:hover .s-btn-downarrow, 7 | .s-btn-active .s-btn-downarrow, 8 | .s-btn-plain-active .s-btn-downarrow { 9 | border-style: solid; 10 | border-color: #ccc; 11 | border-width: 0 0 0 1px; 12 | } 13 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/splitbutton.css: -------------------------------------------------------------------------------- 1 | .s-btn:hover .m-btn-line, 2 | .s-btn-active .m-btn-line, 3 | .s-btn-plain-active .m-btn-line { 4 | display: inline-block; 5 | } 6 | .l-btn:hover .s-btn-downarrow, 7 | .s-btn-active .s-btn-downarrow, 8 | .s-btn-plain-active .s-btn-downarrow { 9 | border-style: solid; 10 | border-color: #b3b3b3; 11 | border-width: 0 0 0 1px; 12 | } 13 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/filebox.css: -------------------------------------------------------------------------------- 1 | .filebox .textbox-value { 2 | vertical-align: top; 3 | position: absolute; 4 | top: 0; 5 | left: -5000px; 6 | } 7 | .filebox-label { 8 | display: inline-block; 9 | position: absolute; 10 | width: 100%; 11 | height: 100%; 12 | cursor: pointer; 13 | left: 0; 14 | top: 0; 15 | z-index: 10; 16 | background: url('images/blank.gif') no-repeat; 17 | } 18 | .l-btn-disabled .filebox-label { 19 | cursor: default; 20 | } 21 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/filebox.css: -------------------------------------------------------------------------------- 1 | .filebox .textbox-value { 2 | vertical-align: top; 3 | position: absolute; 4 | top: 0; 5 | left: -5000px; 6 | } 7 | .filebox-label { 8 | display: inline-block; 9 | position: absolute; 10 | width: 100%; 11 | height: 100%; 12 | cursor: pointer; 13 | left: 0; 14 | top: 0; 15 | z-index: 10; 16 | background: url('images/blank.gif') no-repeat; 17 | } 18 | .l-btn-disabled .filebox-label { 19 | cursor: default; 20 | } 21 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/filebox.css: -------------------------------------------------------------------------------- 1 | .filebox .textbox-value { 2 | vertical-align: top; 3 | position: absolute; 4 | top: 0; 5 | left: -5000px; 6 | } 7 | .filebox-label { 8 | display: inline-block; 9 | position: absolute; 10 | width: 100%; 11 | height: 100%; 12 | cursor: pointer; 13 | left: 0; 14 | top: 0; 15 | z-index: 10; 16 | background: url('images/blank.gif') no-repeat; 17 | } 18 | .l-btn-disabled .filebox-label { 19 | cursor: default; 20 | } 21 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/filebox.css: -------------------------------------------------------------------------------- 1 | .filebox .textbox-value { 2 | vertical-align: top; 3 | position: absolute; 4 | top: 0; 5 | left: -5000px; 6 | } 7 | .filebox-label { 8 | display: inline-block; 9 | position: absolute; 10 | width: 100%; 11 | height: 100%; 12 | cursor: pointer; 13 | left: 0; 14 | top: 0; 15 | z-index: 10; 16 | background: url('images/blank.gif') no-repeat; 17 | } 18 | .l-btn-disabled .filebox-label { 19 | cursor: default; 20 | } 21 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/filebox.css: -------------------------------------------------------------------------------- 1 | .filebox .textbox-value { 2 | vertical-align: top; 3 | position: absolute; 4 | top: 0; 5 | left: -5000px; 6 | } 7 | .filebox-label { 8 | display: inline-block; 9 | position: absolute; 10 | width: 100%; 11 | height: 100%; 12 | cursor: pointer; 13 | left: 0; 14 | top: 0; 15 | z-index: 10; 16 | background: url('images/blank.gif') no-repeat; 17 | } 18 | .l-btn-disabled .filebox-label { 19 | cursor: default; 20 | } 21 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/filebox.css: -------------------------------------------------------------------------------- 1 | .filebox .textbox-value { 2 | vertical-align: top; 3 | position: absolute; 4 | top: 0; 5 | left: -5000px; 6 | } 7 | .filebox-label { 8 | display: inline-block; 9 | position: absolute; 10 | width: 100%; 11 | height: 100%; 12 | cursor: pointer; 13 | left: 0; 14 | top: 0; 15 | z-index: 10; 16 | background: url('images/blank.gif') no-repeat; 17 | } 18 | .l-btn-disabled .filebox-label { 19 | cursor: default; 20 | } 21 | -------------------------------------------------------------------------------- /nginx-1.16.0/contrib/README: -------------------------------------------------------------------------------- 1 | 2 | geo2nginx.pl by Andrei Nigmatulin 3 | 4 | The perl script to convert CSV geoip database ( free download 5 | at http://www.maxmind.com/app/geoip_country ) to format, suitable 6 | for use by the ngx_http_geo_module. 7 | 8 | 9 | unicode2nginx by Maxim Dounin 10 | 11 | The perl script to convert unicode mappings ( available 12 | at http://www.unicode.org/Public/MAPPINGS/ ) to the nginx 13 | configuration file format. 14 | Two generated full maps for windows-1251 and koi8-r. 15 | 16 | 17 | vim by Evan Miller 18 | 19 | Syntax highlighting of nginx configuration for vim, to be 20 | placed into ~/.vim/. 21 | 22 | -------------------------------------------------------------------------------- /nginx-1.16.0/conf/scgi_params: -------------------------------------------------------------------------------- 1 | 2 | scgi_param REQUEST_METHOD $request_method; 3 | scgi_param REQUEST_URI $request_uri; 4 | scgi_param QUERY_STRING $query_string; 5 | scgi_param CONTENT_TYPE $content_type; 6 | 7 | scgi_param DOCUMENT_URI $document_uri; 8 | scgi_param DOCUMENT_ROOT $document_root; 9 | scgi_param SCGI 1; 10 | scgi_param SERVER_PROTOCOL $server_protocol; 11 | scgi_param REQUEST_SCHEME $scheme; 12 | scgi_param HTTPS $https if_not_empty; 13 | 14 | scgi_param REMOTE_ADDR $remote_addr; 15 | scgi_param REMOTE_PORT $remote_port; 16 | scgi_param SERVER_PORT $server_port; 17 | scgi_param SERVER_NAME $server_name; 18 | -------------------------------------------------------------------------------- /nginx-1.16.0/conf/uwsgi_params: -------------------------------------------------------------------------------- 1 | 2 | uwsgi_param QUERY_STRING $query_string; 3 | uwsgi_param REQUEST_METHOD $request_method; 4 | uwsgi_param CONTENT_TYPE $content_type; 5 | uwsgi_param CONTENT_LENGTH $content_length; 6 | 7 | uwsgi_param REQUEST_URI $request_uri; 8 | uwsgi_param PATH_INFO $document_uri; 9 | uwsgi_param DOCUMENT_ROOT $document_root; 10 | uwsgi_param SERVER_PROTOCOL $server_protocol; 11 | uwsgi_param REQUEST_SCHEME $scheme; 12 | uwsgi_param HTTPS $https if_not_empty; 13 | 14 | uwsgi_param REMOTE_ADDR $remote_addr; 15 | uwsgi_param REMOTE_PORT $remote_port; 16 | uwsgi_param SERVER_PORT $server_port; 17 | uwsgi_param SERVER_NAME $server_name; 18 | -------------------------------------------------------------------------------- /css/show-hint.css: -------------------------------------------------------------------------------- 1 | .CodeMirror-hints { 2 | position: absolute; 3 | z-index: 10; 4 | overflow: hidden; 5 | list-style: none; 6 | 7 | margin: 0; 8 | padding: 2px; 9 | 10 | -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2); 11 | -moz-box-shadow: 2px 3px 5px rgba(0,0,0,.2); 12 | box-shadow: 2px 3px 5px rgba(0,0,0,.2); 13 | border-radius: 3px; 14 | border: 1px solid silver; 15 | 16 | background: white; 17 | font-size: 90%; 18 | font-family: monospace; 19 | 20 | max-height: 20em; 21 | overflow-y: auto; 22 | } 23 | 24 | .CodeMirror-hint { 25 | margin: 0; 26 | padding: 0 4px; 27 | border-radius: 2px; 28 | white-space: pre; 29 | color: black; 30 | cursor: pointer; 31 | } 32 | 33 | li.CodeMirror-hint-active { 34 | background: #08f; 35 | color: white; 36 | } 37 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/combo.css: -------------------------------------------------------------------------------- 1 | .combo-arrow { 2 | width: 18px; 3 | height: 20px; 4 | overflow: hidden; 5 | display: inline-block; 6 | vertical-align: top; 7 | cursor: pointer; 8 | opacity: 0.6; 9 | filter: alpha(opacity=60); 10 | } 11 | .combo-arrow-hover { 12 | opacity: 1.0; 13 | filter: alpha(opacity=100); 14 | } 15 | .combo-panel { 16 | overflow: auto; 17 | } 18 | .combo-arrow { 19 | background: url('images/combo_arrow.png') no-repeat center center; 20 | } 21 | .combo-panel { 22 | background-color: #666; 23 | } 24 | .combo-arrow { 25 | background-color: #3d3d3d; 26 | } 27 | .combo-arrow-hover { 28 | background-color: #777; 29 | } 30 | .combo-arrow:hover { 31 | background-color: #777; 32 | } 33 | .combo .textbox-icon-disabled:hover { 34 | cursor: default; 35 | } 36 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/combo.css: -------------------------------------------------------------------------------- 1 | .combo-arrow { 2 | width: 18px; 3 | height: 20px; 4 | overflow: hidden; 5 | display: inline-block; 6 | vertical-align: top; 7 | cursor: pointer; 8 | opacity: 0.6; 9 | filter: alpha(opacity=60); 10 | } 11 | .combo-arrow-hover { 12 | opacity: 1.0; 13 | filter: alpha(opacity=100); 14 | } 15 | .combo-panel { 16 | overflow: auto; 17 | } 18 | .combo-arrow { 19 | background: url('images/combo_arrow.png') no-repeat center center; 20 | } 21 | .combo-panel { 22 | background-color: #ffffff; 23 | } 24 | .combo-arrow { 25 | background-color: #f5f5f5; 26 | } 27 | .combo-arrow-hover { 28 | background-color: #eee; 29 | } 30 | .combo-arrow:hover { 31 | background-color: #eee; 32 | } 33 | .combo .textbox-icon-disabled:hover { 34 | cursor: default; 35 | } 36 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/combo.css: -------------------------------------------------------------------------------- 1 | .combo-arrow { 2 | width: 18px; 3 | height: 20px; 4 | overflow: hidden; 5 | display: inline-block; 6 | vertical-align: top; 7 | cursor: pointer; 8 | opacity: 0.6; 9 | filter: alpha(opacity=60); 10 | } 11 | .combo-arrow-hover { 12 | opacity: 1.0; 13 | filter: alpha(opacity=100); 14 | } 15 | .combo-panel { 16 | overflow: auto; 17 | } 18 | .combo-arrow { 19 | background: url('images/combo_arrow.png') no-repeat center center; 20 | } 21 | .combo-panel { 22 | background-color: #fff; 23 | } 24 | .combo-arrow { 25 | background-color: #ffffff; 26 | } 27 | .combo-arrow-hover { 28 | background-color: #E6E6E6; 29 | } 30 | .combo-arrow:hover { 31 | background-color: #E6E6E6; 32 | } 33 | .combo .textbox-icon-disabled:hover { 34 | cursor: default; 35 | } 36 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/datebox.css: -------------------------------------------------------------------------------- 1 | .datebox-calendar-inner { 2 | height: 180px; 3 | } 4 | .datebox-button { 5 | padding: 0 5px; 6 | text-align: center; 7 | } 8 | .datebox-button a { 9 | line-height: 22px; 10 | font-size: 12px; 11 | font-weight: bold; 12 | text-decoration: none; 13 | opacity: 0.6; 14 | filter: alpha(opacity=60); 15 | } 16 | .datebox-button a:hover { 17 | opacity: 1.0; 18 | filter: alpha(opacity=100); 19 | } 20 | .datebox-current, 21 | .datebox-close { 22 | float: left; 23 | } 24 | .datebox-close { 25 | float: right; 26 | } 27 | .datebox .combo-arrow { 28 | background-image: url('images/datebox_arrow.png'); 29 | background-position: center center; 30 | } 31 | .datebox-button { 32 | background-color: #555; 33 | } 34 | .datebox-button a { 35 | color: #fff; 36 | } 37 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/combo.css: -------------------------------------------------------------------------------- 1 | .combo-arrow { 2 | width: 18px; 3 | height: 20px; 4 | overflow: hidden; 5 | display: inline-block; 6 | vertical-align: top; 7 | cursor: pointer; 8 | opacity: 0.6; 9 | filter: alpha(opacity=60); 10 | } 11 | .combo-arrow-hover { 12 | opacity: 1.0; 13 | filter: alpha(opacity=100); 14 | } 15 | .combo-panel { 16 | overflow: auto; 17 | } 18 | .combo-arrow { 19 | background: url('images/combo_arrow.png') no-repeat center center; 20 | } 21 | .combo-panel { 22 | background-color: #ffffff; 23 | } 24 | .combo-arrow { 25 | background-color: #E0ECFF; 26 | } 27 | .combo-arrow-hover { 28 | background-color: #eaf2ff; 29 | } 30 | .combo-arrow:hover { 31 | background-color: #eaf2ff; 32 | } 33 | .combo .textbox-icon-disabled:hover { 34 | cursor: default; 35 | } 36 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/combo.css: -------------------------------------------------------------------------------- 1 | .combo-arrow { 2 | width: 18px; 3 | height: 20px; 4 | overflow: hidden; 5 | display: inline-block; 6 | vertical-align: top; 7 | cursor: pointer; 8 | opacity: 0.6; 9 | filter: alpha(opacity=60); 10 | } 11 | .combo-arrow-hover { 12 | opacity: 1.0; 13 | filter: alpha(opacity=100); 14 | } 15 | .combo-panel { 16 | overflow: auto; 17 | } 18 | .combo-arrow { 19 | background: url('images/combo_arrow.png') no-repeat center center; 20 | } 21 | .combo-panel { 22 | background-color: #ffffff; 23 | } 24 | .combo-arrow { 25 | background-color: #f3f3f3; 26 | } 27 | .combo-arrow-hover { 28 | background-color: #e2e2e2; 29 | } 30 | .combo-arrow:hover { 31 | background-color: #e2e2e2; 32 | } 33 | .combo .textbox-icon-disabled:hover { 34 | cursor: default; 35 | } 36 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/datebox.css: -------------------------------------------------------------------------------- 1 | .datebox-calendar-inner { 2 | height: 180px; 3 | } 4 | .datebox-button { 5 | padding: 0 5px; 6 | text-align: center; 7 | } 8 | .datebox-button a { 9 | line-height: 22px; 10 | font-size: 12px; 11 | font-weight: bold; 12 | text-decoration: none; 13 | opacity: 0.6; 14 | filter: alpha(opacity=60); 15 | } 16 | .datebox-button a:hover { 17 | opacity: 1.0; 18 | filter: alpha(opacity=100); 19 | } 20 | .datebox-current, 21 | .datebox-close { 22 | float: left; 23 | } 24 | .datebox-close { 25 | float: right; 26 | } 27 | .datebox .combo-arrow { 28 | background-image: url('images/datebox_arrow.png'); 29 | background-position: center center; 30 | } 31 | .datebox-button { 32 | background-color: #fafafa; 33 | } 34 | .datebox-button a { 35 | color: #444; 36 | } 37 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/datebox.css: -------------------------------------------------------------------------------- 1 | .datebox-calendar-inner { 2 | height: 180px; 3 | } 4 | .datebox-button { 5 | padding: 0 5px; 6 | text-align: center; 7 | } 8 | .datebox-button a { 9 | line-height: 22px; 10 | font-size: 12px; 11 | font-weight: bold; 12 | text-decoration: none; 13 | opacity: 0.6; 14 | filter: alpha(opacity=60); 15 | } 16 | .datebox-button a:hover { 17 | opacity: 1.0; 18 | filter: alpha(opacity=100); 19 | } 20 | .datebox-current, 21 | .datebox-close { 22 | float: left; 23 | } 24 | .datebox-close { 25 | float: right; 26 | } 27 | .datebox .combo-arrow { 28 | background-image: url('images/datebox_arrow.png'); 29 | background-position: center center; 30 | } 31 | .datebox-button { 32 | background-color: #fff; 33 | } 34 | .datebox-button a { 35 | color: #777; 36 | } 37 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/combo.css: -------------------------------------------------------------------------------- 1 | .combo-arrow { 2 | width: 18px; 3 | height: 20px; 4 | overflow: hidden; 5 | display: inline-block; 6 | vertical-align: top; 7 | cursor: pointer; 8 | opacity: 0.6; 9 | filter: alpha(opacity=60); 10 | } 11 | .combo-arrow-hover { 12 | opacity: 1.0; 13 | filter: alpha(opacity=100); 14 | } 15 | .combo-panel { 16 | overflow: auto; 17 | } 18 | .combo-arrow { 19 | background: url('images/combo_arrow.png') no-repeat center center; 20 | } 21 | .combo-panel { 22 | background-color: #ffffff; 23 | } 24 | .combo-arrow { 25 | background-color: #F2F2F2; 26 | } 27 | .combo-arrow-hover { 28 | background-color: #e6e6e6; 29 | } 30 | .combo-arrow:hover { 31 | background-color: #e6e6e6; 32 | } 33 | .combo .textbox-icon-disabled:hover { 34 | cursor: default; 35 | } 36 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/datebox.css: -------------------------------------------------------------------------------- 1 | .datebox-calendar-inner { 2 | height: 180px; 3 | } 4 | .datebox-button { 5 | padding: 0 5px; 6 | text-align: center; 7 | } 8 | .datebox-button a { 9 | line-height: 22px; 10 | font-size: 12px; 11 | font-weight: bold; 12 | text-decoration: none; 13 | opacity: 0.6; 14 | filter: alpha(opacity=60); 15 | } 16 | .datebox-button a:hover { 17 | opacity: 1.0; 18 | filter: alpha(opacity=100); 19 | } 20 | .datebox-current, 21 | .datebox-close { 22 | float: left; 23 | } 24 | .datebox-close { 25 | float: right; 26 | } 27 | .datebox .combo-arrow { 28 | background-image: url('images/datebox_arrow.png'); 29 | background-position: center center; 30 | } 31 | .datebox-button { 32 | background-color: #F5F5F5; 33 | } 34 | .datebox-button a { 35 | color: #444; 36 | } 37 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/datebox.css: -------------------------------------------------------------------------------- 1 | .datebox-calendar-inner { 2 | height: 180px; 3 | } 4 | .datebox-button { 5 | padding: 0 5px; 6 | text-align: center; 7 | } 8 | .datebox-button a { 9 | line-height: 22px; 10 | font-size: 12px; 11 | font-weight: bold; 12 | text-decoration: none; 13 | opacity: 0.6; 14 | filter: alpha(opacity=60); 15 | } 16 | .datebox-button a:hover { 17 | opacity: 1.0; 18 | filter: alpha(opacity=100); 19 | } 20 | .datebox-current, 21 | .datebox-close { 22 | float: left; 23 | } 24 | .datebox-close { 25 | float: right; 26 | } 27 | .datebox .combo-arrow { 28 | background-image: url('images/datebox_arrow.png'); 29 | background-position: center center; 30 | } 31 | .datebox-button { 32 | background-color: #F4F4F4; 33 | } 34 | .datebox-button a { 35 | color: #444; 36 | } 37 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/progressbar.css: -------------------------------------------------------------------------------- 1 | .progressbar { 2 | border-width: 1px; 3 | border-style: solid; 4 | -moz-border-radius: 5px 5px 5px 5px; 5 | -webkit-border-radius: 5px 5px 5px 5px; 6 | border-radius: 5px 5px 5px 5px; 7 | overflow: hidden; 8 | position: relative; 9 | } 10 | .progressbar-text { 11 | text-align: center; 12 | position: absolute; 13 | } 14 | .progressbar-value { 15 | position: relative; 16 | overflow: hidden; 17 | width: 0; 18 | -moz-border-radius: 5px 0 0 5px; 19 | -webkit-border-radius: 5px 0 0 5px; 20 | border-radius: 5px 0 0 5px; 21 | } 22 | .progressbar { 23 | border-color: #000; 24 | } 25 | .progressbar-text { 26 | color: #fff; 27 | font-size: 12px; 28 | } 29 | .progressbar-value .progressbar-text { 30 | background-color: #0052A3; 31 | color: #fff; 32 | } 33 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/datebox.css: -------------------------------------------------------------------------------- 1 | .datebox-calendar-inner { 2 | height: 180px; 3 | } 4 | .datebox-button { 5 | padding: 0 5px; 6 | text-align: center; 7 | } 8 | .datebox-button a { 9 | line-height: 22px; 10 | font-size: 12px; 11 | font-weight: bold; 12 | text-decoration: none; 13 | opacity: 0.6; 14 | filter: alpha(opacity=60); 15 | } 16 | .datebox-button a:hover { 17 | opacity: 1.0; 18 | filter: alpha(opacity=100); 19 | } 20 | .datebox-current, 21 | .datebox-close { 22 | float: left; 23 | } 24 | .datebox-close { 25 | float: right; 26 | } 27 | .datebox .combo-arrow { 28 | background-image: url('images/datebox_arrow.png'); 29 | background-position: center center; 30 | } 31 | .datebox-button { 32 | background-color: #fafafa; 33 | } 34 | .datebox-button a { 35 | color: #404040; 36 | } 37 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/progressbar.css: -------------------------------------------------------------------------------- 1 | .progressbar { 2 | border-width: 1px; 3 | border-style: solid; 4 | -moz-border-radius: 0px 0px 0px 0px; 5 | -webkit-border-radius: 0px 0px 0px 0px; 6 | border-radius: 0px 0px 0px 0px; 7 | overflow: hidden; 8 | position: relative; 9 | } 10 | .progressbar-text { 11 | text-align: center; 12 | position: absolute; 13 | } 14 | .progressbar-value { 15 | position: relative; 16 | overflow: hidden; 17 | width: 0; 18 | -moz-border-radius: 0px 0 0 0px; 19 | -webkit-border-radius: 0px 0 0 0px; 20 | border-radius: 0px 0 0 0px; 21 | } 22 | .progressbar { 23 | border-color: #ddd; 24 | } 25 | .progressbar-text { 26 | color: #444; 27 | font-size: 12px; 28 | } 29 | .progressbar-value .progressbar-text { 30 | background-color: #CCE6FF; 31 | color: #000; 32 | } 33 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/progressbar.css: -------------------------------------------------------------------------------- 1 | .progressbar { 2 | border-width: 1px; 3 | border-style: solid; 4 | -moz-border-radius: 5px 5px 5px 5px; 5 | -webkit-border-radius: 5px 5px 5px 5px; 6 | border-radius: 5px 5px 5px 5px; 7 | overflow: hidden; 8 | position: relative; 9 | } 10 | .progressbar-text { 11 | text-align: center; 12 | position: absolute; 13 | } 14 | .progressbar-value { 15 | position: relative; 16 | overflow: hidden; 17 | width: 0; 18 | -moz-border-radius: 5px 0 0 5px; 19 | -webkit-border-radius: 5px 0 0 5px; 20 | border-radius: 5px 0 0 5px; 21 | } 22 | .progressbar { 23 | border-color: #D4D4D4; 24 | } 25 | .progressbar-text { 26 | color: #333; 27 | font-size: 12px; 28 | } 29 | .progressbar-value .progressbar-text { 30 | background-color: #0081c2; 31 | color: #fff; 32 | } 33 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/progressbar.css: -------------------------------------------------------------------------------- 1 | .progressbar { 2 | border-width: 1px; 3 | border-style: solid; 4 | -moz-border-radius: 5px 5px 5px 5px; 5 | -webkit-border-radius: 5px 5px 5px 5px; 6 | border-radius: 5px 5px 5px 5px; 7 | overflow: hidden; 8 | position: relative; 9 | } 10 | .progressbar-text { 11 | text-align: center; 12 | position: absolute; 13 | } 14 | .progressbar-value { 15 | position: relative; 16 | overflow: hidden; 17 | width: 0; 18 | -moz-border-radius: 5px 0 0 5px; 19 | -webkit-border-radius: 5px 0 0 5px; 20 | border-radius: 5px 0 0 5px; 21 | } 22 | .progressbar { 23 | border-color: #D3D3D3; 24 | } 25 | .progressbar-text { 26 | color: #000000; 27 | font-size: 12px; 28 | } 29 | .progressbar-value .progressbar-text { 30 | background-color: #0092DC; 31 | color: #fff; 32 | } 33 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/progressbar.css: -------------------------------------------------------------------------------- 1 | .progressbar { 2 | border-width: 1px; 3 | border-style: solid; 4 | -moz-border-radius: 4px 4px 4px 4px; 5 | -webkit-border-radius: 4px 4px 4px 4px; 6 | border-radius: 4px 4px 4px 4px; 7 | overflow: hidden; 8 | position: relative; 9 | } 10 | .progressbar-text { 11 | text-align: center; 12 | position: absolute; 13 | } 14 | .progressbar-value { 15 | position: relative; 16 | overflow: hidden; 17 | width: 0; 18 | -moz-border-radius: 4px 0 0 4px; 19 | -webkit-border-radius: 4px 0 0 4px; 20 | border-radius: 4px 0 0 4px; 21 | } 22 | .progressbar { 23 | border-color: #ddd; 24 | } 25 | .progressbar-text { 26 | color: #404040; 27 | font-size: 12px; 28 | } 29 | .progressbar-value .progressbar-text { 30 | background-color: #00bbee; 31 | color: #fff; 32 | } 33 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/combobox.css: -------------------------------------------------------------------------------- 1 | .combobox-item, 2 | .combobox-group, 3 | .combobox-stick { 4 | font-size: 12px; 5 | padding: 3px; 6 | } 7 | .combobox-item-disabled { 8 | opacity: 0.5; 9 | filter: alpha(opacity=50); 10 | } 11 | .combobox-gitem { 12 | padding-left: 10px; 13 | } 14 | .combobox-group, 15 | .combobox-stick { 16 | font-weight: bold; 17 | } 18 | .combobox-stick { 19 | position: absolute; 20 | top: 1px; 21 | left: 1px; 22 | right: 1px; 23 | background: inherit; 24 | } 25 | .combobox-item-hover { 26 | background-color: #777; 27 | color: #fff; 28 | } 29 | .combobox-item-selected { 30 | background-color: #0052A3; 31 | color: #fff; 32 | } 33 | .combobox-icon { 34 | display: inline-block; 35 | width: 16px; 36 | height: 16px; 37 | vertical-align: middle; 38 | margin-right: 2px; 39 | } 40 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/progressbar.css: -------------------------------------------------------------------------------- 1 | .progressbar { 2 | border-width: 1px; 3 | border-style: solid; 4 | -moz-border-radius: 5px 5px 5px 5px; 5 | -webkit-border-radius: 5px 5px 5px 5px; 6 | border-radius: 5px 5px 5px 5px; 7 | overflow: hidden; 8 | position: relative; 9 | } 10 | .progressbar-text { 11 | text-align: center; 12 | position: absolute; 13 | } 14 | .progressbar-value { 15 | position: relative; 16 | overflow: hidden; 17 | width: 0; 18 | -moz-border-radius: 5px 0 0 5px; 19 | -webkit-border-radius: 5px 0 0 5px; 20 | border-radius: 5px 0 0 5px; 21 | } 22 | .progressbar { 23 | border-color: #95B8E7; 24 | } 25 | .progressbar-text { 26 | color: #000000; 27 | font-size: 12px; 28 | } 29 | .progressbar-value .progressbar-text { 30 | background-color: #ffe48d; 31 | color: #000000; 32 | } 33 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/combobox.css: -------------------------------------------------------------------------------- 1 | .combobox-item, 2 | .combobox-group, 3 | .combobox-stick { 4 | font-size: 12px; 5 | padding: 3px; 6 | } 7 | .combobox-item-disabled { 8 | opacity: 0.5; 9 | filter: alpha(opacity=50); 10 | } 11 | .combobox-gitem { 12 | padding-left: 10px; 13 | } 14 | .combobox-group, 15 | .combobox-stick { 16 | font-weight: bold; 17 | } 18 | .combobox-stick { 19 | position: absolute; 20 | top: 1px; 21 | left: 1px; 22 | right: 1px; 23 | background: inherit; 24 | } 25 | .combobox-item-hover { 26 | background-color: #e2e2e2; 27 | color: #000000; 28 | } 29 | .combobox-item-selected { 30 | background-color: #0092DC; 31 | color: #fff; 32 | } 33 | .combobox-icon { 34 | display: inline-block; 35 | width: 16px; 36 | height: 16px; 37 | vertical-align: middle; 38 | margin-right: 2px; 39 | } 40 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/combobox.css: -------------------------------------------------------------------------------- 1 | .combobox-item, 2 | .combobox-group, 3 | .combobox-stick { 4 | font-size: 12px; 5 | padding: 3px; 6 | } 7 | .combobox-item-disabled { 8 | opacity: 0.5; 9 | filter: alpha(opacity=50); 10 | } 11 | .combobox-gitem { 12 | padding-left: 10px; 13 | } 14 | .combobox-group, 15 | .combobox-stick { 16 | font-weight: bold; 17 | } 18 | .combobox-stick { 19 | position: absolute; 20 | top: 1px; 21 | left: 1px; 22 | right: 1px; 23 | background: inherit; 24 | } 25 | .combobox-item-hover { 26 | background-color: #E6E6E6; 27 | color: #444; 28 | } 29 | .combobox-item-selected { 30 | background-color: #CCE6FF; 31 | color: #000; 32 | } 33 | .combobox-icon { 34 | display: inline-block; 35 | width: 16px; 36 | height: 16px; 37 | vertical-align: middle; 38 | margin-right: 2px; 39 | } 40 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/combobox.css: -------------------------------------------------------------------------------- 1 | .combobox-item, 2 | .combobox-group, 3 | .combobox-stick { 4 | font-size: 12px; 5 | padding: 3px; 6 | } 7 | .combobox-item-disabled { 8 | opacity: 0.5; 9 | filter: alpha(opacity=50); 10 | } 11 | .combobox-gitem { 12 | padding-left: 10px; 13 | } 14 | .combobox-group, 15 | .combobox-stick { 16 | font-weight: bold; 17 | } 18 | .combobox-stick { 19 | position: absolute; 20 | top: 1px; 21 | left: 1px; 22 | right: 1px; 23 | background: inherit; 24 | } 25 | .combobox-item-hover { 26 | background-color: #e6e6e6; 27 | color: #00438a; 28 | } 29 | .combobox-item-selected { 30 | background-color: #0081c2; 31 | color: #fff; 32 | } 33 | .combobox-icon { 34 | display: inline-block; 35 | width: 16px; 36 | height: 16px; 37 | vertical-align: middle; 38 | margin-right: 2px; 39 | } 40 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/combobox.css: -------------------------------------------------------------------------------- 1 | .combobox-item, 2 | .combobox-group, 3 | .combobox-stick { 4 | font-size: 12px; 5 | padding: 3px; 6 | } 7 | .combobox-item-disabled { 8 | opacity: 0.5; 9 | filter: alpha(opacity=50); 10 | } 11 | .combobox-gitem { 12 | padding-left: 10px; 13 | } 14 | .combobox-group, 15 | .combobox-stick { 16 | font-weight: bold; 17 | } 18 | .combobox-stick { 19 | position: absolute; 20 | top: 1px; 21 | left: 1px; 22 | right: 1px; 23 | background: inherit; 24 | } 25 | .combobox-item-hover { 26 | background-color: #eee; 27 | color: #404040; 28 | } 29 | .combobox-item-selected { 30 | background-color: #00bbee; 31 | color: #fff; 32 | } 33 | .combobox-icon { 34 | display: inline-block; 35 | width: 16px; 36 | height: 16px; 37 | vertical-align: middle; 38 | margin-right: 2px; 39 | } 40 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/combobox.css: -------------------------------------------------------------------------------- 1 | .combobox-item, 2 | .combobox-group, 3 | .combobox-stick { 4 | font-size: 12px; 5 | padding: 3px; 6 | } 7 | .combobox-item-disabled { 8 | opacity: 0.5; 9 | filter: alpha(opacity=50); 10 | } 11 | .combobox-gitem { 12 | padding-left: 10px; 13 | } 14 | .combobox-group, 15 | .combobox-stick { 16 | font-weight: bold; 17 | } 18 | .combobox-stick { 19 | position: absolute; 20 | top: 1px; 21 | left: 1px; 22 | right: 1px; 23 | background: inherit; 24 | } 25 | .combobox-item-hover { 26 | background-color: #eaf2ff; 27 | color: #000000; 28 | } 29 | .combobox-item-selected { 30 | background-color: #ffe48d; 31 | color: #000000; 32 | } 33 | .combobox-icon { 34 | display: inline-block; 35 | width: 16px; 36 | height: 16px; 37 | vertical-align: middle; 38 | margin-right: 2px; 39 | } 40 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/propertygrid.css: -------------------------------------------------------------------------------- 1 | .propertygrid .datagrid-view1 .datagrid-body td { 2 | padding-bottom: 1px; 3 | border-width: 0 1px 0 0; 4 | } 5 | .propertygrid .datagrid-group { 6 | height: 21px; 7 | overflow: hidden; 8 | border-width: 0 0 1px 0; 9 | border-style: solid; 10 | } 11 | .propertygrid .datagrid-group span { 12 | font-weight: bold; 13 | } 14 | .propertygrid .datagrid-view1 .datagrid-body td { 15 | border-color: #222; 16 | } 17 | .propertygrid .datagrid-view1 .datagrid-group { 18 | border-color: #3d3d3d; 19 | } 20 | .propertygrid .datagrid-view2 .datagrid-group { 21 | border-color: #222; 22 | } 23 | .propertygrid .datagrid-group, 24 | .propertygrid .datagrid-view1 .datagrid-body, 25 | .propertygrid .datagrid-view1 .datagrid-row-over, 26 | .propertygrid .datagrid-view1 .datagrid-row-selected { 27 | background: #3d3d3d; 28 | } 29 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/propertygrid.css: -------------------------------------------------------------------------------- 1 | .propertygrid .datagrid-view1 .datagrid-body td { 2 | padding-bottom: 1px; 3 | border-width: 0 1px 0 0; 4 | } 5 | .propertygrid .datagrid-group { 6 | height: 21px; 7 | overflow: hidden; 8 | border-width: 0 0 1px 0; 9 | border-style: solid; 10 | } 11 | .propertygrid .datagrid-group span { 12 | font-weight: bold; 13 | } 14 | .propertygrid .datagrid-view1 .datagrid-body td { 15 | border-color: #ddd; 16 | } 17 | .propertygrid .datagrid-view1 .datagrid-group { 18 | border-color: #f3f3f3; 19 | } 20 | .propertygrid .datagrid-view2 .datagrid-group { 21 | border-color: #ddd; 22 | } 23 | .propertygrid .datagrid-group, 24 | .propertygrid .datagrid-view1 .datagrid-body, 25 | .propertygrid .datagrid-view1 .datagrid-row-over, 26 | .propertygrid .datagrid-view1 .datagrid-row-selected { 27 | background: #f3f3f3; 28 | } 29 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/propertygrid.css: -------------------------------------------------------------------------------- 1 | .propertygrid .datagrid-view1 .datagrid-body td { 2 | padding-bottom: 1px; 3 | border-width: 0 1px 0 0; 4 | } 5 | .propertygrid .datagrid-group { 6 | height: 21px; 7 | overflow: hidden; 8 | border-width: 0 0 1px 0; 9 | border-style: solid; 10 | } 11 | .propertygrid .datagrid-group span { 12 | font-weight: bold; 13 | } 14 | .propertygrid .datagrid-view1 .datagrid-body td { 15 | border-color: #ddd; 16 | } 17 | .propertygrid .datagrid-view1 .datagrid-group { 18 | border-color: #ffffff; 19 | } 20 | .propertygrid .datagrid-view2 .datagrid-group { 21 | border-color: #ddd; 22 | } 23 | .propertygrid .datagrid-group, 24 | .propertygrid .datagrid-view1 .datagrid-body, 25 | .propertygrid .datagrid-view1 .datagrid-row-over, 26 | .propertygrid .datagrid-view1 .datagrid-row-selected { 27 | background: #ffffff; 28 | } 29 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/propertygrid.css: -------------------------------------------------------------------------------- 1 | .propertygrid .datagrid-view1 .datagrid-body td { 2 | padding-bottom: 1px; 3 | border-width: 0 1px 0 0; 4 | } 5 | .propertygrid .datagrid-group { 6 | height: 21px; 7 | overflow: hidden; 8 | border-width: 0 0 1px 0; 9 | border-style: solid; 10 | } 11 | .propertygrid .datagrid-group span { 12 | font-weight: bold; 13 | } 14 | .propertygrid .datagrid-view1 .datagrid-body td { 15 | border-color: #eee; 16 | } 17 | .propertygrid .datagrid-view1 .datagrid-group { 18 | border-color: #f5f5f5; 19 | } 20 | .propertygrid .datagrid-view2 .datagrid-group { 21 | border-color: #eee; 22 | } 23 | .propertygrid .datagrid-group, 24 | .propertygrid .datagrid-view1 .datagrid-body, 25 | .propertygrid .datagrid-view1 .datagrid-row-over, 26 | .propertygrid .datagrid-view1 .datagrid-row-selected { 27 | background: #f5f5f5; 28 | } 29 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/propertygrid.css: -------------------------------------------------------------------------------- 1 | .propertygrid .datagrid-view1 .datagrid-body td { 2 | padding-bottom: 1px; 3 | border-width: 0 1px 0 0; 4 | } 5 | .propertygrid .datagrid-group { 6 | height: 21px; 7 | overflow: hidden; 8 | border-width: 0 0 1px 0; 9 | border-style: solid; 10 | } 11 | .propertygrid .datagrid-group span { 12 | font-weight: bold; 13 | } 14 | .propertygrid .datagrid-view1 .datagrid-body td { 15 | border-color: #e6e6e6; 16 | } 17 | .propertygrid .datagrid-view1 .datagrid-group { 18 | border-color: #F2F2F2; 19 | } 20 | .propertygrid .datagrid-view2 .datagrid-group { 21 | border-color: #e6e6e6; 22 | } 23 | .propertygrid .datagrid-group, 24 | .propertygrid .datagrid-view1 .datagrid-body, 25 | .propertygrid .datagrid-view1 .datagrid-row-over, 26 | .propertygrid .datagrid-view1 .datagrid-row-selected { 27 | background: #F2F2F2; 28 | } 29 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/propertygrid.css: -------------------------------------------------------------------------------- 1 | .propertygrid .datagrid-view1 .datagrid-body td { 2 | padding-bottom: 1px; 3 | border-width: 0 1px 0 0; 4 | } 5 | .propertygrid .datagrid-group { 6 | height: 21px; 7 | overflow: hidden; 8 | border-width: 0 0 1px 0; 9 | border-style: solid; 10 | } 11 | .propertygrid .datagrid-group span { 12 | font-weight: bold; 13 | } 14 | .propertygrid .datagrid-view1 .datagrid-body td { 15 | border-color: #dddddd; 16 | } 17 | .propertygrid .datagrid-view1 .datagrid-group { 18 | border-color: #E0ECFF; 19 | } 20 | .propertygrid .datagrid-view2 .datagrid-group { 21 | border-color: #dddddd; 22 | } 23 | .propertygrid .datagrid-group, 24 | .propertygrid .datagrid-view1 .datagrid-body, 25 | .propertygrid .datagrid-view1 .datagrid-row-over, 26 | .propertygrid .datagrid-view1 .datagrid-row-selected { 27 | background: #E0ECFF; 28 | } 29 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # sql-editor 2 | 3 | >sql-editor是基于CodeMirror的一个在线sql编辑工具,模仿navicat工具,开发的一个简易版。 4 | 5 | 目前只提供前端代码,测试数据为json模拟数据,为本地Nginx代理提供。 6 | ### 启动步骤: 7 | 1.启动nginx代理,进入目录 ./nginx-1.16.0/,打开命令行工具,执行一下命令: 8 | ``` 9 | #启动 10 | start ./nginx.exe 11 | #停止 12 | ./nginx.exe -s stop 13 | ``` 14 | 2.浏览器访问。地址:http://localhost:8080/sql-editor/index.html 15 | 16 | ### 涉及接口 17 | 1. 关键词接口 (./js/editor/sql.js) 18 |  19 | 2. 左侧表,树结构接口 (./js/index.js) 20 |  21 | 3. sql 执行查询接口(./js/index.js,不提供后台实现,使用者可自定义) 22 |  23 | ### 功能更新 24 | - 左侧提供数据库表字段树形结构,可拖拽到sql编辑框。(2019-7-19新增) 25 | - 编辑区和数据展示区上下拖动更改大小。(2019-7-19新增) 26 | - 执行与中断功能。(2019-7-19新增) 27 | - 自定义外部接口获取sql关键词、函数、表字段等,用于sql编辑时提示补全,键盘录入后自动提示,上下键选择,tab键或点击选中项自动补全。(2019-7-16) 28 | - sql格式化。(2019-7-16) 29 | 30 | ### 一些截图: 31 | 32 |  33 | 34 |  35 | 36 |  -------------------------------------------------------------------------------- /js/layui/css/modules/code.css: -------------------------------------------------------------------------------- 1 | /** layui-v2.5.2 MIT License By https://www.layui.com */ 2 | html #layuicss-skincodecss{display:none;position:absolute;width:1989px}.layui-code-h3,.layui-code-view{position:relative;font-size:12px}.layui-code-view{display:block;margin:10px 0;padding:0;border:1px solid #e2e2e2;border-left-width:6px;background-color:#F2F2F2;color:#333;font-family:Courier New}.layui-code-h3{padding:0 10px;height:32px;line-height:32px;border-bottom:1px solid #e2e2e2}.layui-code-h3 a{position:absolute;right:10px;top:0;color:#999}.layui-code-view .layui-code-ol{position:relative;overflow:auto}.layui-code-view .layui-code-ol li{position:relative;margin-left:45px;line-height:20px;padding:0 5px;border-left:1px solid #e2e2e2;list-style-type:decimal-leading-zero;*list-style-type:decimal;background-color:#fff}.layui-code-view pre{margin:0}.layui-code-notepad{border:1px solid #0C0C0C;border-left-color:#3F3F3F;background-color:#0C0C0C;color:#C2BE9E}.layui-code-notepad .layui-code-h3{border-bottom:none}.layui-code-notepad .layui-code-ol li{background-color:#3F3F3F;border-left:none} -------------------------------------------------------------------------------- /nginx-1.16.0/docs/zlib.LICENSE: -------------------------------------------------------------------------------- 1 | (C) 1995-2017 Jean-loup Gailly and Mark Adler 2 | 3 | This software is provided 'as-is', without any express or implied 4 | warranty. In no event will the authors be held liable for any damages 5 | arising from the use of this software. 6 | 7 | Permission is granted to anyone to use this software for any purpose, 8 | including commercial applications, and to alter it and redistribute it 9 | freely, subject to the following restrictions: 10 | 11 | 1. The origin of this software must not be misrepresented; you must not 12 | claim that you wrote the original software. If you use this software 13 | in a product, an acknowledgment in the product documentation would be 14 | appreciated but is not required. 15 | 2. Altered source versions must be plainly marked as such, and must not be 16 | misrepresented as being the original software. 17 | 3. This notice may not be removed or altered from any source distribution. 18 | 19 | Jean-loup Gailly Mark Adler 20 | jloup@gzip.org madler@alumni.caltech.edu 21 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/tagbox.css: -------------------------------------------------------------------------------- 1 | .tagbox { 2 | cursor: text; 3 | } 4 | .tagbox .textbox-text { 5 | float: left; 6 | } 7 | .tagbox-label { 8 | position: relative; 9 | display: block; 10 | margin: 4px 0 0 4px; 11 | padding: 0 20px 0 4px; 12 | float: left; 13 | vertical-align: top; 14 | text-decoration: none; 15 | -moz-border-radius: 5px 5px 5px 5px; 16 | -webkit-border-radius: 5px 5px 5px 5px; 17 | border-radius: 5px 5px 5px 5px; 18 | background: #777; 19 | color: #fff; 20 | } 21 | .tagbox-remove { 22 | background: url('images/tagbox_icons.png') no-repeat -16px center; 23 | position: absolute; 24 | display: block; 25 | width: 16px; 26 | height: 16px; 27 | right: 2px; 28 | top: 50%; 29 | margin-top: -8px; 30 | opacity: 0.6; 31 | filter: alpha(opacity=60); 32 | } 33 | .tagbox-remove:hover { 34 | opacity: 1; 35 | filter: alpha(opacity=100); 36 | } 37 | .textbox-disabled .tagbox-label { 38 | cursor: default; 39 | } 40 | .textbox-disabled .tagbox-remove:hover { 41 | cursor: default; 42 | opacity: 0.6; 43 | filter: alpha(opacity=60); 44 | } 45 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/tagbox.css: -------------------------------------------------------------------------------- 1 | .tagbox { 2 | cursor: text; 3 | } 4 | .tagbox .textbox-text { 5 | float: left; 6 | } 7 | .tagbox-label { 8 | position: relative; 9 | display: block; 10 | margin: 4px 0 0 4px; 11 | padding: 0 20px 0 4px; 12 | float: left; 13 | vertical-align: top; 14 | text-decoration: none; 15 | -moz-border-radius: 0px 0px 0px 0px; 16 | -webkit-border-radius: 0px 0px 0px 0px; 17 | border-radius: 0px 0px 0px 0px; 18 | background: #E6E6E6; 19 | color: #444; 20 | } 21 | .tagbox-remove { 22 | background: url('images/tagbox_icons.png') no-repeat -16px center; 23 | position: absolute; 24 | display: block; 25 | width: 16px; 26 | height: 16px; 27 | right: 2px; 28 | top: 50%; 29 | margin-top: -8px; 30 | opacity: 0.6; 31 | filter: alpha(opacity=60); 32 | } 33 | .tagbox-remove:hover { 34 | opacity: 1; 35 | filter: alpha(opacity=100); 36 | } 37 | .textbox-disabled .tagbox-label { 38 | cursor: default; 39 | } 40 | .textbox-disabled .tagbox-remove:hover { 41 | cursor: default; 42 | opacity: 0.6; 43 | filter: alpha(opacity=60); 44 | } 45 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/tagbox.css: -------------------------------------------------------------------------------- 1 | .tagbox { 2 | cursor: text; 3 | } 4 | .tagbox .textbox-text { 5 | float: left; 6 | } 7 | .tagbox-label { 8 | position: relative; 9 | display: block; 10 | margin: 4px 0 0 4px; 11 | padding: 0 20px 0 4px; 12 | float: left; 13 | vertical-align: top; 14 | text-decoration: none; 15 | -moz-border-radius: 5px 5px 5px 5px; 16 | -webkit-border-radius: 5px 5px 5px 5px; 17 | border-radius: 5px 5px 5px 5px; 18 | background: #eaf2ff; 19 | color: #000000; 20 | } 21 | .tagbox-remove { 22 | background: url('images/tagbox_icons.png') no-repeat -16px center; 23 | position: absolute; 24 | display: block; 25 | width: 16px; 26 | height: 16px; 27 | right: 2px; 28 | top: 50%; 29 | margin-top: -8px; 30 | opacity: 0.6; 31 | filter: alpha(opacity=60); 32 | } 33 | .tagbox-remove:hover { 34 | opacity: 1; 35 | filter: alpha(opacity=100); 36 | } 37 | .textbox-disabled .tagbox-label { 38 | cursor: default; 39 | } 40 | .textbox-disabled .tagbox-remove:hover { 41 | cursor: default; 42 | opacity: 0.6; 43 | filter: alpha(opacity=60); 44 | } 45 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/tagbox.css: -------------------------------------------------------------------------------- 1 | .tagbox { 2 | cursor: text; 3 | } 4 | .tagbox .textbox-text { 5 | float: left; 6 | } 7 | .tagbox-label { 8 | position: relative; 9 | display: block; 10 | margin: 4px 0 0 4px; 11 | padding: 0 20px 0 4px; 12 | float: left; 13 | vertical-align: top; 14 | text-decoration: none; 15 | -moz-border-radius: 5px 5px 5px 5px; 16 | -webkit-border-radius: 5px 5px 5px 5px; 17 | border-radius: 5px 5px 5px 5px; 18 | background: #e2e2e2; 19 | color: #000000; 20 | } 21 | .tagbox-remove { 22 | background: url('images/tagbox_icons.png') no-repeat -16px center; 23 | position: absolute; 24 | display: block; 25 | width: 16px; 26 | height: 16px; 27 | right: 2px; 28 | top: 50%; 29 | margin-top: -8px; 30 | opacity: 0.6; 31 | filter: alpha(opacity=60); 32 | } 33 | .tagbox-remove:hover { 34 | opacity: 1; 35 | filter: alpha(opacity=100); 36 | } 37 | .textbox-disabled .tagbox-label { 38 | cursor: default; 39 | } 40 | .textbox-disabled .tagbox-remove:hover { 41 | cursor: default; 42 | opacity: 0.6; 43 | filter: alpha(opacity=60); 44 | } 45 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/tagbox.css: -------------------------------------------------------------------------------- 1 | .tagbox { 2 | cursor: text; 3 | } 4 | .tagbox .textbox-text { 5 | float: left; 6 | } 7 | .tagbox-label { 8 | position: relative; 9 | display: block; 10 | margin: 4px 0 0 4px; 11 | padding: 0 20px 0 4px; 12 | float: left; 13 | vertical-align: top; 14 | text-decoration: none; 15 | -moz-border-radius: 4px 4px 4px 4px; 16 | -webkit-border-radius: 4px 4px 4px 4px; 17 | border-radius: 4px 4px 4px 4px; 18 | background: #eee; 19 | color: #404040; 20 | } 21 | .tagbox-remove { 22 | background: url('images/tagbox_icons.png') no-repeat -16px center; 23 | position: absolute; 24 | display: block; 25 | width: 16px; 26 | height: 16px; 27 | right: 2px; 28 | top: 50%; 29 | margin-top: -8px; 30 | opacity: 0.6; 31 | filter: alpha(opacity=60); 32 | } 33 | .tagbox-remove:hover { 34 | opacity: 1; 35 | filter: alpha(opacity=100); 36 | } 37 | .textbox-disabled .tagbox-label { 38 | cursor: default; 39 | } 40 | .textbox-disabled .tagbox-remove:hover { 41 | cursor: default; 42 | opacity: 0.6; 43 | filter: alpha(opacity=60); 44 | } 45 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/tagbox.css: -------------------------------------------------------------------------------- 1 | .tagbox { 2 | cursor: text; 3 | } 4 | .tagbox .textbox-text { 5 | float: left; 6 | } 7 | .tagbox-label { 8 | position: relative; 9 | display: block; 10 | margin: 4px 0 0 4px; 11 | padding: 0 20px 0 4px; 12 | float: left; 13 | vertical-align: top; 14 | text-decoration: none; 15 | -moz-border-radius: 5px 5px 5px 5px; 16 | -webkit-border-radius: 5px 5px 5px 5px; 17 | border-radius: 5px 5px 5px 5px; 18 | background: #e6e6e6; 19 | color: #00438a; 20 | } 21 | .tagbox-remove { 22 | background: url('images/tagbox_icons.png') no-repeat -16px center; 23 | position: absolute; 24 | display: block; 25 | width: 16px; 26 | height: 16px; 27 | right: 2px; 28 | top: 50%; 29 | margin-top: -8px; 30 | opacity: 0.6; 31 | filter: alpha(opacity=60); 32 | } 33 | .tagbox-remove:hover { 34 | opacity: 1; 35 | filter: alpha(opacity=100); 36 | } 37 | .textbox-disabled .tagbox-label { 38 | cursor: default; 39 | } 40 | .textbox-disabled .tagbox-remove:hover { 41 | cursor: default; 42 | opacity: 0.6; 43 | filter: alpha(opacity=60); 44 | } 45 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/dialog.css: -------------------------------------------------------------------------------- 1 | .dialog-content { 2 | overflow: auto; 3 | } 4 | .dialog-toolbar { 5 | position: relative; 6 | padding: 2px 5px; 7 | } 8 | .dialog-tool-separator { 9 | float: left; 10 | height: 24px; 11 | border-left: 1px solid #444; 12 | border-right: 1px solid #777; 13 | margin: 2px 1px; 14 | } 15 | .dialog-button { 16 | position: relative; 17 | top: -1px; 18 | padding: 5px; 19 | text-align: right; 20 | } 21 | .dialog-button .l-btn { 22 | margin-left: 5px; 23 | } 24 | .dialog-toolbar, 25 | .dialog-button { 26 | background: #555; 27 | border-width: 1px; 28 | border-style: solid; 29 | } 30 | .dialog-toolbar { 31 | border-color: #000 #000 #222 #000; 32 | } 33 | .dialog-button { 34 | border-color: #222 #000 #000 #000; 35 | } 36 | .window-thinborder .dialog-toolbar { 37 | border-left: transparent; 38 | border-right: transparent; 39 | border-top-color: #555; 40 | } 41 | .window-thinborder .dialog-button { 42 | top: 0px; 43 | padding: 5px 8px 8px 8px; 44 | border-left: transparent; 45 | border-right: transparent; 46 | border-bottom: transparent; 47 | } 48 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/dialog.css: -------------------------------------------------------------------------------- 1 | .dialog-content { 2 | overflow: auto; 3 | } 4 | .dialog-toolbar { 5 | position: relative; 6 | padding: 2px 5px; 7 | } 8 | .dialog-tool-separator { 9 | float: left; 10 | height: 24px; 11 | border-left: 1px solid #ddd; 12 | border-right: 1px solid #fff; 13 | margin: 2px 1px; 14 | } 15 | .dialog-button { 16 | position: relative; 17 | top: -1px; 18 | padding: 5px; 19 | text-align: right; 20 | } 21 | .dialog-button .l-btn { 22 | margin-left: 5px; 23 | } 24 | .dialog-toolbar, 25 | .dialog-button { 26 | background: #fff; 27 | border-width: 1px; 28 | border-style: solid; 29 | } 30 | .dialog-toolbar { 31 | border-color: #ddd #ddd #ddd #ddd; 32 | } 33 | .dialog-button { 34 | border-color: #ddd #ddd #ddd #ddd; 35 | } 36 | .window-thinborder .dialog-toolbar { 37 | border-left: transparent; 38 | border-right: transparent; 39 | border-top-color: #fff; 40 | } 41 | .window-thinborder .dialog-button { 42 | top: 0px; 43 | padding: 5px 8px 8px 8px; 44 | border-left: transparent; 45 | border-right: transparent; 46 | border-bottom: transparent; 47 | } 48 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/messager.css: -------------------------------------------------------------------------------- 1 | .messager-body { 2 | padding: 10px 10px 30px 10px; 3 | overflow: auto; 4 | } 5 | .messager-button { 6 | text-align: center; 7 | padding: 5px; 8 | } 9 | .messager-button .l-btn { 10 | width: 70px; 11 | } 12 | .messager-icon { 13 | float: left; 14 | width: 32px; 15 | height: 32px; 16 | margin: 0 10px 10px 0; 17 | } 18 | .messager-error { 19 | background: url('images/messager_icons.png') no-repeat scroll -64px 0; 20 | } 21 | .messager-info { 22 | background: url('images/messager_icons.png') no-repeat scroll 0 0; 23 | } 24 | .messager-question { 25 | background: url('images/messager_icons.png') no-repeat scroll -32px 0; 26 | } 27 | .messager-warning { 28 | background: url('images/messager_icons.png') no-repeat scroll -96px 0; 29 | } 30 | .messager-progress { 31 | padding: 10px; 32 | } 33 | .messager-p-msg { 34 | margin-bottom: 5px; 35 | } 36 | .messager-body .messager-input { 37 | width: 100%; 38 | padding: 4px 0; 39 | outline-style: none; 40 | border: 1px solid #000; 41 | } 42 | .window-thinborder .messager-button { 43 | padding-bottom: 8px; 44 | } 45 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/messager.css: -------------------------------------------------------------------------------- 1 | .messager-body { 2 | padding: 10px 10px 30px 10px; 3 | overflow: auto; 4 | } 5 | .messager-button { 6 | text-align: center; 7 | padding: 5px; 8 | } 9 | .messager-button .l-btn { 10 | width: 70px; 11 | } 12 | .messager-icon { 13 | float: left; 14 | width: 32px; 15 | height: 32px; 16 | margin: 0 10px 10px 0; 17 | } 18 | .messager-error { 19 | background: url('images/messager_icons.png') no-repeat scroll -64px 0; 20 | } 21 | .messager-info { 22 | background: url('images/messager_icons.png') no-repeat scroll 0 0; 23 | } 24 | .messager-question { 25 | background: url('images/messager_icons.png') no-repeat scroll -32px 0; 26 | } 27 | .messager-warning { 28 | background: url('images/messager_icons.png') no-repeat scroll -96px 0; 29 | } 30 | .messager-progress { 31 | padding: 10px; 32 | } 33 | .messager-p-msg { 34 | margin-bottom: 5px; 35 | } 36 | .messager-body .messager-input { 37 | width: 100%; 38 | padding: 4px 0; 39 | outline-style: none; 40 | border: 1px solid #ddd; 41 | } 42 | .window-thinborder .messager-button { 43 | padding-bottom: 8px; 44 | } 45 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/messager.css: -------------------------------------------------------------------------------- 1 | .messager-body { 2 | padding: 10px 10px 30px 10px; 3 | overflow: auto; 4 | } 5 | .messager-button { 6 | text-align: center; 7 | padding: 5px; 8 | } 9 | .messager-button .l-btn { 10 | width: 70px; 11 | } 12 | .messager-icon { 13 | float: left; 14 | width: 32px; 15 | height: 32px; 16 | margin: 0 10px 10px 0; 17 | } 18 | .messager-error { 19 | background: url('images/messager_icons.png') no-repeat scroll -64px 0; 20 | } 21 | .messager-info { 22 | background: url('images/messager_icons.png') no-repeat scroll 0 0; 23 | } 24 | .messager-question { 25 | background: url('images/messager_icons.png') no-repeat scroll -32px 0; 26 | } 27 | .messager-warning { 28 | background: url('images/messager_icons.png') no-repeat scroll -96px 0; 29 | } 30 | .messager-progress { 31 | padding: 10px; 32 | } 33 | .messager-p-msg { 34 | margin-bottom: 5px; 35 | } 36 | .messager-body .messager-input { 37 | width: 100%; 38 | padding: 4px 0; 39 | outline-style: none; 40 | border: 1px solid #95B8E7; 41 | } 42 | .window-thinborder .messager-button { 43 | padding-bottom: 8px; 44 | } 45 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/messager.css: -------------------------------------------------------------------------------- 1 | .messager-body { 2 | padding: 10px 10px 30px 10px; 3 | overflow: auto; 4 | } 5 | .messager-button { 6 | text-align: center; 7 | padding: 5px; 8 | } 9 | .messager-button .l-btn { 10 | width: 70px; 11 | } 12 | .messager-icon { 13 | float: left; 14 | width: 32px; 15 | height: 32px; 16 | margin: 0 10px 10px 0; 17 | } 18 | .messager-error { 19 | background: url('images/messager_icons.png') no-repeat scroll -64px 0; 20 | } 21 | .messager-info { 22 | background: url('images/messager_icons.png') no-repeat scroll 0 0; 23 | } 24 | .messager-question { 25 | background: url('images/messager_icons.png') no-repeat scroll -32px 0; 26 | } 27 | .messager-warning { 28 | background: url('images/messager_icons.png') no-repeat scroll -96px 0; 29 | } 30 | .messager-progress { 31 | padding: 10px; 32 | } 33 | .messager-p-msg { 34 | margin-bottom: 5px; 35 | } 36 | .messager-body .messager-input { 37 | width: 100%; 38 | padding: 4px 0; 39 | outline-style: none; 40 | border: 1px solid #D3D3D3; 41 | } 42 | .window-thinborder .messager-button { 43 | padding-bottom: 8px; 44 | } 45 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/dialog.css: -------------------------------------------------------------------------------- 1 | .dialog-content { 2 | overflow: auto; 3 | } 4 | .dialog-toolbar { 5 | position: relative; 6 | padding: 2px 5px; 7 | } 8 | .dialog-tool-separator { 9 | float: left; 10 | height: 24px; 11 | border-left: 1px solid #ddd; 12 | border-right: 1px solid #fff; 13 | margin: 2px 1px; 14 | } 15 | .dialog-button { 16 | position: relative; 17 | top: -1px; 18 | padding: 5px; 19 | text-align: right; 20 | } 21 | .dialog-button .l-btn { 22 | margin-left: 5px; 23 | } 24 | .dialog-toolbar, 25 | .dialog-button { 26 | background: #fafafa; 27 | border-width: 1px; 28 | border-style: solid; 29 | } 30 | .dialog-toolbar { 31 | border-color: #ddd #ddd #eee #ddd; 32 | } 33 | .dialog-button { 34 | border-color: #eee #ddd #ddd #ddd; 35 | } 36 | .window-thinborder .dialog-toolbar { 37 | border-left: transparent; 38 | border-right: transparent; 39 | border-top-color: #fafafa; 40 | } 41 | .window-thinborder .dialog-button { 42 | top: 0px; 43 | padding: 5px 8px 8px 8px; 44 | border-left: transparent; 45 | border-right: transparent; 46 | border-bottom: transparent; 47 | } 48 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/messager.css: -------------------------------------------------------------------------------- 1 | .messager-body { 2 | padding: 10px 10px 30px 10px; 3 | overflow: auto; 4 | } 5 | .messager-button { 6 | text-align: center; 7 | padding: 5px; 8 | } 9 | .messager-button .l-btn { 10 | width: 70px; 11 | } 12 | .messager-icon { 13 | float: left; 14 | width: 32px; 15 | height: 32px; 16 | margin: 0 10px 10px 0; 17 | } 18 | .messager-error { 19 | background: url('images/messager_icons.png') no-repeat scroll -64px 0; 20 | } 21 | .messager-info { 22 | background: url('images/messager_icons.png') no-repeat scroll 0 0; 23 | } 24 | .messager-question { 25 | background: url('images/messager_icons.png') no-repeat scroll -32px 0; 26 | } 27 | .messager-warning { 28 | background: url('images/messager_icons.png') no-repeat scroll -96px 0; 29 | } 30 | .messager-progress { 31 | padding: 10px; 32 | } 33 | .messager-p-msg { 34 | margin-bottom: 5px; 35 | } 36 | .messager-body .messager-input { 37 | width: 100%; 38 | padding: 4px 0; 39 | outline-style: none; 40 | border: 1px solid #ddd; 41 | } 42 | .window-thinborder .messager-button { 43 | padding-bottom: 8px; 44 | } 45 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/messager.css: -------------------------------------------------------------------------------- 1 | .messager-body { 2 | padding: 10px 10px 30px 10px; 3 | overflow: auto; 4 | } 5 | .messager-button { 6 | text-align: center; 7 | padding: 5px; 8 | } 9 | .messager-button .l-btn { 10 | width: 70px; 11 | } 12 | .messager-icon { 13 | float: left; 14 | width: 32px; 15 | height: 32px; 16 | margin: 0 10px 10px 0; 17 | } 18 | .messager-error { 19 | background: url('images/messager_icons.png') no-repeat scroll -64px 0; 20 | } 21 | .messager-info { 22 | background: url('images/messager_icons.png') no-repeat scroll 0 0; 23 | } 24 | .messager-question { 25 | background: url('images/messager_icons.png') no-repeat scroll -32px 0; 26 | } 27 | .messager-warning { 28 | background: url('images/messager_icons.png') no-repeat scroll -96px 0; 29 | } 30 | .messager-progress { 31 | padding: 10px; 32 | } 33 | .messager-p-msg { 34 | margin-bottom: 5px; 35 | } 36 | .messager-body .messager-input { 37 | width: 100%; 38 | padding: 4px 0; 39 | outline-style: none; 40 | border: 1px solid #D4D4D4; 41 | } 42 | .window-thinborder .messager-button { 43 | padding-bottom: 8px; 44 | } 45 | -------------------------------------------------------------------------------- /nginx-1.16.0/conf/fastcgi_params: -------------------------------------------------------------------------------- 1 | 2 | fastcgi_param QUERY_STRING $query_string; 3 | fastcgi_param REQUEST_METHOD $request_method; 4 | fastcgi_param CONTENT_TYPE $content_type; 5 | fastcgi_param CONTENT_LENGTH $content_length; 6 | 7 | fastcgi_param SCRIPT_NAME $fastcgi_script_name; 8 | fastcgi_param REQUEST_URI $request_uri; 9 | fastcgi_param DOCUMENT_URI $document_uri; 10 | fastcgi_param DOCUMENT_ROOT $document_root; 11 | fastcgi_param SERVER_PROTOCOL $server_protocol; 12 | fastcgi_param REQUEST_SCHEME $scheme; 13 | fastcgi_param HTTPS $https if_not_empty; 14 | 15 | fastcgi_param GATEWAY_INTERFACE CGI/1.1; 16 | fastcgi_param SERVER_SOFTWARE nginx/$nginx_version; 17 | 18 | fastcgi_param REMOTE_ADDR $remote_addr; 19 | fastcgi_param REMOTE_PORT $remote_port; 20 | fastcgi_param SERVER_ADDR $server_addr; 21 | fastcgi_param SERVER_PORT $server_port; 22 | fastcgi_param SERVER_NAME $server_name; 23 | 24 | # PHP only, required if PHP was built with --enable-force-cgi-redirect 25 | fastcgi_param REDIRECT_STATUS 200; 26 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/dialog.css: -------------------------------------------------------------------------------- 1 | .dialog-content { 2 | overflow: auto; 3 | } 4 | .dialog-toolbar { 5 | position: relative; 6 | padding: 2px 5px; 7 | } 8 | .dialog-tool-separator { 9 | float: left; 10 | height: 24px; 11 | border-left: 1px solid #ccc; 12 | border-right: 1px solid #fff; 13 | margin: 2px 1px; 14 | } 15 | .dialog-button { 16 | position: relative; 17 | top: -1px; 18 | padding: 5px; 19 | text-align: right; 20 | } 21 | .dialog-button .l-btn { 22 | margin-left: 5px; 23 | } 24 | .dialog-toolbar, 25 | .dialog-button { 26 | background: #fafafa; 27 | border-width: 1px; 28 | border-style: solid; 29 | } 30 | .dialog-toolbar { 31 | border-color: #D3D3D3 #D3D3D3 #ddd #D3D3D3; 32 | } 33 | .dialog-button { 34 | border-color: #ddd #D3D3D3 #D3D3D3 #D3D3D3; 35 | } 36 | .window-thinborder .dialog-toolbar { 37 | border-left: transparent; 38 | border-right: transparent; 39 | border-top-color: #fafafa; 40 | } 41 | .window-thinborder .dialog-button { 42 | top: 0px; 43 | padding: 5px 8px 8px 8px; 44 | border-left: transparent; 45 | border-right: transparent; 46 | border-bottom: transparent; 47 | } 48 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/dialog.css: -------------------------------------------------------------------------------- 1 | .dialog-content { 2 | overflow: auto; 3 | } 4 | .dialog-toolbar { 5 | position: relative; 6 | padding: 2px 5px; 7 | } 8 | .dialog-tool-separator { 9 | float: left; 10 | height: 24px; 11 | border-left: 1px solid #ccc; 12 | border-right: 1px solid #fff; 13 | margin: 2px 1px; 14 | } 15 | .dialog-button { 16 | position: relative; 17 | top: -1px; 18 | padding: 5px; 19 | text-align: right; 20 | } 21 | .dialog-button .l-btn { 22 | margin-left: 5px; 23 | } 24 | .dialog-toolbar, 25 | .dialog-button { 26 | background: #F5F5F5; 27 | border-width: 1px; 28 | border-style: solid; 29 | } 30 | .dialog-toolbar { 31 | border-color: #D4D4D4 #D4D4D4 #e6e6e6 #D4D4D4; 32 | } 33 | .dialog-button { 34 | border-color: #e6e6e6 #D4D4D4 #D4D4D4 #D4D4D4; 35 | } 36 | .window-thinborder .dialog-toolbar { 37 | border-left: transparent; 38 | border-right: transparent; 39 | border-top-color: #F5F5F5; 40 | } 41 | .window-thinborder .dialog-button { 42 | top: 0px; 43 | padding: 5px 8px 8px 8px; 44 | border-left: transparent; 45 | border-right: transparent; 46 | border-bottom: transparent; 47 | } 48 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/dialog.css: -------------------------------------------------------------------------------- 1 | .dialog-content { 2 | overflow: auto; 3 | } 4 | .dialog-toolbar { 5 | position: relative; 6 | padding: 2px 5px; 7 | } 8 | .dialog-tool-separator { 9 | float: left; 10 | height: 24px; 11 | border-left: 1px solid #ccc; 12 | border-right: 1px solid #fff; 13 | margin: 2px 1px; 14 | } 15 | .dialog-button { 16 | position: relative; 17 | top: -1px; 18 | padding: 5px; 19 | text-align: right; 20 | } 21 | .dialog-button .l-btn { 22 | margin-left: 5px; 23 | } 24 | .dialog-toolbar, 25 | .dialog-button { 26 | background: #F4F4F4; 27 | border-width: 1px; 28 | border-style: solid; 29 | } 30 | .dialog-toolbar { 31 | border-color: #95B8E7 #95B8E7 #dddddd #95B8E7; 32 | } 33 | .dialog-button { 34 | border-color: #dddddd #95B8E7 #95B8E7 #95B8E7; 35 | } 36 | .window-thinborder .dialog-toolbar { 37 | border-left: transparent; 38 | border-right: transparent; 39 | border-top-color: #F4F4F4; 40 | } 41 | .window-thinborder .dialog-button { 42 | top: 0px; 43 | padding: 5px 8px 8px 8px; 44 | border-left: transparent; 45 | border-right: transparent; 46 | border-bottom: transparent; 47 | } 48 | -------------------------------------------------------------------------------- /json/tables.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 1, 4 | "text": "数据库", 5 | "children": [ 6 | { 7 | "text": "表", 8 | "children": [ 9 | { 10 | "id": 1, 11 | "text": "cp_sku", 12 | "children": [ 13 | { 14 | "text": "skuid" 15 | }, 16 | { 17 | "text": "cpbh" 18 | }, 19 | { 20 | "text": "tcbh" 21 | } 22 | ] 23 | }, 24 | { 25 | "id": 2, 26 | "text": "user_info", 27 | "state":"closed", 28 | "children": [ 29 | { 30 | "text": "user_id" 31 | }, 32 | { 33 | "text": "user_token" 34 | }, 35 | { 36 | "text": "user_name" 37 | }, 38 | { 39 | "text": "user_type" 40 | }, 41 | { 42 | "text": "password" 43 | } 44 | ] 45 | } 46 | ] 47 | } 48 | ] 49 | } 50 | ] -------------------------------------------------------------------------------- /js/layui/lay/modules/code.js: -------------------------------------------------------------------------------- 1 | /** layui-v2.5.2 MIT License By https://www.layui.com */ 2 | ;layui.define("jquery",function(e){"use strict";var a=layui.$,l="http://www.layui.com/doc/modules/code.html";e("code",function(e){var t=[];e=e||{},e.elem=a(e.elem||".layui-code"),e.about=!("about"in e)||e.about,e.elem.each(function(){t.push(this)}),layui.each(t.reverse(),function(t,i){var c=a(i),o=c.html();(c.attr("lay-encode")||e.encode)&&(o=o.replace(/&(?!#?[a-zA-Z0-9]+;)/g,"&").replace(//g,">").replace(/'/g,"'").replace(/"/g,""")),c.html('