<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/luv13" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/luv13" type="application/rss+xml"></fs:self_link><lastBuildDate>Fri, 14 Jan 2011 09:02:00 GMT</lastBuildDate><title>Luwei's Blog</title><description>一切为了谋生</description><link>http://blog.csdn.net/blogrss.aspx?username=luv13</link><item><title>iPhone ebook 中翻页效果（牛人）的实现</title><link>http://blog.csdn.net/luv13/archive/2011/01/14/6139538.aspx</link><description>&lt;br /&gt;在Cocochina上看到的帖子，赞美发帖人。。。确实好使。&lt;br /&gt;&lt;br /&gt;Tom Brow，此牛人模仿iBook的翻页效果，并共享了代码。 人家说自己是freelance，好吧我很羡慕，我也想free，不过估计后果很严重。 大概看了他的几个作品，多是图片处理的，估计也是为啥人家的翻页效果中的阴影比较帅的原因。&lt;br /&gt;&lt;br /&gt;代码在：https://github.com/brow/leaves  &lt;br /&gt;&lt;br /&gt;把github里简单的教程在此帖下：&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Installation&lt;br /&gt;Add the files in the Leaves subdirectory to your Xcode project and ensure that you are linking against QuartzCore.framework.&lt;br /&gt;&lt;br /&gt;Getting Started&lt;br /&gt;Creating a page-turning interface is as simple as subclas&lt;img src=&quot;http://www1.feedsky.com/t1/464158189/luv13/csdn.net/s.gif?r=http://blog.csdn.net/luv13/archive/2011/01/14/6139538.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/luv13/464158189/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/luv13/464158189/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 14 Jan 2011 17:02:00 +0800</pubDate><author>ylem</author><guid isPermaLink="false">http://blog.csdn.net/luv13/archive/2011/01/14/6139538.aspx</guid><dc:creator>ylem</dc:creator><fs:srclink>http://blog.csdn.net/luv13/archive/2011/01/14/6139538.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/luv13/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/luv13/~1062443/464158189/1062443</fs:itemid></item><item><title>iPhone NSDate 应用举例：倒计时</title><link>http://blog.csdn.net/luv13/archive/2010/05/01/5549100.aspx</link><description>这周帮其他项目组的同仁完善world cup planner 2010 （一款关于世界杯的应用, 在 iTune uk

 上）其中有个世界杯开幕倒计时功能，在这把代码共享下。 效果图：原理很简单：1. 设定结束的时间2. 计算此时间到当前时间所剩的秒数3. 将此秒数转化为所要显示的天，小时，分钟和秒。4. 利用NSTimer, 每间隔1秒显示一次。NSDate 用起来总没有这么舒服，反正cocoa的东西都挺别扭。可能是我初学吧。1. 利用NSDateComponents 设定具体某一时间。// init endDate to 15:00 11/06/2010
	NSDateComponents *components = [[NSDateComponents alloc] init];
	[components setHour:15];
	[components setDay:11];
	[components&lt;img src=&quot;http://www1.feedsky.com/t1/464158190/luv13/csdn.net/s.gif?r=http://blog.csdn.net/luv13/archive/2010/05/01/5549100.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/luv13/464158190/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/luv13/464158190/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 01 May 2010 21:49:00 +0800</pubDate><author>ylem</author><guid isPermaLink="false">http://blog.csdn.net/luv13/archive/2010/05/01/5549100.aspx</guid><dc:creator>ylem</dc:creator><fs:srclink>http://blog.csdn.net/luv13/archive/2010/05/01/5549100.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/luv13/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/luv13/~1062443/464158190/1062443</fs:itemid></item><item><title>偷窥无罪——查看 iphone 程序的资源</title><link>http://blog.csdn.net/luv13/archive/2010/04/18/5500325.aspx</link><description>&lt;br /&gt;本文目的在与学习人家好的设计，与版权无关！&lt;br /&gt;&lt;br /&gt;我们可以通过 iTunes，一步步的打开所有应用程序，查看里面的资源文件。（在这之前我默认你有iphone or itouch and Mac 10.5+，恩，有点废话）&lt;br /&gt;&lt;br /&gt;[我用的是英文环境，如果跟中文环境下的翻译对不上。。。那就猜猜吧。。。没办法, 谁让mac不是天朝的]&lt;br /&gt;1）打开 iTunes， 选择 Apps （应用程序），右键单击某一个应用程序的图片，选择 show in finder&lt;br /&gt;2）在打开的文件夹里把想看的某个 xxxx.ipa 拷到桌面或其他地方。&lt;br /&gt;3）把 .ipa 扩展名改成 .zip&lt;br /&gt;4) 解压缩。这时候，你应该得到一个以应用程序命名的文件夹。&lt;br /&gt;5）打开文件夹 Payload , 里面应该只有一个被锁的文件，右键点击该文件，选 get info, 查看该文件信息，在 Name &amp; Exension: 栏内去掉扩展名.app&lt;br /&gt;6) 这时，这个文件就变成文件夹了！打开后你会看到里面包括了此应用程序所有的 .&lt;img src=&quot;http://www1.feedsky.com/t1/464158191/luv13/csdn.net/s.gif?r=http://blog.csdn.net/luv13/archive/2010/04/18/5500325.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/luv13/464158191/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/luv13/464158191/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 18 Apr 2010 22:23:00 +0800</pubDate><author>ylem</author><guid isPermaLink="false">http://blog.csdn.net/luv13/archive/2010/04/18/5500325.aspx</guid><dc:creator>ylem</dc:creator><fs:srclink>http://blog.csdn.net/luv13/archive/2010/04/18/5500325.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/luv13/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/luv13/~1062443/464158191/1062443</fs:itemid></item><item><title>转变文件内容的编码，比如从gb18030转到utf-8</title><link>http://blog.csdn.net/luv13/archive/2010/03/24/5410311.aspx</link><description>&lt;br /&gt;iconv&lt;br /&gt;&lt;br /&gt;很有点apple的命名风格（iMac, iPhone, iXX, iXXX），呵呵. 最近在写个iphone上的小说浏览器，发现下载的小说.txt文件全是乱码，而我只想在iphone上显示utf-8格式的文本，所以需要转换下。&lt;br /&gt;&lt;br /&gt;功能：转变编码格式。&lt;br /&gt;举例： &lt;br /&gt;把1.txt（比如从网上下载的小说文件）的编码转变成utf－8并保存为2.txt：&lt;br /&gt;iconv -f GB18030 -t UTF-8 1.txt &gt;&gt; 2.txt&lt;br /&gt;&lt;br /&gt;为啥知道原文件是gb18030的？答：用firefox打开1.txt（我是不会说用ie的，丢不起那人！），乱码，改变浏览器编码to gb2312则正常显示，所以确认原文件的编码是简体中文 (废话就废话吧，不然这文章太短嘞。。。。）， 另，gb18030是最新的标准，天朝说了，它是必须的！&lt;img src=&quot;http://www1.feedsky.com/t1/464158192/luv13/csdn.net/s.gif?r=http://blog.csdn.net/luv13/archive/2010/03/24/5410311.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/luv13/464158192/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/luv13/464158192/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 24 Mar 2010 07:23:00 +0800</pubDate><author>ylem</author><guid isPermaLink="false">http://blog.csdn.net/luv13/archive/2010/03/24/5410311.aspx</guid><dc:creator>ylem</dc:creator><fs:srclink>http://blog.csdn.net/luv13/archive/2010/03/24/5410311.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/luv13/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/luv13/~1062443/464158192/1062443</fs:itemid></item><item><title>Windows 下使用 git 的快速指南。</title><link>http://blog.csdn.net/luv13/archive/2009/10/27/4731728.aspx</link><description>Git 是 version control 的新选择，我没觉得它比CVS和SVN好多少，貌似快点。 不过对Linux和Mac的支持要明显好于后两个，是我在MAC上的首选。 当然选它的主要原因还是因为人家提供免费的hosting：Github.   这里写了下git的基本操作和如何在github上建立respository。给新接触git的朋友带个路。 安装：1) 下载并安装 Git-1.6.5.1-preview20091022.exe &lt;br /&gt;2) 建立public key : 参照 http://help.github.com/msysgit-key-setup/&lt;br /&gt;3) 在 http://github.com 上建立账户，public key 要有你之前生成的那个。 然后新建一个 Repository 4) 按照Repository 界面上的步骤，依次在 Git Bash 里运行。  操作：1) run  Git Bash，checkout(called clone in git)  for your project:$cd c:\project$git clone &lt;img src=&quot;http://www1.feedsky.com/t1/464158193/luv13/csdn.net/s.gif?r=http://blog.csdn.net/luv13/archive/2009/10/27/4731728.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/luv13/464158193/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/luv13/464158193/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 27 Oct 2009 06:24:00 +0800</pubDate><author>ylem</author><guid isPermaLink="false">http://blog.csdn.net/luv13/archive/2009/10/27/4731728.aspx</guid><dc:creator>ylem</dc:creator><fs:srclink>http://blog.csdn.net/luv13/archive/2009/10/27/4731728.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/luv13/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/luv13/~1062443/464158193/1062443</fs:itemid></item><item><title>MAC 读取 ntfs 格式的移动硬盘</title><link>http://blog.csdn.net/luv13/archive/2009/10/25/4727194.aspx</link><description>序：自从出国就再也没在这里写过东西里。。。呵呵，3年多拉。。。感慨啊！正文：苹果上默认是无法对ntfs格式的移动硬盘做操作的，之前需要安装分别安装MACFUSE和NTFS-3G，比较麻烦。最近版的NTFS-3G集成了macfuse并给mac做了dmg版本，啥也不用自己布置了。下载 NTFS-3G for mac (http://macntfs-3g.blogspot.com/) 并安装，重启，搞定！&lt;img src=&quot;http://www1.feedsky.com/t1/464158194/luv13/csdn.net/s.gif?r=http://blog.csdn.net/luv13/archive/2009/10/25/4727194.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/luv13/464158194/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/luv13/464158194/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 25 Oct 2009 23:15:00 +0800</pubDate><author>ylem</author><guid isPermaLink="false">http://blog.csdn.net/luv13/archive/2009/10/25/4727194.aspx</guid><dc:creator>ylem</dc:creator><fs:srclink>http://blog.csdn.net/luv13/archive/2009/10/25/4727194.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/luv13/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/luv13/~1062443/464158194/1062443</fs:itemid></item><item><title>走人。。。</title><link>http://blog.csdn.net/luv13/archive/2008/12/12/3506018.aspx</link><description>http://luweis.blogspot.com&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/luv13/464158195/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/luv13/464158195/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 12 Dec 2008 21:11:00 +0800</pubDate><author>ylem</author><guid isPermaLink="false">http://blog.csdn.net/luv13/archive/2008/12/12/3506018.aspx</guid><dc:creator>ylem</dc:creator><fs:srclink>http://blog.csdn.net/luv13/archive/2008/12/12/3506018.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/luv13/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/luv13/~1062443/464158195/1062443</fs:itemid></item><item><title>统一编程环境</title><link>http://blog.csdn.net/luv13/archive/2006/01/06/572223.aspx</link><description>统一编程环境&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/luv13/464158205/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/luv13/464158205/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 06 Jan 2006 18:17:00 +0800</pubDate><author>ylem</author><guid isPermaLink="false">http://blog.csdn.net/luv13/archive/2006/01/06/572223.aspx</guid><dc:creator>ylem</dc:creator><fs:srclink>http://blog.csdn.net/luv13/archive/2006/01/06/572223.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/luv13/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/luv13/~1062443/464158205/1062443</fs:itemid></item><item><title>我所用到的WEB2.O网站......</title><link>http://blog.csdn.net/luv13/archive/2006/01/02/568724.aspx</link><description>web2.0&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/luv13/464158206/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/luv13/464158206/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 02 Jan 2006 18:30:00 +0800</pubDate><author>ylem</author><guid isPermaLink="false">http://blog.csdn.net/luv13/archive/2006/01/02/568724.aspx</guid><dc:creator>ylem</dc:creator><fs:srclink>http://blog.csdn.net/luv13/archive/2006/01/02/568724.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/luv13/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/luv13/~1062443/464158206/1062443</fs:itemid></item><item><title>The first night of 2006.........</title><link>http://blog.csdn.net/luv13/archive/2006/01/02/568340.aspx</link><description>Wrote for myself in the first night of 2006.&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/luv13/464158207/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/luv13/464158207/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 02 Jan 2006 02:34:00 +0800</pubDate><author>ylem</author><guid isPermaLink="false">http://blog.csdn.net/luv13/archive/2006/01/02/568340.aspx</guid><dc:creator>ylem</dc:creator><fs:srclink>http://blog.csdn.net/luv13/archive/2006/01/02/568340.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/luv13/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/luv13/~1062443/464158207/1062443</fs:itemid></item></channel></rss>
