常用行业网站

摘要: 1、开源中国(找源码、工具) 阅读全文
posted @ 2016-04-11 17:36 waveletbobo 阅读(101) 评论(0) 推荐(0) 编辑

2016.3.3(Spark框架预览,Scala部分应用函数、闭包、高阶函数,关于语义分析的一些心得)

摘要: 一、Spark框架预览 主要有Core、GraphX、MLlib、Spark Streaming、Spark SQL等几部分。 GraphX是进行图计算与图挖掘,其中主流的图计算框架现在有:Pregal、HAMA、Giraph(这几部分采用超步即同步的方式),而GraphLab与Spark Grap 阅读全文
posted @ 2016-03-04 09:08 waveletbobo 阅读(533) 评论(0) 推荐(0) 编辑

lucene搜索

摘要: 1、创建Directory;2、创建IndexReader3、根据IndexReader创建IndexSearcher4、创建搜索的Query5、根据Searcher搜索并且返回TopDocs6、根据TopDocs获取ScoreDoc对象7、根据Searcher和ScoreDoc对象获取具体的Doc... 阅读全文
posted @ 2015-12-01 15:02 waveletbobo 阅读(131) 评论(1) 推荐(0) 编辑

lucene索引创建

摘要: 1、创建Directory Directory directory=FSDirectory.open(new File("D:/eclipse-jee-mars-1-win32-x86_64/lucenefile/index01"));2、创建IndexWriter IndexWriterCon... 阅读全文
posted @ 2015-12-01 14:33 waveletbobo 阅读(116) 评论(0) 推荐(0) 编辑

linux命令行执行工具

摘要: 1、SSH Secure Shell2、SecureCRT3、XShell 阅读全文
posted @ 2015-11-24 21:17 waveletbobo 阅读(246) 评论(0) 推荐(0) 编辑