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 ...
随机推荐
- .Net,Java,Redis,Vue等技术视屏教程分享(不定期更新)
前言 作为一个资深的收藏家决定把我收集的那些精品资源不定时更新分享给大家 .所有资源全是收集余网络或为大佬分享,内容仅供观摩学习交流之用.如果犯了您的权益,请联系我. 2019.12.19更新 ASP ...
- Soc EmbeddedDesign Suite (EDS)13.1.0.162安装
1.双击SoCEDSSetup-13.1.0.162.exe弹出如下窗口: 2.点击Next,弹出License Agreement界面: 3.选择I accept the agreement,点击N ...
- git 每次提交需要输入密码
亲测可行(第一种) 原文:git每次提交都要输入密码怎么办 ================COPY=========================== 不少用户反映在使用Git时,经常会遇到需要频 ...
- 四步实现在一台电脑上使用多个github账号
四步实现在一台电脑上同时使用多个GitHub账号 今天和大家聊一下如何在一台电脑上同时使用多个GitHub账号,通过以下四个步骤就可以实现,其中第二个步骤为了便于叙述分成了几个小步骤. 1. 取消全局 ...
- windows cmd 生成文件目录树
一.背景 之前逛GitHub的时候看到有大佬在描述项目结构的时候使用了一种文件目录树的格式 │ └─student_information_management_system │ │ ├─build ...
- C#程序编写高质量代码改善的157个建议【16-19】[动态数组、循环遍历、对象集合初始化]
前言 软件开发过程中,不可避免会用到集合,C#中的集合表现为数组和若干集合类.不管是数组还是集合类,它们都有各自的优缺点.如何使用好集合是我们在开发过程中必须掌握的技巧.不要小看这些技巧,一旦在开 ...
- 生命周期感知 Lifecycle
奉上翻译原文地址: 处理生命周期 :翻译过程中加上了自己的一点理解.理解不对的地方直接评论就好. 生命周期感知组件可以感知其他组件的生命周期,例如 Activity,Fragment等,以便于在组件的 ...
- MySQL数据库~~~~初识、基础数据类型
一 数据库初识 1.1 什么是数据库 数据库(DataBase,简称DB),简而言之可视为电子化的文件柜----存储电子文件的处所,用户可以对文件中的数据运行新增,截取,更新,删除等操作. 所谓数据库 ...
- JavaEE初学笔记之Servlet与Tomcat
JavaEE开发,本质上就是开发一个个Servlet,然后部署到Servlet容器(如Tomcat)里运行. 1. Servlet是什么? Servlet就是一个普通的接口(Interface), ...
- 修改HTML元素
通过HTML DOM,JavaScript能够访问并修改HTML文档中的每个元素 修改元素文本内容 document.getElementById("p1").innerHTML= ...