摘要: 最近想研究下公司用的dubbo结果发现不是想象中的那么简单,已经停止维护好长时间了,哎。。。这里推荐用dubbox 比较简单 ,也属于dubbo的升级版这个简单介绍只是方便大家运行了解dubbo以及rest功能步骤如下:git clone https://github.com/dangdangdot... 阅读全文
posted @ 2015-07-13 17:52 wxqi528 阅读(579) 评论(0) 推荐(0) 编辑
摘要: --相当于建了个e临时表with e as (select * from scott.emp e where e.empno=7499)select * from e;minus 取差集 可以替换(not in | in )select id from order minus select orde... 阅读全文
posted @ 2015-07-13 14:12 wxqi528 阅读(130) 评论(0) 推荐(0) 编辑