码迷,mamicode.com
首页 >  
搜索关键字:discovery    ( 632个结果
SpringCloud 项目搭建(五):服务消费方搭建
五、服务消费方搭建 1.在父项目上面新建模块myclient 2.选择Spring Cloud Discovery—>Eureka Discovery Client 选择Spring Cloud Routing—>OpenFeign 3.Module Name一般不做修改,和项目名称Artifact ...
分类:编程语言   时间:2020-02-11 13:12:13    阅读次数:75
SpringCloud 项目搭建(四):服务提供方搭建
四、服务提供方搭建 1.在父项目上面新建模块myservice 2.选择Spring Cloud Discovery—>Eureka Discovery Client 3.Module Name一般不做修改,和项目名称Artifact一样 4.将src\main\resources下面的applic ...
分类:编程语言   时间:2020-02-10 11:51:01    阅读次数:59
SpringCloud 项目搭建(三):服务配置中心搭建
三、服务配置中心搭建 1.在父项目上面新建模块myconfig 2.选择Spring Cloud Config—>Config Server 选择Spring Cloud Discovery—>Eureka Discovery Client 3.Module Name一般不做修改,和项目名称Arti ...
分类:编程语言   时间:2020-02-09 12:05:53    阅读次数:89
搭建本地测试es集群
需求 在本地搭建es+kibana+elasticsearch head 搭建环境 1. mac本地,使用docker+docker compose 方式搭建 2. 设置docker 内存8G 搭建es和es+head 安装kibana 优化 至于kibana的添加方式,如果有更好的方式,欢迎指教 ...
分类:其他好文   时间:2020-02-04 20:39:53    阅读次数:128
apollo启动失败
2020-01-31 17:48:28.291 INFO 28266 [DiscoveryClient-InstanceInfoReplicator-0] com.netflix.discovery.DiscoveryClient : DiscoveryClient_APOLLO-CONFIGSER ...
分类:其他好文   时间:2020-01-31 18:47:52    阅读次数:818
DIAL: DIscovery And Launch简介
运行以下VBScript脚本 Dim deviceFinder Set deviceFinder = CreateObject("UPnP.UPnPDeviceFinder") Dim devices Set devices = deviceFinder.FindByType("ssdp:all", ...
分类:其他好文   时间:2020-01-29 23:54:46    阅读次数:141
PP: Modeling extreme events in time series prediction
KDD: Knowledge Discovery and Data Mining (KDD) Insititute: 复旦大学,中科大 Problem: time series prediction; modelling extreme events; overlook the existence ...
分类:其他好文   时间:2020-01-29 10:18:10    阅读次数:97
spring cloud gateway网关路由分配
1, 基于父工程,新建一个模块 2,pom文件添加依赖 <dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-gateway</artifac ...
分类:编程语言   时间:2020-01-21 20:09:10    阅读次数:119
8 - 自动化监控 网络发现、
discovery Action 删除node2 ...
分类:其他好文   时间:2020-01-17 13:45:45    阅读次数:56
博科光纤交换机端口别名映射脚本
登录交换机使用 switchshow 查看不同端口的port 类型 操作步骤: 1. 将fc_discovery.py脚本放在监控服务器的externalscript目录,并执行以下命令,增加脚本可执行权限:chmod 755 fc_discovery.py 2. 将fc_reflect_depen ...
分类:其他好文   时间:2020-01-15 16:47:08    阅读次数:201
632条   上一页 1 ... 7 8 9 10 11 ... 64 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!