Archive for January, 2010

学习Lucene也有点时间了,之前安装Lucene和Nutch也花了不少时间,再加上网上资料也比较少,所以想写个指南以供大家参考。由于Lucene使用Java实现的(也有C++,C#版的Lucene),所以我们就要先安装JDK...

Sunday, January 17th, 2010 at 22:14 | 0 comments
Categories: 搜索引擎

开个博客是心中很早之前就有的想法,但迟迟未行动。一是,可能感觉建个站会比较麻烦,二呢,由于GFW的存在,以及现在网站备案的要求,就耽搁到现在。由于早前听说Godaddy上支持支付宝...

Saturday, January 2nd, 2010 at 18:15 | 16 comments
Categories: 乐在学知

test
This is a test!

1
2
for(int i=0;<10;i++)
printf(%d,&i);

1
2
3
4
5
6
public class test{
public static void main&#[......]

TOP