1、安装open-jdk sudo apt-get install openjdk-8-jdk 2、官网查找需要的es版本 es官网:https://www.elastic.co/cn/downloads/elasticsearch 点击如下图【apt-get】 查找自己想要的版本,点击使用deb方 ...
分类:
系统相关 时间:
2020-06-19 23:13:14
阅读次数:
174
1. 下载软件包 cd /usr/local/elk/ # 先导航到要存放的目录下 wget https://artifacts.elastic.co/downloads/logstash/logstash-7.7.1.tar.gz # 下载 tar -xzf logstash-7.7.1.tar. ...
分类:
其他好文 时间:
2020-06-19 16:27:53
阅读次数:
243
Conn_IP = ""Conn_UserName = ""Conn_PassWord = ""Conn_database = ""conn = MySQLdb.connect(Conn_IP,Conn_UserName,Conn_PassWord,Conn_database)cursor = co ...
分类:
数据库 时间:
2020-06-18 19:18:04
阅读次数:
48
using Newtonsoft.Json; using Newtonsoft.Json.Converters; using Newtonsoft.Json.Linq; using System.Collections.Generic; using System.Data; namespace Co ...
分类:
Web程序 时间:
2020-06-17 12:38:41
阅读次数:
85
125、全文检索-ElasticSearch-整合-SpringBoot整合high-level-client - 127、全文检索-ElasticSearch-整合-测试复杂检索 Api的调用参考:https://www.elastic.co/guide/en/elasticsearch/clie ...
分类:
其他好文 时间:
2020-06-16 23:19:42
阅读次数:
127
最近,在项目开发过程中使用了RedisTemplate,进行单元测试时提示“Field redisTemplate in com.example.demo1.dao.RedisDao required a bean of type ‘org.springframework.data.redis.co ...
分类:
编程语言 时间:
2020-06-16 15:14:43
阅读次数:
55
1、 不启动ryu root@kunpeng82 app]# ryu-manager --ofp-tcp-listen-port 6666 --verbose simple_switch_13.py loading app simple_switch_13.py loading app ryu.co ...
分类:
其他好文 时间:
2020-06-15 21:02:27
阅读次数:
65
https://docs.docker.com/docker-for-windows/troubleshoot/ This page contains information on how to diagnose and troubleshoot problems, send logs and co ...
分类:
其他好文 时间:
2020-06-15 13:44:07
阅读次数:
90
最近,在项目开发过程中使用了RedisTemplate,进行单元测试时提示“Field redisTemplate in com.example.demo1.dao.RedisDao required a bean of type ‘org.springframework.data.redis.co ...
分类:
编程语言 时间:
2020-06-15 12:21:53
阅读次数:
41
一些电子书是 mobi 和 azw3 格式,需要转换成 epub 格式以便在 iBook 阅读。最后决定使用软件 Calibre。Ipad 上面的 iBook 支持 PDF,epub 格式电子书。Calibre 官方网站:calibre - 电子书管理https://calibre-ebook.co... ...
分类:
其他好文 时间:
2020-06-14 11:03:19
阅读次数:
90