proto文件helloword.proto: // Copyright 2015 gRPC authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this ...
分类:
其他好文 时间:
2020-05-01 20:54:54
阅读次数:
65
徽章 基本实例 Badges scale to match the size of the immediate parent element by using relative font sizing and em units. <h1>Example heading <span class="ba ...
分类:
其他好文 时间:
2020-04-30 21:39:59
阅读次数:
96
有kibana最好了。https://www.elastic.co/guide/en/elasticsearch/reference/current/cat.html 感兴趣的,英语OK的同学可以去官网自查································· ...
分类:
其他好文 时间:
2020-04-30 19:03:21
阅读次数:
406
一、简介 集群中Cluster Singleton 集群中有而只一个单例,可应用于集群全局调控,单一运算决策,中央命名服务或中央路由等应用场景 二、依赖 dependencies { compile group: 'com.typesafe.akka', name: 'akka-cluster-ty ...
分类:
其他好文 时间:
2020-04-30 13:52:51
阅读次数:
73
参考:https://www.cnblogs.com/sxdcgaq8080/p/11118947.html 1.curl http://172.16.18.17:9200 { "name" : "node-1", "cluster_name" : "my-application", "cluste ...
分类:
数据库 时间:
2020-04-30 11:28:32
阅读次数:
109
1、到mysql 的官网下载mysql 的yum包 下载并安装MySQL官方的 Yum Repository wget -i -c https://dev.mysql.com/get/mysql80-community-release-el7-3.noarch.rpm 使用上面的命令就直接下载了安装 ...
分类:
数据库 时间:
2020-04-30 09:30:17
阅读次数:
79
前提条件 确保CRS(Cluster Ready Service)服务已启动,具体请参见安装GI软件章节中的结果验证。 1.以root用户登录服务器节点12.解压安装文件并赋予权限 cd /software unzip p13390677_112040_Linux-x86-64_1of7.zip u ...
分类:
数据库 时间:
2020-04-29 20:23:22
阅读次数:
128
->start/SP/faulttmgmt/shellstart:Invalidtarget/SP/faulttmgmt/shell->start/SP/faultmgmt/shellAreyousureyouwanttostart/SP/faultmgmt/shell(y/n)?yfaultmgmtsp>fmadmfaultyTimeUUIDmsgidSeverity2019-
分类:
其他好文 时间:
2020-04-29 18:29:46
阅读次数:
69
题目描述 将给定的链表中每两个相邻的节点交换一次,返回链表的头指针例如,给出1->2->3->4,你应该返回链表2->1->4->3。你给出的算法只能使用常量级的空间。你不能修改列表中的值,只能修改节点本身。 Given a linked list, swap every two adjacent ...
分类:
其他好文 时间:
2020-04-29 00:52:16
阅读次数:
76
集群相关 查看k8s版本 kubectl version 查看api版本 kubectl api-versions 查看集群信息 kubectl cluster-info 查看集群健康情况 kubectl get cs 查看事件 kubectl get events Node节点 查看节点列表信息 ...
分类:
Web程序 时间:
2020-04-29 00:44:25
阅读次数:
73