IntroductionThe central component of any game, from a programming standpoint, is thegame loop.It allows the game to run smoothly regardless of a user'...
分类:
其他好文 时间:
2014-07-25 19:10:22
阅读次数:
352
.a的静态库并不是只需要一个就够。往往需要i386(模拟器)、armv6和armv7(真机)的3个版本。可以使用一下命令查看该.a文件所支持的版本型号。lipo -i xx.a还可以使用如下命令创建一个通用的.a文件:lipo -create /Users/Travis/Desktop/libIMI...
分类:
其他好文 时间:
2014-07-25 14:16:11
阅读次数:
240
GCD(Grand Central Dispatch) : 牛逼的中枢调度器。苹果自带,纯C语言实现,提供了非常多且强大的函数,它可以提高代码的执行效率与多核的利用率。
一、GCD的基本使用
1、GCD中的两个核心概念
:
?任务: 执行什么任务.
?队列: 用来存放任务. (用来调度任务)
2、GCD使用的2个步骤:
?1.定制任务.
(确定想做的事情)
?2.将任务添加...
分类:
移动开发 时间:
2014-07-25 11:18:32
阅读次数:
310
Mac使用快捷键会节省很多时间。使用最多的键就是shift键 option键 command键的组合了。当然一下稍微用得多一点点,还有很多快捷键没一一列举了
进入指定目录的一些快捷键
进入 All My Files目录: shift+command+f
进入Documents目录:shift+command+o
进入Desktop目录:shift+command+d
进入Home目录:...
分类:
其他好文 时间:
2014-07-25 11:02:51
阅读次数:
281
Sheet lineNuber is36892writeBack() writeBack workbook[C:/Users/1481694/Desktop/Project LEGO/Desktop/OPICS_FXEX1.xlsx] with Exception,exception as foll...
分类:
其他好文 时间:
2014-07-24 22:56:33
阅读次数:
395
1.导出一个数据表中的部分字段数据;SELECT `lUin` , `iSumMoney` , `iAreaId` FROM tbtest INTO OUTFILE 'C:/Users/Administrator/Desktop/test/123.xlsx'2.导入数据到一个表的相应字段中;LOAD...
分类:
数据库 时间:
2014-07-24 22:30:12
阅读次数:
236
#Red hat enterprise linux variants ##Two install sets available ##两种安装方案 ###Server rhel server rhea advanced platform ###Desktop rhel desktop workstation option Multi-OS option ##RH network #...
分类:
Web程序 时间:
2014-07-23 21:33:26
阅读次数:
283
需要准备的软件:ubuntu 14.04 http://10.251.3.210/files/4024000000140B77/ftp-srv2.kddilabs.jp/Linux/packages/ubuntu/releases-cd/14.04/ubuntu-14.04-desktop-amd6...
分类:
其他好文 时间:
2014-07-23 16:30:01
阅读次数:
322
一.ubuntu12.04lts安装 (lts=long term support长期支持)1.在电脑上分出100G的未分配空间(xp:删除逻辑分区,win7:压缩...)2.下载ubuntu系统的镜像文件,如:ubuntu-12.04.4-desktop-i386.ios3.将镜像文件做成启动盘,...
分类:
其他好文 时间:
2014-07-23 12:14:56
阅读次数:
399
1.[root@desktop huage]# : > filename
:是一个占位符,不会产生任何输入
2.[root@desktop huage]# > filename
同样不会产生任何输出
3.[root@desktop huage]# echo "" > filename
会看到一行空行,文件大小是1byte
4.[root@desktop huage]#...
分类:
系统相关 时间:
2014-07-22 14:26:36
阅读次数:
203