Mac OS X 终端命令 1)显示当前目录的路径 pwd 2)列出文件 ls 参数 目录名 参数: -w 显示中文,-l 详细信息, -a 包括隐藏文件,每一行开头是 "d" 则为文件夹,开头是 "-" 则为文件. 例: 看看驱动目录下有什么:ls /System/Library/Extensions 3)打开目录 cd 目录名 cd .. :返回上一级目录 cd ../.. :cd ../.. /..:返回上两级/三级目录 cd . :当前目录 例:想到驱动目录…
High Precision Timers in iOS / OS X The note will cover the do's and dont's of using high precision timers on iOS and OS X. High Precision Timers in iOS / OS X Do I need a high precision timer? A suggestion for synchronizing with display updates How…
在安装Xcode时,会碰到跟OS X操作系统匹配的问题,对照下下面几个表,以免给自己带来编译不过或者奇怪的错误等问题 以下列表来自网络: Xcode 1.0 - Xcode 2.x (before iOS support) Version history Version Runs on versions ofOS X OS X SDK(s) 1.0 OS X Panther(10.3.x) OS X Puma(10.1.x),OS X Jaguar(10.2.x), andOS X Pa…