摘要: 1 libcurl是一个很好的客户端库 2 CURLOPT_URL 就是普通的url。 3 CURLOPT_HTTPHEADER 3.1 http get 4 CURLOPT_WRITEFUNCTION 5 CURLOPT_WRITEDATA 用户获取下载下来的数据的指针。用户通过该指针获取下载下来 阅读全文
posted @ 2017-05-10 20:20 PhoenixTree(梧桐树) 阅读(353) 评论(0) 推荐(0)
摘要: 常见的媒体格式类型如下: text/html : HTML格式 text/plain :纯文本格式 text/xml : XML格式 image/gif :gif图片格式 image/jpeg :jpg图片格式 image/png:png图片格式 以application开头的媒体格式类型: app 阅读全文
posted @ 2017-05-10 15:49 PhoenixTree(梧桐树) 阅读(2479) 评论(0) 推荐(0)
摘要: 1 什么是“module machine type” 这个是当前工程要链接的静态库的target machine type。 2 什么是“target machine type” 这个是当前工程生成的目标的target machine type。 3 在windows上如何查看静态库的machine 阅读全文
posted @ 2017-05-10 10:22 PhoenixTree(梧桐树) 阅读(1679) 评论(0) 推荐(0)