上一页 1 ··· 90 91 92 93 94 95 96 97 98 ··· 229 下一页
摘要: 原文地址:http://liangweilinux.blog.51cto.com/8340258/1914591 前言介绍 监控是整个运维乃至整个产品生命周期中最重要的一环,事前及时预警发现故障,事后提供详实的数据用于追查定位问题。目前业界有很多不错的开源产品可供选择。选择一款开源的监控系统,是一个 阅读全文
posted @ 2017-04-17 17:36 一天不进步,就是退步 阅读(638) 评论(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 一天不进步,就是退步 阅读(3120) 评论(0) 推荐(0)
摘要: 原文地址:https://segmentfault.com/a/1190000005988895 前言 分布式系统中经常会出现某个基础服务不可用造成整个系统不可用的情况, 这种现象被称为服务雪崩效应. 为了应对服务雪崩, 一种常见的做法是手动服务降级. 而Hystrix的出现,给我们提供了另一种选择 阅读全文
posted @ 2017-04-14 15:40 一天不进步,就是退步 阅读(1421) 评论(0) 推荐(0)
摘要: 原文地址:https://my.oschina.net/polly/blog/877647 什么是泛型 泛型是jdk5引入的类型机制,就是将类型参数化,它是早在1999年就制定的jsr14的实现。 泛型机制将类型转换时的类型检查从运行时提前到了编译时,使用泛型编写的代码比杂乱的使用object并在需 阅读全文
posted @ 2017-04-14 11:14 一天不进步,就是退步 阅读(336) 评论(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 一天不进步,就是退步 阅读(835) 评论(0) 推荐(0)
摘要: 1.添加依赖 2.增加配置 3.编写测试代码 阅读全文
posted @ 2017-04-07 17:17 一天不进步,就是退步 阅读(614) 评论(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 一天不进步,就是退步 阅读(8782) 评论(0) 推荐(0)
摘要: 原文地址:https://www.ibm.com/developerworks/cn/java/j-lo-SpringHATEOAS/index.html?ca=drs-&utm_source=tuicool&utm_medium=referral 绝大多数开发人员对于 REST 这个词都并不陌生。 阅读全文
posted @ 2017-04-06 13:51 一天不进步,就是退步 阅读(5455) 评论(0) 推荐(0)
摘要: 原文地址:https://dzone.com/articles/auto-publishing-amp-monitoring-apis-with-spring-bo If you are heading down the path of a microservices style of archit 阅读全文
posted @ 2017-04-05 20:29 一天不进步,就是退步 阅读(546) 评论(0) 推荐(0)
摘要: 数据来源:数据挖掘入门与实战 公众号: datadw scrapy_jingdong[9]- 京东爬虫。基于scrapy的京东网站爬虫,保存格式为csv。[9]: https://github.com/taizilongxu/scrapy_jingdong QQ-Groups-Spider[10]- 阅读全文
posted @ 2017-03-31 14:46 一天不进步,就是退步 阅读(2696) 评论(0) 推荐(0)
上一页 1 ··· 90 91 92 93 94 95 96 97 98 ··· 229 下一页