会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Jomini
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
9
···
49
下一页
2021年10月12日
Spring题目
摘要: controller 1、controller 是不是单例 controller 默认单例 2、controller 是不是线程安全 使用默认的 controller 就是线程安全的 除非 @Scope 为 prototype 3、@Controller 和 @RestController 区别 @
阅读全文
posted @ 2021-10-12 23:10 抽象Java
阅读(28)
评论(0)
推荐(0)
编辑
2021年10月11日
Java8 --- Stream
摘要: https://ifeve.com/stream/ https://www.cnblogs.com/codecat/p/10912454.html 获取两个list 交并集合 https://blog.csdn.net/lindai329/article/details/102700907
阅读全文
posted @ 2021-10-11 14:07 抽象Java
阅读(21)
评论(0)
推荐(0)
编辑
2021年10月8日
线程池类型场景和问题
摘要: https://mp.weixin.qq.com/s/Cv5gTiz9RORnesoQmyROIw Executors线程工厂类1、Executors.newCachedThreadPool();说明: 创建的线程池核心线程0 , 最大线程是Integer.MaxValue。 线程空闲存活时间1分钟
阅读全文
posted @ 2021-10-08 16:47 抽象Java
阅读(182)
评论(0)
推荐(0)
编辑
2021年7月31日
github访问不了
摘要: host 文件增加 140.82.112.4 github.com199.232.69.194 github.global.ssl.fastly.net 转载 https://blog.csdn.net/weixin_45777019/article/details/107484280
阅读全文
posted @ 2021-07-31 17:00 抽象Java
阅读(93)
评论(0)
推荐(0)
编辑
2021年7月17日
实现Spring框架(二) SpringMVC框架
摘要: 转自:https://blog.csdn.net/u011702633/article/details/81101969?
阅读全文
posted @ 2021-07-17 20:57 抽象Java
阅读(12)
评论(0)
推荐(0)
编辑
实现Spring框架(一) SpringIOC容器
摘要: github: https://github.com/szjomin/springIOC 转自【1】:https://blog.csdn.net/u011702633/article/details/81094795
阅读全文
posted @ 2021-07-17 20:55 抽象Java
阅读(33)
评论(0)
推荐(0)
编辑
2021年7月13日
Spring 原理笔记
摘要: 简单理解控制反转 https://blog.csdn.net/kingyxfly/article/details/79826333
阅读全文
posted @ 2021-07-13 09:59 抽象Java
阅读(10)
评论(0)
推荐(0)
编辑
2021年1月31日
小工具编辑网站(无关代码)
摘要: 图片垂直合成 :https://merge.imageonline.co/
阅读全文
posted @ 2021-01-31 10:52 抽象Java
阅读(51)
评论(0)
推荐(0)
编辑
2021年1月27日
servlet/Tomcat/Spring
摘要: 111
阅读全文
posted @ 2021-01-27 10:36 抽象Java
阅读(21)
评论(0)
推荐(0)
编辑
2021年1月21日
单体架构demo
摘要: https://github.com/renrenio/renren-fast-vue
阅读全文
posted @ 2021-01-21 13:42 抽象Java
阅读(47)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
7
8
9
···
49
下一页
公告