上一页 1 ··· 95 96 97 98 99 100 101 102 103 ··· 234 下一页
摘要: 原文地址:http://zookeeper.apache.org/doc/current/recipes.html 参考:https://zookeeper.apache.org/doc/trunk/ A Guide to Creating Higher-level Constructs with 阅读全文
posted @ 2017-04-20 17:04 一天不进步,就是退步 阅读(342) 评论(0) 推荐(0)
摘要: 原文地址:http://www.cnblogs.com/lovecindywang/archive/2010/12/28/1919132.html 请根据下面的表格,从纵向的列选择你熟悉的知识点(最后两行可以随意列举你感兴趣或熟悉的知识点),从横向的行选择一个知识点的方面构成一个问题。 也就是说你可 阅读全文
posted @ 2017-04-20 10:43 一天不进步,就是退步 阅读(421) 评论(0) 推荐(0)
摘要: 1.简介 1.1 Consul is a tool for service discovery and configuration. Consul is distributed, highly available, and extremely scalable. Consul provides se 阅读全文
posted @ 2017-04-19 18:54 一天不进步,就是退步 阅读(11891) 评论(1) 推荐(1)
摘要: 原文地址:http://liangweilinux.blog.51cto.com/8340258/1914591 前言介绍 监控是整个运维乃至整个产品生命周期中最重要的一环,事前及时预警发现故障,事后提供详实的数据用于追查定位问题。目前业界有很多不错的开源产品可供选择。选择一款开源的监控系统,是一个 阅读全文
posted @ 2017-04-17 17:36 一天不进步,就是退步 阅读(663) 评论(0) 推荐(0)
摘要: 1.将工程加入到tomcat,报上述错误 2. run--maven build 报jar包错误: invalid LOC header (bad signature) 3.根据提示找到上述jar包,然后删除掉,重写maven update 4.解决 阅读全文
posted @ 2017-04-17 11:16 一天不进步,就是退步 阅读(3128) 评论(0) 推荐(0)
摘要: 原文地址:https://segmentfault.com/a/1190000005988895 前言 分布式系统中经常会出现某个基础服务不可用造成整个系统不可用的情况, 这种现象被称为服务雪崩效应. 为了应对服务雪崩, 一种常见的做法是手动服务降级. 而Hystrix的出现,给我们提供了另一种选择 阅读全文
posted @ 2017-04-14 15:40 一天不进步,就是退步 阅读(1445) 评论(0) 推荐(0)
摘要: 原文地址:https://my.oschina.net/polly/blog/877647 什么是泛型 泛型是jdk5引入的类型机制,就是将类型参数化,它是早在1999年就制定的jsr14的实现。 泛型机制将类型转换时的类型检查从运行时提前到了编译时,使用泛型编写的代码比杂乱的使用object并在需 阅读全文
posted @ 2017-04-14 11:14 一天不进步,就是退步 阅读(353) 评论(0) 推荐(0)
摘要: 原文地址:http://howtodoinjava.com/spring/spring-core/registering-built-in-property-editors-in-spring-4-customeditorconfigurer-example/ A property editor i 阅读全文
posted @ 2017-04-10 14:34 一天不进步,就是退步 阅读(870) 评论(0) 推荐(0)
摘要: 1.添加依赖 2.增加配置 3.编写测试代码 阅读全文
posted @ 2017-04-07 17:17 一天不进步,就是退步 阅读(635) 评论(0) 推荐(0)
摘要: spring boot actuator的官方文档地址:https://docs.spring.io/spring-boot/docs/current/reference/html/production-ready.html 1.增加actuator支持 2.修改配置 示例: 红色部分重要,默认是需 阅读全文
posted @ 2017-04-07 16:54 一天不进步,就是退步 阅读(8857) 评论(0) 推荐(0)
上一页 1 ··· 95 96 97 98 99 100 101 102 103 ··· 234 下一页