09 2016 档案

摘要:我的原因是安装了两个版本的xcode,使用命令 sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer/就可以了 阅读全文
posted @ 2016-09-30 17:43 I_O_S 阅读(256) 评论(0) 推荐(0)
摘要:1.sudo -S 可以进行用管道传递参数 -S The -S (stdin) option causes sudo to read the password from the standard input instead of the terminal device. The password m 阅读全文
posted @ 2016-09-20 15:07 I_O_S 阅读(194) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/guchengluoye/article/details/7498513 可以参考这个,第一个我作用成功了,是将TextField的Did End On Exit事件和我的App Delegate进行连接。第二个没试成功 阅读全文
posted @ 2016-09-20 15:04 I_O_S 阅读(513) 评论(0) 推荐(0)