搜索资源列表
WebService
- 一套实用的邮件发送服务系统-a practical Send mail service system
RemotingEvent
- 该代码实现服务器向客户端发送消息(.net Remoting事件)-server to the client send messages (. Net Remoting incident)
jaxClientTest
- JAX web service客户端,主要是一个客户端,用户可以参照该东西,完成自己的客户端程序开发.-JAX web service client side,user can use it to send message.And you can learn something from is.
TestWebServicesSource
- Web services are built on SOAP, an XML based protocol that establishes the form that messages between web service consumers and providers should take. Traditionally, the consuming application developer would build a SOAP message manually and send it
WebService
- 用于web编程发送短信的实现的webservice的借口代码-Web programming for the implementation of the webservice to send text messages excuse code
Projects
- 模拟服务器收发xml报文的一个程序,支持多个报文返回,单个报文可以选择路径,多个报文可配置在*.ini文件中,自动显示收发报文-Simulation server send and receive xml messages a program that supports multiple messages to return, a single packet can choose the path, multiple packets can be configured in the*. ini
XmlRptSender
- [原创]Python/pyqt代码,读取xml文件并以列表方式显示,可将列表内容发送至以太网。-Python pyqt read xml file and show content,send socket report。
send_code
- 用户注册需填写手机号的时候,需进行手机验证。(接收服务器自动生成的验证码,并向注册的手机发送验证码)-User registration phone number required to fill the time, the need for phone verification. (Receiving server automatically generates the code to the registered phone to send the verification code)
pingstream
- php xmpp发送即时通讯的东西php xmpp发送即时通讯的东西-php xmpp send something php xmpp instant messaging IM sent stuff
advanced
- xml rpc是使用http协议做为传输协议的rpc机制,使用xml文本的方式传输命令和数据。一个rpc系统,必然包括2个部分:1.rpc client,用来向rpc server调用方法,并接收方法的返回数据;2.rpc server,用于响应rpc client的请求,执行方法,并回送方法执行结果。RPC是Remote Procedure Call的缩写,翻译成中文就是远程过程调用,是一种在本地的机器上调用远端机器上的一个过程(方法)的技术,这个过程也被大家称为“分布式计算”,是为了提高各个