摘要:
配置如下: haproxy -f haproxy.cfg -c //检查语法 haproxy -f haproxy.cfg //启动 haproxy -f haproxy.cfg -sf //重启haproxy服务,不影响用户连接 阅读全文
posted @ 2018-05-11 17:57
糖果的二师兄
阅读(553)
评论(0)
推荐(0)
摘要:
byte n = br.ReadByte(); var h = (n & 0xf0) >> 4; // 高位 var l = n & 0x0f; // 低位 阅读全文
posted @ 2018-05-11 10:34
糖果的二师兄
阅读(873)
评论(0)
推荐(0)
浙公网安备 33010602011771号