In [Zhang, Zujin. An improved regularity criterion for the Navier–Stokes equations in terms of one directional derivative of the velocity field. Bull. ...
分类:
其他好文 时间:
2018-03-17 16:10:10
阅读次数:
154
1.打开安装文件夹,选中安装软件VisualSVN-Server-3.5.4-x64(服务端),双击打开,点击next按钮。 2.勾选I accept the terms in the License Agreement项,点击next。 3.然后选中VisualSVN Serve项以及选中Add ...
分类:
其他好文 时间:
2018-03-11 19:25:33
阅读次数:
281
当buckets数量特别多的时候,深度优先和广度优先的原理,图解 假如我们有如下数据数据:每个演员的每个电影的评论。 现在我们的需求是找到前10名的演员所演的电影的评论。这是一个两层聚合题。 查询语句体如下: { "aggs" : { "actors" : { "terms" : { "field"... ...
分类:
其他好文 时间:
2018-03-11 00:35:03
阅读次数:
139
主要知识点 terms搜索多个值,并和term的比较 一、term和terms terms是在这个字段中搜索多个值,相当于sql中的in语法 (select * from tbl where col in ("value1", "value2")) term: {"field": "value"} ... ...
分类:
其他好文 时间:
2018-02-28 14:12:19
阅读次数:
136
主要知识点 match all match multi match range query term query terms query exist query 1、match all 查询所有 GET /_search { "query": { "match_all": {} } } 示例: GE... ...
分类:
其他好文 时间:
2018-02-26 11:43:16
阅读次数:
173
java.time.Period: This class represents the date part of the datetime. It represents the date part in terms of days, months and years. for example 1 y ...
分类:
编程语言 时间:
2018-02-12 18:43:52
阅读次数:
226
Log类介绍: API for sending log output.Generally, use the __Log.v() Log.d() Log.i() Log.w() and Log.e()__ methods. The order in terms of verbosity, from l ...
分类:
移动开发 时间:
2017-12-30 22:38:55
阅读次数:
224
term query terms query range query exists query prefix query wildcard query regexp query fuzzy query type query ids query ...
/* * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. ... ...
分类:
其他好文 时间:
2017-12-20 18:02:59
阅读次数:
148
1.双击mysql-5.5.24-win32.msi开始安装,Next(下一步) 2.选中“I accept the terms in the Licence Agreement"(同意接受协议),再点Next 3.选择Custom 4.选择Next(下一步)前,可根据个人情况更改安装路径(Brow ...
分类:
数据库 时间:
2017-12-17 22:10:59
阅读次数:
277