学习记录一下:具体看实际操作。使用cygwin 或者 git 进入shell脚本模式,进入你的项目文件夹:大概是在:D:\quick-cocos2d-x\bin\yourProject执行命令:../compile_scripts.sh -i scripts -m files -o my_scrip...
分类:
其他好文 时间:
2014-07-19 19:19:18
阅读次数:
337
苹果WWDC2014大会公布了许多关于iOS8的激动人心的更新,包括iCloudDrive、OSXYosemite与iOS8的协作、iBook共享机制、Quick Type预测输入、Swift编程语言、iOS8向上兼容等等亮点,本文重点从针对开发者的新功能API进行介绍。现在,开发者可以用苹果官方给...
分类:
移动开发 时间:
2014-07-19 00:01:42
阅读次数:
462
quick-cocos2d-x 2.2.4
self.sprite = display.newSprite("bg.png")
self:addChild(self.sprite)
self.sprite:setTouchEnabled(true)
-- 设置触摸模式
-- self.sprite:setTouchMode(cc.TOUCH...
分类:
其他好文 时间:
2014-07-18 22:32:49
阅读次数:
257
--[[ local function onTouch(event, x, y) print(event, x, y) if event == "began" then return true -- 在 bega...
分类:
其他好文 时间:
2014-07-16 22:54:47
阅读次数:
193
呵呵,不出所料,我又把项目的quick x版本从2.2.1升级到2.2.3了,不知道下次升级到3.x回事神马时候呢,好期待的说。话说运行2.2.3的player的时候,老是提醒我显卡不支持opengl 1.5,说我的显卡才支持到opengl 1.1。用各种工具查看,老子显卡支持opengl4.4, ...
分类:
其他好文 时间:
2014-07-16 21:49:26
阅读次数:
190
1. 环境 OS: WIN7 JDK: 1.6.0_31 IDE: ECLIPSE 20132. Quick Start 2.1 建立线程的两种方式 1 继承Thread 类 1 class ThreadDemo extends Thread{ 2 @Ove...
分类:
其他好文 时间:
2014-07-16 20:22:30
阅读次数:
174
Description
Captain Clearbeard decided to go to the harbour for a few days so his crew could inspect and repair the ship. Now, a few days later, the pirates are getting landsick(Pirates get landsic...
分类:
其他好文 时间:
2014-07-16 17:26:06
阅读次数:
300
在《Qt Quick 之 QML 与 C++ 混合编程详解》一文中我们讲解了 QML 与 C++ 混合编程的方方面面的内容,这次我们通过一个图像处理应用,再来看一下 QML 与 C++ 混合编程的威力,同时也为诸君揭开美图秀秀、魔拍之类的相片美化应用的底层原理。...
分类:
其他好文 时间:
2014-07-16 12:47:43
阅读次数:
398
记得很久以前,刚开始接触Quick,那时候尝试过一次这样的操作,不过失败了。因为那时候还年幼,对这里面的一套机制不是太熟悉。现在回头再做这样的事,遇到了问题,但是都很好的根据自己的理解给解决了。现在记录下,我tolua成功的过程,在写blog的过程中,更熟练其中的原理。PS:网上关于quick to...
分类:
编程语言 时间:
2014-07-14 09:24:13
阅读次数:
307
Function RegExpTest(patrn,str1,strng) Dim regEx',str1 ' 建立变量 'str1 = "The quick brown fox jumped over the lazy dog."Set regEx = New RegExp ' 建立正则表...
分类:
Web程序 时间:
2014-07-14 09:18:58
阅读次数:
267