摘要:
ElasticSearch版本:1.4.1 分词:ik jdk:1.7.67 开发工具:Eclipse 系统:win7忙活了几天,使用ES做成,就是页面有点丑,demo页面如下: 1.搜索主页 2.搜索结果页 欢迎大家提出宝贵意见,共同学习。 阅读全文
摘要:
向上取整用Math.ceil(double a)向下取整用Math.floor(double a) 举例:public static void main(String[] args) throws Exception { double a = 35; d... 阅读全文