码迷,mamicode.com
首页 >  
搜索关键字:make时钟错误 touch touch遍历    ( 4490个结果
一天一道算法题---6.3---二分运用
感谢微信平台 : 一天一道算法题 ----- 一天多一点进步-----先来段 废话:已经 3 4天没更了 主要还是自己 太懒了 。。。。好 让我们 开始吧题目链接: touch me是不是 有点长啊 最可恶的是 还有张 诱人的 馅饼 --- 话说 有个很好的美国系列校...
分类:其他好文   时间:2014-06-07 00:35:37    阅读次数:198
NGUI混合FingerGesture《卷二》分离触摸事件
背景在使用NGUI按钮组件的时候,点击按钮同时触发FingerGesture的Touch事件,通俗点讲,NGUI点击之后,点击事件被FingerGesture又执行了一遍。解决思路持有一个全局变量 /// /// 点击是否由NGUI触发的 /// public bool ...
分类:其他好文   时间:2014-06-06 20:59:49    阅读次数:293
mini2440移植uboot 2011.03(下)
参考博文: 《u-boot-2011.03在mini2440/micro2440上的移植》移植(五)添加nand支持:host@debian:~/soft/mini2440/u-boot-2011.03$ touch drivers/mtd/nand/s3c2440_nand.c host@deb....
分类:其他好文   时间:2014-06-06 08:31:32    阅读次数:450
Cocos2d-x 让精灵随手指移动起来二(简单实现)
void HelloWorld::ccTouchMoved(cocos2d::CCTouch *touch, cocos2d::CCEvent *event){ CCSize winSize = CCDirector::sharedDirector()->getVisibleSize(); if (...
分类:移动开发   时间:2014-06-06 07:30:08    阅读次数:377
install and config bind9(named) on linux server
This article shows my process of installing and configuring bind9 DNS server on a linux server. I didn't touch every aspects of bind9, but following the process, a DNS server is configured with A/AAAA...
分类:系统相关   时间:2014-06-05 08:36:26    阅读次数:450
精灵的移动效果,旋转效果
移动: -(void) touchBegan:(UITouch *)touch withEvent:(UIEvent *)event { CGPoint touchLoc = [touch locationInNode:self]; // Log touch location CCLOG(@"Moved sprite to @ %@",NSStringFromCGPo...
分类:移动开发   时间:2014-06-05 08:30:44    阅读次数:352
Cocos2d-x 让精灵随手指移动起来二(简单实现)
void HelloWorld::ccTouchMoved(cocos2d::CCTouch *touch, cocos2d::CCEvent *event) { CCSize winSize = CCDirector::sharedDirector()->getVisibleSize(); if (m_ship) { CCPoint pos = touch->getDelta...
分类:移动开发   时间:2014-06-05 05:25:10    阅读次数:222
IOS 与ANDROID框架及应用开发模式对比一
IOS 和ANDROID操作系统都是目前流行的移动操作系统,被移动终端和智能设备大量采用,两者都采用了先进的软件技术进行设计,为了方便应用开发两者都采用了先进的设计模式。两者在框架设计上都采用了什么技术?都采用了什么设计模式?两者设计思路和应用开发模式有什么异同呢? 两者都采用了框架模式。 IOS 的框架称为Cocoa Touch。           框架提供两个作用,一是类的集合,每...
分类:移动开发   时间:2014-06-03 06:24:20    阅读次数:286
Xcode含静态库多项目依赖编译
1.新建 Static Library 项目选择 File -> New -> Project , 项目模板选择 Cocoa Touch Static Library , 项目名称命名为 MyLib.xcodeproj , 注意选中 Use Automatic Reference Counting ...
分类:其他好文   时间:2014-05-31 11:18:08    阅读次数:444
(备忘)利用openssl完成自签发证书步骤--精华版
#建立 CA 目录结构mkdir -p ./demoCA/{private,newcerts}touch ./demoCA/index.txtecho 01 > ./demoCA/serial#生成 CA 的 RSA 密钥对openssl genrsa -des3 -out ./demoCA/pri...
分类:其他好文   时间:2014-05-31 08:16:41    阅读次数:252
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!