上一页 1 ··· 63 64 65 66 67 68 69 70 71 ··· 228 下一页
摘要: https://www.imooc.com/article/290828/ Spring Cloud Gateway限流详解 2019.08.11 12:56 7257浏览 Spring Cloud Gatway内置的 RequestRateLimiterGatewayFilterFactory 提 阅读全文
posted @ 2020-08-28 14:32 牧之丨 阅读(326) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/mymelody/p/7325325.html 以前总是通过timestamp来防止重放攻击,但是这样并不能保证每次请求都是一次性的。今天看到了一篇文章介绍的通过nonce(Number used once)来保证一次有效,感觉两者结合一下,就能达到一 阅读全文
posted @ 2020-08-28 13:19 牧之丨 阅读(408) 评论(0) 推荐(0) 编辑
摘要: http://www.imooc.com/article/290828 Spring Cloud Gatway内置的 RequestRateLimiterGatewayFilterFactory 提供限流的能力,基于令牌桶算法实现。目前,它内置的 RedisRateLimiter ,依赖Redis存 阅读全文
posted @ 2020-08-26 10:46 牧之丨 阅读(852) 评论(0) 推荐(0) 编辑
摘要: http://www.imooc.com/article/290804 TIPS 本文基于Spring Cloud Greenwich SR2编写,兼容Spring Cloud Finchley及更高版本。 这一节来详细探讨Spring Cloud Gateway的路由谓词工厂 (Route Pre 阅读全文
posted @ 2020-08-26 10:44 牧之丨 阅读(551) 评论(0) 推荐(0) 编辑
摘要: http://www.imooc.com/article/290824 本文总结Spring Cloud Gateway的排错、调试技巧。欢迎留言补充! 第一式:Actuator监控端点 借助Actuator的监控端点,可分析全局过滤器、过滤器工厂、路由详情。详见:Spring Cloud Gate 阅读全文
posted @ 2020-08-26 10:39 牧之丨 阅读(991) 评论(0) 推荐(0) 编辑
摘要: http://www.imooc.com/article/290822 欢迎加入Spring Cloud Gateway监控豪华套餐—— 只要为Spring Cloud Gateway添加Spring Boot Actuator( spring-boot-starter-actuator )的依赖, 阅读全文
posted @ 2020-08-26 10:33 牧之丨 阅读(1301) 评论(0) 推荐(0) 编辑
摘要: http://www.imooc.com/article/290821 TIPS 本文基于Spring Cloud Gateway SR2,理论适配Spring Cloud Gateway SR1以及更高版本。 本文详细探讨Spring Cloud Gateway内置的全局过滤器。包括:1 Comb 阅读全文
posted @ 2020-08-26 10:25 牧之丨 阅读(484) 评论(0) 推荐(0) 编辑
摘要: http://www.imooc.com/article/290816 TIPS 本文基于 Spring Cloud Greenwich SR2 ,理论支持 Spring Cloud Greenwich SR1 ,其中的新特性标注出来了。 这一节来探讨Spring Cloud Gateway内置的F 阅读全文
posted @ 2020-08-26 10:24 牧之丨 阅读(656) 评论(0) 推荐(0) 编辑
摘要: 使用场景 当项目越来越庞大之后,不可避免的要拆分成多个子模块,我们希望各个子模块有独立的版本管理,并且由专门的人去维护,这时候我们就要用到git的submodule功能。 常用命令 git clone <repository> --recursive 递归的方式克隆整个项目 git submodul 阅读全文
posted @ 2020-08-21 16:50 牧之丨 阅读(364) 评论(0) 推荐(0) 编辑
摘要: 安装所需插件1、安装gccgcc是linux下的编译器在此不多做解释,感兴趣的小伙伴可以去查一下相关资料,它可以编译 C,C++,Ada,Object C和Java等语言 命令:查看gcc版本 gcc -v 一般阿里云的centOS7里面是都有的,没有安装的话会提示命令找不到, 安装命令: yum 阅读全文
posted @ 2020-08-13 13:25 牧之丨 阅读(349) 评论(0) 推荐(0) 编辑
上一页 1 ··· 63 64 65 66 67 68 69 70 71 ··· 228 下一页