<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Azone&#039;s Blog &#187; 应用技巧</title>
	<atom:link href="http://www.firestudio.cn/category/%e5%ba%94%e7%94%a8%e6%8a%80%e5%b7%a7/feed" rel="self" type="application/rss+xml" />
	<link>http://www.firestudio.cn</link>
	<description>用到一点记录一点。</description>
	<lastBuildDate>Thu, 01 Dec 2011 03:20:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Preference Shortcuts &#8211; (应用程序到偏好设置跳转)</title>
		<link>http://www.firestudio.cn/2011/12/01/284.html</link>
		<comments>http://www.firestudio.cn/2011/12/01/284.html#comments</comments>
		<pubDate>Thu, 01 Dec 2011 03:18:15 +0000</pubDate>
		<dc:creator>Yozone Wong</dc:creator>
				<category><![CDATA[iOS / Objective-C]]></category>
		<category><![CDATA[应用技巧]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.firestudio.cn/?p=284</guid>
		<description><![CDATA[我遇到了一个问题，就是用户通过邮箱分享一些东西的时候如果没有设置邮件账号则应用会死掉。昨天看到网易新闻的分享功能，如果通过邮箱而且用户没有设置自己的邮箱则程序会跳到添加邮件账号的页面。于是开始了漫长的搜索之路。。。 很幸运的是就在刚才被我搜到了，下面和大家分享一下： About（关于） — prefs:root=General&#38;path=About Accessibility（辅助功能） — prefs:root=General&#38;path=ACCESSIBILITY Airplane Mode On（飞行模式） — prefs:root=AIRPLANE_MODE Auto-Lock（自动锁定） — prefs:root=General&#38;path=AUTOLOCK Brightness（亮度） — prefs:root=Brightness Bluetooth（蓝牙）— prefs:root=General&#38;path=Bluetooth Date &#38; Time（日期与时间） — prefs:root=General&#38;path=DATE_AND_TIME FaceTime — prefs:root=FACETIME General（通用） — prefs:root=General Keyboard（键盘） — prefs:root=General&#38;path=Keyboard iCloud — prefs:root=CASTLE iCloud Storage &#38; Backup（iCloud存储与备份） — prefs:root=CASTLE&#38;path=STORAGE_AND_BACKUP International（多语言环境） — prefs:root=General&#38;path=INTERNATIONAL Location Services（定位服务） — prefs:root=LOCATION_SERVICES Music（音乐） — prefs:root=MUSIC Music  Equalizer（均衡器） — prefs:root=MUSIC&#38;path=EQ Music Volume Limit（音量限制） — prefs:root=MUSIC&#38;path=VolumeLimit Network（网络） — prefs:root=General&#38;path=Network Nike + iPod — prefs:root=NIKE_PLUS_IPOD Notes（备忘录） — prefs:root=NOTES [...]]]></description>
		<wfw:commentRss>http://www.firestudio.cn/2011/12/01/284.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iOS应用推广常见连接</title>
		<link>http://www.firestudio.cn/2011/10/20/278.html</link>
		<comments>http://www.firestudio.cn/2011/10/20/278.html#comments</comments>
		<pubDate>Thu, 20 Oct 2011 07:12:42 +0000</pubDate>
		<dc:creator>Yozone Wong</dc:creator>
				<category><![CDATA[iOS / Objective-C]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[应用技巧]]></category>

		<guid isPermaLink="false">http://www.firestudio.cn/?p=278</guid>
		<description><![CDATA[今天为了找应用app store的应用更新连接花费了我好久的时间，现在与大家分享一下： 查看应用连接：itms-apps://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=[APP_ID]&#38;mt=8 查看应用评论连接：itms-apps://phobos.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&#38;id=[APP_ID] 查看应用更新的连接：itms-apps://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftwareUpdate?id=[APP_ID]&#38;mt=8]]></description>
		<wfw:commentRss>http://www.firestudio.cn/2011/10/20/278.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cropping Image on iPhone</title>
		<link>http://www.firestudio.cn/2011/10/12/272.html</link>
		<comments>http://www.firestudio.cn/2011/10/12/272.html#comments</comments>
		<pubDate>Wed, 12 Oct 2011 03:12:06 +0000</pubDate>
		<dc:creator>Yozone Wong</dc:creator>
				<category><![CDATA[iOS / Objective-C]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[应用技巧]]></category>

		<guid isPermaLink="false">http://www.firestudio.cn/?p=272</guid>
		<description><![CDATA[You can make a UIImage category and use it wherever you need. Based on HitScans response and comments bellow it. @implementation UIImage &#40;Crop&#41; &#160; - &#40;UIImage *&#41;crop:&#40;CGRect&#41;rect &#123; &#160;     CGFloat scale = &#91;&#91;UIScreen mainScreen&#93; scale&#93;; &#160;     if &#40;scale&#62;1.0&#41; &#123;                 rect = CGRectMake&#40;rect.origin.x*scale , [...]]]></description>
		<wfw:commentRss>http://www.firestudio.cn/2011/10/12/272.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac &#8211; Convert CAF sound files to AIF, MP3, WAV, AU, etc.</title>
		<link>http://www.firestudio.cn/2011/10/10/266.html</link>
		<comments>http://www.firestudio.cn/2011/10/10/266.html#comments</comments>
		<pubDate>Mon, 10 Oct 2011 08:25:12 +0000</pubDate>
		<dc:creator>Yozone Wong</dc:creator>
				<category><![CDATA[iOS / Objective-C]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[应用技巧]]></category>

		<guid isPermaLink="false">http://www.firestudio.cn/?p=266</guid>
		<description><![CDATA[Mac CAF/AIF/MP3 sound file FAQ: How do I convert a CAF file to AIF format, MP3 format, or any other sound file format on Mac OS X, for free? Convert CAF to AIF, MP3, WAV, for free &#8211; solution While writing my Mac “Hide Your Desktop” application, I can&#8217;t work with certain sound file formats yet, [...]]]></description>
		<wfw:commentRss>http://www.firestudio.cn/2011/10/10/266.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>一个网卡绑定多个IP地址</title>
		<link>http://www.firestudio.cn/2010/12/29/242.html</link>
		<comments>http://www.firestudio.cn/2010/12/29/242.html#comments</comments>
		<pubDate>Wed, 29 Dec 2010 02:49:41 +0000</pubDate>
		<dc:creator>Yozone Wong</dc:creator>
				<category><![CDATA[Linux相关]]></category>
		<category><![CDATA[应用技巧]]></category>

		<guid isPermaLink="false">http://www.firestudio.cn/?p=242</guid>
		<description><![CDATA[linux的网络设备配置文件存放在/etc/sysconfig/network-scripts里面， 对于 以太网的第一个网络设备，配置文件名一般为ifcfg-eth0。如果需要为第一个网络设 备多绑定一个IP地址，只需要在/etc/sysconfig/network-scripts目录里面创建一个 名为ifcfg-eth0:0的文件，内容样例为： 　　DEVICE=&#34;eth0:0&#34; &#160; 　　IPADDR=&#34;211.100.10.119&#34; &#160; 　　NETMASK=&#34;255.255.255.0&#34; &#160; 　　ONBOOT=&#34;yes&#34; 其中的DEVICE为设备的名称，IPADDR为此设备的IP地址，NETMASK为子网掩码，ONBOOT 表示在系统启动时自动启动。 如果需要再绑定多一个IP地址，只需要把文件名和文件内的DEVICE中的eth0:x加一即 可。LINUX最多可以支持255个IP别名。 本文来自：Linux宝库 &#8212; http://www.linuxpk.com/775.html]]></description>
		<wfw:commentRss>http://www.firestudio.cn/2010/12/29/242.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>「转」在nginx中开启PHP的404等error错误转向</title>
		<link>http://www.firestudio.cn/2010/12/21/237.html</link>
		<comments>http://www.firestudio.cn/2010/12/21/237.html#comments</comments>
		<pubDate>Tue, 21 Dec 2010 10:20:46 +0000</pubDate>
		<dc:creator>Yozone Wong</dc:creator>
				<category><![CDATA[Linux相关]]></category>
		<category><![CDATA[PHP编程]]></category>
		<category><![CDATA[应用技巧]]></category>

		<guid isPermaLink="false">http://www.firestudio.cn/?p=237</guid>
		<description><![CDATA[公司统一使用了404 50x等比较直观的页面，在使用的时候忽然发现使用fastcgi的php当访问一个不存在的.php页面，居然不生效,不会转向,当时查了很多资料没有找到相关说明，今天逛nignx wiki的时候忽然发现有个设置 location ~ ^.+\.php { include conf/fastcgi_params.conf; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME /data/wwwroot/haha.91.com/webroot$fastcgi_script_name; fastcgi_intercept_errors on; } 即加入了这一行 fastcgi_intercept_errors on; 这样就能正常做error的错误转向了 紧接着问题又来了，怎么实现全局都实现这个功能呢,这样一个个的加可不是办法啊! 冥想中…… 原文：http://www.91linux.cn/?p=216]]></description>
		<wfw:commentRss>http://www.firestudio.cn/2010/12/21/237.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS音量和屏幕亮度调节技巧</title>
		<link>http://www.firestudio.cn/2010/12/20/233.html</link>
		<comments>http://www.firestudio.cn/2010/12/20/233.html#comments</comments>
		<pubDate>Mon, 20 Dec 2010 02:38:03 +0000</pubDate>
		<dc:creator>Yozone Wong</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[应用技巧]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[Macbook Pro]]></category>
		<category><![CDATA[技巧]]></category>
		<category><![CDATA[苹果]]></category>

		<guid isPermaLink="false">http://www.firestudio.cn/?p=233</guid>
		<description><![CDATA[Macbook pro用到现在给我的感觉就是特别易用，而且特别人性化，操作及其简单以及充分利用了各种快捷键功能。比如加减音量和静音，播放音乐，上一曲，下一曲，Exposé，显示Widget，调节屏幕亮度，调节键盘灯亮度等，全是一键操作。下面说一下我在网上看到的和自己摸索出来的一些技巧： 音量调节： 音量调节有音量调节键，但是很多时候需要另外的方式调节音量。 调节音量时静音（不会发出嘟嘟声）：Shift + 音量调节键 音量微调：Shift + Option + 音量调节键 屏幕亮度调节： Macbook Pro会根据外界光线的变化自动调节屏幕的亮度，但是有时候可能并不是自己想要的亮度，一般用屏幕亮度调节键就可以了，但是屏幕亮度也可以微调，方法同音量的微调：Shift + Option + 屏幕亮度调节键。]]></description>
		<wfw:commentRss>http://www.firestudio.cn/2010/12/20/233.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>「转」给Windows提网速</title>
		<link>http://www.firestudio.cn/2010/12/17/222.html</link>
		<comments>http://www.firestudio.cn/2010/12/17/222.html#comments</comments>
		<pubDate>Fri, 17 Dec 2010 05:47:28 +0000</pubDate>
		<dc:creator>Yozone Wong</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[应用技巧]]></category>
		<category><![CDATA[提速]]></category>
		<category><![CDATA[网速]]></category>

		<guid isPermaLink="false">http://www.firestudio.cn/?p=222</guid>
		<description><![CDATA[XP/WIN7系统都会默认限制20％的网速，我们可以很轻松地解除这个限制，使你的上网速度达到100%，真正地体验冲浪的感觉.方法如下：开始菜单－运行－输入＂gpedit.msc”－确定－计算机配置－管理模板－网络－qos数据包计划程序－限制保留宽带－属性－已启用－将带宽限制改为0％－选应用－确定   就OK了 如果有不会下面有图： 首先单击开始在选择运行 输入：gpedit.msc单击确定 会出现以下窗口单击计算机配置 在单击管理模块 在单击网络 在单击QoS数据包计划程序 单击限制保留宽带选择以启用 选完会出现下面的情况 把20改为0 最后先单击应用再单击确定o(∩_∩)o 、、、、就OK了]]></description>
		<wfw:commentRss>http://www.firestudio.cn/2010/12/17/222.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS的截屏（抓图）技巧</title>
		<link>http://www.firestudio.cn/2010/12/17/212.html</link>
		<comments>http://www.firestudio.cn/2010/12/17/212.html#comments</comments>
		<pubDate>Fri, 17 Dec 2010 02:51:46 +0000</pubDate>
		<dc:creator>Yozone Wong</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[应用技巧]]></category>
		<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Macbook Pro]]></category>
		<category><![CDATA[Screen Capturing]]></category>
		<category><![CDATA[Screenshot]]></category>
		<category><![CDATA[截屏]]></category>
		<category><![CDATA[抓图]]></category>
		<category><![CDATA[苹果]]></category>

		<guid isPermaLink="false">http://www.firestudio.cn/?p=212</guid>
		<description><![CDATA[截取整个屏幕并保存至桌面：Shift + Command + 3 截取选定选区并保存至桌面：Shift + Command + 4 截取这个屏幕并放入剪切板（方便其他应用程序粘贴）：Shift + Control + Command + 3 截取选定选区并放入剪切板（方便其他应用程序粘贴）：Shift + Control + Command + 4 上面是比较基本的，昨天又学到一招： 选定特定部分：Shift + Command + 4，然后按一下空格 选定特定部分并放入剪切板：Shift + Control + Command + 4，然后按一下空格 该方法可以截取整个菜单栏，打开的菜单，通知区域，Spotlight按钮，桌面（出去菜单栏和Dock），Dock和指定的任意窗口。 下面上图： 抓去指定窗口： 抓去Dock： 抓去菜单栏：]]></description>
		<wfw:commentRss>http://www.firestudio.cn/2010/12/17/212.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>查看/修改Linux时区和时间</title>
		<link>http://www.firestudio.cn/2010/12/15/187.html</link>
		<comments>http://www.firestudio.cn/2010/12/15/187.html#comments</comments>
		<pubDate>Wed, 15 Dec 2010 02:01:58 +0000</pubDate>
		<dc:creator>Yozone Wong</dc:creator>
				<category><![CDATA[Linux相关]]></category>
		<category><![CDATA[应用技巧]]></category>

		<guid isPermaLink="false">http://www.firestudio.cn/?p=187</guid>
		<description><![CDATA[查看/修改Linux时区和时间 一、时区 1. 查看当前时区 date -R 2. 修改设置时区 方法(1) tzselect 方法(2) 仅限于RedHat Linux 和 CentOS timeconfig 方法(3) 适用于Debian dpkg-reconfigure tzdata 3. 复制相应的时区文件，替换系统时区文件；或者创建链接文件 cp /usr/share/zoneinfo/$主时区/$次时区 /etc/localtime 在中国可以使用： cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime 二、时间 1、查看时间和日期 date 2、设置时间和日期 将系统日期设定成1996年6月10日的命令 date -s 06/22/96 将系统时间设定成下午1点52分0秒的命令 date -s 13:52:00 3. 将当前时间和日期写入BIOS，避免重启后失效 hwclock -w 三、定时同步时间 * * * * * /usr/sbin/ntpdate 210.72.145.44 &#62; /dev/null [...]]]></description>
		<wfw:commentRss>http://www.firestudio.cn/2010/12/15/187.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

