HDFS: hadoop distributed file system 它抽象了整个集群的存储资源,可以存放大文件。 文件采用分块存储复制的设计。块的默认大小是64M。 流式数据访问,一次写入(现支持append),多次读取。 不适合的方面: 低延迟的数据访问 解决方案:HBASE 大量的小文件 ...
分类:
编程语言 时间:
2015-02-21 14:20:34
阅读次数:
242
微软近期Open的职位:Job title: Software Design Engineer IILocation: China, BeijingDivision: Operations System Group EngineeringGroup OverviewOSG is delivering...
分类:
移动开发 时间:
2015-02-21 14:20:13
阅读次数:
165
import java.util.*;
public class 出现次数最多的整数 {
/**
* @param args
*/
public static void main(String[] args) {
Scanner in =new Scanner(System.in);
int n=in.nextInt();
//输入个数
if(n>0&&n
int []...
分类:
其他好文 时间:
2015-02-21 09:49:15
阅读次数:
168
A reversible prime in any number system is a prime whose "reverse" in that number system is also a prime. For example in the decimal system 73 is a re...
分类:
其他好文 时间:
2015-02-21 09:42:17
阅读次数:
195
5.2.1.打印对象和toString方法package code;
public class PrintObject{
public static void main(String[] args){
Person p = new Person("孙悟空");
System.out.println(p);
}
}
class Person{...
分类:
其他好文 时间:
2015-02-21 06:30:58
阅读次数:
214
./configure: error: the HTTP rewrite module requires the PCRE library.
You can either disable the module by using --without-http_rewrite_module
option, or install the PCRE library into the system, or build the PCRE library
statically from the source with n...
分类:
其他好文 时间:
2015-02-20 23:12:56
阅读次数:
299
关于WCF的介绍,在此不再赘述,其他地方应有尽有。直接开始实例,第一个实例以一个简单的计算服务为例,本人是学习了蒋金楠的《WCF全面解析》。 1、构建解决方案 Interface:用于定义服务契约(Service Contract)的类库项目,引用WCF的核心程序集System.Serv...
分类:
其他好文 时间:
2015-02-20 23:10:06
阅读次数:
343
在“开始”-"运行"菜单里,输入regeditHKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp找到下面的 "PortNumber",用十进制方式显示,默认为3389,改为0-...
分类:
其他好文 时间:
2015-02-20 14:03:53
阅读次数:
137
主要是理解题目意思,然后就按照它说的来模拟就好了。
Description
A number of students sit in a circle facing their teacher in the center. Each student
initially has an even number of pieces of candy. When the teacher blo...
分类:
其他好文 时间:
2015-02-20 09:46:44
阅读次数:
158
微软近期Open的职位:Job DescriptionGroup: Search Technology Center Asia (STCA)/Bing Ads - DBTitle: Senior Software EngineerLocation: Suzhou/Beijing, ChinaBing...
分类:
其他好文 时间:
2015-02-20 06:29:59
阅读次数:
300