﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-brucejini-随笔分类-object-c</title><link>http://www.cppblog.com/brucejini/category/15776.html</link><description /><language>zh-cn</language><lastBuildDate>Fri, 24 Dec 2010 04:06:46 GMT</lastBuildDate><pubDate>Fri, 24 Dec 2010 04:06:46 GMT</pubDate><ttl>60</ttl><item><title>Xcode快捷键</title><link>http://www.cppblog.com/brucejini/archive/2010/12/24/137367.html</link><dc:creator>路人甲</dc:creator><author>路人甲</author><pubDate>Fri, 24 Dec 2010 03:55:00 GMT</pubDate><guid>http://www.cppblog.com/brucejini/archive/2010/12/24/137367.html</guid><wfw:comment>http://www.cppblog.com/brucejini/comments/137367.html</wfw:comment><comments>http://www.cppblog.com/brucejini/archive/2010/12/24/137367.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/brucejini/comments/commentRss/137367.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/brucejini/services/trackbacks/137367.html</trackback:ping><description><![CDATA[<p>&nbsp;</p>
Command + Shift + E ：扩展编辑器<br>Command + [ ：左移代码块<br>Command + ] ：右移代码块<br>Tab ：接受代码提示<br>Esc ：显示代码提示菜单<br>Ctrl + . （句点）：循环浏览代码提示<br>Shift + Ctrl + . （句点）：反向循环浏览代码提示<br>Ctrl + / ：移动到代码提示中的下一个占位符<br>Command + Ctrl + S ：创建快照<br>Ctrl + F ：前移光标<br>Ctrl + B ：后移光标<br>Ctrl + P ：移动光标到上一行<br>Ctrl + N：移动光标到下一行<br>Ctrl + A : 移动光标到本行行首<br>Ctrl + E : 移动光标到本行行尾<br>Ctrl + T ：交换光标左右两边的字符<br>Ctrl + D：删除光标右边的字符<br>Ctrl + K ：删除本行<br>Ctrl + L : 将插入点置于窗口正中<br>Command + Alt + D：显示open quickly 窗口<br>Command + Alt + 上方向键 ：打开配套文件<br>Command + D ：添加书签<br>Option + 双击：在文档中搜索<br>Command + Y ：以调试方式运行程序<br>Command + Alt + P ： 继续（在调试中）<br>Command + Alt + 0 ：跳过<br>Command + Alt + I ：跳入<br>Command + Alt + T ：跳出 
<img src ="http://www.cppblog.com/brucejini/aggbug/137367.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/brucejini/" target="_blank">路人甲</a> 2010-12-24 11:55 <a href="http://www.cppblog.com/brucejini/archive/2010/12/24/137367.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>obj-c字符串匹配符</title><link>http://www.cppblog.com/brucejini/archive/2010/08/04/122228.html</link><dc:creator>路人甲</dc:creator><author>路人甲</author><pubDate>Wed, 04 Aug 2010 10:11:00 GMT</pubDate><guid>http://www.cppblog.com/brucejini/archive/2010/08/04/122228.html</guid><wfw:comment>http://www.cppblog.com/brucejini/comments/122228.html</wfw:comment><comments>http://www.cppblog.com/brucejini/archive/2010/08/04/122228.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/brucejini/comments/commentRss/122228.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/brucejini/services/trackbacks/122228.html</trackback:ping><description><![CDATA[<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; int i = 12345;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NSLog( @"%d", i );参数类型的匹配格式如下</p>
<ul>
    <li>%@ &nbsp; &nbsp; 对象
    <li>%d, %i 整数
    <li>%u &nbsp; &nbsp;&nbsp;无符整形
    <li>%f &nbsp; &nbsp; 浮点/双字
    <li>%x, %X 二进制整数
    <li>%o &nbsp; &nbsp; 八进制整数
    <li>%zu &nbsp; &nbsp;size_t
    <li>%p &nbsp; &nbsp; 指针
    <li>%e &nbsp; &nbsp;&nbsp;浮点/双字 （科学计算）
    <li>%g &nbsp; &nbsp;&nbsp;浮点/双字&nbsp;
    <li>%s &nbsp; &nbsp; C 字符串
    <li>%.*s &nbsp; Pascal字符串
    <li>%c &nbsp; &nbsp; 字符
    <li>%C &nbsp; &nbsp; unichar
    <li>%lld &nbsp; 64位长整数（long long）
    <li>%llu &nbsp;&nbsp;无符64位长整数
    <li>%Lf &nbsp; &nbsp;64位双字 </li>
</ul>
<img src ="http://www.cppblog.com/brucejini/aggbug/122228.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/brucejini/" target="_blank">路人甲</a> 2010-08-04 18:11 <a href="http://www.cppblog.com/brucejini/archive/2010/08/04/122228.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>