上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 46 下一页
该文被密码保护。 阅读全文
posted @ 2018-08-02 21:03 bf378 阅读(1) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/myuantao3286286/article/details/50477139 阅读全文
posted @ 2018-08-01 19:05 bf378 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 问题: 我的理解是:我做了一些修改,我请求把我的修改push到你的仓库,然后你review一下我的代码,如果没问题就接受请求merge,这样的话叫做push request岂不是更合适?因为这个操作是我主动发起的。pull是仓库主向我fork的仓库发起的操作,那么pull request这种操作应该 阅读全文
posted @ 2018-08-01 18:50 bf378 阅读(2225) 评论(0) 推荐(1) 编辑
摘要: 1. Concepts 1. Concepts 1. Concepts Aspect-Oriented Programming (AOP) complements OOP by providing another way of thinking about program structure. Wh 阅读全文
posted @ 2018-07-29 11:07 bf378 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 如果没有一个Bean依赖另一个Bean的static代码块进行初始化的话,我们可以使用depend-on实现,官方文档如下: For most situations, the fact that a bean is a dependency of another is expressed simpl 阅读全文
posted @ 2018-07-29 00:08 bf378 阅读(117) 评论(0) 推荐(0) 编辑
摘要: A less commonly useful form of method injection than Lookup Method Injection is the ability to replace arbitrary methods in a managed bean with anothe 阅读全文
posted @ 2018-07-28 23:30 bf378 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 对于Spring的多数用户而言,主要的Bean存在形式都是单例,当一个单例需要结合另一个单例协作或者一个非单例与另一个非单例协作时,典型的做法是通过属性的形式注入,但是当两个Bean的声明周期不同时候这会存在一个问题。例如单例A依赖一个非单例B,而对外提供的服务是通过A暴露的,这样的话每一次调用A的 阅读全文
posted @ 2018-07-28 23:23 bf378 阅读(728) 评论(0) 推荐(1) 编辑
摘要: 阅读全文
posted @ 2018-07-27 19:28 bf378 阅读(3747) 评论(0) 推荐(1) 编辑
该文被密码保护。 阅读全文
posted @ 2018-07-26 22:50 bf378 阅读(0) 评论(0) 推荐(0) 编辑
摘要: https://www.ibm.com/developerworks/cn/java/j-lo-taskschedule/ 阅读全文
posted @ 2018-07-26 10:46 bf378 阅读(736) 评论(0) 推荐(0) 编辑
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 46 下一页