该文被密码保护。 阅读全文
posted @ 2010-11-17 23:28 chinacloud 阅读(7) 评论(0) 推荐(0)
摘要: Options -> Document Options, Document Type 下拉选 C++ Source File, File Filter 中加入,*.cc为Source Insight添加语言支持1. 下载语言支持文件。下载地址http://www.sourceinsight.com/public/languages/2. 选择 Options > Preferences... 阅读全文
posted @ 2010-11-17 20:18 chinacloud 阅读(29814) 评论(0) 推荐(0)
摘要: 一、安装HaproxyHaproxy的安装非常简单,从以下网址下载源码文件进行编译安装即可:http://haproxy.1wt.eu/然后解压缩源码包,我下载的是1.4.9的版本:tar-zxvfhaproxy-1.49.tar.gzcdhaproxy-1.4.9 makeTARGET=linux26PREFIX=/haproxy makeinstallPREFIX=/haproxy这样就安装好了。我的Haproxy的配置文件haproxy.cfg的内容为:[代码]启动 haproxy:sbin/haproxy -f haproxy.cfg可以打开 stats 看,http://10.1.2 阅读全文
posted @ 2010-11-17 16:13 chinacloud 阅读(5892) 评论(0) 推荐(0)