"query_string": { "default_field": "name", "query": "被检索的字符串" } "term": { "name": "被检索的字符串" } "terms": { "name": [ "被检索的字符串1", "被检索的字符串2" ] } "multi_m ...
分类:
其他好文 时间:
2020-06-25 17:41:13
阅读次数:
330
搜索镜像标签: 1 #!/bin/env bash 2 3 repo_url=https://registry.hub.docker.com/v1/repositories 4 echo -ne "\033[7mInput image name(search for tags):\033[0m" 5 ...
分类:
其他好文 时间:
2020-06-25 17:18:45
阅读次数:
53
论文: Hierarchical Representations for Efficient Architecture Search 论文地址:https://arxiv.org/abs/1711.00436 Introduction 由于网络的验证需要耗费很长的时间,神经网络结构搜索计算量非常巨大 ...
分类:
编程语言 时间:
2020-06-25 15:59:24
阅读次数:
83
1、安装anaconda3 wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-5.0.1-Linux-x86_64.sh bash ~/Anaconda3-5.0.1-Linux-x86_64.sh #yes,E ...
分类:
编程语言 时间:
2020-06-25 11:37:16
阅读次数:
71
Search in Rotated Sorted Array (M) 题目 Suppose an array sorted in ascending order is rotated at some pivot unknown to you beforehand. (i.e., [0,1,2,4,5 ...
分类:
其他好文 时间:
2020-06-25 10:21:08
阅读次数:
61
Filebeat附带了示例Kibana仪表板,可视化文件,并提供了搜索以可视化Kibana中的Filebeat数据。 本例展示Nginx示例仪表板 步骤一、采集Nginx日志 使用Filebeat Nginx Module采集Nginx Access日志 参考:【Beats】 Filebeat收集N ...
分类:
其他好文 时间:
2020-06-25 10:04:11
阅读次数:
154
链表——增删改查 class Node(): def __init__(self, item): self.item = item self.next = None class Link(): def __init__(self): #构造一个空链表 #head存储只能是空或者第一个节点的地址 se ...
分类:
编程语言 时间:
2020-06-25 10:03:37
阅读次数:
83
首先,在阿里云服务器上配置docker环境,配置时候一定要注意镜像地址的配置: 登录镜像仓库就可以下拉镜像 1、查找jenkins docker search jenkins docker push jenkinsci/blueocen 运行 docker run -d --name=jenkins ...
分类:
其他好文 时间:
2020-06-25 09:31:41
阅读次数:
48
在 Confluence 的后台中,有一个功能链接是 Shortcut Links 这个能够让你能够从 Confluence 快速链接到其他页面中。 举例来说,ossez.com 使用搜索的链接是:https://www.ossez.com/search?q= 在这个链接的后面添加搜索关键字。 你可 ...
分类:
其他好文 时间:
2020-06-25 09:14:25
阅读次数:
50
https://www.hiroom2.com/2016/05/21/android-install-vysor-and-sharing-android-display-with-pc/#sec-5chrome://gpu/ search WebGL:it should be:WebGL: Hard ...
分类:
其他好文 时间:
2020-06-24 21:42:33
阅读次数:
50