摘要: (一) Spring bean注册流程 1.定义好spring的配置文件 2.通过Resource对象将Spring配置文件进行抽象,抽象成一个具体的Resource对象,如ClassPathResource 3.定义好要使用的Bean工厂(各种BeanFactory) 4.定义好XmlBeanDe 阅读全文
posted @ 2022-06-13 10:24 小兵要进步 阅读(399) 评论(0) 推荐(0)
摘要: Object类当中包含的⽅法有12个: 1.需要重写 toString(),equals(),hashCode();2.线程有关:wait方法, notify(), notifyAll();3.其他 getClass(),finalize(), clone(),registerNatives; 1 阅读全文
posted @ 2022-06-13 09:12 小兵要进步 阅读(90) 评论(0) 推荐(0)