在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → bui+bootstrap 后台完整界面 API

bui+bootstrap 后台完整界面 API

一般编程问题

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

实例介绍

【实例简介】
bui 蓝色多窗口 后台系统 整套源码,方便修改,兼容多流浪器,界面良好,便于操作,不喜做界面做美工的程序员下载吧,只需把界面导入即可,完整后台界面 bui风格
【实例截图】
【核心代码】
bui-bui-default-master
└── bui-bui-default-master
└── bui-default
├── assets
│   ├── build.bat
│   ├── build.xml
│   ├── css
│   │   ├── bs3
│   │   │   ├── bui.css
│   │   │   ├── bui-min.css
│   │   │   ├── dpl.css
│   │   │   └── dpl-min.css
│   │   ├── build.xml
│   │   ├── bui-min.css
│   │   ├── dpl-min.css
│   │   ├── main.css
│   │   ├── main-min.css
│   │   ├── page.css
│   │   ├── page-min.css
│   │   └── prettify.css
│   ├── img
│   │   ├── calendar-200-300.gif
│   │   ├── chart.png
│   │   ├── checkbox.gif
│   │   ├── check_icon-100-100.gif
│   │   ├── hide_list.png
│   │   ├── icon-806-614.png
│   │   ├── left-slib.gif
│   │   ├── load-16-16.gif
│   │   ├── main-nav-bg1.png
│   │   ├── main-nav-bg.png
│   │   ├── menu-500-188.png
│   │   ├── menu.jpg
│   │   ├── nav.jpg
│   │   ├── nav_selected.png
│   │   ├── radio_icon-64-40.gif
│   │   ├── resource.jpg
│   │   ├── separator-2-340.gif
│   │   ├── sprite-469-300.png
│   │   ├── tab-140-120.gif
│   │   ├── table-191-450.gif
│   │   ├── tool-sprites.png
│   │   ├── tree.gif
│   │   ├── tree_icon-80-100.gif
│   │   ├── ui-img-view-height.jpg
│   │   ├── ui-img-view-height.png
│   │   ├── ui-img-view-width.jpg
│   │   ├── ui-img-view-width.png
│   │   └── white_sprite-469-300.png
│   ├── js
│   │   ├── bui.js
│   │   ├── bui-min.js
│   │   ├── chart-min.js
│   │   ├── common
│   │   │   ├── build.xml
│   │   │   ├── main.js
│   │   │   ├── main-min.js
│   │   │   ├── page.js
│   │   │   ├── page-min.js
│   │   │   ├── search.js
│   │   │   └── search-min.js
│   │   ├── config.js
│   │   ├── config-min.js
│   │   ├── extensions
│   │   │   ├── treegrid-min.js
│   │   │   └── treepicker-min.js
│   │   ├── graphic-min.js
│   │   ├── jquery-1.8.1.min.js
│   │   ├── module
│   │   │   └── build.xml
│   │   ├── prettify.js
│   │   └── slider-min.js
│   └── tools
│   ├── ant
│   │   ├── bin
│   │   │   ├── ant
│   │   │   ├── ant.bat
│   │   │   ├── ant.cmd
│   │   │   ├── antenv.cmd
│   │   │   ├── antRun
│   │   │   ├── antRun.bat
│   │   │   ├── antRun.pl
│   │   │   ├── complete-ant-cmd.pl
│   │   │   ├── envset.cmd
│   │   │   ├── lcp.bat
│   │   │   ├── runant.pl
│   │   │   ├── runant.py
│   │   │   └── runrc.cmd
│   │   ├── etc
│   │   │   ├── ant-bootstrap.jar
│   │   │   ├── changelog.xsl
│   │   │   ├── checkstyle
│   │   │   │   ├── checkstyle-frames.xsl
│   │   │   │   ├── checkstyle-text.xsl
│   │   │   │   └── checkstyle-xdoc.xsl
│   │   │   ├── coverage-frames.xsl
│   │   │   ├── jdepend-frames.xsl
│   │   │   ├── jdepend.xsl
│   │   │   ├── junit-frames-xalan1.xsl
│   │   │   ├── junit-frames.xsl
│   │   │   ├── junit-noframes.xsl
│   │   │   ├── log.xsl
│   │   │   ├── maudit-frames.xsl
│   │   │   ├── mmetrics-frames.xsl
│   │   │   └── tagdiff.xsl
│   │   ├── fetch.xml
│   │   ├── get-m2.xml
│   │   ├── INSTALL
│   │   ├── KEYS
│   │   ├── lib
│   │   │   ├── ant-antlr.jar
│   │   │   ├── ant-antlr.pom
│   │   │   ├── ant-apache-bcel.jar
│   │   │   ├── ant-apache-bcel.pom
│   │   │   ├── ant-apache-bsf.jar
│   │   │   ├── ant-apache-bsf.pom
│   │   │   ├── ant-apache-log4j.jar
│   │   │   ├── ant-apache-log4j.pom
│   │   │   ├── ant-apache-oro.jar
│   │   │   ├── ant-apache-oro.pom
│   │   │   ├── ant-apache-regexp.jar
│   │   │   ├── ant-apache-regexp.pom
│   │   │   ├── ant-apache-resolver.jar
│   │   │   ├── ant-apache-resolver.pom
│   │   │   ├── ant-apache-xalan2.jar
│   │   │   ├── ant-apache-xalan2.pom
│   │   │   ├── ant-commons-logging.jar
│   │   │   ├── ant-commons-logging.pom
│   │   │   ├── ant-commons-net.jar
│   │   │   ├── ant-commons-net.pom
│   │   │   ├── ant-contrib-1.0b3.jar
│   │   │   ├── ant-jai.jar
│   │   │   ├── ant-jai.pom
│   │   │   ├── ant.jar
│   │   │   ├── ant-javamail.jar
│   │   │   ├── ant-javamail.pom
│   │   │   ├── ant-jdepend.jar
│   │   │   ├── ant-jdepend.pom
│   │   │   ├── ant-jmf.jar
│   │   │   ├── ant-jmf.pom
│   │   │   ├── ant-jsch.jar
│   │   │   ├── ant-jsch.pom
│   │   │   ├── ant-junit4.jar
│   │   │   ├── ant-junit4.pom
│   │   │   ├── ant-junit.jar
│   │   │   ├── ant-junit.pom
│   │   │   ├── ant-launcher.jar
│   │   │   ├── ant-launcher.pom
│   │   │   ├── ant-netrexx.jar
│   │   │   ├── ant-netrexx.pom
│   │   │   ├── ant-nodeps.jar
│   │   │   ├── ant-nodeps.pom
│   │   │   ├── ant-parent.pom
│   │   │   ├── ant.pom
│   │   │   ├── ant-swing.jar
│   │   │   ├── ant-swing.pom
│   │   │   ├── ant-testutil.jar
│   │   │   ├── ant-testutil.pom
│   │   │   ├── bcel-5.1.jar
│   │   │   ├── commons-httpclient-3.0.1.jar
│   │   │   ├── commons-logging-1.0.4.jar
│   │   │   ├── ivy-1.3.1.jar
│   │   │   ├── libraries.properties
│   │   │   └── README
│   │   ├── LICENSE
│   │   ├── NOTICE
│   │   ├── README
│   │   └── WHATSNEW
│   └── yuicompressor.jar
├── chart
│   ├── area.html
│   ├── code.html
│   ├── column.html
│   ├── line.html
│   ├── pie.html
│   └── radar.html
├── data
│   ├── add.json
│   ├── city.json
│   ├── del.php
│   ├── edit.json
│   ├── remote1.php
│   ├── student.json
│   └── student.php
├── detail
│   ├── code.html
│   ├── example.html
│   ├── example.php
│   ├── introduce.html
│   └── introduce.php
├── form
│   ├── advalid.html
│   ├── basicValid.html
│   ├── code.html
│   ├── depends.html
│   ├── dialog-grid.html
│   ├── example.html
│   ├── fail.html
│   ├── form-dialog-grid.html
│   ├── form-grid.html
│   ├── grid.html
│   ├── group.html
│   ├── introduce.html
│   ├── remote.html
│   └── success.html
├── help
│   └── net.html
├── main
│   ├── code.html
│   ├── dyna-menu.html
│   ├── loader.html
│   ├── menu.html
│   ├── operation.html
│   ├── quick.html
│   ├── resource.html
│   ├── second-menu.html
│   └── test.html
├── main.html
├── README.md
├── search
│   ├── code.html
│   ├── config.html
│   ├── edit.html
│   ├── example-dialog.html
│   ├── example.html
│   ├── introduce.html
│   ├── operation.html
│   ├── success.html
│   └── tab.html
└── templates
├── css.php
├── footer.php
├── header.php
└── script.php

24 directories, 209 files

标签:

实例下载地址

bui+bootstrap 后台完整界面 API

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警