Java后端开发-采&填的坑-笔记

此博文持续完善中ing…

1. 高并发和线程

2. webservice

参考:
https://blog.csdn.net/chenleixing/article/details/44958549
https://blog.csdn.net/apicescn/article/details/42965785
https://www.iteye.com/blog/stevenjohn-1442776

3. websocket

4. httpclient

5. 源码

netty

	源码阅读思想:
	不能仅仅为分析代码而看代码,在看代码过程中,要有一个从宏观 ---> 具体/细节 ---> 宏观,从宏观到细节再回到结论或者宏观,这样的过程。

5.2. disruptor

https://tech.meituan.com/2016/11/18/disruptor.html
https://tech.meituan.com/2016/11/18/disruptor.html

6.微服务

7.restful

8.设计模式

8.1 装饰着模式:网络流类

8.2 观察者模式:future类里的Listener方法

8.3 代理模式:

9.中间件

kafka:https://www.cnblogs.com/cyfonly/p/5954614.html

发布了7 篇原创文章 · 获赞 5 · 访问量 91

猜你喜欢

转载自blog.csdn.net/weixin_41085114/article/details/102814012