码迷,mamicode.com
首页 >  
搜索关键字:keep    ( 2613个结果
CentOS 6.5 X64 lnpm ins_cfg_note
Ins sys: 1.next all, then reboot. 2.login system use rootCfg sys: 1.keep etc0 work: # vi /etc/sysconfig/network-scripts/ifcfg-eth0 change: ONBOOT=yes ...
分类:其他好文   时间:2014-07-16 23:12:27    阅读次数:378
开场白(Openings)
大家好/HI everyone,Thanks for viewing my blogs, starting to use cnblogs to write blogs about programming. Hope I can keep writing and growing up together...
分类:其他好文   时间:2014-07-10 10:05:59    阅读次数:197
Keepalived原理与实战精讲
什么是Keepalived呢,keepalived观其名可知,保持存活,在网络里面就是保持在线了,也就是所谓的高可用或热备,用来防止单点故障(单点故障是指一旦某一点出现故障就会导致整个系统架构的不可用)的发生,那说到keepalived时不得不说的一个协议就是VRRP协议,可以说这个协议就是keep...
分类:其他好文   时间:2014-07-07 08:46:37    阅读次数:203
通讯链路的检测方法
问题背景:TCP不能及时通知连接中断,如果使用keep-live机制默认时间是2小时11分钟15秒没有通讯才会发送探测消息,如依靠TCP超时机制可能要等待9分钟才能检测出网络中断,因此必须用户自己检测连接是否正常。连接中断可能的原因:1)一方主机崩溃 发不出FIN,对等方依靠重发检测链路中断,如果崩...
分类:其他好文   时间:2014-07-06 23:32:49    阅读次数:370
高性能网站建设
压缩浏览器使用Accept-Encoding头来生命它支持压缩。服务器使用content-Encoding头确认响应已被压缩。持久连接request: Connection:keep-aliveresponse: Connection:keep-alive图片优化1.使用图片地图,将多个图片整合到一...
分类:Web程序   时间:2014-07-02 00:34:28    阅读次数:290
Vertica参数的设置
RHEL 6.2 CPU 24 Memory 128G 8节点1.keep more event logs for dc_tuple_mover_events.select SET_DATA_COLLECTOR_POLICY('TupleMoverEvents', '1000', '100000')...
分类:其他好文   时间:2014-06-28 09:59:11    阅读次数:454
Some useful methods about linkedList.
/** * Method 1: Delete the input element x  * and meanwhile keep the length of array after deleted n * @param a  the array * @param n  the length of array after deleted. * @param x  the element t...
分类:其他好文   时间:2014-06-25 08:27:27    阅读次数:171
sas赋值语句,累加语句,keep,drop,rename,retain
赋值语句variable=expression几种赋值的实例:x = x1+x2;x = sum(of x1-x6); 括号中要用ofsum(x,y);如果x或y中有一个为缺失值,sum的结果会将缺失值设为0,而如果用z=x+y;有缺失值的话z的结果会为缺失值ar(1) = br(1); *将数组b...
分类:其他好文   时间:2014-06-25 00:36:53    阅读次数:1693
[转] List of OpenFlow Software Projects
List of OpenFlow Software Projects (that I know of) http://yuba.stanford.edu/~casado/of-sw.html (I am trying to keep a running list of all OpenFlow-re...
分类:其他好文   时间:2014-06-21 15:44:58    阅读次数:323
Android TextView文字空格
 表示全角空格, 你好      啊http://stackoverflow.com/questions/1587056/android-string-concatenate-how-to-keep-the-spaces-at-....
分类:移动开发   时间:2014-06-21 12:13:17    阅读次数:456
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!