轉自:https://blog.csdn.net/xingliyuan22/article/details/9142891[https://bl...
1、kafka發(fā)送端的參數(shù): ack: 當前acks 有3 個取值: 0 、l 和all 。 acks 參數(shù)用于控制producer 生產(chǎn)消息的...
啟動kafka,windows 命令 創(chuàng)建kafka producer 創(chuàng)建consumer 查看某個topic的信息 創(chuàng)建topic linu...
lua腳本
https://blog.csdn.net/mrliuzhao/article/details/89453082[https://blog.cs...
Redis的三大問題: 緩存穿透: 當數(shù)據(jù)庫沒這個key,然后不停的請求數(shù)據(jù)庫解決辦法:緩存一個為空的值使用布隆過濾器 bitmap 緩存雪崩:...
JDK動態(tài)代理 CGLIB動態(tài)代理 https://zhuanlan.zhihu.com/p/149775781[https://zhuanla...
spring-boot的啟動流程 @SpringBootApplication包括三個注解:@EnableAutoConfiguration:S...
springmvc的整個流程 這里有三個概念:HandlerMapping、Handler和HandlerAdapter。Handler:也就是...