搜索资源列表
Pro_AJAX
- ajax使用它可以构建更为动态和响应更灵敏的Web应用程序。该方法的关键在于对浏览器端的Javascr ipt、DHTML和与服务器异步通信的组合。-building can use it more dynamic and more sensitive response of Web applications. The method is the key to the browser Javascr ipt, DHTML and asynchronous communication server
将整个表单内容传到另一个系统进行处理及响应
- 远程webservice调用,将整个表单内容传到另一个系统进行处理及响应,Remote webservice call, the contents of the entire form to another system for processing and response
CMarkup--test
- 创建一个新的XML文档,分析修改现存的XML文档,所有的这些都中可以从一个利用MFC或STL字符串所实现的一个简单类的方法中得到。关于CMarkup,你可以运行Zip文件右边的例子,如果你愿意,你可以通过看源码,几分钟把它加入到你自己的应用中。 -Create a new XML document analysis, modify the existing XML documents, all of which can be from a use of MFC or STL strings
advanced
- xml rpc是使用http协议做为传输协议的rpc机制,使用xml文本的方式传输命令和数据。一个rpc系统,必然包括2个部分:1.rpc client,用来向rpc server调用方法,并接收方法的返回数据;2.rpc server,用于响应rpc client的请求,执行方法,并回送方法执行结果。RPC是Remote Procedure Call的缩写,翻译成中文就是远程过程调用,是一种在本地的机器上调用远端机器上的一个过程(方法)的技术,这个过程也被大家称为“分布式计算”,是为了提高各个