码迷,mamicode.com
首页 >  
搜索关键字:metrics    ( 545个结果
Fused Matrix Factorization & some personal thoughts
I read this paper, the purpose are common to some extent...but the way this paper has adapted and the way we discussed yesterday still have many diffe ...
分类:其他好文   时间:2017-08-01 20:35:13    阅读次数:130
Spring Boot 揭秘与实战(九) 应用监控篇 - HTTP 应用监控
文章目录 1. 快速开始 2. 监控和管理端点3. 定制端点 2.1. health 应用健康指标 2.2. info 查看应用信息 2.3. metrics 应用基本指标 2.4. trace 基本的HTTP跟踪信息 2.5. shutdown关闭当前应用 4. 源代码 文章目录 Spring B ...
分类:编程语言   时间:2017-07-27 18:39:06    阅读次数:192
kube-state-metrics组件的安装调试
在安装全家桶之前,可以先一个一个组件的突破。 上次试了一下node exporter用来导出服务器数据metrics。 而用于导出k8s集群数据的组件就是kube-state-metrics。它寄生于k8s,作为service存在。 项目地址:https://github.com/kubernete ...
分类:其他好文   时间:2017-07-27 14:29:09    阅读次数:802
CISCO Configuration Examples and TechNotes
from: http://www.cisco.com/c/en/us/tech/ip/ip-routing/tech-configuration-examples-list.html Border Gateway Protocol (BGP) Adjust Administrative Distan ...
分类:系统相关   时间:2017-07-22 16:40:47    阅读次数:198
springCloud(12):使用Hystrix实现微服务的容错处理-Hystrix的监控
一、简介Hystrix提供了几乎实时的监控。HystrixCommand和HystrixObserv-ableCommand在执行时,会生成执行结果和运行指标,比如每秒执行的请求数、成功数等,这些监控数据对分析应用系统的状态很有用。使用Hystrix的模块hystrix-metrics-event-stream,就可将这些监控的指标信息..
分类:编程语言   时间:2017-07-21 22:08:38    阅读次数:125
A Taxonomy for Performance
A Taxonomy for Performance In this section, we introduce some basic performance metrics. These provide a vocabulary for performance analysis and allow ...
分类:其他好文   时间:2017-07-07 10:07:30    阅读次数:214
android canvas drawText()文字居中
近期也是在学习自己定义控件,曾经仅仅自己随便玩了下,一直认为比較难,正好如今工作轻松,每天闲着就看看书看看帖子学习自己定义控件,你还别说自己定义控件学起来还是蛮有趣的!! 这里也跟大家分享下我关于drawText()文字居中的方法. 先附上drawText()的方法说明 说实话当时看了这个,我也没明 ...
分类:移动开发   时间:2017-07-01 09:52:20    阅读次数:268
PopupWindow底部弹出
说明:从屏幕底部弹出PopupWindow,有弹出隐藏动画效果.背景设置透明度.效果图例如以下:1.MainActivity.java 显示popwindow,宽高跟屏幕大小一样,设置一个透明度背景public class MainActivity extends Activity { @Overr ...
分类:Windows程序   时间:2017-06-26 21:16:00    阅读次数:189
一分钟了解Android横竖屏 mdpi hdpi xhdpi xxhdpi xxxhdpi
DPI:每英寸像素数 简单的屏幕分辨率计算方法: DisplayMetrics metrics = this.getResources().getDisplayMetrics(); float density = metrics.density; int dpi = metrics.densityD ...
分类:移动开发   时间:2017-06-22 10:08:36    阅读次数:279
防手机联系人功能的实现
activity_main.xml recycle_item_layout.xml color.xml 效果图: ...
分类:移动开发   时间:2017-06-15 23:36:27    阅读次数:448
545条   上一页 1 ... 37 38 39 40 41 ... 55 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!