码迷,mamicode.com
首页 >  
搜索关键字:dep    ( 3364个结果
SpringCloud微服务(04):Turbine组件,实现微服务集群监控
本文源码:GitHub·点这里||GitEE·点这里一、聚合监控简介1、Dashboard组件微服务架构中为了保证程序的可用性,防止程序出错导致网络阻塞,出现了断路器模型。断路器的状况反应程序的可用性和健壮性,它是一个重要指标。HystrixDashboard是作为断路器状态的一个组件,提供了数据监控和直观的图形化界面。2、Turbine组件HystrixDashboard组件监控服务的熔断情况时
分类:编程语言   时间:2019-10-12 10:58:06    阅读次数:90
CentOS6.5 安装ES5.5
一、CURL查看已开启的ES es5.5:elasticsearch-5.5.2.tar.gz下载,百度云地址 https://pan.baidu.com/s/17oFOQlePLtUhhJHxEPRBcg 提取码 7x82 curl -XGET 192.168.56.60:9200 number表 ...
分类:其他好文   时间:2019-10-11 12:27:16    阅读次数:200
com.netflix.client.ClientException: Load balancer does not have available server for client xxxx
版本spring boot: 2.0.1.RELEASE spring cloud: Finchley.M9 错误通过zuul调用eureka注册的服务,错误内容如下 Caused by: com.netflix.client.ClientException: Load balancer does ...
分类:Web程序   时间:2019-10-10 20:10:43    阅读次数:120
小记---------手动执行脚本正常执行,使用crontab定时执行时 不执行
可能出现的原因就是因为crontab不会从用户的/etc/profile文件中读取环境变量,所以就出现 使用定时crontab执行时 无法执行 抛错 所以在使用crontab 定时执行脚本时 在脚本中尽量使用绝对路径,除去全局变量以外 解决方法: 1. 直接把/etc/profile文件中配置的sp ...
分类:其他好文   时间:2019-10-10 15:56:51    阅读次数:160
Spring+SpringMVC+Mybatis整合 pom示例
<!-- SpringMVC,Spring --> <dependencies> <!-- Spring mvc --> <!-- https://mvnrepository.com/artifact/org.springframework/spring-webmvc --> <dependency... ...
分类:编程语言   时间:2019-10-10 09:19:34    阅读次数:211
activemq消息中间件的依赖
<dependencies> <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-client</artifactId> <version>5.13.4</version> </dependency> </ ...
分类:其他好文   时间:2019-10-09 12:11:50    阅读次数:75
codeforces gym102040 前四题签到题解
J Description 输入一个数,输出其1.15倍,保留两位小数 Solution read&write E Description 给出两时间,计算其差值。 Solution 模拟即可 C Description 给出一个n$n\leq100000$,求$n!的约数的约数个数$ Soluti ...
分类:其他好文   时间:2019-10-07 14:49:44    阅读次数:139
Spring 初识
一、Spring是什么? 首先可以进入Spring官网 https://spring.io/ 看一下相关介绍。 Spring为开发者提供了一站式的轻量级应用开发平台。简单来说,Spring为开发者提供了一系列的开发工具和框架,减少重复造轮子,方便开发,提高开发效率。 需要注意的是Spring不单单是... ...
分类:编程语言   时间:2019-10-07 00:42:31    阅读次数:99
spring boot读取Excel
首先引入相关依赖 工具类 service层 controller层 至此,基本完成Excel的解析。 ...
分类:编程语言   时间:2019-10-06 16:51:01    阅读次数:80
dubbo起停之服务消费
ReferenceAnnotationBeanPostProcessor继承了AnnotationInjectedBeanPostProcessors其实现了InstantiationAwareBeanPostProcessorAdapter接口postProcessPropertyValues方法 ...
分类:其他好文   时间:2019-10-06 15:01:31    阅读次数:69
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!