【记录】eBay API的开发流程
crifan 12年前 (2013-10-30) 3912浏览 0评论
1.在收集了一些相关资料: 【整理】eBay API方面的一些资料 后。就可以去折腾了。 2.先去注册了开发者账户: 【记录】注册成为eBay开发者(eBay Developers Program)+创建Sanbox Key和Produ...
工作相关的技术文章
crifan 12年前 (2013-10-30) 3912浏览 0评论
1.在收集了一些相关资料: 【整理】eBay API方面的一些资料 后。就可以去折腾了。 2.先去注册了开发者账户: 【记录】注册成为eBay开发者(eBay Developers Program)+创建Sanbox Key和Produ...
crifan 12年前 (2013-10-30) 2859浏览 0评论
【背景】 折腾: 【记录】尝试使用ebay的示例代码ConsoleAddItem去向sandbox中添加发布商品 期间,遇到 Return policy/Shipping/Payment的profile Id 的事情,所以需要去看看是什么。 【折腾过...
crifan 12年前 (2013-10-30) 2828浏览 0评论
【背景】 折腾: 【整理】ebay中的ConsoleAddItem所涉及到的Return policy/Shipping/Payment的profile Id 期间,需要去: 用Business Policies Management API创建对应...
crifan 12年前 (2013-10-30) 3012浏览 0评论
【背景】 继续: 【记录】eBay API的开发流程 中的: 【记录】试试eBay提供的C#的console版的Hello World示例代码 现在去: 继续参考示例代码中的ConsoleAddItem,去向sandbox中添加商品,发布商品。 【折...
crifan 12年前 (2013-10-30) 4369浏览 0评论
【背景】 在 【记录】eBay API的开发流程 中,折腾完了: 【记录】注册成为eBay开发者(eBay Developers Program)+创建Sanbox Key和Production Key 就可以继续去折腾代码了。 所以先...
crifan 12年前 (2013-10-30) 2455浏览 0评论
【背景】 想要用Iterator去遍历android中的HasMap。 【折腾过程】 1.参考: HashMap遍历的两种方式 去试试, 2.另外,也可以参考之前: 【已解决】HashMap输出的项的顺序不固定 所看到的那个Enumerated,去试...
crifan 12年前 (2013-10-30) 2849浏览 0评论
【问题】 android调试期间,无法打开模拟器了,出错: [2013-10-29 14:55:48 - ddms] null java.lang.NullPointerException at org.eclipse.debug.internal...
crifan 12年前 (2013-10-29) 2862浏览 0评论
【背景】 如下antlr语法: fragment LETTER : 'a'..'z' | 'A'..'Z'; STR_LAN : '"|' LETTER LETTER '|"'; //fragment STRING ...
crifan 12年前 (2013-10-29) 3219浏览 0评论
【问题】 用如下代码: @Override public RadioGroupField Get(EddlVariable var) { RadioGroupField radio = new RadioGroupField(); ra...
crifan 12年前 (2013-10-28) 8216浏览 1评论
【背景】 android程序中,相关代码: writeFileSdcard("/mnt/sdcard/preprocessedfile",sBuilder.toString()); public void writeFileSd...