hello
摘要: 官网下载:https://nginx.org/en/download.html 教程地址:https://www.runoob.com/linux/nginx-install-setup.html Nginx安装 下载 https://nginx.org/en/download.html 传到虚拟机 阅读全文
posted @ 2022-02-16 09:20 八股文研究生 阅读(44) 评论(0) 推荐(0)
摘要: 前置安装zookeeper:https://www.cnblogs.com/fch2w/p/15896757.html 1、官网下载安装包 官网地址:https://kafka.apache.org/downloads 2、解压安装 cd /home/fch/module wget https:// 阅读全文
posted @ 2022-02-15 17:32 八股文研究生 阅读(64) 评论(0) 推荐(0)
摘要: 导入pom 点击查看代码 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-ins 阅读全文
posted @ 2022-02-15 15:54 八股文研究生 阅读(74) 评论(0) 推荐(0)
摘要: 导入pom 点击查看代码 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-ins 阅读全文
posted @ 2022-02-15 15:48 八股文研究生 阅读(69) 评论(0) 推荐(0)
摘要: 前提:必须安装jdk8 1、下载安装包 各个版本安装包:http://archive.apache.org/dist/zookeeper/ cd /home/fch/module wget http://archive.apache.org/dist/zookeeper/zookeeper-3.5. 阅读全文
posted @ 2022-02-15 15:33 八股文研究生 阅读(54) 评论(0) 推荐(0)
摘要: 1、官网下载安装包 地址:https://github.com/medcl/elasticsearch-analysis-ik/releases 2、下载对应es版本的分词器安装包 cd /home/fch/module wget https://github.com/medcl/elasticse 阅读全文
posted @ 2022-02-15 15:29 八股文研究生 阅读(207) 评论(0) 推荐(0)
摘要: 请求resful: GET 请求:http://119.91.127.xxx:9200/myuser/_search 请求方式: json { "aggs": { "age_groupby": { "terms": { "field": "age" } } }, "size": 0 } 阅读全文
posted @ 2022-02-14 17:29 八股文研究生 阅读(39) 评论(0) 推荐(0)
摘要: 请求resful: GET 请求:http://119.91.127.xxx:9200/myuser/_search 请求方式: json { "query": { "match_all": {} }, "sort": [ { "age": { "order": "desc" } } ], "fro 阅读全文
posted @ 2022-02-14 17:28 八股文研究生 阅读(37) 评论(0) 推荐(0)
摘要: 请求resful: GET 请求:http://119.91.127.xxx:9200/myuser/_search 请求方式: json { "query": { "match": { "name": "zhangsan" } }, "highlight": { "pre_tags": "<fon 阅读全文
posted @ 2022-02-14 17:27 八股文研究生 阅读(35) 评论(0) 推荐(0)
摘要: 请求resful: GET 请求:http://119.91.127.xxx:9200/myuser/_search 请求方式: json { "query": { "match_all": {} }, "sort": [ { "age": { "order": "desc" } }, { "_sc 阅读全文
posted @ 2022-02-14 17:26 八股文研究生 阅读(77) 评论(0) 推荐(0)
my name is zhangsan