随笔分类 -  XMLRPC

用到了,想做一个简单的笔记
摘要:1、客户端 #include <stdlib.h> #include <stdio.h> #include <xmlrpc-c/base.h> #include <xmlrpc-c/client.h> #include "config.h" /* information about this bui 阅读全文
posted @ 2023-12-01 16:40 左边的翼 阅读(100) 评论(0) 推荐(0) 编辑
摘要:以下客户端与服务端的代码内容为官网给出的示例,此处拷贝记录,了解基础使用方式。 1、服务端 #include <iostream> #include <winsock2.h> #include <windows.h> #include "xmlrpc-c/base.h" #include "xmlr 阅读全文
posted @ 2023-12-01 16:21 左边的翼 阅读(125) 评论(0) 推荐(0) 编辑
摘要:1、数组操作 #include <iostream> #include <winsock2.h> #include <windows.h> #include <xmlrpc-c/base.hpp> #include <xmlrpc-c/registry.hpp> #include <xmlrpc-c 阅读全文
posted @ 2023-11-30 17:16 左边的翼 阅读(32) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> #include <winsock2.h> #include <windows.h> #include <xmlrpc-c/base.hpp> #include <xmlrpc-c/registry.hpp> #include <xmlrpc-c/server 阅读全文
posted @ 2023-11-30 15:37 左边的翼 阅读(36) 评论(0) 推荐(0) 编辑
摘要:形参类型的定义略 The string looks something like this example: i:iii,s: . It is a list of signature strings, separated by commas. In the example, there are tw 阅读全文
posted @ 2023-11-30 10:45 左边的翼 阅读(9) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示