会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
dddy
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
2025年11月9日
Spring BeanDefinition接口
摘要: [[Spring IOC 源码学习总笔记]] BeanDefinition BeanDefinition 主要是用来描述Bean,主要包括:Bean的属性、是否单例、延迟加载、Bean的名称、构造方法等。 简而言之: 在容器中的 一个Bean 对应一个 BeanDefinition 的封装描述; S
阅读全文
posted @ 2025-11-09 19:37 daidaidaiyu
阅读(17)
评论(0)
推荐(0)
2025年11月8日
FFmpeg 编译 (For Android)
摘要: 2025-10-11 FFmpeg 编译 (For Android) 源码仓库 - https://github.com/FFmpeg/FFmpeg NDK下载 - https://developer.android.com/ndk/downloads?hl=zh-cn 环境说明 LINUX 环境:
阅读全文
posted @ 2025-11-08 11:23 daidaidaiyu
阅读(424)
评论(0)
推荐(0)
2025年11月6日
Spring BeanFactory 接口
摘要: [[Spring IOC 源码学习总笔记]] BeanFactory 的子接口 Spring BeanFactory 的设计, 基于接口隔离原则(Interface Segregation Principle), 将具有不同细分的功能定义为接口, 增加扩展性, 支持不同功能的 BeanFactory
阅读全文
posted @ 2025-11-06 21:15 daidaidaiyu
阅读(22)
评论(0)
推荐(0)
2025年11月4日
Spring 中的Event机制
摘要: spring 参考资料: Additional Capabilities of the ApplicationContext- https://docs.spring.io/spring-framework/reference/6.1/core/beans/context-introduction.
阅读全文
posted @ 2025-11-04 22:25 daidaidaiyu
阅读(56)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
公告