Spring Cloud Gateway、并发编程等等
2019年
JUC线程池服务ExecutorService接口实现源码分析
- Github Page:http://www.throwable.club/2019/07/27/java-concurrency-executor-service
- Coding Page:http://throwable.coding.me/2019/07/27/java-concurrency-executor-service
JUC线程池ThreadPoolExecutor源码分析
- Github Page:http://www.throwable.club/2019/07/15/java-concurrency-thread-pool-executor
- Coding Page:http://throwable.coding.me/2019/07/15/java-concurrency-thread-pool-executor
JUC线程池扩展可回调的Future
- Github Page:http://www.throwable.club/2019/07/02/java-concurrency-listenable-future
- Coding Page:http://throwable.coding.me/2019/07/02/java-concurrency-listenable-future
深入理解Instrument(一)
- Github Page:http://www.throwable.club/2019/06/29/java-understand-instrument-first
- Coding Page:http://throwable.coding.me/2019/06/29/java-understand-instrument-first
Java线程生命周期与状态切换
- Github Page:http://www.throwable.club/2019/06/23/java-concurrency-thread-state
- Coding Page:http://throwable.coding.me/2019/06/23/java-concurrency-thread-state
深入理解Java中的Garbage Collection
- Github Page:http://www.throwable.club/2019/06/09/java-jvm-garbage-collection-summary
- Coding Page:http://throwable.coding.me/2019/06/09/java-jvm-garbage-collection-summary
Hystrix完整配置列表
- Github Page:http://www.throwable.club/2019/05/29/framework-hystrix-full-configuration
- Coding Page:http://throwable.coding.me/2019/05/29/framework-hystrix-full-configuration
内部分享-Spring Cloud Gateway初体验
- Github Page:http://www.throwable.club/2019/05/27/in-action-share-spring-cloud-gateway-guide
- Coding Page:http://throwable.coding.me/2019/05/27/in-action-share-spring-cloud-gateway-guide
内部分享-聊聊常用的线程模型
- Github Page:http://www.throwable.club/2019/05/26/in-action-share-talk-about-java-thread-model
- Coding Page:http://throwable.coding.me/2019/05/26/in-action-share-talk-about-java-thread-model
Spring Cloud Gateway-使用自定义过滤器通过Hystrix实现降级处理
- Github Page:http://www.throwable.club/2019/05/25/spring-cloud-gateway-hystrix
- Coding Page:http://throwable.coding.me/2019/05/25/spring-cloud-gateway-hystrix
经典面试题-两个线程交替打印奇数和偶数
- Github Page:http://www.throwable.club/2019/05/20/interview-problem-double-thread-print-odd-even-alternately
- Coding Page:http://throwable.coding.me/2019/05/20/interview-problem-double-thread-print-odd-even-alternately
Spring Cloud Gateway-ServerWebExchange核心方法与请求或者响应内容的修改
- Github Page:http://www.throwable.club/2019/05/18/spring-cloud-gateway-modify-request-response
- Coding Page:http://throwable.coding.me/2019/05/18/spring-cloud-gateway-modify-request-response
一次MySQL死锁问题的排查与分析(一)
- Github Page:http://www.throwable.club/2019/05/11/mysql-deadlock-troubleshoot-1st
- Coding Page:http://throwable.coding.me/2019/05/11/mysql-deadlock-troubleshoot-1st
Spring Cloud Gateway-自定义异常处理
- Github Page:http://www.throwable.club/2019/05/11/spring-cloud-gateway-custom-exception-handler
- Coding Page:http://throwable.coding.me/2019/05/11/spring-cloud-gateway-custom-exception-handler
单链表中间节点搜索和快慢指针
- Github Page:http://www.throwable.club/2019/05/10/java-algorithm-linked-list-fast-slow-pointer
- Coding Page:http://throwable.coding.me/2019/05/10/java-algorithm-linked-list-fast-slow-pointer
设计模式概念和七大原则
- Github Page:http://www.throwable.club/2019/05/05/design-pattern-basic-law
- Coding Page:http://throwable.coding.me/2019/05/05/design-pattern-basic-law
Spring Cloud Gateway-自定义GatewayFilter
- Github Page:http://www.throwable.club/2019/05/05/spring-cloud-gateway-custom-gateway-filter
- Coding Page:http://throwable.coding.me/2019/05/05/spring-cloud-gateway-custom-gateway-filter
Spring Cloud Gateway-自定义GlobalFilter
- Github Page:http://www.throwable.club/2019/05/05/spring-cloud-gateway-custom-global-filter
- Coding Page:http://throwable.coding.me/2019/05/05/spring-cloud-gateway-custom-global-filter
Spring Cloud Gateway入坑记
- Github Page:http://www.throwable.club/2019/05/03/spring-cloud-gateway-guide
- Coding Page:http://throwable.coding.me/2019/05/03/spring-cloud-gateway-guide
深入理解Object提供的阻塞和唤醒API
- Github Page:http://www.throwable.club/2019/04/30/java-object-wait-notify
- Coding Page:http://throwable.coding.me/2019/04/30/java-object-wait-notify
通过micrometer实时监控线程池的各项指标
- Github Page:http://www.throwable.club/2019/04/14/jvm-micrometer-thread-pool-monitor
- Coding Page:http://throwable.coding.me/2019/04/14/jvm-micrometer-thread-pool-monitor
JUC同步器框架AbstractQueuedSynchronizer源码图文分析
- Github Page:http://www.throwable.club/2019/04/07/java-juc-aqs-source-code
- Coding Page:http://throwable.coding.me/2019/04/07/java-juc-aqs-source-code
Quartz官方文档翻译
- Github Page:http://www.throwable.club/2019/03/30/quartz-doc-translation-entry
- Coding Page:http://throwable.coding.me/2019/03/30/quartz-doc-translation-entry
谈谈对分布式事务的一点理解和解决方案
- Github Page:http://www.throwable.club/2019/03/23/j-action-about-distributed-transaction
- Coding Page:http://throwable.coding.me/2019/03/23/j-action-about-distributed-transaction
zuul源码分析-探究原生zuul的工作原理
- Github Page:http://www.throwable.club/2019/03/14/java-netflix-zuul-implementation
- Coding Page:http://throwable.coding.me/2019/03/14/java-netflix-zuul-implementation
ThreadLocal源码分析-黄金分割数的使用
- Github Page:http://www.throwable.club/2019/02/17/java-concurrency-threadlocal-source-code
- Coding Page:http://throwable.coding.me/2019/02/17/java-concurrency-threadlocal-source-code
JDK安全模块JCE核心Cipher使用详解
- Github Page:http://www.throwable.club/2019/02/16/java-security-cipher
- Coding Page:http://throwable.coding.me/2019/02/16/java-security-cipher
项目架构级别规约框架Archunit调研
- Github Page:http://www.throwable.club/2019/02/16/java-archunit-research
- Coding Page:http://throwable.coding.me/2019/02/16/java-archunit-research
深入理解JDK中的Reference原理和源码实现
- Github Page:http://www.throwable.club/2019/02/16/java-reference
- Coding Page:http://throwable.coding.me/2019/02/16/java-reference
JSR310新日期API(五)-在主流框架中使用新日期时间类
- Github Page:http://www.throwable.club/2019/01/08/java-jsr310-framework-integration
- Coding Page:http://throwable.coding.me/2019/01/08/java-jsr310-framework-integration
JSR310新日期API(四)-日期时间常用计算工具
- Github Page:http://www.throwable.club/2019/01/06/java-jsr310-date-time-calculate
- Coding Page:http://throwable.coding.me/2019/01/06/java-jsr310-date-time-calculate
JSR310新日期API(三)-日期时间格式化与解析
- Github Page:http://www.throwable.club/2019/01/05/java-jsr310-date-time-format-parse
- Coding Page:http://throwable.coding.me/2019/01/05/java-jsr310-date-time-format-parse
JSR310新日期API(二)-日期时间API
- Github Page:http://www.throwable.club/2019/01/01/java-jsr310-time-api
- Coding Page:http://throwable.coding.me/2019/01/01/java-jsr310-time-api
JSR310新日期API(一)-时区与时间偏移量
- Github Page:http://www.throwable.club/2018/12/23/java-jsr310-zone-id
- Coding Page:http://throwable.coding.me/2018/12/23/java-jsr310-zone-id
Spring Cloud Gateway、并发编程等等的更多相关文章
- Zuul1与Spring Cloud Gateway对比
一.API网关 1.1 Zuul1简介 1.2 Spring Cloud Gateway简介 二.对比 2.0 产品对比 2.1 性能对比 2.1.1 低并发场景 2.1.2 高并发场景 2.1.3 ...
- Spring Cloud Gateway 没有链路信息,我 TM 人傻了(下)
本系列是 我TM人傻了 系列第五期[捂脸],往期精彩回顾: 升级到Spring 5.3.x之后,GC次数急剧增加,我TM人傻了 这个大表走索引字段查询的 SQL 怎么就成全扫描了,我TM人傻了 获取异 ...
- 网关服务Spring Cloud Gateway(三)
上篇文章介绍了 Gataway 和注册中心的使用,以及 Gataway 中 Filter 的基本使用,这篇文章我们将继续介绍 Filter 的一些常用功能. 修改请求路径的过滤器 StripPrefi ...
- spring cloud gateway 之限流篇
转载请标明出处: https://www.fangzhipeng.com 本文出自方志朋的博客 在高并发的系统中,往往需要在系统中做限流,一方面是为了防止大量的请求使服务器过载,导致服务不可用,另一方 ...
- API网关性能比较:NGINX vs. ZUUL vs. Spring Cloud Gateway vs. Linkerd API 网关出现的原因
API网关性能比较:NGINX vs. ZUUL vs. Spring Cloud Gateway vs. Linkerd http://www.infoq.com/cn/articles/compa ...
- Spring Cloud 微服务五:Spring cloud gateway限流
前言:在互联网应用中,特别是电商,高并发的场景非常多,比如:秒杀.抢购.双11等,在开始时间点会使流量爆发式地涌入,如果对网络流量不加控制很有可能造成后台实例资源耗尽.限流是指通过指定的策略削减流量, ...
- 跟我学SpringCloud | 第十四篇:Spring Cloud Gateway高级应用
SpringCloud系列教程 | 第十四篇:Spring Cloud Gateway高级应用 Springboot: 2.1.6.RELEASE SpringCloud: Greenwich.SR1 ...
- 最全面的改造Zuul网关为Spring Cloud Gateway(包含Zuul核心实现和Spring Cloud Gateway核心实现)
前言: 最近开发了Zuul网关的实现和Spring Cloud Gateway实现,对比Spring Cloud Gateway发现后者性能好支持场景也丰富.在高并发或者复杂的分布式下,后者限流和自定 ...
- 网关我选 Spring Cloud Gateway
网关可提供请求路由与组合.协议转换.安全认证.服务鉴权.流量控制与日志监控等服务.可选的网关有不少,比如 Nginx.高性能网关 OpenResty.Linkerd 以及 Spring Cloud G ...
随机推荐
- MySQL的安装、启动和基础配置 —— mac版本
安装 第一步:打开网址,https://www.mysql.com,点击downloads之后跳转到https://www.mysql.com/downloads/选择Community选项 第二步: ...
- CCF-CSP题解 201709-3 JSON查询
要求写一个小程序完成JSON查询的功能. 查询dfs就好了. 存储JSON对象用图(树)就好,把\(<key[],type,val[]>\)作为节点,然后又是字符串处理了. 其实就是个简化 ...
- python利用setsockopt获得端口重用
server.setsockopt(SOL_SOCKET,SO_REUSEADDR,1) 假如端口呗socket使用过,并且利用socket.close()来关闭连接,但此时端口还没有释放,要经过一个 ...
- SQL- SQL插入与更新删除
一 前言 经过之前的 [SQL]-SQL介绍, [SQL]- SQL检索阶段一, [SQL]-sql检索阶段二 的三篇文章你已经学会的sql的相关概念和如何查询数据库,这篇文章主要后续对数据库表的进入 ...
- Ubuntu Server 上在安装Nginx时执行./confgiure后提示:C compiler cc is not found
场景 Ubuntu Server 16.04 LTS上怎样安装下载安装Nginx并启动: https://blog.csdn.net/BADAO_LIUMANG_QIZHI/article/detai ...
- Android 警告对话框 AlertDialog
@Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); s ...
- iOS-关于一些取整方式
1. 直接转化 float k = 1.6; int a = (int)k; NSLog(@"a = %d",a); 输出结果是1,(int) 是强制类型转化,直接丢弃浮点数的小数 ...
- CentOS 7上的系统管理之:Systemd和systemctl
参考资料: Chapter 10. Managing Services with systemd Red Hat Enterprise Linux 7 | Red Hat Customer Porta ...
- js new Date 创建时间默认是8点
起因 最近在写一个页面,需要用到时间控制.然后我通过new Date()传入日期字符串创建了一个对象,并与当前时间做时间戳比较,结果12点刚过,就出问题了.举个栗子 // 假设当前时间是2019年12 ...
- Often Misused:Spring Remote Service 经常被误用:Spring远程服务