上一页 1 ··· 89 90 91 92 93 94 95 96 97 ··· 229 下一页
摘要: 原文来自微信公众号:聊聊架构 在互联网应用中,各式各样的定时任务存于系统各个角落。我们希望由一个平台统一将这些作业管理起来。通过这个系统,作业的宕机、崩溃等状态就可收入运维同学掌控,直接对接报警系统,将发现的挂掉作业再启动就好。但一旦平台中运行大量的作业,发现异常作业并手动处理难免会感到繁琐,而且人 阅读全文
posted @ 2017-04-26 20:10 一天不进步,就是退步 阅读(4398) 评论(0) 推荐(0)
摘要: 先看一下stackoverflow上是怎么说的吧 原文地址:http://stackoverflow.com/questions/771347/what-is-mutex-and-semaphore-in-java-what-is-the-main-difference 简单的说 就是Mutex是排 阅读全文
posted @ 2017-04-26 16:22 一天不进步,就是退步 阅读(5519) 评论(0) 推荐(1)
摘要: 原文地址:http://www.jianshu.com/p/1156151e20c8 1 背景 一致性是一个抽象的、具有多重含义的计算机术语,在不同应用场景下,有不同的定义和含义。在传统的IT时代,一致性通常指强一致性,强一致性通常体现在你中有我、我中有你、浑然一体;而在互联网时代,一致性的含义远远 阅读全文
posted @ 2017-04-25 13:26 一天不进步,就是退步 阅读(1005) 评论(0) 推荐(0)
摘要: 1.序列化问题 2. 设置一个键值及其过期时间 错误的设置方式: 正确的设置方式: 3.模糊删除 错误的方式: 正确的方式: 参考文献: 【1】http://www.cnblogs.com/shihaiming/p/6019795.html 【2】 阅读全文
posted @ 2017-04-24 11:45 一天不进步,就是退步 阅读(961) 评论(0) 推荐(0)
摘要: 1.创建http请求 使用threadGroup-->add-->sampler--http request 2.使用计数器 使用threadGroup-->add-->config component-->counter 3.使用聚合报告 使用threadGroup-->add-->Listene 阅读全文
posted @ 2017-04-21 15:45 一天不进步,就是退步 阅读(341) 评论(0) 推荐(0)
摘要: 原文地址:https://examples.javacodegeeks.com/enterprise-java/spring/tomcat-vs-jetty-vs-undertow-comparison-of-spring-boot-embedded-servlet-containers/ With 阅读全文
posted @ 2017-04-21 11:23 一天不进步,就是退步 阅读(4438) 评论(1) 推荐(0)
摘要: 原文地址:https://jmnarloch.wordpress.com/2016/04/26/spring-boot-tuning-your-undertow-application-for-throughput/ It’s been some time since the previous bl 阅读全文
posted @ 2017-04-21 11:03 一天不进步,就是退步 阅读(720) 评论(0) 推荐(0)
摘要: 原文地址: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 一天不进步,就是退步 阅读(313) 评论(0) 推荐(0)
摘要: 原文地址:http://www.cnblogs.com/lovecindywang/archive/2010/12/28/1919132.html 请根据下面的表格,从纵向的列选择你熟悉的知识点(最后两行可以随意列举你感兴趣或熟悉的知识点),从横向的行选择一个知识点的方面构成一个问题。 也就是说你可 阅读全文
posted @ 2017-04-20 10:43 一天不进步,就是退步 阅读(407) 评论(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 一天不进步,就是退步 阅读(11853) 评论(1) 推荐(1)
上一页 1 ··· 89 90 91 92 93 94 95 96 97 ··· 229 下一页