• 大小: 136KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-02
  • 语言: C/C++
  • 标签: http接口  post请求  

资源简介

最近在工作中,由于合作商只提供uRL,我这边需要通过HTTP请求Get或Post方式请求Json数据,然后解析JSON格式,解析json我使用的第三方库rapidjson。开发环境是64位win7,VS2015。

资源截图

代码片段和文件信息

// stdafx.cpp : 只包括标准包含文件的源文件
// TestHttpService.pch 将作为预编译头
// stdafx.obj 将包含预编译类型信息

#include “stdafx.h“

// TODO: 在 STDAFX.H 中引用任何所需的附加头文件,
//而不是在此文件中引用

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      10311  2016-08-25 15:59  TestHttpService\rapidjson\allocators.h

     文件     113794  2016-08-25 15:59  TestHttpService\rapidjson\document.h

     文件      10686  2016-08-25 15:59  TestHttpService\rapidjson\encodedstream.h

     文件      28553  2016-08-25 15:59  TestHttpService\rapidjson\encodings.h

     文件       3870  2016-08-25 15:59  TestHttpService\rapidjson\error\en.h

     文件       5824  2016-08-25 15:59  TestHttpService\rapidjson\error\error.h

     文件       2988  2016-08-25 15:59  TestHttpService\rapidjson\filereadstream.h

     文件       3139  2016-08-25 15:59  TestHttpService\rapidjson\filewritestream.h

     文件       4035  2016-08-25 15:59  TestHttpService\rapidjson\fwd.h

     文件       9139  2016-08-25 15:59  TestHttpService\rapidjson\internal\biginteger.h

     文件      11512  2016-08-25 15:59  TestHttpService\rapidjson\internal\diyfp.h

     文件       8172  2016-08-25 15:59  TestHttpService\rapidjson\internal\dtoa.h

     文件       3022  2016-08-25 15:59  TestHttpService\rapidjson\internal\ieee754.h

     文件      10306  2016-08-25 15:59  TestHttpService\rapidjson\internal\itoa.h

     文件       6572  2016-08-25 15:59  TestHttpService\rapidjson\internal\meta.h

     文件       3595  2016-08-25 15:59  TestHttpService\rapidjson\internal\pow10.h

     文件      24825  2016-08-25 15:59  TestHttpService\rapidjson\internal\regex.h

     文件       7026  2016-08-25 15:59  TestHttpService\rapidjson\internal\stack.h

     文件       1897  2016-08-25 15:59  TestHttpService\rapidjson\internal\strfunc.h

     文件       8672  2016-08-25 15:59  TestHttpService\rapidjson\internal\strtod.h

     文件       1419  2016-08-25 15:59  TestHttpService\rapidjson\internal\swap.h

     文件       3576  2016-08-25 15:59  TestHttpService\rapidjson\istreamwrapper.h

     文件       2560  2016-08-25 15:59  TestHttpService\rapidjson\memorybuffer.h

     文件       2667  2016-08-25 15:59  TestHttpService\rapidjson\memorystream.h

     文件       8372  2016-08-25 15:59  TestHttpService\rapidjson\msinttypes\inttypes.h

     文件       9386  2016-08-25 15:59  TestHttpService\rapidjson\msinttypes\stdint.h

     文件       2331  2016-08-25 15:59  TestHttpService\rapidjson\ostreamwrapper.h

     文件      58465  2016-08-25 15:59  TestHttpService\rapidjson\pointer.h

     文件       9601  2016-08-25 15:59  TestHttpService\rapidjson\prettywriter.h

     文件      21461  2016-08-25 15:59  TestHttpService\rapidjson\rapidjson.h

............此处省略22个文件信息

评论

共有 条评论