
协议
C_Knight
你的付出,终会开花结果。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
简单对象访问协议
SOAP、WSDL(WebServicesDescriptionLanguage)、UDDI(UniversalDescriptionDiscovery andIntegration)之一, soap用来描述传递信息的格式, WSDL 用来描述如何访问具体的接口, uddi用来管理,分发,查询webService 。具体实现可以搜索 Web Services简单实例 ; SOAP 可以和现存的许多...翻译 2019-02-15 16:34:42 · 547 阅读 · 0 评论 -
HttpStatus整理
package org.springframework.http; public enum HttpStatus { //Informational 1xx 信息 '100' : 'Continue', //继续 '101' : 'Switching Protocols', //交换协议 //Successful 2xx...转载 2019-05-08 11:01:09 · 174 阅读 · 0 评论