摘要: C++ 用libcurl库进行http 网络通讯编程百度登陆协议分析!!!用libcurl来模拟百度登陆C++使用libcurl做HttpClient使用libcurl库进行HTTP的下载libcurl部分总结libcurl学习笔记(一)Curl Passing data to a simple f... 阅读全文
posted @ 2015-04-01 16:24 廖先生 阅读(415) 评论(0) 推荐(0) 编辑
摘要: int http_post_file(const char *url, const char *user, const char *pwd, const char *filename){ assert(url != NULL); assert(user != NULL); assert(pwd !=... 阅读全文
posted @ 2015-04-01 15:56 廖先生 阅读(7532) 评论(0) 推荐(0) 编辑