Zhu Yuejun

Results 7 issues of Zhu Yuejun

Update namespace.cc: re-implement the member function NormalizePath. There are some tests below. ![image](https://cloud.githubusercontent.com/assets/10758120/21760643/90e61c70-d688-11e6-966a-5b91e6aa6b02.png) 算法说明: `算法伪代码: std::string NameSpace::NormalizePath(const std::string& path) { // 存放标准化后的路径 std::string ret; // 处理边界条件 if (path.empty() || path[0]...

为什么将日志级别按2、4、8..进行赋值,而不是按0、1、2、3..