首先,我们先看文档 文档中百度翻译了一下,大意是:, 除了支持的映射参数外,不能更改现有字段的映射或字段类型。更改现有字段可能会使已编制索引的数据无效。 如果需要更改字段的映射,请使用正确的映射创建一个新索引,并将数据重新索引到该索引中。 重命名字段将使已在旧字段名下编制索引的数据无效。而是添加一个 ...
                            
                            
                                分类:
其他好文   时间:
2021-02-20 12:12:12   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    0 引言 本文将常用的指令记录下来,以备查询。 1 git Command Meaning Reference Linking git status view all files' state, tracked or untracked, commited or un commited git st ...
                            
                            
                                分类:
系统相关   时间:
2021-02-19 13:10:17   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    问题描述 centOS7上面装有oracle数据库,参考这种方式安装的,服务器异常关闭,重启服务器后数据库不能启动。 处理步骤 1、登录Linux,切换到oracle用户下su - oracle,查询lsnrctl服务是否开启lsnrctl status 2、监听没有启动,则需要输入lsnrctl  ...
                            
                            
                                分类:
其他好文   时间:
2021-02-18 13:39:03   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    1、背景: 启动MariaDB服务,通过python远程访问数据库失败,查询MariaDB日志(systemctl status mariadb)报错信息为: user: 'unauthenticated' host: '192.168.1.8' (This connection closed no ...
                            
                            
                                分类:
数据库   时间:
2021-02-17 14:04:16   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    The connection to the server 192.168.1.11:6443 was refused - did you specify the right host or port? 怀疑是不是kubelet挂了,检查 [root@master1 prometheus]# syst ...
                            
                            
                                分类:
移动开发   时间:
2021-02-16 12:26:05   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    打开FTP服务 先ping,查看网络是否联通 打开ssh服务 查看一些服务的状态 #查看ssh状态 service sshd status #防火墙的状态 service iptables status #开启ssh服务 service sshd start #关闭防火墙 chkconfig ipt ...
                            
                            
                                分类:
系统相关   时间:
2021-02-16 12:23:27   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    使用安装包直接安装 # 10/22/2020 安装过程如下: 1)官网下载 deb 安装包:https://www.opera.com/download 2)在 Debian 中,执行 dpkg -i opera-xxxx.deb 命令进行安装。 使用包管理器安装 cat > /etc/apt/so ...
                            
                            
                                分类:
系统相关   时间:
2021-02-16 11:40:45   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    1.分类 级联删除: 删除StatefulSet时同时删除pod 非级联删除: 删除StatefulSet时不删除pod 2.级联删除 [root@k8s-master01 ~]# kubectl get pod NAME READY STATUS RESTARTS AGE nginx-6cdd5d ...
                            
                            
                                分类:
其他好文   时间:
2021-02-15 12:41:00   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    //销毁僵尸进程2#include <stdio.h>#include <stdlib.h>#include <sys/wait.h> int main(int argc, char *argv[]){ int status; pid_t pid=fork(); if (pid==0) { slee ...
                            
                            
                                分类:
系统相关   时间:
2021-02-09 12:31:34   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                一、blackbox_exporter应用场景 HTTP 测试: 定义 Request Header 信息、判断 Http status / Http Respones Header / Http Body 内容TCP 测试: 业务组件端口状态监听、应用层协议定义与监听ICMP 测试: 主机探活机制 ...
                            
                            
                                分类:
Web程序   时间:
2021-02-09 12:02:09   
                                阅读次数:
0