- 博客(12)
- 收藏
- 关注
翻译 How do I develop a service?
CXF provides you with many options to build services. This guide is meant to give you a quick overview of those options and help you orient yourself quickly with CXF. CXF给你提供很多方式去构建服务。 Differe
2015-11-09 11:18:09
458
翻译 How do I integrate my application with CXF
http://cxf.apache.org/docs/how-do-i-integrate-my-application-with-cxf.html Transports CXF支持 HTTP/JMS/Local等传输方式 Bindings CXF可以绑定原生的或者SOAP格式的消息,当然其他格式的消息见WS-*模块 Message Interception and
2015-11-09 10:26:11
369
转载 oracle-function-lag-lead
lag与lead函数是跟偏移量相关的两个分析函数,通过这两个函数我们可以取到当前行列的偏移N行列的值 lag可以看着是正的向上的偏移 lead可以认为负的向下的偏移 具体我们来看几个例子: 我们先看下scott的emp表的两列数据: select deptno, sal from scott.emp order by deptno DEPTNO SAL 10 2450.00
2015-10-20 06:20:13
429
原创 ORACLE-FUNCTION-SYS_CONNECT_BY_PATH
表结构: create table test_connect_by (child number,parent number); 原表数据: CHILD PARENT 2 5 3 5 10 15 5 15 9 17 8 17 15 38 17 38 6 38 13 26 1 26 12 26
2015-10-18 22:30:00
421
转载 oracle-function-wm_concat
转自:http://database.51cto.com/art/201010/231126.htm 表结构: create table SHOPPING ( u_id NUMBER, goods VARCHAR2(30), num NUMBER(10,2) ) 原数据: select * from shopping; 1 苹果 2.00 2
2015-10-18 21:47:29
371
转载 How do I get the name of an object's type in JavaScript
这群逆天的家伙,天天脑子在想什么? http://stackoverflow.com/questions/332422/how-do-i-get-the-name-of-an-objects-type-in-javascript 仅仅推荐这个,剩下两个有心情可以读读 Is there a JavaScript equivalent of Java's class.getName()?
2015-10-06 21:30:07
507
原创 css多个class时的选择器用法
http://stackoverflow.com/questions/1041344/how-can-i-select-an-element-with-multiple-classes?answertab=active#tab-top 例如:$('.a.b') 或 $('#a.b.c') css多个class时的选择器用法: https://api.jquery.com/multipl
2015-10-06 19:58:55
2857
转载 常见字体清单
p.serif { font-family: "Times New Roman", Times, serif; } p.sansserif { font-family: Arial, Helvetica, sans-serif; } This is a paragraph, shown in the Times New Roman font. This is a paragra
2014-11-02 16:14:25
744
转载 WebService_HelloWorld_笔记
--创建服务端步骤 1 定义服务接口 2 给接口加上注解 3 发布服务 http://localhost:8888/ns?wsdl http://localhost:8888/ns?xsd=1 4 写客户端
2014-10-12 11:42:48
549
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人