資源簡介
最近在工作中,由于合作商只提供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\me
?????文件???????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個文件信息
- 上一篇:重排九宮廣度優先
- 下一篇:華容道游戲求解最少步驟C++
評論
共有 條評論