摘要:
在软件系统的高可靠性(也称为可用性,英文描述为HA,High Available)里有个衡量其可靠性的标准——X个9,这个X是代表数字3~5。X个9表示在软件系统1年时间的使用过程中,系统可以正常使用时间与总时间(1年)之比,我们通过下面的计算来感受下X个9在不同级别的可靠性差异。 3个9:(1-9 阅读全文
摘要:
Scale Out(也就是Scale horizontally)横向扩展,向外扩展Scale Up(也就是Scale vertically)纵向扩展,向上扩展无论是Scale Out,Scale Up,Scale In,实际上就是一种架构的概念,这些概念用在存储上可以,用在数据库上,网络上一样可以。 阅读全文
摘要:
查看服务列表代码 sudo service --status-allsudo initctl listfrom: http://zhidao.baidu.com/link?url=hLMXGocC2BcmDbCpaze4i2mgT5E7cdw6EdajZr5gGi04JsIF3sJeeJAfyClO 阅读全文
摘要:
函数是大家的函数,方法是类的方法。 转自: http://bbs.csdn.net/topics/390679710 阅读全文
摘要:
在做双机的时候,设定的一个IP,通过访问这个IP,具体到后台哪台机器,由系统指定。浮动IP是随资源一起走的。************************************************************************************************ 阅读全文
摘要:
1) Install django-tracking (thankyou for that tip Van Gale Google Maps + GeoIP is amazing!) 2) Add this middleware: 3) Make sure it goes after the Vis 阅读全文
摘要:
git help add -A, --all Like -u, but match <filepattern> against files in the working tree in addition to the index. That means that it will find new f 阅读全文
摘要:
垂直扩展 提高现有系统部件的能力。 水平扩展 增加更多的系统成员。 转自: http://yunjiechao-163-com.iteye.com/blog/2126981 阅读全文
摘要:
== and != do not take into account the data type of the variables you compare. So these would all return true: and !== do take into account the data t 阅读全文
摘要:
When start wireshark, I met an error like: 引用 Couldn't run /usr/bin/dumpcap in child process: Permission denied Solution: 引用 sudo apt-get install libc 阅读全文