水题,主要是学习文件输入输出。 1 /* 2 ID: ijustwa1 3 LANG: C++ 4 TASK: ride 5 */ 6 #include 7 #include 8 9 using namespace std;10 11 const int base=16;12 const int ....
分类:
其他好文 时间:
2015-08-18 00:57:24
阅读次数:
143
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
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
There have been many excellent books that have greatly influenced what I believe and how I behave. I try to spend at least some time every day reading...
分类:
其他好文 时间:
2015-08-13 17:21:55
阅读次数:
104
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
这章是一个简单的概述,习题内容皆容易,故只贴几个知识点,不贴习题
cin >> a 返回其左操作数,即:cin (istream),只有当遇到EOF或者非法输入(比如该输入int,却输入了一个long long 的大数),输入流才会是false.
EOF 在windows上是Control + z,在Mac OSX or UNIX上是Control + d。
代码风格虽然是多种多样的,但我...
分类:
编程语言 时间:
2015-08-11 10:10:10
阅读次数:
119
Containner的作用是将请求送到servlet中,然后产生response给客户端。在tomcat 4中,container有四种:Enginer,Host,Context,和 Wrapper。这个章节主要是简单介绍下Context和Wrapper,其中的Context和Wrapper都是自定...
分类:
其他好文 时间:
2015-08-09 18:26:02
阅读次数:
177
USACO Chapter 1 解题总结1.1.1 Your Ride Is Here基本字符串操作,无压力。1.1.2 Greedy Gift Givers基础模拟题,弄明白题意,不怕麻烦,就OK了。1.1.3 Friday the Thirteenth自己的做法:三维数组代表年月日,400的数据...
分类:
其他好文 时间:
2015-08-07 19:19:55
阅读次数:
136
第 6 章 安全性我们一直在学习 Windows 操作系统的安全机制,但好像从没思考过为什么操作系统需要安全机制或者操作系统的安全机制要保护的是什么?正所谓,不识庐山真面目,只缘身在此山中。应该说这个问题并不难回答。首先操作系统的安全机制要保护的是操作系统自身,防止用户无意间破坏系统,恶意程序破坏系统;其次操作系统的安全机制能够要保护一个用户的资源不会在这个用户没有对其他用户授予许可权的情况下被另一...
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