上一页 1 ··· 4 5 6 7 8 9 10 11 下一页
摘要: 参考文档:https://jinnianshilongnian.iteye.com/blog/2049092;https://www.cnblogs.com/fancongcong/p/8093258.html 参考视频:https://www.bilibili.com/video/av298628 阅读全文
posted @ 2019-07-07 23:21 WuHJ 阅读(546) 评论(0) 推荐(0) 编辑
摘要: 引入: 格式化: 阅读全文
posted @ 2019-07-06 18:45 WuHJ 阅读(290) 评论(0) 推荐(0) 编辑
摘要: 一:IoC注解开发 1,在applicationContext.xml中需要引入context约束 1 <beans xmlns="http://www.springframework.org/schema/beans" 2 xmlns:xsi="http://www.w3.org/2001/XML 阅读全文
posted @ 2019-06-16 17:24 WuHJ 阅读(637) 评论(0) 推荐(0) 编辑
摘要: Spring是一个分层的JavaSE/EE full stack(一站式) 轻量级开源框架。 "具体介绍参考" 一:IoC(Inversion of Control)控制反转,将创建对象实例反转给spring,交给IoC容器 1,底层原理:工厂模式+配置文件+反射 小测试 : 2,DI(依赖注入) 阅读全文
posted @ 2019-06-16 15:34 WuHJ 阅读(265) 评论(0) 推荐(0) 编辑
摘要: 一:AOP基于AspectJ的注解开发 1,简单的实例: 1)引入相应的jar包 ​ 2)在配置文件里引入相关约束 <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001 阅读全文
posted @ 2019-06-15 22:44 WuHJ 阅读(363) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 下一页