2015年10月16日

摘要: 1.定义接口 1 package org.WebService.ws.annotation; 2 3 import javax.jws.WebService; 4 5 @WebService 6 public interface ICalculator { 7 float add(flo... 阅读全文
posted @ 2015-10-16 22:31 ilinux_one 阅读(1931) 评论(0) 推荐(0) 编辑

导航