WS 的三大技术详解
1、WSDL语言:(web service definition language - web service定义语言)
2、soap消息
3、UUID
1、wsdl 是全完基于xml 的,特别是xml schema。详见: XML学习笔记(三):XML...
分类:
Web程序 时间:
2014-11-21 14:24:29
阅读次数:
222
Lowest Common Multiple PlusTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 34980Accepted Submissio...
分类:
其他好文 时间:
2014-11-21 06:54:49
阅读次数:
216
Given an array where elements are sorted in ascending order, convert it to a height balanced BST.二分递归转换Hide TagsTreeDepth-first Search/** * Definition...
分类:
其他好文 时间:
2014-11-20 13:40:54
阅读次数:
171
The Unique MSTDescriptionGiven a connected undirected graph, tell if its minimum spanning tree is unique.Definition 1 (Spanning Tree): Consider a conn...
分类:
其他好文 时间:
2014-11-20 13:28:58
阅读次数:
202
A character entity reference refers to the content of a named entity. An entity declaration is created by using thesyntax in aDocument Type Definition...
分类:
Web程序 时间:
2014-11-20 11:35:18
阅读次数:
579
一、Bean Validation框架简介
写道
Bean Validation standardizes constraint definition, declaration and validation for the Java platform.
大体意思是:Bean Validation 标准化了Java平台的约束定义、描述、和验证。
详细了解请参考:http://bean...
分类:
编程语言 时间:
2014-11-20 00:08:02
阅读次数:
346
= =买了书才能做的题。。。就是按说明来搞就行了,没啥算法。。。注意要把以前的left,right设置为nullptr,不然就是有环了,代码中加黑部分。/** * Definition for binary tree * struct TreeNode { * int val; * ...
分类:
其他好文 时间:
2014-11-19 18:19:19
阅读次数:
168
1 /** 2 * Definition for singly-linked list. 3 * struct ListNode { 4 * int val; 5 * ListNode *next; 6 * ListNode(int x) : val(x), ne...
分类:
其他好文 时间:
2014-11-19 13:51:14
阅读次数:
222
题目https://oj.leetcode.com/problems/populating-next-right-pointers-in-each-node/对每个节点递归。 1 /** 2 * Definition for binary tree with next pointer. 3 * .....
分类:
其他好文 时间:
2014-11-19 12:13:56
阅读次数:
154
一:Multiple annotations found at this line:Undefined
actionName parameter Undefined
actionnamespace parameter
这个红色叉叉报错:
Multiple annotations found at this line:
- Undefined actionName
p...
分类:
其他好文 时间:
2014-11-19 02:00:36
阅读次数:
330