HDFS简介HDFS有着高容错性(fault-tolerant)的特点,并且设计用来部署在低廉的(low-cost)硬件上。而且它提供高吞吐量(highthroughput)来访问应用程序的数据,适合那些有着超大数据集(largedataset)的应用程序。1.HDFS有以下几个主要特点:处理超大文件:存储的一个超大..
分类:
其他好文 时间:
2014-08-24 19:30:13
阅读次数:
275
If the receiver is a fault, calling this method does not cause it to fire. ////这句话真心不明白?还请大虾赐教@@...
分类:
移动开发 时间:
2014-08-22 13:03:38
阅读次数:
260
学习笔记之《Rich feature hierarchies for accurate object detection and semantic segmentation》...
分类:
其他好文 时间:
2014-08-20 16:30:52
阅读次数:
326
为了方便使用,我做了如下结构体的嵌套使用:struct operation{ int num; char name[100]; char owner[100]; char msg[100];};struct collect{ int num; char name[100]; char owner[1...
分类:
其他好文 时间:
2014-08-15 12:03:28
阅读次数:
308
Virtual addresses from multiple address spaces are translated to real addresses in main memory by generating for each virtual address an address space...
分类:
移动开发 时间:
2014-08-14 13:24:28
阅读次数:
489
一 造成segment fault,产生core dump的可能原因1.内存访问越界a) 由于使用错误的下标,导致数组访问越界b) 搜索字符串时,依靠字符串结束符来判断字符串是否结束,但是字符串没有正常的使用结束符c) 使用strcpy, strcat, sprintf, strcmp, strca...
分类:
其他好文 时间:
2014-08-13 22:00:37
阅读次数:
288
org.codehaus.xfire.fault.XFireFault: Not enough message parts were received for the operation.
当外部调用你的接口时,没有正确调用,少了参数或者什么,让调用者好好检查下,或者重新更下wsdl,在调用程序。
这个不是java的粗,而是调用者的调用接口错了,才会报错的信息...
分类:
其他好文 时间:
2014-08-08 16:11:16
阅读次数:
205
这个问题偶尔碰到两次,现在又遇上了,解决办法如下:打开注册表,设置HKLM\Software\Microsoft\FTH\Enabled 为0 打开CMD,运行Rundll32.exe fthsvc.dll,FthSysprepSpecialize参考http://msdn.microsoft.co...
分类:
移动开发 时间:
2014-08-06 14:36:51
阅读次数:
2670
下午检查apahe的error_log的时候发现大量:[TueJul2914:35:392014][notice]childpid22397exitsignalSegmentationfault(11)[TueJul2914:35:422014][notice]childpid22548exitsignalSegmentationfault(11)[TueJul2914:35:452014][notice]childpid22540exitsignalSegmentationfaul..
分类:
其他好文 时间:
2014-07-29 18:25:23
阅读次数:
230