一,数据库新建一个闯关NPC,运行下面命令即可 二,将闯关NPC与地图绑定,_common_setting表中第X项,格式 事件ID(为0时,任意时间都可闯关,不为0时,该ID事件开始后才可以挑战)#副本地图ID#闯关NPC ID#允许挑战的最大人数(副本内人数超过该值将被传送) 三,配置_stag ...
分类:
其他好文 时间:
2018-06-03 14:40:50
阅读次数:
215
每一个都是独立的springboot工程。通过自己的ip和端口访问。 Eureka是服务发现组件,Eureka里面有一个服务注册表,存的是服务消费者和服务生产者的ip和端口。Eureka集群里面每个Eureka server也是一个Eureka client,因为他们之间要相互注册。 Eureka ...
分类:
编程语言 时间:
2018-06-02 17:39:55
阅读次数:
224
(1)ELKStack简介 1.elk介绍 2.elk架构 (2)Elasticsearch部署 1.安装jdk 2.下载并安装GPG key 3.添加yum仓库 4.安装elasticsearch 5.创建elasticsearch data的存放目录,并修改该目录的属主属组 6.修改elasti ...
分类:
其他好文 时间:
2018-05-28 16:51:29
阅读次数:
238
GET _cat/nodes GET _cat/health GET _cat/shards GET http://10.37.84.124:9200/secisland?pretty { "settings":{ "number_of_shards":5, "number_of_replicas"... ...
分类:
其他好文 时间:
2018-05-26 18:45:46
阅读次数:
190
创建 CEPH 文件系统 创建存储池 创建文件系统 查询MDS服务 挂载CephFS文件系统 创建挂载目录 方式一 故障处理 mount失败 ...
分类:
其他好文 时间:
2018-05-25 13:55:15
阅读次数:
263
May 10, 2018By Suhita GoswamiNo Comments Categories: Data Ingestion Flume Kafka Use Case Traditional messaging models fall into two categories: Shared ...
分类:
其他好文 时间:
2018-05-24 13:52:10
阅读次数:
178
elasticsearch常用命令检查es版本信息curl IP:9200查看集群是否健康http://IP:9200/_cat/health?vcurl ‘IP:9200/_cat/health?v‘查看节点列表http://IP:9200/_cat/nodes?vcurl ‘IP:9200/_cat/nodes?v‘列出所有索引及存储大小http://IP:92
分类:
其他好文 时间:
2018-05-21 12:44:39
阅读次数:
185
TEXT 15 A text a day... Mar 24th 2006 From The Economist print edition The medical uses of mobile phones show they can be good for your health WHAT im ...
分类:
其他好文 时间:
2018-05-20 22:49:48
阅读次数:
214
1.快速检查集群的健康状况 GET /_cat/health?v Green:每个索引的primary shard和replica shard都是active状态 yellow:每个索引的primary shard都是active状态,但是部分replica shard不是active状态,处于不可 ...
分类:
其他好文 时间:
2018-05-12 19:17:19
阅读次数:
1081
前言: 在spring boot的旧版本中,监控端点(如/env)是默认开启的,所以只要项目正常启动,就能通过url获取信息。可是在2.0版本以后,由于安全性考虑,除了/health和/info的端点,默认都是不暴露的。 那么,要怎么开启监控点呢? 启动、暴露端点的配置代码如下:(放在applica ...
分类:
编程语言 时间:
2018-05-09 12:03:59
阅读次数:
448