摘要: From:http://www.programminginterviews.info/2013/01/soa-interview-questions.html#more 1. SOA separates business functions into services (endpoints), wh 阅读全文
posted @ 2017-12-28 09:51 爱水果 阅读(180) 评论(0) 推荐(0) 编辑
摘要: oracle数据库中的一个SQL语句 select e.a,e.b,(case when c.typee='A' then e.a when c.typee='B' then e.b when c.typee='C' then e.c end) from gprice e,ctype c where 阅读全文
posted @ 2017-12-04 19:03 爱水果 阅读(232) 评论(0) 推荐(0) 编辑
摘要: FROM: https://en.wikipedia.org/wiki/Aspect-oriented_programming In computing, aspect-oriented programming (AOP) is a programming paradigm that aims to 阅读全文
posted @ 2017-12-03 14:52 爱水果 阅读(661) 评论(0) 推荐(0) 编辑
摘要: IoC is also known as dependency injection (DI). It is a process whereby objects define their dependencies, that is, the other objects they work with, 阅读全文
posted @ 2017-11-29 18:00 爱水果 阅读(107) 评论(0) 推荐(0) 编辑
摘要: Passing Primitive Data Type Arguments Primitive arguments, such as an int or a double, are passed into methods by value. This means that any changes t 阅读全文
posted @ 2017-11-27 16:10 爱水果 阅读(537) 评论(0) 推荐(0) 编辑