摘要:
这篇文章我们继续学习 main 方法,我们先来看看 ngx_debug_init() 这个方法。 从方法名我们也知道,debug初始化。我们先看看方法位置在哪。我们来断点在这个方法上面。 Function “ngx_debug_init” not defined。 我们去源码里面查找,grep “n 阅读全文
摘要:
Apache ZooKeeper is an effort to develop and maintain an open-source server which enables highly reliable distributed coordination。这里是 Zookeeper 官网的第一 阅读全文