- 博客(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
448
翻译 How do I integrate my application with CXF
http://cxf.apache.org/docs/how-do-i-integrate-my-application-with-cxf.htmlTransportsCXF支持 HTTP/JMS/Local等传输方式BindingsCXF可以绑定原生的或者SOAP格式的消息,当然其他格式的消息见WS-*模块Message Interception and
2015-11-09 10:26:11
362
转载 oracle-function-lag-lead
lag与lead函数是跟偏移量相关的两个分析函数,通过这两个函数我们可以取到当前行列的偏移N行列的值 lag可以看着是正的向上的偏移 lead可以认为负的向下的偏移 具体我们来看几个例子:我们先看下scott的emp表的两列数据:select deptno, sal from scott.emp order by deptnoDEPTNOSAL102450.00
2015-10-20 06:20:13
416
原创 ORACLE-FUNCTION-SYS_CONNECT_BY_PATH
表结构:create table test_connect_by (child number,parent number);原表数据:CHILD PARENT2 53 510 155 159 178 1715 3817 386 3813 261 2612 26
2015-10-18 22:30:00
413
转载 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.002
2015-10-18 21:47:29
359
转载 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
495
原创 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
2820
转载 常见字体清单
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
727
转载 WebService_HelloWorld_笔记
--创建服务端步骤 1 定义服务接口 2 给接口加上注解 3 发布服务 http://localhost:8888/ns?wsdl http://localhost:8888/ns?xsd=1 4 写客户端
2014-10-12 11:42:48
537
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人