码迷,mamicode.com
首页 >  
搜索关键字:distribute    ( 401个结果
Hadoop实战笔记
一、基础知识(里面的内容包含大部分的Hadoop的内容,耐心的看完,肯定有收获,如有不同可留言或者上某度)1、Hadoop生态系统介绍(1)HBaseNosql 数据库,key-value存储最大化利用内存(2)HDFS简介:Hadoop distribute file system 分布式文件系统...
分类:其他好文   时间:2015-07-26 19:11:18    阅读次数:120
STL 之 hash_map源码剖析
// Filename: stl_hash_map.h // hash_map和hash_multimap是对hashtable的简单包装, 很容易理解 /* * Copyright (c) 1996 * Silicon Graphics Computer Systems, Inc. * * Permission to use, copy, modify, distribute ...
分类:其他好文   时间:2015-07-23 15:42:26    阅读次数:74
Source insight 3572安装和版本号An invalid source insight serial number was detected解
Source insight最新版本3572下载链接:http://www.sourceinsight.com/down35.html, http://www.sourceinsight.com/distribute/Si3570Setup.exe注冊号:SI3US-205035-364481.卸....
分类:其他好文   时间:2015-07-19 16:11:57    阅读次数:732
Hive高级查询(group by、 order by、 join等)
查询操作group by、 order by、 join 、 distribute by、 sort by、 clusrer by、 union all底层的实现 mapreduce常见的聚合操作count计数count(*) 所有值不全为NULL时,加1操作 count(1) 不管有没有值,只要有这条记录,值就加1 count(col) col列里面的值为null,值不会加1,这个...
分类:其他好文   时间:2015-07-19 11:51:52    阅读次数:193
053第423题
423.Which of the following describes how a distributed resumable transaction behaves? A. The resumable setting on the initiating session determines the resumable conditions for the entire distribute...
分类:其他好文   时间:2015-07-14 11:22:09    阅读次数:138
HDU 1723-Distribute Message-dp-(有向图路径模型)
题意:一队人传递消息,一个人可以向后传给m个人,求最后一个人得到消息的方式有多少种 分析:dp[i]表示第i个人得到消息的方式有dp[i]种,dp[i]=dp[i-1]+.....+dp[i-m]。求方式的状态转移方程基本上都是这个样子 代码: #include #include using namespace std; int n,m; int dp[100]; void DP() {...
分类:其他好文   时间:2015-07-12 09:42:12    阅读次数:100
auto_ptr源码剖析
/* * Copyright (c) 1997-1999 * Silicon Graphics Computer Systems, Inc. * * Permission to use, copy, modify, distribute and sell this software * and it...
分类:其他好文   时间:2015-07-07 09:21:11    阅读次数:182
【转】如何使用Android Studio把自己的Android library分发到jCenter和Maven Central
转自:http://www.devtf.cn/?p=760&utm_source=tuicool如何使用Android Studio把自己的Android library分发到jCenter和Maven Central原文链接 :How to distribute your own Android ...
分类:移动开发   时间:2015-07-01 13:45:04    阅读次数:303
RAC相关解释
1.1 并发控制 在集群环境中, 关键数据通常是共享存放的,比如放在共享磁盘上。 而各个节点的对数据有相同的访问权限, 这时就必须有某种机制能够控制节点对数据的访问。 Oracle RAC 是利用DLM(Distribute Lock Management) 机制来进行多个实例间的并发控制。 1.2...
分类:其他好文   时间:2015-06-24 20:50:43    阅读次数:309
【CSS】text-align:justify 的使用
工作需要写一个全是文本的网页,规范格式的时候发现很多css属性不是很熟悉,比如text-align:justify。这个是两端对齐,css3中新增了text-justify属性语法:text-justify : auto |inter-word | newspaper | distribute | ...
分类:Web程序   时间:2015-06-11 16:20:27    阅读次数:188
401条   上一页 1 ... 32 33 34 35 36 ... 41 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!