摘要: a reported solution is to type: and then try the php build again. 阅读全文
posted @ 2016-10-24 13:18 午时的海 阅读(165) 评论(0) 推荐(0)
摘要: yum install gcc gcc-c++ kernel-devel 阅读全文
posted @ 2016-10-24 12:52 午时的海 阅读(1103) 评论(0) 推荐(0)
摘要: 在做服务器负载均衡时候可供选择的负载均衡的算法有很多,包括: 轮循算法(Round Robin)、哈希算法(HASH)、最少连接算法(Least Connection)、响应速度算法(Response Time)、加权法(Weighted )等。其中哈希算法是最为常用的算法. 典型的应用场景是: 有 阅读全文
posted @ 2016-10-24 10:13 午时的海 阅读(168) 评论(0) 推荐(0)