parent
bb5302aa8d
commit
eefcdd4204
@ -1,2 +1,216 @@
|
||||
# development_of_web_application_systems
|
||||
卷 文档 的文件夹 PATH 列表
|
||||
卷序列号为 D3E8-312F
|
||||
D:
|
||||
│ gunicorn_conf.py
|
||||
│ LICENSE
|
||||
│ list.txt
|
||||
│ main.py
|
||||
│ README.md
|
||||
│ uwsgi.ini
|
||||
│ uwsgi.pid
|
||||
│
|
||||
├─.idea
|
||||
│ │ .gitignore
|
||||
│ │ misc.xml
|
||||
│ │ modules.xml
|
||||
│ │ yunwei.iml
|
||||
│ │
|
||||
│ └─inspectionProfiles
|
||||
│ profiles_settings.xml
|
||||
│
|
||||
├─static
|
||||
│ ├─api
|
||||
│ │ clear.json
|
||||
│ │ init.json
|
||||
│ │ menus.json
|
||||
│ │ table.json
|
||||
│ │ tableSelect.json
|
||||
│ │ upload.json
|
||||
│ │
|
||||
│ ├─css
|
||||
│ │ │ Datacages_Homeindex.css
|
||||
│ │ │ layuimini.css
|
||||
│ │ │ ProgressBarWars.css
|
||||
│ │ │ public.css
|
||||
│ │ │
|
||||
│ │ └─themes
|
||||
│ │ default.css
|
||||
│ │
|
||||
│ ├─images
|
||||
│ │ bg.jpg
|
||||
│ │ captcha.jpg
|
||||
│ │ favicon.ico
|
||||
│ │ home.png
|
||||
│ │ icon-login.png
|
||||
│ │ logo.png
|
||||
│ │
|
||||
│ ├─img
|
||||
│ │ 12319rexian.png
|
||||
│ │ aroundeffect.png
|
||||
│ │ baixingpaiAPP.png
|
||||
│ │ chain_bg.png
|
||||
│ │ fltleftbg.png
|
||||
│ │ fltrightbg.png
|
||||
│ │ Homebodybg.png
|
||||
│ │ Hometitlebg.png
|
||||
│ │ linght_ef.png
|
||||
│ │ maindataeffect.png
|
||||
│ │ maindataicon.png
|
||||
│ │ maindataspecialeffect.png
|
||||
│ │ popupboxclosebtn01.png
|
||||
│ │ popupboxclosebtn02.png
|
||||
│ │ xingzhengshenpi.png
|
||||
│ │ zhatuyunshu.png
|
||||
│ │ zonghezhifa.png
|
||||
│ │
|
||||
│ ├─js
|
||||
│ │ │ echarts-all.js
|
||||
│ │ │ jquery.js
|
||||
│ │ │ lay-config.js
|
||||
│ │ │ ProgressBarWars.js
|
||||
│ │ │
|
||||
│ │ └─lay-module
|
||||
│ │ ├─echarts
|
||||
│ │ │ echarts.js
|
||||
│ │ │ echartsTheme.js
|
||||
│ │ │
|
||||
│ │ ├─iconPicker
|
||||
│ │ │ iconPickerFa.js
|
||||
│ │ │
|
||||
│ │ ├─layarea
|
||||
│ │ │ layarea.js
|
||||
│ │ │
|
||||
│ │ ├─layuimini
|
||||
│ │ │ miniAdmin.js
|
||||
│ │ │ miniMenu.js
|
||||
│ │ │ miniTab.js
|
||||
│ │ │ miniTheme.js
|
||||
│ │ │ miniTongji.js
|
||||
│ │ │
|
||||
│ │ ├─step-lay
|
||||
│ │ │ step.css
|
||||
│ │ │ step.js
|
||||
│ │ │
|
||||
│ │ ├─tableSelect
|
||||
│ │ │ tableSelect.js
|
||||
│ │ │
|
||||
│ │ ├─treetable-lay
|
||||
│ │ │ treetable.css
|
||||
│ │ │ treetable.js
|
||||
│ │ │
|
||||
│ │ └─wangEditor
|
||||
│ │ │ wangEditor.css
|
||||
│ │ │ wangEditor.js
|
||||
│ │ │ wangEditor.min.css
|
||||
│ │ │ wangEditor.min.js
|
||||
│ │ │ wangEditor.min.js.map
|
||||
│ │ │
|
||||
│ │ └─fonts
|
||||
│ │ w-e-icon.woff
|
||||
│ │
|
||||
│ └─lib
|
||||
│ ├─font-awesome-4.7.0
|
||||
│ │ │ HELP-US-OUT.txt
|
||||
│ │ │
|
||||
│ │ ├─css
|
||||
│ │ │ font-awesome.css
|
||||
│ │ │ font-awesome.min.css
|
||||
│ │ │
|
||||
│ │ ├─fonts
|
||||
│ │ │ fontawesome-webfont.eot
|
||||
│ │ │ fontawesome-webfont.svg
|
||||
│ │ │ fontawesome-webfont.ttf
|
||||
│ │ │ fontawesome-webfont.woff
|
||||
│ │ │ fontawesome-webfont.woff2
|
||||
│ │ │ FontAwesome.otf
|
||||
│ │ │
|
||||
│ │ ├─less
|
||||
│ │ │ animated.less
|
||||
│ │ │ bordered-pulled.less
|
||||
│ │ │ core.less
|
||||
│ │ │ fixed-width.less
|
||||
│ │ │ font-awesome.less
|
||||
│ │ │ icons.less
|
||||
│ │ │ larger.less
|
||||
│ │ │ list.less
|
||||
│ │ │ mixins.less
|
||||
│ │ │ path.less
|
||||
│ │ │ rotated-flipped.less
|
||||
│ │ │ screen-reader.less
|
||||
│ │ │ stacked.less
|
||||
│ │ │ variables.less
|
||||
│ │ │
|
||||
│ │ └─scss
|
||||
│ │ font-awesome.scss
|
||||
│ │ _animated.scss
|
||||
│ │ _bordered-pulled.scss
|
||||
│ │ _core.scss
|
||||
│ │ _fixed-width.scss
|
||||
│ │ _icons.scss
|
||||
│ │ _larger.scss
|
||||
│ │ _list.scss
|
||||
│ │ _mixins.scss
|
||||
│ │ _path.scss
|
||||
│ │ _rotated-flipped.scss
|
||||
│ │ _screen-reader.scss
|
||||
│ │ _stacked.scss
|
||||
│ │ _variables.scss
|
||||
│ │
|
||||
│ ├─jq-module
|
||||
│ │ │ jquery.particleground.min.js
|
||||
│ │ │ paigusu.min.js
|
||||
│ │ │
|
||||
│ │ └─zyupload
|
||||
│ │ zyupload-1.0.0.min.css
|
||||
│ │ zyupload-1.0.0.min.js
|
||||
│ │
|
||||
│ ├─jquery-3.4.1
|
||||
│ │ jquery-3.4.1.min.js
|
||||
│ │
|
||||
│ └─layui-v2.6.3
|
||||
│ │ layui.js
|
||||
│ │
|
||||
│ ├─css
|
||||
│ │ │ layui.css
|
||||
│ │ │
|
||||
│ │ └─modules
|
||||
│ │ │ code.css
|
||||
│ │ │
|
||||
│ │ ├─laydate
|
||||
│ │ │ └─default
|
||||
│ │ │ laydate.css
|
||||
│ │ │
|
||||
│ │ └─layer
|
||||
│ │ └─default
|
||||
│ │ icon-ext.png
|
||||
│ │ icon.png
|
||||
│ │ layer.css
|
||||
│ │ loading-0.gif
|
||||
│ │ loading-1.gif
|
||||
│ │ loading-2.gif
|
||||
│ │
|
||||
│ └─font
|
||||
│ iconfont.eot
|
||||
│ iconfont.svg
|
||||
│ iconfont.ttf
|
||||
│ iconfont.woff
|
||||
│ iconfont.woff2
|
||||
│
|
||||
└─templates
|
||||
│ .gitattributes
|
||||
│ .gitignore
|
||||
│ index.html
|
||||
│ LICENSE
|
||||
│
|
||||
└─page
|
||||
404.html
|
||||
button.html
|
||||
index.html
|
||||
login.html
|
||||
register.html
|
||||
table.html
|
||||
user.html
|
||||
warings.html
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in new issue