使用了Bootstrap3框架+dashboard技术,适用于动态网页和Web应用的开发。
2020-03-27 03:01:11 28.54MB Bootstrap dashboard jQuery 网页模板
1
Dashboard reporting with Excel 并不是很厚的书,使用Excel做出完美的报告。充分发挥Excel的能力 顺便还能练练英文
2020-01-30 03:16:58 2.81MB Dashboard reporting with Excel
1
dashboard经典教程,excel实战,提升excel逼格
2020-01-30 03:06:44 4.28MB dashboard excel
1
# Copyright 2017 The Kubernetes Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ------------------- Dashboard Secret ------------------- # apiVersion: v1 kind: Secret metadata: labels: k8s-app: kubernetes-dashboard name: kubernetes-dashboard-certs namespace: kube-system type: Opaque --- # ------------------- Dashboard Service Account ------------------- # apiVersion: v1 kind: ServiceAccount metadata: labels: k8s-app: kubernetes-dashboard name: kubernetes-dashboard namespace: kube-system --- # ------------------- Dashboard Role & Role Binding ------------------- # kind: Role apiVersion: rbac.authorization.k8s.io/v1 metadata: name: kubernetes-dashboard-minimal namespace: kube-system rules: # Allow Dashboard to create 'kubernetes-dashboard-key-holder' secret. - apiGroups: [""] resources: ["secrets"] verbs: ["create"] # Allow Dashboard to create 'kubernetes-dashboard-settings' config map. - apiGroups: [""] resources: ["configmaps"] verbs: ["create"] # Allow Dashboard to get, update and delete Dashboard exclusive secrets. - apiGroups: [""] resources: ["secrets"] resourceNames: ["kubernetes-dashboard-key-holder", "kubernetes-dashboard-certs"] verbs: ["get", "update", "delete"] # Allow Dashboard to get and update 'kubernetes-dashboard-settings' config map. - apiGroups: [""] resources: ["configmaps"] resourceNames: ["kubernetes-dashboard-settings"] verbs: ["get", "update"] # Allow Dashboard to get metrics from heaps
2020-01-25 03:07:22 5KB kubernetes-dashb
1
从国外网站上下载的dashboard模板,看着不错,拿来分享。
2019-12-28 17:43:33 428KB dashboard
1
Information Dashboard Design 中文译文
2019-12-21 22:04:38 11.39MB 产品设计 BI Dashboard
1
文件中包含拖动后保存位置,不保存位置的设计html文件,jQuery EasyUI Portal 保存拖动位置!绝对可用!不能用请留言!已应用到实际的开发中使用
2019-12-21 22:03:37 110KB jQuery EasyUI Portal 拖动保存位置
1
Material-Dashboard-Pro-react,React版本的Material-Dashboard-Pro,一个后端管理的React-UI界面。
2019-12-21 20:47:47 15.63MB React
1
Sentinel 是阿里中间件团队开源的,面向分布式服务架构的轻量级高可用流量控制组件,主要以流量为切入点,从流量控制、熔断降级、系统负载保护等多个维度来帮助用户保护服务的稳定性。sentinel-dashboard 是哨兵的控制台模块,可以对连接上的sentinel客户端实现可视化的管理。 启动命令:java -Dserver.port=6080 -Dcsp.sentinel.dashboard.server=localhost:8080 -Dproject.name=sentinel-dashboard -jar sentinel-dashboard-1.6.2.jar
2019-12-21 20:36:59 20.06MB sentinel 哨兵控制台 限流降级神器
1
从历史到定义到如何设计,从方方面面提供Dashboard如何进行设计
2019-12-21 20:21:18 8.58MB Dashboard design
1