搜索资源列表
WEB服务器1
- 此源码为HTTP服务器源码,可提供HTTP 服务。-this source of the HTTP server source code available HTTP service.
webservice_CSock
- 一个WEB服务的SERVICES程序,可在NT后台运行-a Web services SERVICES procedures, in the background NT
product
- 这是一个关于进销存的产品管理系统,是基于web服务的系统,采用的技术是spring!-Invoicing of the product management system, a web-based service system, the technology is spring!
xmlwebservices
- XML webservice的例子,对学web 服务很有帮助-XML webservice example, the school web services helpful
WebSevr
- web服务端程序,web服务器传文件的功能。-web services software, web server-document function.
BookWebService
- 这个一款可以通过Web服务来进行图书管理的软件,相当易用-through the Web service to the library management software, very handy
MediaEE_SDK
- web服务-web services.
WSWavelet
- 输入:小波分析的结果或傅立叶分析的结果 输出:图像(bmp) web服务-input : wavelet analysis results or Fourier analysis of the results output : images (bmp) web services
Internet与WEB服务源代码
- Internet与WEB服务源代码-Internet and Web service source code
CallingWebServicesDynamically
- 解析WSDL,并动态调用web服务的源代码,分类,soap,wsdl,uddi
EJB_WebService_src
- 用EJB实现为Web服务端点,然后在客户端进行调用
118359514
- 升级服务器的设置: 服务器必须开通WEB服务,所以升级过程是通过HTTP进行的。 以下为ADT子系统升级配置为例: 1. 建立一目录如ADT,放入ADT中需要升级几个文件,如:ADT.exe, ADT.chm 建立一HTML文件ADT.HTM:内容如下 [adt.chm] datetime=2003-7-4 11:50:00 [adt.exe] datetime=2003-7-4 11:50:00 注:上面的时间应该成文件最后修后时间为准。 HTML文件名
webServer
- GoAhead webServer 是一个不错的嵌入式Web服务程序,而且是开放式源码,现将其应用开发文档传上来与大家分享。-GoAhead webServer is a good embedded Web server program, and is open source, application development document now its mass up to share with you.
webserver
- web服务的实例学习。an instance of web service learning.-an instance of web service learning.
FlowerApplication
- netbeans学习资料之web service第3部分创建企业应用程序测试 Web 服务 -netbeans web service learning information Part 3 to create Web services, enterprise application testing
matchmakerMatchSemanticWebService
- 语义Web服务的API使用实例OWL-S API结合matchmaker推理机(Jena Pellet)进行语义转换匹配组合及调用web服务-Swmantic Web Service use OWI-S API and matchmaker reasoner(Jena Pellet) to match semantic and Web service
Web-service-
- Web服务流程相容性和相似性的详细内容分析-Web service process compatibility and similarity analysis of the details
java-web
- java web服务开发平台的创建以及代码示例,使用java和XML等语言编写-java web services development platform to create and code samples, using java and XML and other languages
httpd
- http web 服务 linux 下的实现。 嵌入式式平台移植(http web service embedded platform transplantation base on linux arm linux)
Web服务器界面
- 本例定义一个类CHttpProtocol,专门用来实现HTTP协议。 另外,还要添加两个结构体——REQUEST和HTTPSTATS,分别用来保存一个网络连接的客户端和服务器的信息。 网络管理员通过单击鼠标操作图形用户界面,来运行Web服务程序,在单击界面上的控件时,直接触发的是软件界面总控代码。 “开启”按钮的事件代码。 服务开启后,为便于管理员监控服务器,界面上动态显示运行信息。该功能就是用声明的函数AddLog()和ShowData()实现的,它们的代码分别展示如下