代码搜索:WebService

找到约 1,279 项符合「WebService」的源代码

代码结果 1,279
www.eeworm.com/read/395421/8175685

js boardlist.js

var t; t=outlookbar.addtitle('管理中心') outlookbar.additem('站务讨论',t,69) t=outlookbar.addtitle('新开版面') outlookbar.additem('图形图像',t,126) t=outlookbar.addtitle('循序渐进') outlookbar.additem('疑难杂症',t,124)
www.eeworm.com/read/367974/9721543

cs getuserinfo.cs

using System; using System.Web; using System.Collections; using System.Web.Services; using System.Web.Services.Protocols; /// /// GetUserInfo 的摘要说明 /// [WebService(Na
www.eeworm.com/read/269583/11089938

cs service.cs

using System; using System.Web; using System.Web.Services; using System.Web.Services.Protocols; [WebService(Namespace = "http://tempuri.org/")] [WebServiceBinding(ConformsTo = WsiProfiles.Basi
www.eeworm.com/read/269235/11103727

java webserviceexamplemath.java

package wyf; import javax.jws.*; import javax.xml.ws.*; //声明提供Web服务的类 @WebService public class WebServiceExampleMath { //声明Web服务中的服务方法 public int addEmUp(int number1, int number2) {
www.eeworm.com/read/268829/11118629

asmx wsrepwd.asmx

 using System; using System.Web; using System.Web.Services; using System.Web.Services.Protocols; using System.Web.Script.Services;
www.eeworm.com/read/268829/11118632

asmx wsendtime.asmx

using System; using System.Web; using System.Web.Services; using System.Web.Services.Protocols; using System.Web.Script.Services;
www.eeworm.com/read/412741/11186613

asmx hellomore.asmx

using System.Data; using System.Xml; using System.IO; using System.Web.Services; [WebService(Namespace="http://www.nobody.com")] public clas
www.eeworm.com/read/412741/11186619

asmx hello.asmx

using System.Web.Services; public class Hello { [WebMethod] public string SayHello() { return "Hello Web Service."; } }
www.eeworm.com/read/248097/12600762

asmx wsrepwd.asmx

 using System; using System.Web; using System.Web.Services; using System.Web.Services.Protocols; using System.Web.Script.Services;
www.eeworm.com/read/248097/12600763

asmx wsendtime.asmx

using System; using System.Web; using System.Web.Services; using System.Web.Services.Protocols; using System.Web.Script.Services;