会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
qd-海军
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
2019年12月11日
Configuration on demand is not supported by the current version of the Android Gradle plugin since you are using Gradle version 4.6 or above. Suggestion: disable configuration on demand by setting org
摘要: androidStudio打开cocos3.17.2Lua项目时,出现了 Configuration on demand is not supported by the current version of the Android Gradle plugin since you are using
阅读全文
posted @ 2019-12-11 14:35 qd-海军
阅读(687)
评论(0)
推荐(0)
2019年9月29日
socket简单介绍
摘要: 一 三种类型的套接字: 1.流式套接字(SOCKET_STREAM) 提供面向连接的可靠的数据传输服务。数据被看作是字节流,无长度限制。例如FTP协议就采用这种。 2.数据报式套接字(SOCKET_DGRAM) 提供无连接的数据传输服务,不保证可靠性。 3.原始式套接字(SOCKET_RAW) 该接
阅读全文
posted @ 2019-09-29 18:22 qd-海军
阅读(383)
评论(0)
推荐(0)
2013年8月8日
原创【cocos2d-x】CCMenuItemToggle 在lua中的使用
摘要: 说明:1,所使用的cocos2dx版本为2.1.3 ;09:48:05 2,本人仍是在学习中的小菜鸟,此博客只是为了记录我学习过程中的点滴,同时也希望同样lua开发的童鞋,一起交流; 3,本人whj0402原创,,转载务必在明显处注明:原文链接:http://www.cnblogs.com/whj0402/p/3245108.htmlCCMenuItemToggle 在通过tolua++转换的时候,并没有转换createWithTarget 函数,而封装的create(CCMenuItem) 只能传一个CCMenuItem,郁闷了,而网上的资料少有lua的,没办法,只能自己...
阅读全文
posted @ 2013-08-08 09:51 qd-海军
阅读(660)
评论(0)
推荐(1)
上一页
1
2
公告