idea和eclipse快捷键
摘要:eclipse和idea快捷键对照 idea 常用快捷键 idea 常用快捷键 功能 eclipse idea 查找实现类和实现方法 ctrl + t ctrl + alt + 鼠标左键 surround with try catch ctrl + 1 ctrl + alt + t 自动生成返回类型
阅读全文
posted @
2020-06-29 09:36
斜月三星一太阳
阅读(186)
推荐(0)
elasticsearch常用命令
摘要:获取es的基本信息 curl localhost:9200 新建和删除Index 查看当前节点的所有 Index curl -X GET 'http://localhost:9200/_cat/indices?v' 创建一个Index curl -X PUT 'localhost:9200/weat
阅读全文
posted @
2020-06-25 22:41
斜月三星一太阳
阅读(199)
推荐(0)
初识Elasticsearch
摘要:#### 安装 es需要Java8 环境,需要首先安装jdk. 安装完java环境,就可以安装es,直接下载压缩包 ```shell wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.5.1.zip u
阅读全文
posted @
2020-06-21 22:48
斜月三星一太阳
阅读(149)
推荐(0)