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 ...
随机推荐
- NodeJS2-1环境&调试----CommonJS
CommonJS 每个文件是一个模块,有自己的作用域 在模块内部module变量代表模块本身 module.exports属性代表模块对外接口 require规则 /表示绝对路径,./表示型对于当前文 ...
- 解决zabbix监控因php问题导致图形界面中文乱码方法
解决因编译php中添加了-enable-gd-jis-conv选项导致Zabbix监控系统图形界面中文乱码问题 现象: php编译参数: 说明: 如果PHP编译时启用–enable-gd-jis-co ...
- 【Java必修课】好用的Arrays.asList也有这三个坑
好用的asList 在开发或写测试用例的过程中,经常会用到Arrays.asList()这个方法,可以快速方便地将数组转化成一个List.例如: List<String> list = A ...
- Android 再次打开APP进入按Home键退出时的界面(thisTaskRoot)
问题 Android 设置页面的启动模式为 singletask 之后,当按Home 退出时,再重新打开应用,还会进入首启动页.就会造成一些应用需要重新登录,当前页数据丢失等问题 解决 去除启动页的 ...
- 更改Android设备System目录的文件的写入权限
有时候我们需要修改/system目录中文件的权限,比如将该目录下的脚本设置写入权限等,但该目录默认只有read权限,此时应该怎么办? 1.安卓设备请确保root;2.连接安卓设备,确保安卓设备打开了“ ...
- DDMS files not found: xxx\hprof-conv.exe
出现如下错误: DDMS files not found: xxx\hprof-conv.exe The connection to adb is down, and a severe error h ...
- Android 列表对话框 setItems
private Button button; private final CharSequence[] items = { "北京", "上海", " ...
- delete误删数据使用SCN恢复
参考51CTO博客 问题描述:使用scn号恢复误删数据 1.查询系统闪回的scn值以及当前日志的scn值,因为我这个是测试,创建的表是在在后边,所以scn值要大于下边这两个scn值,所以对我恢复数据没 ...
- CodeForces - 519D(思维+前缀和)
题意 https://vjudge.net/problem/CodeForces-519D 给定每个小写字母一个数值,给定一个只包含小写字母的字符串 s,求 s 的子串 t 个数,使 t满足: 首位字 ...
- asp.net core 3.0获取web应用的根目录
目录 1.需求 2.解决方案 1.需求 asp.net core 3.0的web项目中,在controller中,想要获取wwwroot下的imgs/banners文件夹下的所有文件: 在传统的asp ...