联合会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
jason47
博客园
首页
新随笔
联系
订阅
管理
随笔 - 201
文章 - 33
评论 - 2
阅读 -
22万
11 2018 档案
内部类
摘要:为什么要使用内部类? 在《Think in java》中有这样一句话:使用内部类最吸引人的原因是:每个内部类都能独立地继承一个(接口的)实现,所以无论外围类是否已经继承了某个(接口的)实现,对于内部类都没有影响。 在我们程序设计中有时候会存在一些使用接口很难解决的问题,这个时候我们可以利用内部类提供
阅读全文
posted @
2018-11-27 15:43
jason47
阅读(125)
评论(0)
推荐(0)
编辑
公告
昵称:
jason47
园龄:
7年5个月
粉丝:
5
关注:
0
+加关注
<
2025年3月
>
日
一
二
三
四
五
六
23
24
25
26
27
28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
随笔分类
Big data(15)
Camunda(6)
DB(46)
ElasticSearch(4)
Java(34)
Linux(14)
MQ(3)
Project(34)
Spring boot(33)
Spring cloud(4)
Spring security(5)
随笔档案
2024年11月(1)
2024年9月(1)
2024年6月(1)
2024年5月(3)
2024年3月(2)
2024年1月(1)
2023年11月(1)
2023年9月(4)
2023年8月(2)
2023年7月(1)
2023年6月(1)
2023年5月(2)
2023年3月(2)
2023年2月(3)
2023年1月(1)
2022年11月(5)
2022年9月(3)
2022年8月(4)
2022年7月(6)
2022年5月(3)
2022年4月(5)
2022年3月(1)
2022年1月(3)
2021年12月(5)
2021年11月(13)
2021年10月(5)
2021年9月(14)
2021年8月(13)
2021年7月(3)
2021年6月(3)
2021年4月(3)
2021年3月(1)
2021年1月(1)
2020年12月(2)
2020年11月(3)
2020年10月(3)
2020年9月(3)
2020年7月(1)
2020年6月(2)
2020年5月(3)
2020年4月(8)
2020年3月(12)
2020年2月(9)
2020年1月(4)
2019年12月(6)
2019年11月(5)
2019年10月(1)
2019年7月(7)
2019年6月(5)
2019年5月(5)
2019年3月(2)
2019年2月(1)
2018年12月(1)
2018年11月(1)
更多
文章分类
java后台(30)
阅读排行榜
1. spring boot引入外部jar包(11844)
2. Job for nginx.service failed because the control process exited with error code. See “systemctl stat(11842)
3. 配置antMatchers(HttpMethod.GET,"/**").permitAll()不起作用仍然会校验(11687)
4. Mysql多对多关系的查询(10126)
5. MyBatis: No MyBatis mapper was found in '[xx.mapper]' package. Please check your configuration(9431)
评论排行榜
1. camunda启动异常Table 'activiti.act_ge_property' doesn't exist(2)
推荐排行榜
1. Maven已经导入jar包但是import不了(1)
2. ubuntu安装nginx(1)
3. flume sink到hdfs需要hadoop相关jar包,否则启动报错(1)
4. Spring Security依赖(1)
5. camunda启动异常Table 'activiti.act_ge_property' doesn't exist(1)
最新评论
1. Re:camunda启动异常Table 'activiti.act_ge_property' doesn't exist
三天卡在这里,感谢博主,博主大恩,早日发家致富
--天才孟浪
2. Re:camunda启动异常Table 'activiti.act_ge_property' doesn't exist
可以使用mysql-connector-java-8.0.28.jar,如果不是maven项目,需要拷贝mysql-connector-java-8.0.28.jar。 我遇到的问题时链接串中没有加n...
--Tea
点击右上角即可分享