代码搜索:WebService
找到约 1,279 项符合「WebService」的源代码
代码结果 1,279
www.eeworm.com/read/380639/2654940
dsk webservice.dsk
[Closed Files]
File_0=SourceModule,'F:\Delphi面向对象编程思想\示例程序\封装\复件 由封装实现分离\逻辑\ufrmUsers.pas',0,1,45,1,59,1,0
File_1=SourceModule,'F:\Delphi面向对象编程思想\示例程序\封装\复件 由封装实现分离\逻辑\udmUser.pas',0,1,25,39,23,1,0
www.eeworm.com/read/380639/2654944
dpr webservice.dpr
program WebService;
{$APPTYPE GUI}
uses
Forms,
SockApp,
Unit1 in 'Unit1.pas' {Form1},
Unit2 in 'Unit2.pas' {WebModule2: TWebModule},
UserServiceImpl in 'UserServiceImpl.pas',
U
www.eeworm.com/read/380639/2654955
dof webservice.dof
[FileVersion]
Version=7.0
[Compiler]
A=8
B=0
C=1
D=1
E=0
F=0
G=1
H=1
I=1
J=0
K=0
L=1
M=0
N=1
O=1
P=1
Q=0
R=0
S=0
T=0
U=0
V=1
W=0
X=1
Y=1
Z=1
ShowHints=1
ShowWarnings=1
www.eeworm.com/read/373185/2766595
sln webservice.sln
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "webservice", "webservice\webservice.vbproj", "{7A19AC3C-7CBF-4
www.eeworm.com/read/365910/2894483
js webservice.js
function WebService() {
this.action = " ";
this.url = "";
}
WebService.prototype.buildRequest = function () {
return "";
};
WebService.prototype.handleResponse = function (oSO
www.eeworm.com/read/358237/2993577
java webservice.java
package javax.jws;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target({ElementTy