在刚接触到zookeeper的时候,linux启动时查看状态出现以下异常: Using config: /usr/local/zookeeper/bin/../conf/zoo.cfgClient port found: 2181. Client address: localhost.Error c Read More
1、简述socket原理 socket又称套间字或者插口,是网络通信中必不可少的工具。有道是:“无socket,不网络”。由于socket最早在BSD Unix上使用,而Unix/Linux所奉为经典的至高哲学是“一切皆是文件”。因此socket在使用时也是完全符合这个哲学的,它涉及到listen( Read More