摘要:
在Zookeeper的官网上有这么一句话:ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and 阅读全文
摘要:
Linux基本命令。 Linux是严格区分大小写 命令的分类: 内部命令 Shell在内部代码中实现的命令 man type 查看bash Shell自带的命令 外部命令 Shell以外的命令 用type命令查看内部命令还是外部命令 type cd 提示cd is a shell builtin则说 阅读全文