07 2016 档案

摘要:全文检索引擎Solr系列:第一篇:http://t.cn/RP004gl、第二篇:http://t.cn/RPHDjk7 、第三篇:http://t.cn/RPuJt3T 阅读全文
posted @ 2016-07-21 16:53 默默无语敲代码 阅读(170) 评论(0) 推荐(0)
摘要:import com.google.common.collect.Maps; import java.util.Map; /** * tree 节点 * Created by shuly on 16-7-18. */ public class Node { boolean isRoot; boolean isEnd; int cnt; Map... 阅读全文
posted @ 2016-07-20 09:39 默默无语敲代码 阅读(229) 评论(0) 推荐(0)
摘要:#!/bin/bash . /etc/profile if [ $# == 0 ]; then SDATE=$(date "+%F" -d "-1 days") EDATE=$(date "+%F" -d "-1 days") elif [ $# == 1 ]; then SDATE=$1 EDATE=$1 else SDATE=$1 ... 阅读全文
posted @ 2016-07-13 15:53 默默无语敲代码 阅读(214) 评论(0) 推荐(0)