摘要:
概念(扫盲) google three paper Google File System(2003) - 存储 MapReduce(2004) - 计算 BigTable(2006) - 查询 HDFS Hadoop Distributed File System,分布式文件系统,它是GFS的开源实 阅读全文
摘要:
Bridge Pattern 概念 桥接模式,待补充 Pimpl Pattern 概念 Pointer to Implementation,即在 handle class 内通过一个私有的成员指针变量,将指针所指向的 implementation class 的内部成员进行隐藏 优点 降低模块间耦合 阅读全文