首页
学习
活动
专区
工具
TVP
发布

SnailTyan

专栏作者
717
文章
573432
阅读量
61
订阅数
Java instanceof操作符__Effective Java 2.0_Item 8知识点
文章作者:Tyan 博客:noahsnail.com  |  CSDN  |  简书
Tyan
2022-05-09
2470
Effective Java 2.0_中英文对照_Item 8
文章作者:Tyan 博客:noahsnail.com  |  CSDN  |  简书
Tyan
2022-05-09
4530
Spring框架参考手册_5.0.0_中英文对照版_Part II_3.8
文章作者:Tyan 博客:noahsnail.com  |  CSDN  |  简书
Tyan
2022-05-09
2740
Effective Java 2.0_中英文对照_Item 7
文章作者:Tyan 博客:noahsnail.com  |  CSDN  |  简书
Tyan
2022-05-09
2880
Effective Java 2.0_中英文对照_Item 5
It is often appropriate to reuse a single object instead of creating a new functionally equivalent object each time it is needed. Reuse can be both faster and more stylish. An object can always be reused if it is immutable (Item 15).
Tyan
2022-05-09
2780
Spring框架参考手册_5.0.0_中文版_Part II_3.7
文章作者:Tyan 博客:noahsnail.com  |  CSDN  |  简书
Tyan
2022-05-09
2430
Effective Java 2.0_中英文对照_Item 3
文章作者:Tyan 博客:noahsnail.com  |  CSDN  |  简书
Tyan
2022-05-09
5180
Java中的静态内部类_Effective Java 2.0_Item 2知识点
在Java中有静态代码块、静态变量、静态方法,当然也有静态类,但Java中的静态类只能是Java的内部类,也称为静态嵌套类。静态内部类的定义如下:
Tyan
2022-05-09
2970
Spring框架参考手册_5.0.0_中英文对照版_Part II_3.5
When you create a bean definition, you create a recipe for creating actual instances of the class defined by that bean definition. The idea that a bean definition is a recipe is important, because it means that, as with a class, you can create many object instances from a single recipe.
Tyan
2022-05-09
4320
Effective Java 2.0_中英文对照_Item 1
THIS chapter concerns creating and destroying objects: when and how to create them, when and how to avoid creating them, how to ensure they are destroyed in a timely manner, and how to manage any cleanup actions that must precede their destruction.
Tyan
2022-05-09
2330
理解Python中super()
版权声明:博客文章都是作者辛苦整理的,转载请注明出处,谢谢! https://blog.csdn.net/Quincuntial/article/details/88663237
Tyan
2019-05-25
6970
没有更多了
社区活动
腾讯技术创作狂欢月
“码”上创作 21 天,分 10000 元奖品池!
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档