免费 Bootstrap 管理后台模块下载
SB Admin 2
SB Admin is a free to download Bootstrap admin template. This
template uses the defaul Bootstrap 3 styles along with a variety of
powerful j Query plugins to create a powerful framework for creating
admin panels, web apps, or back-end dashboards.

AdminLTE
Responsive admin template

SIMINTA
SIMINTA is a responsive admin dashboard template Using Twitter bootstrap Framework for admin and back end applications.

Binary
Binary admin dashboard template is 100% responsive using bootstrap framework i.e it will work smoothly on mobiles,loptops, desktops,etc.

BCORE
BCORE is fully Responsive admin template based on twitter bootstrap framework.

Metis
Free Admin Template with Twitter Bootstrap Bootstrap Admin template is open-sourced software licensed under the MIT License

TemplateVamp
It can be used as a front-end toolkit for rapidly developing web
applications that are lightweight, faster, and mobile-friendly; a great
starting point.

Charisma
Charisma is a full featured, free, premium quality, responsive, HTML5
admin template (or backend template) based on Bootstrap 3 from Twitter,
it comes with 9 different themes to suit your style and application type.

VinceG
A generic admin theme built with Bootstrap free for both personal and commercial use.

onokumus
Free Admin Template with Twitter Bootstrap

HTML5 Admin Template
Responsive HTML5 Admin Template using Bootstrap v3. HTML5 Admin
preserves bootstrap3′s modern flat design that gives you a better User
Interface to help you have more engaged user and a more pleasant
navigation throughout the back-end.

DevOOPS
Free Bootstrap 3 Theme
Metro
A Modern and Clean Admin Template.

Edmin
Just try Bootstrap admin templates and you’ll never refuse such opportunity to save your time again.

Dashboard Template
Dashboard is free admin template, responsive HTML5 layout including forms, tables, charts, graphs, and maps.

Polymer
Dashboard – (Google map, weather, chart-js and piechart)

JANUX
Free Responsive Admin Dashboard Template
Lumino
Lumino is a clean, fresh admin panel template built on the Bootstrap
framework and available for free on Medialoot. This fully responsive
HTML5 template includes everything you need for your backend
administration panel.

免费 Bootstrap 管理后台模块下载的更多相关文章
- 免费的Bootstrap管理后台模板集合
Free Bootstrap Admin Templates for Designers 1. Admin Lite AdminLTE - 是一个完全响应式管理模板.基于Bootstrap3的框架.高 ...
- bae3.0第三步 添加默认管理后台模块和mysql库
1.创建数据库 先在本地的mysql数据库中创建数据库db_blog,执行python manage.py syncdb来创建表. 然后将数据库中的表导入到bae上的数据库中.2.配置数据库 修改项目 ...
- 最值得拥有的免费Bootstrap后台管理模板
在PHP开发项目中,后台管理因为面向群体相对比较固定,大部分以实现业务逻辑和功能.使用Bootstrap后台模板可以让后端开发很轻松的就展现给客户一个响应式的后台,节约前端开发的时间.下面PHP程序员 ...
- [转]最值得拥有的免费Bootstrap后台管理模板
在PHP开发项目中,后台管理因为面向群体相对比较固定,大部分以实现业务逻辑和功能.使用Bootstrap后台模板可以让后端开发很轻松的就展现给客户一个响应式的后台,节约前端开发的时间.下面PHP程序员 ...
- 基于Bootstrap 3.x的免费高级管理控制面板主题:AdminLTE
AdminLTE 是一个基于Bootstrap 3.x的免费高级管理控制面板主题.AdminLTE - 是一个完全响应式管理模板.基于Bootstrap3框架.高度可定制的,易于使用.适合从小型移动设 ...
- 50个令人惊奇的jQuery插件(对话框和表单篇)及免费的响应式bootstrap管理员后台界面主题 - Charisma
http://www.woiweb.net/50-amazing-jquery-plugins.html 多文件文件下载 免费的响应式bootstrap管理员后台界面主题 – Charisma htt ...
- 【青橙商城-管理后台开发】3. web模块搭建
[青橙商城-管理后台开发]3. web模块搭建 1.创建qingcheng_web_manager模块 pom.xml <?xml version="1.0" encodin ...
- bootstrap绿色大气后台模板下载[转]
From:http://www.oschina.net/code/snippet_2364127_48176 1. [图片] 2. [文件] 素材火官网后台模板下载.rar ~ 4MB 下载( ...
- ThinkPHP 3.2.3 简单后台模块开发(二)RBAC
RBAC(Role-Based Access Controll)基于角色的访问控制 在 ThinkPHP3.2.3 中 RBAC 类位于 /ThinkPHP/Library/Org/Util/Rbac ...
随机推荐
- 关于Spring配置 (Cannot find class [org.apache.commons.dbcp.BasicDataSource] 问题)
myeclipse抛出异常 org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find /webapps/t ...
- tcp/ip连接
1.TCP先连接(三次握手) client -> server : SYN a server -> client :SYN b, ack a+1 client -> server a ...
- 状态模式(State) 笔记
让一个对象随着内部的状态改变而发生改变. 状态的两种切换方式: 1) 完全交给Context类切换, 2) 给Context初始化状态,其他的切换根据每一个State类进行切换,Context对象不再 ...
- H面试程序(10): 字符串包含问题
题目描述:判断第二个字符串中的元素是否都能在第一个字符串中找到: 注意:和字符串的字串的问题有所区别,如第一个字符串为 abcdefg,第二个字符串为 aaabc,第二个字串还是包含于第一个字符串 ...
- Java 多字段排序Comparator(兼容Date,Integer,Doubel,Long)
Java 反射类:ReflexUtil public class ReflexUtil { static Logger logger = LoggerFactory.getLogger(ReflexU ...
- Stack and queue.
队列的定义及基本运算 1.定义 队列(Queue)是只允许在一端进行插入,而在另一端进行删除的运算受限的线性表 (1)允许删除的一端称为队头(Front). (2)允许插入的一端称为队尾(Rea ...
- hdu 2033
水题 AC代码: #include <iostream> using namespace std; int main() { int i,j,n,k,a[100],b[100]; cin& ...
- eclipse python开发环境搭建
eclipse python开发环境搭建[非原创] 1.在www.eclipse.org官网下载Eclipse Classic 4.2.2,Win7 64位下载eclipse-SDK-4.2.2-wi ...
- MySQL 使用索引扫描来做排序
MySQL有两种方式可以生成有序的结果:通过排序操作:或者按照索引顺序扫描:如果EXPLAIN 出来的结果的type列的值为“index”,则说明MySQL使用了索引扫描来做排序(不要和Extra列的 ...
- 关于ROW_NUMBER函数的使用(The use of ROW_NUMBER function )
1.用于删除重复记录(The use of to delete the common record) 例子:(Example) #1初始化数据(Initialize the data) CREATE ...

