码迷,mamicode.com
首页 >  
搜索关键字:第四版    ( 596个结果
hadoop权威指南(第四版)要点翻译(5)——Chapter 3. The HDFS(5)
5) The Java Interface a) Reading Data from a Hadoop URL. 使用hadoop URL来读取数据 b) Although we focus mainly on the HDFS implementation, DistributedFileSystem, in general you should strive to write y...
分类:其他好文   时间:2015-08-16 12:20:05    阅读次数:98
hadoop权威指南(第四版)要点翻译(4)——Chapter 3. The HDFS(1-4)
Filesystems that manage the storage across a network of machines are called distributed filesystems. Since they are network based, all the complications of network programming kick in, thus making dist...
分类:其他好文   时间:2015-08-14 19:18:42    阅读次数:253
hadoop权威指南(第四版)要点翻译(3)——Chapter 2. MapReduce
Most importantly, MapReduce programs are inherently parallel, thus putting very large-scale data analysis into the hands of anyone with enough machines at their disposal.MapReduce comes into its own fo...
分类:其他好文   时间:2015-08-13 14:30:25    阅读次数:167
TCP为什么需要3次握手与4次挥手(转载)
为什么需要“三次握手” 在谢希仁著《计算机网络》第四版中讲“三次握手”的目的是“为了防止已失效的连接请求报文段突然又传送到了服务端,因而产生错误”。在另一部经典的《计算机网络》一书中讲“三次握手”的目的是为了解决“网络中存在延迟的重复分组”的问题。这两种不用的表述其实阐明的是同一个问题。 谢希仁版《...
分类:其他好文   时间:2015-08-04 00:07:54    阅读次数:197
hadoop权威指南(第四版)要点翻译(2)——Chapter 1. Meet Hadoop
a) The trend is for every individual’s data footprint to grow, but perhaps more significantly,the amount of data generated by machines as a part of the Internet of Things will be even greater than tha...
分类:其他好文   时间:2015-08-03 14:44:35    阅读次数:136
lamp一键安装第四版
#!/bin/bash#authorbymartin2015-07-22#autoinstalllampfunctionapache_install(){#apacheautoinstallecho-e"\033[32mprepareapacheenv\033[0m"H_FILE=httpd-2.2.31.tar.gzH_DIR=httpd-2.2.31yuminstallaprapr-utilapr-develapr-util-devel-ycd/usr/srcwgethttp://mirrors.sohu..
分类:其他好文   时间:2015-08-01 19:12:51    阅读次数:109
计算机组成原理_第四版课后习题答案(完整版)
计算机组成原理_第四版课后习题答案(完整版) 第一章 1.比较数字计算机和模拟计算机的特点。 解:模拟计算机的特点:数值由连续量来表示,运算过程是连续的; 数字计算机的特点:数值由数字量(离散量)来表示,运算按位进行。 两者主要区别见P1表1.1。 2.数字计算机如何分类?分类的依据是什么? 解:分...
分类:其他好文   时间:2015-07-30 00:17:57    阅读次数:432
java要看的书
http://m.blog.csdn.net/blog/yongjian1092/7372678深入理解Java虚拟机android虚拟机java并发编程实战Java网络编程(第四版)
分类:编程语言   时间:2015-07-29 22:40:21    阅读次数:122
算法(第四版)学习笔记之java实现二叉查找树
二叉查找树:是一棵二叉树,其中每个结点都含有一个键以及相关联的一个值且每个结点的键都大于其左子树中的任意结点的键而小于其右子树中的任意结点的键。 二叉查找树的每个方法功能原理都在代码中有详细的解释,下面来看代码: /** * * @author seabear * 二叉查找树 * @param * @param */ public class BTS,Value> { ...
分类:编程语言   时间:2015-07-29 15:59:40    阅读次数:237
Python字符串问题
节选自《Python学习手册》第四版,第八部分
分类:编程语言   时间:2015-07-27 12:52:48    阅读次数:131
596条   上一页 1 ... 43 44 45 46 47 ... 60 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!