自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(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 413

翻译 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 325

转载 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 382

原创 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 386

转载 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 327

转载 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 454

原创 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 2650

翻译 Restlet 2.2 - Tutorial

1.概览  Restlet框架由

2014-11-03 20:36:57 544

转载 常见字体清单

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 688

原创 盒子模型-浮动-1

盒子:1.行内2.块级元素  1.

2014-10-18 10:29:22 448

转载 盒子模型

HTML是XML的一种XML的是一种树形结构

2014-10-18 09:57:20 365

转载 WebService_HelloWorld_笔记

--创建服务端步骤      1 定义服务接口      2 给接口加上注解      3 发布服务        http://localhost:8888/ns?wsdl        http://localhost:8888/ns?xsd=1      4 写客户端

2014-10-12 11:42:48 504

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除