上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 47 下一页
摘要: https://blog.csdn.net/myuantao3286286/article/details/50477139 阅读全文
posted @ 2018-08-01 19:05 bf378 阅读(216) 评论(0) 推荐(0)
摘要: 问题: 我的理解是:我做了一些修改,我请求把我的修改push到你的仓库,然后你review一下我的代码,如果没问题就接受请求merge,这样的话叫做push request岂不是更合适?因为这个操作是我主动发起的。pull是仓库主向我fork的仓库发起的操作,那么pull request这种操作应该 阅读全文
posted @ 2018-08-01 18:50 bf378 阅读(2333) 评论(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 阅读(271) 评论(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 阅读(124) 评论(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 阅读(252) 评论(0) 推荐(0)
摘要: 对于Spring的多数用户而言,主要的Bean存在形式都是单例,当一个单例需要结合另一个单例协作或者一个非单例与另一个非单例协作时,典型的做法是通过属性的形式注入,但是当两个Bean的声明周期不同时候这会存在一个问题。例如单例A依赖一个非单例B,而对外提供的服务是通过A暴露的,这样的话每一次调用A的 阅读全文
posted @ 2018-07-28 23:23 bf378 阅读(759) 评论(0) 推荐(1)
摘要: 阅读全文
posted @ 2018-07-27 19:28 bf378 阅读(3792) 评论(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 阅读(745) 评论(0) 推荐(0)
摘要: /** * Created by liuguangxin on 2018/4/26. * */ object ExecutionUtils { def execute(command: String, maps: util.Map[String, Object]): DataFrame = { val jexlEngine = new JexlEngine() ... 阅读全文
posted @ 2018-07-23 14:16 bf378 阅读(120) 评论(0) 推荐(0)
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 47 下一页