![240](https://upload.jianshu.io/users/upload_avatars/11860919/f8c620a9-8cc9-438c-9eb2-5298c2210855.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
IP属地:北京
一、java中如何应用线程 实现Runnbale接口 继承Thread类(本质上是Runnable接口的实现) Callable、Future(...
今天和大家简单介绍下java对象在内存中的布局,以及一个对象在内存中所占的大小,我们以前都了解过比如一个int在java中占4个byte,一个b...
策略模式(Strategy Pattern)也叫做政策模式(Policy Pattern),是一种行为型模式。 一、定义 Define ...
今天给大家介绍责任链模式(Chain of Responsibility Pattern),责任链模式是属于设计模式中的行为型模式。巧用设计模式...