<?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"
	>

<channel>
	<title>爱游一游技术博客</title>
	<atom:link href="http://www.iu1u.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iu1u.com</link>
	<description>互联网,SNS,Actionscript,iPhone,Delphi,xhtml,JS,php心得交流 (此博只谈技术，不谈风月)</description>
	<pubDate>Thu, 24 Jun 2010 03:08:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>iPhone中将字符串转化为方法的方案</title>
		<link>http://www.iu1u.com/2010/06/143/</link>
		<comments>http://www.iu1u.com/2010/06/143/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 03:08:10 +0000</pubDate>
		<dc:creator>stone</dc:creator>
		
		<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://www.iu1u.com/?p=143</guid>
		<description><![CDATA[
 NSString *strSelector;
 SEL sel = NSSelectorFromString(strSelector);
 if ([self respondsToSelector:sel])
 ret = [self performSelector:sel withObject:(id)state];

以上代码抽取自Three20,应该可以说明问题了。
]]></description>
			<content:encoded><![CDATA[<ol>
<li> NSString *strSelector;</li>
<li> SEL sel = NSSelectorFromString(strSelector);</li>
<li> if ([self respondsToSelector:sel])</li>
<li> ret = [self performSelector:sel withObject:(id)state];</li>
</ol>
<p>以上代码抽取自Three20,应该可以说明问题了。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iu1u.com/2010/06/143/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iphone开发中切换两个sub view的层次关系方法</title>
		<link>http://www.iu1u.com/2010/02/142/</link>
		<comments>http://www.iu1u.com/2010/02/142/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 10:19:15 +0000</pubDate>
		<dc:creator>stone</dc:creator>
		
		<category><![CDATA[未分类]]></category>

		<category><![CDATA[cocoa]]></category>

		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.iu1u.com/?p=142</guid>
		<description><![CDATA[假设这两个子视图的tag分别为1000,和1001，则代码如下：
NSInteger index1 = [[parentView subviews] indexOfObject:[parentView viewWithTag:1000]];
NSInteger index2 = [[parentView subviews] indexOfObject:[parentView viewWithTag:1001]];
[parentView exchangeSubviewAtIndex:index1 withSubviewAtIndex:index2];
]]></description>
			<content:encoded><![CDATA[<p>假设这两个子视图的tag分别为1000,和1001，则代码如下：</p>
<p>NSInteger index1 = [[parentView subviews] indexOfObject:[parentView viewWithTag:1000]];<br />
NSInteger index2 = [[parentView subviews] indexOfObject:[parentView viewWithTag:1001]];<br />
[parentView exchangeSubviewAtIndex:index1 withSubviewAtIndex:index2];</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iu1u.com/2010/02/142/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iphone程序发布到cydia操作步骤</title>
		<link>http://www.iu1u.com/2009/11/141/</link>
		<comments>http://www.iu1u.com/2009/11/141/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 15:26:25 +0000</pubDate>
		<dc:creator>stone</dc:creator>
		
		<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://www.iu1u.com/?p=141</guid>
		<description><![CDATA[发布到cydia步骤:
1. 生成Application目录结构，注意chomod +x myapp.app/myapp
2. 编辑/DEBIAN/control，注意版本号，以及描述
3. 上传到ubuntu
4. dpkg-deb -b myapp/ myapp.deb
5. dpkg-scanpackages -m . /dev/null &#62;Packages
5. 在Packages文件中的包信息中，增加一项Name: 中文 myapp name
6. bzip2 Packages
7. ok,到cydia中添加源，就可以安装了
]]></description>
			<content:encoded><![CDATA[<p>发布到cydia步骤:<br />
1. 生成Application目录结构，注意chomod +x myapp.app/myapp<br />
2. 编辑/DEBIAN/control，注意版本号，以及描述<br />
3. 上传到ubuntu<br />
4. dpkg-deb -b myapp/ myapp.deb<br />
5. dpkg-scanpackages -m . /dev/null &gt;Packages<br />
5. 在Packages文件中的包信息中，增加一项Name: 中文 myapp name<br />
6. bzip2 Packages<br />
7. ok,到cydia中添加源，就可以安装了</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iu1u.com/2009/11/141/feed/</wfw:commentRss>
		</item>
		<item>
		<title>office2003提示sku011.cab文件问题的无光盘解决方法</title>
		<link>http://www.iu1u.com/2009/11/140/</link>
		<comments>http://www.iu1u.com/2009/11/140/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 09:56:48 +0000</pubDate>
		<dc:creator>stone</dc:creator>
		
		<category><![CDATA[未分类]]></category>

		<category><![CDATA[软件技巧]]></category>

		<guid isPermaLink="false">http://www.iu1u.com/?p=140</guid>
		<description><![CDATA[Office使用的好好的，突然提示缺少文件，sku011.cab，需要光盘安装。太麻烦了，在网上发现修改注册表的解决方案，试了一下，很好使！在此分享一下。
单击开始，单击运行，输入regedit,找到HKEY_LOCAL_MACHINE(缩写为HKLM),打开加号，看到-&#62;SOFTWARE-&#62;Microsoft-&#62;Office-&#62;11.0-&#62;devilery,把键值下面所有CDCache的值，都修改为0即可。
重新打开word，进度条走到头，就可以重新正常使用word。
]]></description>
			<content:encoded><![CDATA[<p>Office使用的好好的，突然提示缺少文件，sku011.cab，需要光盘安装。太麻烦了，在网上发现修改注册表的解决方案，试了一下，很好使！在此分享一下。</p>
<p>单击开始，单击运行，输入regedit,找到HKEY_LOCAL_MACHINE(缩写为HKLM),打开加号，看到-&gt;SOFTWARE-&gt;Microsoft-&gt;Office-&gt;11.0-&gt;devilery,把键值下面所有CDCache的值，都修改为0即可。</p>
<p>重新打开word，进度条走到头，就可以重新正常使用word。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iu1u.com/2009/11/140/feed/</wfw:commentRss>
		</item>
		<item>
		<title>新浪微博全面公测了</title>
		<link>http://www.iu1u.com/2009/10/139/</link>
		<comments>http://www.iu1u.com/2009/10/139/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 12:11:04 +0000</pubDate>
		<dc:creator>stone</dc:creator>
		
		<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://www.iu1u.com/?p=139</guid>
		<description><![CDATA[新浪微博全面公测了。今天开始，不用登陆也可以查看其他用户的信息了。包括网页版和手机版。
]]></description>
			<content:encoded><![CDATA[<p>新浪微博全面公测了。今天开始，不用登陆也可以查看其他用户的信息了。包括网页版和手机版。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iu1u.com/2009/10/139/feed/</wfw:commentRss>
		</item>
		<item>
		<title>新浪微博桌面客户端微波炉0.81发布</title>
		<link>http://www.iu1u.com/2009/10/138/</link>
		<comments>http://www.iu1u.com/2009/10/138/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 05:46:42 +0000</pubDate>
		<dc:creator>stone</dc:creator>
		
		<category><![CDATA[未分类]]></category>

		<category><![CDATA[客户端]]></category>

		<category><![CDATA[微波炉]]></category>

		<category><![CDATA[新浪微博]]></category>

		<category><![CDATA[新浪微博桌面版]]></category>

		<guid isPermaLink="false">http://www.iu1u.com/?p=138</guid>
		<description><![CDATA[下载地址：http://www.reweibo.com/
Beta V0.81
增加了用户信息小面板，鼠标划过用户名即可显示用户缩略信息，并且可以即使刷新用户头像
转发链条里的@也可以查看用户信息
增加了剩余字数计算和超出提示
恢复刷新倒计时，并且可以双击暂停和继续
修正了登录框和发微博输入框总失去焦点的Bug
修复了微波炉里不能显示gif图片的问题
修复其他小Bug
顺便给另一个博友介绍微波炉的博文加个链接： http://www.fovweb.com/fov/sina-weibolu.html

]]></description>
			<content:encoded><![CDATA[<p>下载地址：<a href="http://www.reweibo.com/">http://www.reweibo.com/</a></p>
<p>Beta V0.81<br />
增加了用户信息小面板，鼠标划过用户名即可显示用户缩略信息，并且可以即使刷新用户头像<br />
转发链条里的@也可以查看用户信息<br />
增加了剩余字数计算和超出提示<br />
恢复刷新倒计时，并且可以双击暂停和继续<br />
修正了登录框和发微博输入框总失去焦点的Bug<br />
修复了微波炉里不能显示gif图片的问题<br />
修复其他小Bug</p>
<p>顺便给另一个博友介绍微波炉的博文加个链接： <a href="http://www.fovweb.com/fov/sina-weibolu.html">http://www.fovweb.com/fov/sina-weibolu.html</a></p>
<p><img src="http://img2.laibafile.cn/laiba/images/17446704/12561803520316767107/A/1/m.jpg" alt="新浪微博客户端" width="302" height="666" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.iu1u.com/2009/10/138/feed/</wfw:commentRss>
		</item>
		<item>
		<title>新浪微博客户端微波炉0.80版本发布</title>
		<link>http://www.iu1u.com/2009/10/137/</link>
		<comments>http://www.iu1u.com/2009/10/137/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 15:49:45 +0000</pubDate>
		<dc:creator>stone</dc:creator>
		
		<category><![CDATA[未分类]]></category>

		<category><![CDATA[twitter]]></category>

		<category><![CDATA[微波炉]]></category>

		<category><![CDATA[新浪微博]]></category>

		<category><![CDATA[新浪微博客户端]]></category>

		<guid isPermaLink="false">http://www.iu1u.com/?p=137</guid>
		<description><![CDATA[这几天其实挺忙的，感觉改了很多。真正发布了，却只写出了两条features:此版本更换了界面显示风格;重构了网络请求模型，反映更迅速。虽然这个版本是憋的最久的了，也一直想做的比较好了再发这个版本。终于今天感觉改动差不多到一个点了，于是发布了，在网友的反馈中，迭代完善吧。
发了这个版本，后面的小版本应该会更新的频繁一些了，反正微波炉有自动更新功能，对用户不是负担。今天博友们和热情，很快就收集了，很多建议和反馈，争取明天修复大部分，并发出修订版。
基础建设做好了，就可以加一些好玩的娱乐性的feature了，大家在期待，我也在期待！
btw：博友最软件帮忙写了篇介绍，我给做个链接，同时借张截图(我的wp在ie下传图有问题)
http://www.zuisoft.net/2009/10/20/weibolu-080-beta/

]]></description>
			<content:encoded><![CDATA[<p>这几天其实挺忙的，感觉改了很多。真正发布了，却只写出了两条features:此版本更换了界面显示风格;重构了网络请求模型，反映更迅速。虽然这个版本是憋的最久的了，也一直想做的比较好了再发这个版本。终于今天感觉改动差不多到一个点了，于是发布了，在网友的反馈中，迭代完善吧。</p>
<p>发了这个版本，后面的小版本应该会更新的频繁一些了，反正微波炉有自动更新功能，对用户不是负担。今天博友们和热情，很快就收集了，很多建议和反馈，争取明天修复大部分，并发出修订版。</p>
<p>基础建设做好了，就可以加一些好玩的娱乐性的feature了，大家在期待，我也在期待！</p>
<p>btw：博友最软件帮忙写了篇介绍，我给做个链接，同时借张截图(我的wp在ie下传图有问题)</p>
<p><a href="http://www.zuisoft.net/2009/10/20/weibolu-080-beta/">http://www.zuisoft.net/2009/10/20/weibolu-080-beta/</a></p>
<p><img src="http://img1.laibafile.cn/laiba/images/17446704/12560446941490646844/A/1/m.jpg" alt="" width="326" height="631" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.iu1u.com/2009/10/137/feed/</wfw:commentRss>
		</item>
		<item>
		<title>飞鸽传书打开时提示bind() 错误=10048的解决方法</title>
		<link>http://www.iu1u.com/2009/10/136/</link>
		<comments>http://www.iu1u.com/2009/10/136/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 03:53:44 +0000</pubDate>
		<dc:creator>stone</dc:creator>
		
		<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://www.iu1u.com/?p=136</guid>
		<description><![CDATA[飞鸽传书打开时提示bind() 错误=10048，是因为飞鸽默认端口2425被别的进程占用了。
可以找相关工具查看该端口被哪个进程占用，也可以借助netstat命令行命令和进程管理器查看。
netstat -ano &#124; grep &#8220;2425&#8243; 或者  netstat -ano &#124; find &#8220;2425&#8243;
找到2425端口对应的进程号，然后到进程管理器查看是哪个进程。我这里是腾讯TM，擦，这厮故意的吧。
]]></description>
			<content:encoded><![CDATA[<p>飞鸽传书打开时提示bind() 错误=10048，是因为飞鸽默认端口2425被别的进程占用了。</p>
<p>可以找相关工具查看该端口被哪个进程占用，也可以借助netstat命令行命令和进程管理器查看。</p>
<p>netstat -ano | grep &#8220;2425&#8243; 或者  netstat -ano | find &#8220;2425&#8243;</p>
<p>找到2425端口对应的进程号，然后到进程管理器查看是哪个进程。我这里是腾讯TM，擦，这厮故意的吧。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iu1u.com/2009/10/136/feed/</wfw:commentRss>
		</item>
		<item>
		<title>discuz或者UCH登录验证或者退出特别慢的原因</title>
		<link>http://www.iu1u.com/2009/10/134/</link>
		<comments>http://www.iu1u.com/2009/10/134/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 05:50:54 +0000</pubDate>
		<dc:creator>stone</dc:creator>
		
		<category><![CDATA[技巧]]></category>

		<category><![CDATA[discuz]]></category>

		<category><![CDATA[uch]]></category>

		<category><![CDATA[登录]]></category>

		<guid isPermaLink="false">http://www.iu1u.com/?p=134</guid>
		<description><![CDATA[如果服务器版搬迁，discuz目录下的 config.inc.php文件中的UC_IP定义可能是老服务器的ip，如 define(&#8217;UC_IP&#8217;, &#8216;xxx.xxx.xxx.xxx&#8217;);
把这个键值清空即可。不管什么ip都很快了
UCH道理也一样，不过配置文件为 config.php
]]></description>
			<content:encoded><![CDATA[<p>如果服务器版搬迁，discuz目录下的 config.inc.php文件中的UC_IP定义可能是老服务器的ip，如 define(&#8217;UC_IP&#8217;, &#8216;xxx.xxx.xxx.xxx&#8217;);</p>
<p>把这个键值清空即可。不管什么ip都很快了</p>
<p>UCH道理也一样，不过配置文件为 config.php</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iu1u.com/2009/10/134/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Name.com 2009年10月份 Coupon优惠码</title>
		<link>http://www.iu1u.com/2009/10/133/</link>
		<comments>http://www.iu1u.com/2009/10/133/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 03:52:13 +0000</pubDate>
		<dc:creator>stone</dc:creator>
		
		<category><![CDATA[未分类]]></category>

		<category><![CDATA[conpon]]></category>

		<category><![CDATA[域名]]></category>

		<category><![CDATA[资讯]]></category>

		<guid isPermaLink="false">http://www.iu1u.com/?p=133</guid>
		<description><![CDATA[优惠额可以用宋祖英的歌词来形容，&#8221;越来越少，啦啦啦啦&#8230;&#8221;
$8.19 COM Registration&#8211;October 2009 code :  DIPTERA
$8.25 COM/NET/ORG Renewal&#8211;october 2009 code&#8211; CHILOPODA
]]></description>
			<content:encoded><![CDATA[<p>优惠额可以用宋祖英的歌词来形容，&#8221;越来越少，啦啦啦啦&#8230;&#8221;</p>
<p>$8.19 COM Registration&#8211;October 2009 code :  <strong>DIPTERA</strong><br />
$8.25 COM/NET/ORG Renewal&#8211;october 2009 code&#8211; <strong>CHILOPODA</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.iu1u.com/2009/10/133/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
