智慧 + 毅力 = 无所不能

正确性、健壮性、可靠性、效率、易用性、可读性、可复用性、兼容性、可移植性...

导航

上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 97 下一页

2014年9月24日

摘要: 转自:http://blog.csdn.net/wcjwdq/article/details/37932769 显示图片时,在项目中经常会用只读取图片的一部分,而不是全部。错误方式:很多人这时候会采用setTextureRect(CCRectMake(x, y, width, height)),事... 阅读全文

posted @ 2014-09-24 11:49 Bill Yuan 阅读(915) 评论(0) 推荐(0) 编辑

摘要: 程序编译正常,在用Eclipse调试执行时,报错Unable to execute dex: Multiple dex files define:方法:原因是有重复的。jar被引用,可以查看你的build path,尤其是Android Dependencies一定有重复引入的.jar包,解决的方法... 阅读全文

posted @ 2014-09-24 11:45 Bill Yuan 阅读(244) 评论(0) 推荐(0) 编辑

2014年9月16日

摘要: 转自:http://blog.sina.com.cn/s/blog_6400e5c50101jh1f.html在开发Android项目的时候,有时需要引用多个项目作为library。在引用项目的时候,有时会出现“Jar mismatch! Fix your dependencies”错误。这是因为两... 阅读全文

posted @ 2014-09-16 22:13 Bill Yuan 阅读(6668) 评论(0) 推荐(0) 编辑

2014年9月13日

摘要: 转自:http://www.cnblogs.com/oakpip/archive/2011/04/08/2009800.html大部分内容为网上整理其它高人的帖子,现只作整理,用于查看:在Android手机中内置了一款高性能webkit内核浏览器,在SDK中封装为一个叫做WebView组件。什么是w... 阅读全文

posted @ 2014-09-13 15:39 Bill Yuan 阅读(11485) 评论(0) 推荐(0) 编辑

2014年9月12日

摘要: 转自:http://www.dotblogs.com.tw/newmonkey48/archive/2014/04/17/144779.aspxApp要使用Facebook 分享時,設要在Facebook應用程式裡設定app 的key hash但keyhash要怎麼取得呢?可參考兩個網址http:/... 阅读全文

posted @ 2014-09-12 18:21 Bill Yuan 阅读(6196) 评论(0) 推荐(0) 编辑

摘要: 转自:https://developers.google.com/wallet/instant-buy/android/tutorialThis tutorial guides you through integrating Instant Buy into a purchase flow, in ... 阅读全文

posted @ 2014-09-12 10:28 Bill Yuan 阅读(578) 评论(0) 推荐(0) 编辑

2014年8月25日

摘要: 转自:http://blog.csdn.net/qq634416025/article/details/8685187g_rGemertricRecognizer = new GeometricRecognizer; g_rGemertricRecognizer->loadTemplates();... 阅读全文

posted @ 2014-08-25 22:09 Bill Yuan 阅读(1274) 评论(0) 推荐(0) 编辑

摘要: bool GraphicsUtil::linesCross(b2Vec2 v0, b2Vec2 v1, b2Vec2 t0, b2Vec2 t1, b2Vec2 &intersectionPoint){ if ( areVecsEqual(v1,t0) || areVecsEqu... 阅读全文

posted @ 2014-08-25 21:58 Bill Yuan 阅读(613) 评论(0) 推荐(0) 编辑

2014年8月8日

摘要: 转自:http://www.xuebuyuan.com/1396292.html,http://www.cocoachina.com/bbs/read.php?tid=88589First!!源代码里加入://判断当前是否为Android平台#if (CC_TARGET_PLATFORM == CC... 阅读全文

posted @ 2014-08-08 22:50 Bill Yuan 阅读(4172) 评论(0) 推荐(0) 编辑

摘要: 转自:http://gamerboom.com/archives/37174过去十多年相继出现了不计其数的玩家心理模型。在早期的简单模型中, Bartle分类法被认为是最有参考价值、最具持久性的模型之一。我认为,这是因为Bartle分类法能够反映玩家的游戏性格(即游戏状态下所表现出来的个性)。换而言... 阅读全文

posted @ 2014-08-08 21:02 Bill Yuan 阅读(2797) 评论(0) 推荐(0) 编辑

上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 97 下一页