自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

Hadoop: could only be replicated to 0 nodes instead of 1

测试时遇到的问题, 原因是磁盘空间没了。。

2010-04-06 09:45:26 87

Eclipse: Class file name must end with .class

问题: 在eclipse里使用ctr+shift+t打开一个类的时候,出现错误:Class file name must end with .class 解决办法:   关闭Eclipse 删除 workspace/.metadata/.plugins/org.eclipse.jdt.core/*.index 删除 workspace/.metadata/.plugins/org.ec...

2010-03-30 14:10:53 205

berkeley db, tokyo cabinet的简单性能比较

在一台开发机上的简单测试,版本分别为Berkeley DB 4.8, Tokyo Cabinet 1.4.42. 各自起两个线程,分别负责数据插入和读取。   Berkeley DB:   使用B+ Tree数据库,从空白数据库开始,插入1亿条记录,其中插入速度约为8w/s, 读取速度约为10w/s,速度比较稳定,用时22分钟,最终数据库大小7.5G。 其中读取用的是cursor,如果使用...

2010-03-23 16:27:06 181

A simple test of tokyo cabinet and tyrant's performance

Server:   Redhat, CentOS release 4.8.   Xeon(R) CPU E5504  @ 2.00GHz * 4   8G mem   Client  Winxp sp3, Petium Dual 1.6G, 2G mem   Tokyo Cabinet and Tyrant command:   ttserver -dmn -pid /tt...

2010-03-11 16:58:13 97

原创 指南:如何写出易测试的java 代码 from google

指南:如何写出易测试代码 作者:Jonathan Wolter,Russ Ruffer,Miško Hevery      翻译:刘冬清 联系方式: (liudongqing (at) Gmail) , 有效的测试者网站 原文链接:Guide: Writing Testable Code 在Google ,为了使我...

2010-02-09 13:22:04 280

原创 高纳德访谈-2008-8-25

http://www.informit.com/articles/article.aspx?p=1193856 Andrew Binstock and Donald Knuth converse on the success of open source, the problem with multicore architecture, the disappointing lack of i...

2010-02-09 09:04:59 483

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除