12 2009 档案

豆瓣发布开源KeyValue存储系统BeansDB
摘要: 豆瓣发布开源KeyValue存储系统BeansDB 2009-12-31 10:55| 1743次阅读| 来源:solidot【已有5条评论】发表评论 感谢ydj9931的提供| 收藏这篇新闻 豆瓣公司以New BSD许可证发布了分布式key/value存储系统BeansDB,开发者称BeansDB是简化版的Dynamo,Dynamo(PDF)是亚马逊公司开发的高可用性key/value存储系统。...阅读全文

posted @ 2009-12-31 20:32 cutepig 阅读(87) | 评论 (0) 编辑

variadic paramter macro
摘要: #define debug_printf(str, ...) do { printf(str, __VA_ARGS__); } while (0)debug_printf("Hwllo world: %d %d\n", 1,2);阅读全文

posted @ 2009-12-29 17:17 cutepig 阅读(23) | 评论 (0) 编辑

Google Android操作系统内核编译图文教程
摘要: http://www.isandroid.com/google-android-operating-system-kernel-compile-photo-tutorial/ http://www.isandroid.com/installation-and-creation-of-2-0-emulator-android-sdk2-0-method/http://www.chinaup.org/...阅读全文

posted @ 2009-12-29 16:31 cutepig 阅读(69) | 评论 (0) 编辑

Memory_and_Exception_Trace
摘要: http://www.codeproject.com/tools/leakfinder.asp阅读全文

posted @ 2009-12-28 12:50 cutepig 阅读(34) | 评论 (0) 编辑

python for symbian6
摘要: http://sourceforge.net/projects/pys60/files/阅读全文

posted @ 2009-12-15 01:15 cutepig 阅读(43) | 评论 (0) 编辑

opencv 2.0 released!
摘要: http://opencv.willowgarage.com/wiki/http://sourceforge.net/projects/opencvlibrary/阅读全文

posted @ 2009-12-15 01:12 cutepig 阅读(70) | 评论 (0) 编辑

ChangeMan Version Manager Workstation 8.1 command line quick check in/out
摘要: import os,sys,datetimefile_in = sys.argv[1]Mode = {}Mode[1] = "Get"Mode[2] = "Check out"Mode[3] = "Check in"mode = raw_input(Mode)mode = int(mode)if mode<1 or mode>3: print "Invalid mode:", mode...阅读全文

posted @ 2009-12-10 14:27 cutepig 阅读(45) | 评论 (0) 编辑

testPrintSeq
摘要: #include <boost/mpl/range_c.hpp>#include <boost/mpl/vector.hpp>#include <boost/mpl/for_each.hpp>#include "boost/mpl/is_sequence.hpp"//#include <boost/mpl/if.hpp>#include <io...阅读全文

posted @ 2009-12-10 11:24 cutepig 阅读(29) | 评论 (0) 编辑

c preprocessor
摘要: http://wangcong.org/blog/?p=559阅读全文

posted @ 2009-12-07 13:39 cutepig 阅读(28) | 评论 (0) 编辑

some notes
摘要: Memory leak ANTS memory profiler (redGate company) 收费 (JetBrains) dotTrace 免费阅读全文

posted @ 2009-12-05 22:37 cutepig 阅读(36) | 评论 (0) 编辑

C++ Idioms
摘要: Expression Templatehttp://en.wikibooks.org/wiki/More_C%2B%2B_Idioms/Expression-templatehttp://www.google.com/search?q=c%2B%2B+%E6%83%B0%E6%80%A7%E6%B1%82%E5%80%BC&btnG=Google+%E6%90%9C%E7%B4%A2&am...阅读全文

posted @ 2009-12-04 00:31 cutepig 阅读(40) | 评论 (0) 编辑

导航

<2009年12月>
293012345
6789101112
13141516171819
20212223242526
272829303112
3456789

公告

昵称:cutepig
园龄:4年7个月
粉丝:11
关注:0

搜索

 
 

常用链接

随笔分类(58)

随笔档案(536)

文章档案(1)

我的链接

积分与排名

  • 积分 - 192689
  • 排名 - 443

最新评论

阅读排行榜