11 2012 档案

本地win7搭建SVN
摘要:SVN客户端下载:http://tortoisesvn.net/downloads.html 分32位 64位参考源:http://www.cnblogs.com/gossip/archive/2011/10/30/2229214.html文中的批处理这样写:sc create svnserve binpath= "D:\Program Files\Subversion\bin\svnserve.exe --service -r d:\MYSVN" depend= Tcpip start= autosc start svnservepause是三行上述命令其实就是创建名为s 阅读全文

posted @ 2012-11-29 22:04 雨渐渐 阅读(231) 评论(0) 推荐(0) 编辑

导出htmlcleaner
摘要:在包上 export jar即可 阅读全文

posted @ 2012-11-21 17:03 雨渐渐 阅读(115) 评论(0) 推荐(0) 编辑

nutch的各个版本
摘要:http://archive.apache.org/dist/nutch/ 阅读全文

posted @ 2012-11-21 16:41 雨渐渐 阅读(121) 评论(0) 推荐(0) 编辑

nutch 导入ecl
摘要:第一步:添加conf目录到buid->Classpath.我是这样做的: 选中所建的Nutch工程,依次点击Project(任务栏上)->Properties->Java Build Path ->Libraries(右上第三个选项)->Add Class Folder... (右边第五个) ->Create New Folder...(弹出框下面) ->Advanced》 ->勾上Link to folder in the file system ->Browse... ->选择你的conf目录路径: (e.g.with mine 阅读全文

posted @ 2012-11-21 16:39 雨渐渐 阅读(120) 评论(0) 推荐(0) 编辑

备份
摘要:http://htmlcleaner.sourceforge.net/http://blog.csdn.net/amuseme_lu/article/details/6724734 nutch1.3http://blog.csdn.net/clong1112/article/details/1666627 nutch配置文件http://hadoop.apache.org/common/docs/r0.19.2/cn/quickstart.htmlhttp://blog.csdn.net/savechina/article/details/5656937 windows下搭建hadoop开发环 阅读全文

posted @ 2012-11-20 14:23 雨渐渐 阅读(94) 评论(0) 推荐(0) 编辑

iterator
摘要: 阅读全文

posted @ 2012-11-13 17:28 雨渐渐 阅读(123) 评论(0) 推荐(0) 编辑

linux 启动nutch
摘要:[root@localhost nutch]# export JAVA_HOME=/usr/java/jdk1.7.0[root@localhost nutch]# bin/nutch crawlUsage: Crawl <urlDir> -solr <solrURL> [-dir d] [-threads n] [-depth i] [-topN N][root@localhost nutch]# bin/nutch crawl urls -dir urls -threads 3 -depth 5 -topN 1000 阅读全文

posted @ 2012-11-13 11:46 雨渐渐 阅读(209) 评论(0) 推荐(0) 编辑

java 求交集
摘要:Collection<String> A=new ArrayList<String>(); Collection<String> B=new ArrayList<String>(); A.add("A"); A.add("B"); A.add("C"); B.add("D"); B.add("B"); B.add("C"); System.out.println(A); System.out.println(B); bool.. 阅读全文

posted @ 2012-11-12 09:47 雨渐渐 阅读(177) 评论(0) 推荐(0) 编辑

java hashcode写法
摘要:public class Name { private String firstName; private String lastName; public Name(String firstName, String lastName) { this.firstName = firstName; this.lastName = lastName; } public int hashCode(){ return this.firstName.hashCode(); } public boolean equa... 阅读全文

posted @ 2012-11-12 09:42 雨渐渐 阅读(284) 评论(0) 推荐(0) 编辑

记录
摘要:http://select.yeeyan.org/view/94114/329073 阅读全文

posted @ 2012-11-07 16:36 雨渐渐 阅读(99) 评论(0) 推荐(0) 编辑

eclipse 生成带注释的jar包
摘要:http://lichsword.net/blog/archives/350 阅读全文

posted @ 2012-11-05 10:50 雨渐渐 阅读(257) 评论(0) 推荐(0) 编辑

nutch传参
摘要:http://peigang.iteye.com/blog/1547174 阅读全文

posted @ 2012-11-02 10:27 雨渐渐 阅读(97) 评论(0) 推荐(0) 编辑

导航