该文被密码保护。 阅读全文
摘要:
敲3个/ 出现https://github.com/onevcat/VVDocumenter-Xcode把鼠标放在 对应的color上显示 颜色http://alcatraz.io 阅读全文
摘要:
http://www.cnblogs.com/wudan7/p/3687341.html过段时间不忙了 自己写写闹钟 阅读全文
摘要:
http://www.macx.cn/thread-2075903-1-1.htmlhttp://www.douban.com/note/75797151/ 阅读全文
摘要:
http://pan.baidu.com/s/1mgMJNss 自己下载吧 阅读全文
摘要:
PLEASE READ THE FOLLOWING LICENSE AGREEMENT TERMS AND CONDITIONS CAREFULLY BEFORE DOWNLOADING OR USING THE APPLE SOFTWARE. THESE TERMS AND CONDITIONS ... 阅读全文
摘要:
对应的是 让我的应用程序的状态 得到澄清一个应用程序被拒绝 吸引一个应用程序拒绝 请求一个加速应用程序审查 提供要求的信息 问一个关于我的应用技术问题 询问使用iTunes连接 问别的东西我是根据这个链接来做的http://blog.sina.com.cn/s/blog_a27fae... 阅读全文
摘要:
在终端中输入lipo -info 空格后跟文件路径即可 阅读全文
摘要:
在终端中将命令输入find . "(" -name "*.m" -or -name "*.mm" -or -name "*.cpp" -or -name "*.h" -or -name "*.rss" ")" -print | xargs wc -l即可。 阅读全文
摘要:
倒计时在viewDidLoad里写个定时器 [NSTimer scheduledTimerWithTimeInterval:1.0 target:self selector:@selector(timerFireMethod:) userInfo:nil repeats:YES];然后声明定时器的方... 阅读全文