码迷,mamicode.com
首页 >  
搜索关键字:segmentation fault (11)    ( 648个结果
CCNA学习笔记(一)网络互联基础
1、网络分段(Network segmentation) 为了应对网络的增大而导致的用户响应缓慢以及数据流堵塞,而将大型网络划分为众多小网络的行为。可以使用路由器、交换机和网桥等设备。2、导致LAN拥塞的常见原因: ①同一个广播域或冲突域中的主机太多; ②广播风暴; ③组播数据流太多; ④...
分类:其他好文   时间:2015-11-01 21:12:37    阅读次数:292
Thinkphp3.2使用scws中文分词 提取关键词
SCWS 是 Simple Chinese Word Segmentation 的首字母缩写(即:简易中文分词系统)。1.下载scws官方提供的类(这里使用的是pscws第四版的)http://www.xunsearch.com/scws/down/pscws4-20081221.tar.bz2下载...
分类:Web程序   时间:2015-10-23 18:14:13    阅读次数:261
vsphere Fault Tolerance 故障容错
VsphereHA与vsphereFT的对比HA:通过在主机出现故障的时候重新启动虚拟机来为虚拟机提供基本级别的保护,提供快速恢复,减少非计划停机时间.说明在虚拟机重新启动的时候有中断时间,存在宕机时间,还是不能保证服务的连续性,虚拟机重启的时间取决于虚拟机本身。FT:为了解决HA存在..
分类:其他好文   时间:2015-10-23 00:15:37    阅读次数:1046
命令行登录mysql报Segmentation fault错误是怎么回事
==========解决方法============在源码包里,编辑文件 cmd-line-utils/libedit/terminal.c把terminal_set方法中的 char buf[TC_BUFSIZE]; 这一行注释,再把 area = buf;改为 area = NULL;更改后如下...
分类:数据库   时间:2015-10-19 19:04:20    阅读次数:298
第十篇 Integration Services:高级事件行为
本篇文章是Integration Services系列的第十篇,详细内容请参考原文。简介在前一篇, we introduced fault tolerance by examining methods of task execution state management using the Maxi...
分类:其他好文   时间:2015-10-15 22:18:24    阅读次数:318
监视云服务的运行状态
若您部署了云服务程序,并且使用Paas服务(比如Service bus或者sql server等等),偶尔我们会在日志中发现无法解析主机名的错误信息,这基本是因为网络闪断造成的,需要我们在代码中添加retry逻辑,详细的说明,请参考:The Transient Fault Handling Appl...
分类:其他好文   时间:2015-10-13 13:51:56    阅读次数:232
Operating System: Three Easy Pieces --- Page Fault (Note)
Recall that with TLB misses, we have two types of systems: Hardware managed TLBs (where thehardware looks in the page table to find the desired transl...
分类:其他好文   时间:2015-10-07 12:14:31    阅读次数:173
Segmentation fault (core dumped)
第一步,打开虚拟机,打开终端第二步,输入#ulimit -c unlimited 打开core dump第三步,编译程序,输入#gcc -g seg1.c -o seg1第四步,输入ls查看有没有core文件,然后调用#gdb ./seg1 core 查看错误信息,第一个程序是空指针赋值,第二个程序...
分类:其他好文   时间:2015-10-02 00:13:10    阅读次数:265
Lab - Hot Standby Router Protocol
TopologyObjectiveConfigure inter-VLAN routing with HSRP to provide redundant, fault-tolerant routing to the internal network.BackgroundHot Standby Rou...
分类:数据库   时间:2015-10-01 21:40:22    阅读次数:263
Byte-Code Study01
ASM:Java 字节码操控框架http://www.ibm.com/developerworks/cn/java/j-lo-asm30/Byteman:字节码使用:findBugsAOP Orm Byteman(fault injection) jrebel JDT增量编译 基于堆栈的虚拟机和基于...
分类:其他好文   时间:2015-09-30 14:22:28    阅读次数:198
648条   上一页 1 ... 43 44 45 46 47 ... 65 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!