2013年5月20日
摘要: 1.使用get方式请求void HttpClientHelper::testGetRequestMethod() { cocos2d::extension::CCHttpRequest* getRequest=new cocos2d::extension::CCHttpRequest(); getRequest->setRequestType(cocos2d::extension::CCHttpRequest::kHttpGet); getRequest->setUrl("http://www.baidu.com"); getRequest->setTag 阅读全文
posted @ 2013-05-20 15:19 Games 阅读(2208) 评论(0) 推荐(0)
  2013年5月19日
摘要: 1.解析同等级:const char* text= "{\"record\":{\"data\":20130101,\"rate\":23,\"buy\":1},\"record\":{\"data\":45,\"rate\":67,\"buy\":1},\"record\":{\"data\":45,\"rate\":76,\"buy\":10} 阅读全文
posted @ 2013-05-19 21:26 Games 阅读(2711) 评论(0) 推荐(0)
  2013年5月10日
摘要: 说一说关于libjson在android上的编译问题在这里使用的是libjson_7.6.1版本 下载地址:http://sourceforge.net/projects/libjson/files/ ,也可以访问http://json.org.接下来将source文件夹和JSONOption.h和libjson.h文件复制到自己的项目当中去,并且在android.mk中将需要编译的文件添加进来,进行编译,报错:jni/http://www.cnblogs.com/Classes/libjson/_internal/Source/JSONNode.cpp:168:5: error: excep 阅读全文
posted @ 2013-05-10 21:54 Games 阅读(771) 评论(0) 推荐(0)
  2013年5月7日
摘要: http://www.techpot.net/archives/37040 阅读全文
posted @ 2013-05-07 22:23 Games 阅读(224) 评论(0) 推荐(0)
  2013年5月5日
摘要: http://blog.csdn.net/evanwu_85/article/details/6304284http://www.cnblogs.com/lgydqy/archive/2012/02/28/2371592.html 阅读全文
posted @ 2013-05-05 21:13 Games 阅读(259) 评论(0) 推荐(0)
  2013年4月16日
摘要: http://blog.csdn.net/h7870181/article/details/8572402 阅读全文
posted @ 2013-04-16 17:57 Games 阅读(119) 评论(0) 推荐(0)
  2013年4月14日
摘要: http://www.cocos2d-x.org/boards/6/topics/23924http://www.cocos2d-x.org/boards/6/topics/14835http://www.jesusbosch.com/2012/08/internet-communications-with-cocos2d-x.htmlhttp://curl.haxx.se/libcurl/c/ 阅读全文
posted @ 2013-04-14 14:16 Games 阅读(424) 评论(0) 推荐(0)
  2013年4月12日
摘要: http://www.cnblogs.com/afly/archive/2012/03/12/2391527.html# 阅读全文
posted @ 2013-04-12 14:20 Games 阅读(2399) 评论(0) 推荐(0)
  2013年4月11日
摘要: http://blog.csdn.net/liuhe688/article/details/6715983http://developer.android.com/reference/android/database/sqlite/SQLiteDatabase.html#openDatabase(java.lang.String,%20android.database.sqlite.SQLiteDatabase.CursorFactory,%20int,%20android.database.DatabaseErrorHandler) 阅读全文
posted @ 2013-04-11 17:50 Games 阅读(156) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/lhming/archive/2012/06/27/2566460.htmlhttp://blog.csdn.net/berdy/article/details/7866653http://www.cnblogs.com/lhming/archive/2012/06/27/2566467.html 阅读全文
posted @ 2013-04-11 10:46 Games 阅读(136) 评论(0) 推荐(0)