Ted

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2011年12月15日

摘要: Redis (V2.4)Best used:For rapidly changing data with a foreseeable database size (should fit mostly in memory).For example:Stock prices. Analytics. Real-time data collection. Real-time communication.HBaseBest used:If you're in love with BigTable. :) And when you need random, realtime read/write 阅读全文
posted @ 2011-12-15 19:36 wufawei 阅读(210) 评论(0) 推荐(0) 编辑

摘要: 对项目所需的时间和资金来说,最大的部分并非投入到了最初的代码编写上,而是投入到代码的维护上。好读的代码可以降低维护成本。推荐The Art of Readable Code,举的例子和配图都很有趣,读起很流畅。 阅读全文
posted @ 2011-12-15 19:32 wufawei 阅读(135) 评论(0) 推荐(0) 编辑