阿里巴巴是个快乐的青年
发布时间:2013-02-26 11:35:14
一、概述 由Jeremie Miller于1998年开始这个项目。Jabber是一个开放源码形式组织产生的网络实时通信协议,第一个公开版本于2000年5月发行。Jabber已经由IETF XMPP协议(RFC3290)标准化。2001年成立的Jabber软件基金会于2007年更名为XMPP标准基金会。 &nb.........【阅读全文】
发布时间:2013-02-25 16:45:07
LVS即Linux Virtual Server,现已成为Linux内部标准的一部分,通过LVS的负载均衡技术和Linux操作系统能够实现一个高性能、高可用的服务器集群。一、体系结构 使用LVS构建的集群系统由三部分组成:最前端的负载均衡层(Loader Balan.........【阅读全文】
发布时间:2013-02-24 23:05:47
一、数据类型 Python提供几种内置数据类型,在此主要介绍其中的两种:1、整型int Python用int类型表示整数(正整数或负整数),其大小只受限于机器内存而非固定数量的字节数。2、字符串str &.........【阅读全文】
发布时间:2013-02-21 22:52:13
一、安装 默认Linux都预装了Python,但是可能版本比较老,不过咩关系,你可以在保留默认版本的同时安装最新的3.3,也可以用新版3.3覆盖旧版,具体如下: 点击这里下载Python3.3,然后如下操作: &nbs.........【阅读全文】
发布时间:2013-02-21 19:01:40
一、脑裂概述# What does "split-brain" mean?"Split brain" is a condition whereby two or more computers or groups of computers lose contact with one another but still act as if the cluster were intact. This is like having two governments trying to rule the same country. If multiple computers ar.........【阅读全文】