c ,python,热爱算法和机器学习
全部博文(1214)
2021年(13)
2020年(49)
2019年(14)
2018年(27)
2017年(69)
2016年(100)
2015年(106)
2014年(240)
2013年(5)
2012年(193)
2011年(155)
2010年(93)
2009年(62)
2008年(51)
2007年(37)
发布时间:2014-03-31 18:40:00
文章来源:http://skipperkongen.dk/2013/02/14/having-a-look-at-leveldb/note: it is worth noting that (the way i interpret it) one of the authors of leveldb (sanjay)recommends using tokyocabinet if the workload is more read-oriented. in turn the tokyocabinet authors recommend using&.........
发布时间:2014-03-31 18:34:31
文章来源:http://www.soimort.org/posts/151/最近在看pip和setuptools的源码,对动态修改运行时代码的手段(也就是所谓的monkey patch)有了一些心得体会,简单地记录一下。furious the monkey boy(狂暴的猴男孩)是帝国时代ii里面的一个作弊兵种,单个使用,可以迅速摧毁敌军的单位。虽然这和monkey patch基本上.........
发布时间:2014-03-30 20:39:57
文章来源:https://langui.sh/2014/03/10/wunused-command-line-argument-hard-error-in-future-is-a-harsh-mistress/apple updated the xcode command line tools today, which upgraded clang toapple llvm version 5.1 (clang-503.0.38) (based on llvm 3.4svn) and enabled a feature in clang that causes un.........
发布时间:2014-03-29 10:23:41
文章来源:http://skipperkongen.dk/2013/02/14/having-a-look-at-leveldb/note: it is worth noting that (the way i interpret it) one of the authors of leveldb (sanjay) recommends using tokyocabinet if the workload is more read-oriented. in turn the tokyocabinet authors recommend u.........
发布时间:2014-03-27 10:53:31
文章来源:http://hi.baidu.com/kanif/item/1a77f6ccaec0480d0ad93a97python自2.6开始提供了多进程模块multiprocessing,这里主要是介绍multiprocessing下的pool的几个函数一 apply(func[, args[, kwds]]) apply用于传递不定参数,同python中的apply函数一致(不过内置的apply函数从2.3以后就不.........
pureal2012-05-09 12:01
你好,看到一个帖子发现你看过apue2英文版,我也刚好看到读写锁,写饿死的问题。所以想认识交流下,我没找到你的邮箱,我的是dwdang@126.com
chinaunix网友2009-10-12 16:19
你好,你在google code上放的sg2fcitx的mainme.c源代码我下载编译会出现段错误。请问你的编译环境是什么?gcc版本是多少? 谢谢。