摘要:
Go 断言 golang的语言中提供了断言的功能。golang中的所有程序都实现了interface{}的接口,这意味着,所有的类型如string,int,int64甚至是自定义的struct类型都就此拥有了interface{}的接口。那么在一个数据通过func funcName(interfac 阅读全文
摘要:
安装 #ubuntu apt-get install keepalived #centos yum install keepalived master 节点配置,以nginx为例 cat > /etc/keepalived/keepalived.conf <<EOF # master node vr 阅读全文