
其他
文章平均质量分 61
SioH
Enjoy coding
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Elasticsearch学习笔记(一)
分布式搜索引擎ElasticSearch安装爬坑记录1.Elasticsearch与MySQL数据库逻辑结构概念的对比Elasticsearch关系型数据库Mysql索引(index)数据库(databases)类型(type)表(table)文档(document)行(row)字段(Filed)字段/列(column)2.window版的ElasticSearch的安装和启动下载ElasticSearch 5.6.8 ZIP版本 https:/原创 2021-07-22 15:39:45 · 641 阅读 · 1 评论 -
基于k8s hostPath nfs的宿主机文件挂载实现
更改k8s挂载配置spec: containers: ...... volumeMounts: - name: file-service-mount # 名称* mountPath: /root/fileservice # docker容易内存储路径 volumes: - name: file-service-mount # 名称* 与上面摇一致 hostPath: path:原创 2021-07-22 15:34:52 · 1050 阅读 · 0 评论 -
intellij idea设置统一的编码格式UTF-8
File --> Settings --> Editor --> File Encodings --> Global Encoding : utf-8 && Project Encoding: utf-8&& Defaule encoding for properties files 属性设置成utf-8选中 Transpa...原创 2018-08-01 16:06:33 · 1036 阅读 · 0 评论