随笔分类 -  WebService

使用json格式去call外部系统
摘要:1. 使用postman去callpost方式body填入对应的json请求格式选json2. 使用java 代码去callimport java.io.BufferedReader;import java.io.DataOutputStream;import jav... 阅读全文
posted @ 2018-07-12 15:49 刘达人186 阅读(414) 评论(0) 推荐(0)
vagrant在windows下的使用
摘要:1. 安装下载安装 VirtualBox :https://www.virtualbox.org/下载安装 Vagrant :http://www.vagrantup.com/VirtualBox 一定要装在C盘2. 在box目录vagrant box add ja... 阅读全文
posted @ 2018-05-15 15:36 刘达人186 阅读(708) 评论(0) 推荐(0)
WebService与RESTful WebService
摘要:Manual Instruction Document Web ServiceJAX-WS & JAX-RS Author: Liu XiangDate: 2018/01/12 1. Summary.................................... 阅读全文
posted @ 2018-01-26 20:25 刘达人186 阅读(884) 评论(0) 推荐(0)