码迷,mamicode.com
首页 >  
搜索关键字:statistics    ( 906个结果
JAVA程序员养成计划之JVM学习笔记(3)-JVM性能监控
本文对JVM的性能监控方法做整理。 持续更新中… …1. JDK命令行工具1.1. jps:虚拟机进程状况工具 JVM Process Status Tool, 显示系统内所有的HotSpot虚拟机进程,用于查看当前在jvm中运行的程序,包括虚拟机执行主类的名称以及进程ID。 1.2. jstat:虚拟机统计信息监视工具 JVM Statistics Monitoring Tool, 用于收集Ho...
分类:编程语言   时间:2016-04-26 20:19:56    阅读次数:220
史上最强机器学习资料------来自个人心血总结-----5星级
数据集:公开数据集 100+有趣的数据集的统计数据 http://rs.io/100-interesting-data-sets-for-statistics/ 数据集 subreddit https://www.reddit.com/r/datasets UCI机器学习库 http://archi ...
分类:其他好文   时间:2016-04-25 15:04:32    阅读次数:120
微擎/微赞开发示例 学习记录
//微擎 开发一个便利店 步骤一. 需求分析 首先,你要明确你做的模块包含什么功能。 便利店管理 — (store) 商品管理 — (goods) 客户管理 — (customers) 订单管理 — (orders) 购物车与支付 — (cart) 统计功能 — (statistics) (待续…) ...
分类:其他好文   时间:2016-04-25 13:19:28    阅读次数:3598
可复用且高度解耦的iOS用户统计实现
http://www.cocoachina.com/ios/20160421/15912.html 本文为投稿文章,作者:编程小翁(简书) 用户统计 用户行为统计(User Behavior Statistics, UBS)一直是移动互联网产品中必不可少的环节,也俗称埋点。在保证移动端流量不会受较大 ...
分类:移动开发   时间:2016-04-24 21:27:38    阅读次数:224
netstat
netstat - Print network connections, routing tables, interface statistics, masquerade connections, and multicast memberships 一.SYNOPSIS address_family ...
分类:Web程序   时间:2016-04-20 17:57:02    阅读次数:179
Linux netstat命令详解
Linux netstat命令详解 一 简介 Netstat 命令用于显示各种网络相关信息,如网络连接,路由表,接口状态 (Interface Statistics),masquerade 连接,多播成员 (Multicast Memberships) 等等。 输出信息含义 执行netstat后,其 ...
分类:Web程序   时间:2016-04-20 17:47:27    阅读次数:263
Spearman's rank correlation coefficient 和 Pearson correlation coefficient详细
In statistics, Spearman's rank correlation coefficient or Spearman's rho, named after Charles Spearman and often denoted by the Greek letter (rho) or as , is a nonparametric measure of statistic...
分类:其他好文   时间:2016-04-19 19:53:10    阅读次数:380
Android Studio 插件 Statistic
Android Studio插件的使用确实给我们的开发带来了很多便利,很多的插件也是应出不穷,下面主要介绍一个不经常使用的插件-Statistics。 Android Studio 是没有提提供统计代码全部行数的功能的,但是对于开发者来说,这个功能确实必备的,Statistic统计代码行数非常方便, ...
分类:移动开发   时间:2016-04-18 15:40:07    阅读次数:216
RTP Tools
RTP Tools (Version 1.20) https://wiki.wireshark.org/RTP_statistics Here is a small example: Install JMF (JMstudio is included) Download rtptools Open ...
分类:其他好文   时间:2016-04-17 17:50:01    阅读次数:445
introduction to python for statistics,analysis笔记3
一、产生数组和矩阵 1、linspace(start,end,number),产生在start和end数之间number个数 2、logspace(start,end,number) 产生number个数,在10**start,10**end之间,相当于指数函数,在x轴平均分成number个数,求指 ...
分类:编程语言   时间:2016-04-17 00:35:53    阅读次数:310
906条   上一页 1 ... 50 51 52 53 54 ... 91 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!