Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4564864
  • 博文数量: 1214
  • 博客积分: 13195
  • 博客等级: 上将
  • 技术积分: 9105
  • 用 户 组: 普通用户
  • 注册时间: 2007-01-19 14:41
个人简介

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&.........【阅读全文】

阅读(1670) | 评论(0) | 转发(0)

发布时间: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.........【阅读全文】

阅读(705) | 评论(0) | 转发(0)

发布时间:2014-03-21 14:22:18

点击(此处)折叠或打开use demodb //使用demodb,以下假设操作的collection是foodb.foo.remove({"id":"123456"}) //删除一条数据db.foo.remove() //删除foo中的所有记录,但是foo还存在,show collection还可以看到foodb.foo.drop() //删除foo这个col.........【阅读全文】

阅读(5150) | 评论(0) | 转发(0)

发布时间:2014-03-17 16:57:39

根据http://www.datastax.com/docs 里(http://www.datastax.com/documentation/cassandra/2.0/index.html)安装配置文档,进入系统后service cassandra start无法启动。service cassandra status * could not access pidfile for Cassandra查看文件权限没有问题。# ls -al /var/run/cassandra/cassandra.pid&nb.........【阅读全文】

阅读(924) | 评论(2) | 转发(0)

发布时间:2014-02-21 16:26:52

文章来源:http://blog.csdn.net/daillo/article/details/7030910一、MongoDB 数据库操作  1. 连接数据库    import pymongo    conn = pymongo.Connection() # 连接本机数据库    # conn = pymongo.Connection(host="192.168.1.202") # 连接指定IP的数据库&nbs.........【阅读全文】

阅读(8742) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

北大未名居士2013-03-08 10:16

回复  |  举报

北大未名居士2013-03-08 10:16

回复  |  举报

pureal2012-05-09 12:01

你好,看到一个帖子发现你看过APUE2英文版,我也刚好看到读写锁,写饿死的问题。所以想认识交流下,我没找到你的邮箱,我的是dwdang@126.com

回复  |  举报

大鬼不动2010-09-23 00:47

回复  |  举报

chinaunix网友2009-10-12 16:19

你好,你在Google Code上放的sg2fcitx的mainme.c源代码我下载编译会出现段错误。请问你的编译环境是什么?GCC版本是多少? 谢谢。

回复 |  删除 |  举报
留言热议
请登录后留言。

登录 注册