码迷,mamicode.com
首页 >  
搜索关键字:metrics    ( 545个结果
conductor Workflow Metrics
Server Metrics conductor使用spectator收集指标。https://github.com/Netflix/spectator Worker Metrics 使用Java客户端时,会发布以下指标: 客户端的指标补充了从服务器收集的标识网络以及客户端问题。 ...
分类:其他好文   时间:2017-06-15 00:39:59    阅读次数:208
Android单位转换 (px、dp、sp之间的转换工具类)
在Android开发中,涉及到屏幕视频问题的时候,px、dp、sp之间的转换比较重要的一部分,所以杨哥整理了一个工具类给大伙用。 package com.zw.express.tool;import android.content.Context;import android.util.Displa ...
分类:移动开发   时间:2017-06-14 22:55:42    阅读次数:279
【ES】学习8-聚合1
参考资料: https://elasticsearch.cn/book/elasticsearch_definitive_guide_2.x/_combining_the_two.html 特定概念: 桶(Buckets)满足特定条件的文档的集合 指标(Metrics)对桶内的文档进行统计计算 CO ...
分类:其他好文   时间:2017-06-14 19:18:54    阅读次数:175
solr6.6.0搭建
版本6.6.0 完整搭建: 版本5之后自带jetty 这里用tomcat 第一步:准备工作:jdk8(5之后需要jdk8支持), tomcat8,solr6.6.0.zip solr6.6.0解压后找到solr-6.4.1/server/server-webapp/目录下的webapp文件夹,复制粘 ...
分类:其他好文   时间:2017-06-13 21:49:55    阅读次数:413
Android自定义控件实战——滚动选择器PickerView
转载请声明出处http://blog.csdn.net/zhongkejingwang/article/details/38513301 手机里设置闹钟需要选择时间,那个选择时间的控件就是滚动选择器,前几天用手机刷了MIUI,发现自带的那个时间选择器效果挺好看的,于是就自己仿写了一个,权当练手。先来... ...
分类:移动开发   时间:2017-06-07 18:49:40    阅读次数:348
SOAPUI中文教程---生成测试报告
soapUI有高度的定制可能性; soapUI Pro中可打印的报告基于非常灵活的JasperReports报告引擎。 这些报告是从JasperReports生成的特定的基于XML的模板,可以在项目和全局层面进行定制,从而使您在创建的所有报告中都能轻松获得通用的外观和感觉。 在soapUI中创建可打 ...
分类:其他好文   时间:2017-06-06 23:41:07    阅读次数:2021
Spring Boot中使用Actuator的/info端点输出Git版本信息
对于Spring Boot的Actuator模块相信大家已经不陌生了,尤其对于其中的/health、/metrics等强大端点已经不陌生(如您还不了解Actuator模块,建议先阅读《Spring Boot Actuator监控端点小结》)。但是,其中还有一个比较特殊的端点/info经常被大家所忽视 ...
分类:编程语言   时间:2017-06-02 11:24:52    阅读次数:195
tensorflow 1.0 学习:用CNN进行图像分类
tensorflow升级到1.0之后,增加了一些高级模块: 如tf.layers, tf.metrics, 和tf.losses,使得代码稍微有些简化。 任务:花卉分类 版本:tensorflow 1.0 数据:http://download.tensorflow.org/example_image ...
分类:其他好文   时间:2017-06-02 00:56:37    阅读次数:379
The 30 Most Important Interview Questions TO ASK(shared from Glassdoor)
Exploring the Role Get beyond the basic job description and ask questions that probe deeper into the details of the job, expectations, success metrics ...
分类:其他好文   时间:2017-05-30 15:50:55    阅读次数:226
Python_sklearn机器学习库学习笔记(四)decision_tree(决策树)
# 决策树 import pandas as pd from sklearn.tree import DecisionTreeClassifier from sklearn.cross_validation import train_test_split from sklearn.metrics i ...
分类:编程语言   时间:2017-05-23 16:31:47    阅读次数:280
545条   上一页 1 ... 38 39 40 41 42 ... 55 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!