12 2017 档案

摘要: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 爱水果 阅读(216) 评论(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 爱水果 阅读(243) 评论(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 爱水果 阅读(717) 评论(0) 推荐(0)