码迷,mamicode.com
首页 >  
搜索关键字:features    ( 1570个结果
MapReduce高级特性
计数器因为计数器的查看往往比查看集群日志来的方便快捷 所以有些情况下计数器信息比集群日志更加有效用户自定义的计数器关于Hadoop的内置计数器的介绍可以参考Hadoop权威指南第九章MapReduce Features中的Build-in Counts小节 这里限于篇幅不再说明MapReduce允许用户在程序中使用枚举或者字符串的格式类自定义计数器 一个作业可以定义的计数器不限,使用枚举类型时...
分类:其他好文   时间:2016-05-12 13:09:39    阅读次数:218
windou常用的方法
1,windowwindow.alert()显示带有一段消息和一个确认按钮的警告框。window.close()关闭浏览器窗口。window.confirm()显示带有一段消息以及确认按钮和取消按钮的对话框。window.open(URL,name,features,replace)URL:可选的字 ...
分类:Windows程序   时间:2016-05-11 01:19:49    阅读次数:247
virtio network驱动分析
本文以virtio网络驱动为例,分析virtio驱动是如何处理网络IO的,驱动的定义如下 static struct virtio_device_id id_table[] = { { VIRTIO_ID_NET, VIRTIO_DEV_ANY_ID }, { 0 }, }; static unsigned int features[] = { VIRTIO_NET_F...
分类:Web程序   时间:2016-05-10 07:12:41    阅读次数:199
groovyConsole — the Groovy Swing console
1. Groovy : Groovy Console The Groovy Swing Console allows a user to enter and run Groovy scripts. This page documents the features of this user inter ...
分类:Windows程序   时间:2016-05-09 09:52:21    阅读次数:299
Eclipse安装Vim——viPlugin插件
1.下载viPlugin: http://www.viplugin.com/files/viPlugin_2.14.0.zip 2.安装 解压后有两个文件夹: features 和 plugins 把features下面的文件复制到eclipse根目录下的features文件夹 把plugins文件 ...
分类:系统相关   时间:2016-05-08 16:50:06    阅读次数:676
【OpenCV】SIFT原理与源码分析
SIFT简介 Scale Invariant Feature Transform,尺度不变特征变换匹配算法,是由David G. Lowe在1999年(《Object Recognition from Local Scale-Invariant Features》)提出的高效区域检测算法,在2004 ...
分类:其他好文   时间:2016-05-07 12:47:05    阅读次数:278
DeepSRDCF-tracking
今天对SRDCF算法做一些笔记[paper:Learning Spatially Regularized Correlation Filters for Visual Tracking] 这篇文章同样是目前比较好的,在VOT2015年的排名第四。他是KCF的一种变形[KCF-SRDCF-DeepSRDCF],并结合CNN提取features.下面详细介绍paper.速度4fps. 1.pape...
分类:其他好文   时间:2016-05-06 15:02:11    阅读次数:4961
mjRefresh使用指南
MJRefresh An easy way to use pull-to-refresh用法简单的下拉刷新框架:一行代码搞定 Contents Getting Started Features【支持哪些控件的刷新】Installation【如何使用MJRefresh】Who's using【已经超过上百个App正在使用MJRefresh】Classes【MJRefres...
分类:其他好文   时间:2016-05-06 14:53:28    阅读次数:282
host capability
目前通过ComputeCapabilitiesFilter 是可以做到cpu 指令集的filter,ComputeCapabilitiesFilter 是通过flavor的extra_spe来传递的。 传递的形式为:capabilities:cpu_info:features=ssse3 通过ima ...
分类:其他好文   时间:2016-05-06 09:25:27    阅读次数:165
httpd2.4b编译安装
一、编译安装Apache1.环境准备:2.Apache2.4.9+新特性Apache-2.4+的一些新特性(参见https://httpd.apache.org/docs/2.4/zh-cn/new_features_2_4.html)1.运行时可装载的MPM多的MPM现在可以构建为可加载模块在编译时。选择的MPM可以通过运行时配置的LoadModule指令。2.事件MPM(完..
分类:Web程序   时间:2016-05-02 00:45:02    阅读次数:253
1570条   上一页 1 ... 92 93 94 95 96 ... 157 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!