子龙文章列表

objc格式化输出

NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; //常用类型的定义 int i =10; BOOL isSh...

mac免密登陆iTerm2

mac下使用iTerm2,通过命令ssh需输入密码访问liunx,现在跟大家分享一个无密的方法。 1.准备脚本, cd ~/.ssh touch 238 vi 238 然后 #!/usr/bi...