上一页 1 2 3 4 5 6 7 8 ··· 35 下一页
摘要: 参考文档: https://blog.csdn.net/m0_56305656/article/details/121928757 阅读全文
posted @ 2023-07-04 10:08 翠微 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 【ElasticSearch】索引(删除) 阅读全文
posted @ 2023-06-17 16:18 翠微 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 增加字段 REST API 文档:https://www.elastic.co/guide/en/elasticsearch/reference/7.13/docs-reindex.html 准备一个空索引myindex PUT /myindex { "settings": { "number_of 阅读全文
posted @ 2023-06-17 16:18 翠微 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 1、REST API 文档:https://www.elastic.co/guide/en/elasticsearch/reference/7.13/indices-create-index.html ignore_above 默认值 256 settings 中的index可以去掉 "settin 阅读全文
posted @ 2023-06-17 16:17 翠微 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 接口接收文件@RequestParam("file") MultipartFile file MultipartFile转byte[] String name = file.getName(); String originalFilename = file.getOriginalFilename() 阅读全文
posted @ 2023-05-23 16:14 翠微 阅读(1008) 评论(0) 推荐(0) 编辑
摘要: 源码 安装必要的软件 yum -y install gcc cc cl pcre pcre-devel openssl openssl-devel zlib zlib-devel 下载解压源码 cd usr/local/src mkdir nginx cd nginx wget https://ng 阅读全文
posted @ 2023-05-17 16:18 翠微 阅读(6) 评论(0) 推荐(0) 编辑
摘要: spring: cloud: loadbalancer: retry: enabled: false gateway: globalcors: cors-configurations: '[/**]': allowedMethods: "*" allowedHeaders: "*" allowedO 阅读全文
posted @ 2023-04-20 11:21 翠微 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 修改 ~/.bashrc, 增加历史行数 HISTSIZE=5000 HISTCONTROL=ignorespaceignoredups 默认,忽略重复命令ignorespace 忽略所有以空格开头的命令ignoreboth ignoredups 和 ignorespace 的组合erasedups 阅读全文
posted @ 2023-04-12 10:05 翠微 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 1、从有网络的机器上下载rpm包 2、同时安装相互依赖的 rpm 包 比较全面但是下载速度有点慢http://rpm.pbone.net/速度还可以就是没有上面的全http://www.rpmfind.net/linux/rpm2html/search.phpCentOS7 rpm包下载地址http 阅读全文
posted @ 2023-04-11 09:33 翠微 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 【ElasticSearch】数据类型 阅读全文
posted @ 2023-04-03 21:44 翠微 阅读(17) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 35 下一页