2020年6月29日
摘要:
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
斜月三星一太阳
阅读(195)
推荐(0)
2020年6月25日
摘要:
获取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
斜月三星一太阳
阅读(242)
推荐(0)
2020年6月24日
posted @ 2020-06-24 15:04
斜月三星一太阳
阅读(534)
推荐(0)
2020年6月21日
摘要:
#### 安装 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
斜月三星一太阳
阅读(166)
推荐(0)
2020年6月14日
posted @ 2020-06-14 23:21
斜月三星一太阳
阅读(0)
推荐(0)
2020年6月7日
posted @ 2020-06-07 22:57
斜月三星一太阳
阅读(0)
推荐(0)
posted @ 2020-06-07 16:05
斜月三星一太阳
阅读(0)
推荐(0)
2020年5月29日
摘要:
JSON在线视图查看器 https://www.bejson.com/jsonviewernew sql 格式化 https://www.w3cschool.cn/tools/index?name=sql_formatter json工具的两个网站 https://www.sojson.com/ h
阅读全文
posted @ 2020-05-29 19:04
斜月三星一太阳
阅读(174)
推荐(0)
2020年5月17日
摘要:
有时间总结一下Lombok的使用
阅读全文
posted @ 2020-05-17 23:33
斜月三星一太阳
阅读(110)
推荐(0)
2020年5月13日
摘要:
下载maven并安装 注意settings.xml的配置 idea 中的配置 File - Settings - Build,Execution,Deployment - Build Tools - Maven
阅读全文
posted @ 2020-05-13 15:35
斜月三星一太阳
阅读(162)
推荐(0)