【整理】C#版的AWS的ResponseGroup的Small示例代码
crifan 12年前 (2013-06-14) 1878浏览 0评论
【背景】 折腾: 【记录】继续优化C#版的AWS的ItemLookup接口 过程中,想要试试ResponseGroup的Small。 【折腾过程】 完整代码: (1)ItemLookupSample.cs /**************...
crifan 12年前 (2013-06-14) 1878浏览 0评论
【背景】 折腾: 【记录】继续优化C#版的AWS的ItemLookup接口 过程中,想要试试ResponseGroup的Small。 【折腾过程】 完整代码: (1)ItemLookupSample.cs /**************...
crifan 12年前 (2013-06-14) 2074浏览 0评论
【背景】 折腾: 【记录】继续优化C#版的AWS的ItemLookup接口 过程中,想要试试ResponseGroup的OfferSummary。 【折腾过程】 完整代码: (1)ItemLookupSample.cs /*******...
crifan 12年前 (2013-06-14) 2112浏览 0评论
【背景】 折腾: 【记录】继续优化C#版的AWS的ItemLookup接口 过程中,想要试试ResponseGroup的ItemAttributes。 【折腾过程】 1. 完整代码: (1)ItemLookupSample.cs /**...
crifan 12年前 (2013-06-14) 2739浏览 1评论
【背景】 折腾: 【记录】继续优化C#版的AWS的ItemLookup接口 过程中,想要试试ResponseGroup的Variations。 【折腾过程】 1.有了: 【整理】C#版的AWS的ResponseGroup的Variati...
crifan 12年前 (2013-06-14) 3476浏览 5评论
【背景】 折腾: 【记录】继续优化C#版的AWS的ItemLookup接口 之后,接着需要去实现,通过AWS的BrowseNodeLookup: http://docs.aws.amazon.com/AWSECommerceService/lates...
crifan 12年前 (2013-06-13) 2083浏览 0评论
【背景】 折腾: 【记录】继续优化C#版的AWS的ItemLookup接口 过程中,想要试试ResponseGroup的VariationSummary。 【折腾过程】 1. 完整代码: (1)ItemLookupSample.cs /...
crifan 12年前 (2013-06-13) 3491浏览 0评论
【背景】 折腾: 【基本解决】用C#实现AWS的API中的ItemLookup 期间,已经下载并安装了AWS SDK for .NET。 接下来,尝试使用此Amazon的库,去实现对应的ItemLookup。 【折腾过程】 1.参考: Startin...
crifan 12年前 (2013-06-13) 3042浏览 0评论
【问题】 折腾: 【记录】尝试使用AWS SDK for .NET去实现C#版本的ItemLookup 期间,在AWS Console Project中,想要实现ItemLookup,然后去参考别人代码: amazon product adverti...
crifan 12年前 (2013-06-11) 2512浏览 0评论
【背景】 在Visual Studio中的C#期间,先是从NLog得知NLog的NuGet, 后又从DynamicJson得知其也有个NuGet。 然后才想要去搞清楚,啥是NuGet。 【整理NuGet】 1.NuGet,是个Visua...
crifan 12年前 (2013-06-11) 1922浏览 0评论
【问题】 AWS中,想要查询某个产品,一共还剩多少个可以买。 【解决过程】 1.知道是用ItemLookup。 2.参考: 【记录】申请AWS的AWSAccessKeyId(AWS Access Key ID) 找到了API的页面: http://d...