
OS X底层开发技术
cocoasprite
记录是为了不忘却
展开
-
linux 如何查找命令的路径
http://hi.baidu.com/longredhao/item/911356ea2d8bed3687d9deedlinux 下,我们常使用 cd ,grep,vi 等命令,有时候我们要查到这些命令所在的位置,如何做呢?linux下有2个命令可完成该功能:which ,whereiswhich 用来查看当前要执行的命令所在的路径。whereis转载 2013-10-19 22:22:34 · 1006 阅读 · 0 评论 -
Mac OS X查看二进制可执行文件引用的动态链接库
Mac OS X下二进制可执行文件的动态链接库是dylib文件,linux下用ldd查看,苹果系统用otool即可,不过要安装xcodeotool –L xxxx.dylibThe "strings" tool can output a list of the methods that the library calls and "otool -ov" will output the原创 2013-10-17 16:33:46 · 9930 阅读 · 0 评论