- 博客(90)
- 收藏
- 关注
原创 JUC
AQS:https://www.cnblogs.com/waterystone/p/4920797.htmlhttps://zhuanlan.zhihu.com/p/54297968
2021-02-20 17:27:34
155
原创 Seata
https://blog.csdn.net/fanfan4569/article/details/102522210https://www.jianshu.com/p/044e95223a17
2020-09-14 19:40:52
172
原创 Mysql主从同步以及延迟问题
https://blog.csdn.net/helloxiaozhe/article/details/79548186https://blog.csdn.net/u012845423/article/details/88977955
2020-09-08 17:24:29
171
原创 Mybatis
Mybatis整合Spring源码分析:参考:https://blog.csdn.net/lihuayong/article/details/83934744
2020-04-14 11:19:46
198
1
原创 Netty
Netty源码分析之服务端启动:参考:https://www.jianshu.com/p/c5068caab217Netty源码分析之客户端启动:参考:https://www.cnblogs.com/chenyangyao/p/5796867.htmlNetty线程模型详解:参考:https://www.jianshu.com/p/128ddc36e713参考:...
2020-04-10 15:56:39
212
原创 Spring
几种自定义Spring生命周期的初始化和销毁方法:参考:https://www.cnblogs.com/bigshark/p/11296917.htmlSpring aware的使用;Spring aware各种借口的作用解析:参考:https://blog.csdn.net/iechenyb/article/details/83788338...
2020-04-03 16:37:25
227
转载 Mysql数据库锁分析
http://hedengcheng.com/?p=771https://zhuanlan.zhihu.com/p/29150809
2019-09-29 16:52:57
149
转载 一文读懂分库分表的技术演进(最佳实践)
转载自:https://mp.weixin.qq.com/s/clQrAnxuxX_al7k6TPpgzw一文读懂分库分表的技术演进(最佳实践)芋道源码3月27日文章转载自公众号阿飞的博客,作者 阿飞的博客点击上方“芋道源码”,选择“设为星标”做积极的人,而不是积极废人!源码精品专栏 中文详细注释的开源项目 RPC 框架 Dubbo 源...
2019-07-18 16:28:50
291
转载 聊聊 MySql 索引那些事儿
转载自:https://mp.weixin.qq.com/s?__biz=MzIwMTY0NDU3Nw==&mid=2651938603&idx=1&sn=0dad1f00a7748bca5a523605caa49282&chksm=8d0f3065ba78b973f8b66505f2d283ab15677a6b5cc1e1aac9ced4c37e154d80bda...
2019-07-18 16:23:22
143
原创 Dubbo传输文件
参考博客:https://blog.csdn.net/qq315737546/article/details/52792037总结:dubbo协议是不支持File或者FileinputStream的,如果要处理文件,有以下两种思路:1.dubbo改用hessian通信协议。2.将文件转化为byte[]数据传输。...
2019-05-10 20:19:46
5368
转载 SpringBoot整合DUBBO
https://blog.csdn.net/u012988901/article/details/84963766https://blog.csdn.net/belonghuang157405/article/details/84070689https://www.jianshu.com/p/6361a670ebf7https://www.jianshu.com/p/0837b48d1...
2019-04-16 17:36:10
233
转载 Spring框架spring-web模块中的RestTemplate类详解
https://blog.csdn.net/taiyangdao/article/details/81255472https://blog.csdn.net/liuchuanhong1/article/details/54631080
2019-04-16 14:24:36
641
转载 Spring Boot and Spring Cloud 实践
https://www.jianshu.com/nb/23522272https://www.jianshu.com/nb/23522321https://blog.csdn.net/liuchuanhong1/article/details/54631080
2019-04-10 09:20:32
252
转载 Spring Boot测试
https://blog.csdn.net/qq_35915384/article/details/80227297
2019-04-04 12:27:46
131
转载 http请求报文与响应报文学习资料
https://www.cnblogs.com/jiu0821/p/5641600.htmlhttps://www.cnblogs.com/CodingUniversal/p/7524088.html
2019-04-03 10:03:37
255
转载 Kubernetes学习资料
https://www.kubernetes.org.cn/k8shttps://www.cnblogs.com/menkeyi/p/7134460.htmlhttps://blog.csdn.net/weixin_43277643/article/details/83382532https://blog.csdn.net/TM6zNf87MDG7Bo/article/details/...
2019-03-26 19:30:56
338
转载 Maven学习资料
https://www.cnblogs.com/whgk/p/7112560.htmlhttps://blog.csdn.net/shuzhe66/article/details/45009175https://blog.csdn.net/qq_27676247/article/details/82786879
2019-03-13 15:30:06
205
转载 java泛型讲解
https://www.cnblogs.com/coprince/p/8603492.htmlhttps://www.cnblogs.com/lwbqqyumidi/p/3837629.html
2019-02-14 21:15:20
197
转载 TiDB
https://www.pingcap.com/https://blog.csdn.net/D_Guco/article/details/80641236https://blog.csdn.net/wjl7813/article/details/79184398
2019-01-14 17:23:33
474
转载 Spring Cloud
https://blog.csdn.net/valada/article/details/80892573
2018-12-11 18:29:32
136
转载 fastDFS学习资料
https://blog.csdn.net/fan75258/article/details/75045392https://www.cnblogs.com/chiangchou/p/fastdfs.html
2018-11-27 17:39:46
497
转载 Lucene学习资料
https://www.cnblogs.com/DarrenChan/p/5860738.html
2018-11-23 15:44:27
192
转载 日志
https://www.cnblogs.com/warking/p/5710303.htmlhttps://blog.csdn.net/qq_32447301/article/details/81207283https://www.cnblogs.com/lixuwu/p/5804793.htmlhttps://blog.csdn.net/u013332124/article/deta...
2018-11-21 18:51:48
150
转载 设计模式学习资料
https://www.cnblogs.com/java-my-life/archive/2012/05/28/2516865.html
2018-11-21 14:39:21
187
转载 依赖倒置,IOC
https://blog.csdn.net/briblue/article/details/75093382
2018-11-20 17:39:43
154
转载 Netty学习资料
https://www.jianshu.com/p/b9f3f6a16911https://blog.csdn.net/bjweimengshu/article/details/78786315https://www.oschina.net/question/16_9863https://www.jianshu.com/p/ac7fb5c2640fhttps://blog.csdn...
2018-11-20 14:23:42
166
转载 Elasticsearch学习资料
https://www.cnblogs.com/dreamroute/p/8484457.htmlhttps://www.yiibai.com/elasticsearch/elasticsearch-getting-start.htmlhttp://www.ruanyifeng.com/blog/2017/08/elasticsearch.htmlhttps://www.elastic...
2018-11-20 10:25:41
284
转载 SpringBoot学习资料
https://www.cnblogs.com/ityouknow/p/5662753.htmlhttps://blog.csdn.net/c_zhouwei084/article/details/78640997
2018-11-19 22:30:15
148
转载 Oracle分区
https://www.cnblogs.com/caogang/p/4597092.htmlhttps://www.cnblogs.com/lm970585581/p/7874139.html
2018-11-16 14:52:30
144
转载 Mock测试学习资料
https://blog.csdn.net/dc_726/article/details/8568537http://hotdog.iteye.com/?page=2https://blog.csdn.net/zhangxin09/article/details/42422643
2018-11-16 00:15:18
188
转载 分布式事务
https://www.cnblogs.com/savorboard/p/distributed-system-transaction-consistency.html
2018-11-13 21:38:47
156
转载 Redis学习资料
http://www.runoob.com/redis/redis-conf.htmlhttps://blog.csdn.net/hjm4702192/article/details/80518856http://muxiulin.cn/archives/1217https://blog.csdn.net/u010648555/article/details/79430105htt...
2018-11-13 18:39:38
278
转载 一致性哈希算法原理
https://www.cnblogs.com/lpfuture/p/5796398.htmlhttps://www.cnblogs.com/xrq730/p/5186728.htmlhttps://leileiluoluo.com/posts/consistent-hashing-and-high-available-cluster-proxy.html
2018-11-12 14:01:38
130
转载 常见聚类算法
https://blog.csdn.net/Katherine_hsr/article/details/79382249
2018-09-28 17:09:46
343
转载 JAVA8 十大新特性详解
https://blog.csdn.net/cdw8131197/article/details/68553148https://blog.csdn.net/yitian_66/article/details/81010434
2018-09-28 09:48:15
278
转载 机器学习资料
https://blog.csdn.net/zhoudaxia/article/details/71440726http://www.cnblogs.com/hellochennan/category/813102.html
2018-09-08 15:14:06
135
转载 zookeeper学习资料
https://blog.csdn.net/weijifeng_/article/details/79775738https://www.cnblogs.com/felixzh/p/5869212.htmlhttps://www.w3cschool.cn/zookeeper/
2018-08-29 22:48:02
174
转载 c3p0连接池使用教程
https://www.cnblogs.com/ygj0930/p/6405861.html
2018-08-28 08:59:23
625
转载 Spring--batch
https://blog.csdn.net/huojiao2006/article/details/54287098http://www.importnew.com/26177.htmlhttps://blog.csdn.net/william_jm/article/details/78964538
2018-08-21 10:14:28
185
转载 lombok介绍
https://www.jianshu.com/p/365ea41b3573https://blog.csdn.net/motui/article/details/79012846
2018-08-17 15:18:39
212
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人