If the receiver is a fault, calling this method does not cause it to fire. ////这句话真心不明白?还请大虾赐教@@...
分类:
移动开发 时间:
2014-08-22 13:03:38
阅读次数:
260
为了方便使用,我做了如下结构体的嵌套使用: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
遇到的问题:程序在读文件之后,准备执行fclose(fp);时,出现了如下错误: Program received signal SIGSEGV, Segmentation fault.解决方法:倒腾了好久,结果发现是一个小小的 & 在作祟。 原来把read( f, buff, ...
分类:
系统相关 时间:
2014-07-29 17:15:52
阅读次数:
257
有的程序可以通过编译, 但在运行时会出现Segment fault(段错误). 这通常都是指针错误引起的.但这不像编译错误一样会提示到文件->行, 而是没有任何信息, 使得我们的调试变得困难起来.1.在一般Linux系统中,默认是不会产生core dump文件的。通过ulimit -c来查看core...
分类:
其他好文 时间:
2014-07-25 02:30:34
阅读次数:
237
VMware Fault Tolerance - 为您的应用程序提供全天候可用性通过为虚拟机启用 VMware Fault Tolerance,最大限度地延长数据中心的正常运行时间,减少停机管理成本。基于 vLockstep 技术的 VMware Fault Tolerance 可使应用程序实现零停...
分类:
其他好文 时间:
2014-07-16 16:09:20
阅读次数:
261