上一页 1 ··· 3 4 5 6 7
摘要: [[Spring IOC 源码学习总笔记]] BeanDefinition BeanDefinition 主要是用来描述Bean,主要包括:Bean的属性、是否单例、延迟加载、Bean的名称、构造方法等。 简而言之: 在容器中的 一个Bean 对应一个 BeanDefinition 的封装描述; S 阅读全文
posted @ 2025-11-09 19:37 daidaidaiyu 阅读(17) 评论(0) 推荐(0)
摘要: 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)
摘要: [[Spring IOC 源码学习总笔记]] BeanFactory 的子接口 Spring BeanFactory 的设计, 基于接口隔离原则(Interface Segregation Principle), 将具有不同细分的功能定义为接口, 增加扩展性, 支持不同功能的 BeanFactory 阅读全文
posted @ 2025-11-06 21:15 daidaidaiyu 阅读(22) 评论(0) 推荐(0)
摘要: 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