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 ...
随机推荐
- CCF-CSP题解 201812-4 数据中心
题目要求最长边最小的生成树.好吧,这就是一道kruskal MST题. #include <bits/stdc++.h> const int maxn = 50000; const int ...
- C# WPF抽屉效果实现(C# WPF Material Design UI: Navigation Drawer & PopUp Menu)
时间如流水,只能流去不流回! 点赞再看,养成习惯,这是您给我创作的动力! 本文 Dotnet9 https://dotnet9.com 已收录,站长乐于分享dotnet相关技术,比如Winform.W ...
- 比较typeof与instanceof
相同点: JavaScript中typeof和instanceof常用来判断一个变量是否为空,或者是什么类型的. 不同点: typeof的定义和用法: 返回值是一个字符串,用来说明变量的数据类型. 细 ...
- 一个proc预编译代码时coredump的问题分析
最近有同事在搞编译环境迁移,碰上一个问题让我帮他看一下. 他建了一个新目录,然后把现在的代码拷过去,编译的时候发现有一个文件编译不了一执行就出现core,不知道啥情况. 我进到他的编译环境 ...
- CentOS7自动化安装PXE方案
目的 无人值守批量安装CentOS7 安装条件 一台带有PXE协议支持NIC的待安装主机 一台存放安装文件的服务器,如NFS,HTTP或FTP服务器 Kickstart 生成的配置文件(ks.cfg) ...
- Android 中 MessageQueue 的 nativePollOnce
Android SDK 中的事件循环已经是一个老生常谈的问题了, 像 Handler Looper MessageQueue 这几个类也是被大家研究透彻了. 但是再回头看以前自己的分析, 总感觉差点什 ...
- 可编程实验板EPM1270T144C5使用说明
- nginx和swoole怎么混合使用
有需要学习交流的友人请加入交流群的咱们一起,有问题一起交流,一起进步!前提是你是学技术的.感谢阅读! 点此加入该群jq.qq.com 基于epoll的Nginx 有了epoll,理论上1个进程就可以 ...
- 解决ES报错NoNodeAvailableException[None of the configured nodes are available:问题
elasticSearch的错误 NoNodeAvailableException[None of the configured nodes are available: [{#transport#- ...
- React的setState学习及应用
React的setState学习及应用 一:作用: setState() 将对组件 state 的更改排入队列,并通知 React 需要使用更新后的 state 重新渲染此组件及其子组件.这是用于更新 ...