断弯刀

导航

2018年9月11日 #

lucene教程--全文检索技术

摘要: 1 Lucene 示例代码 https://blog.csdn.net/qzqanzc/article/details/80916430 2 Lucene 实例教程(一)初识Lucene https://blog.csdn.net/chenghui0317/article/details/10052 阅读全文

posted @ 2018-09-11 19:49 断弯刀 阅读(304) 评论(0) 推荐(0) 编辑

FileOperator 文件(夹)操作类

摘要: public class FileOperator { /** * 复制文件目录 * @param srcDir 要复制的源目录 eg:/mnt/sdcard/DB * @param destDir 复制到的目标目录 eg:/mnt/sdcard/db/ * @return */ public static boolean co... 阅读全文

posted @ 2018-09-11 08:25 断弯刀 阅读(2238) 评论(0) 推荐(0) 编辑