<?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>rexis.cn</title>
	<atom:link href="http://blog.rexis.cn/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rexis.cn</link>
	<description>一张相片 一段故事</description>
	<lastBuildDate>Fri, 02 Jul 2010 04:25:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>在iphone app中添加音量控制条</title>
		<link>http://blog.rexis.cn/2010/07/02/%e5%9c%a8iphone-app%e4%b8%ad%e6%b7%bb%e5%8a%a0%e9%9f%b3%e9%87%8f%e6%8e%a7%e5%88%b6%e6%9d%a1/</link>
		<comments>http://blog.rexis.cn/2010/07/02/%e5%9c%a8iphone-app%e4%b8%ad%e6%b7%bb%e5%8a%a0%e9%9f%b3%e9%87%8f%e6%8e%a7%e5%88%b6%e6%9d%a1/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 04:25:11 +0000</pubDate>
		<dc:creator>北</dc:creator>
				<category><![CDATA[iphone开发]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[objective-c]]></category>
		<category><![CDATA[sdk]]></category>

		<guid isPermaLink="false">http://blog.rexis.cn/?p=169</guid>
		<description><![CDATA[1. 添加MediaPlayer.framework 2. #import &#60;MediaPlayer/MPVolumeView.h&#62; 3. 代码 MPVolumeView *volumeView = &#91;&#91;&#91;MPVolumeView alloc&#93; initWithFrame:CGRectMake&#40;18, 380, 284, 23&#41;&#93; autorelease&#93;; volumeView.center = CGPointMake&#40;160,380&#41;; &#91;volumeView sizeToFit&#93;; &#91;self.view addSubview:volumeView&#93;;]]></description>
			<content:encoded><![CDATA[<p>1. 添加MediaPlayer.framework<br />
2. #import &lt;MediaPlayer/MPVolumeView.h&gt;<br />
3. 代码</p>

<div class="wp_syntax"><div class="code"><pre class="objc" style="font-family:monospace;">	MPVolumeView <span style="color: #002200;">*</span>volumeView <span style="color: #002200;">=</span> <span style="color: #002200;">&#91;</span><span style="color: #002200;">&#91;</span><span style="color: #002200;">&#91;</span>MPVolumeView alloc<span style="color: #002200;">&#93;</span>  initWithFrame<span style="color: #002200;">:</span>CGRectMake<span style="color: #002200;">&#40;</span><span style="color: #2400d9;">18</span>, <span style="color: #2400d9;">380</span>, <span style="color: #2400d9;">284</span>, <span style="color: #2400d9;">23</span><span style="color: #002200;">&#41;</span><span style="color: #002200;">&#93;</span> autorelease<span style="color: #002200;">&#93;</span>;
	volumeView.center <span style="color: #002200;">=</span> CGPointMake<span style="color: #002200;">&#40;</span><span style="color: #2400d9;">160</span>,<span style="color: #2400d9;">380</span><span style="color: #002200;">&#41;</span>;
	<span style="color: #002200;">&#91;</span>volumeView sizeToFit<span style="color: #002200;">&#93;</span>;
	<span style="color: #002200;">&#91;</span>self.view addSubview<span style="color: #002200;">:</span>volumeView<span style="color: #002200;">&#93;</span>;</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.rexis.cn/2010/07/02/%e5%9c%a8iphone-app%e4%b8%ad%e6%b7%bb%e5%8a%a0%e9%9f%b3%e9%87%8f%e6%8e%a7%e5%88%b6%e6%9d%a1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iphone程序中跳转到appstore评论界面</title>
		<link>http://blog.rexis.cn/2010/05/25/iphone%e7%a8%8b%e5%ba%8f%e4%b8%ad%e8%b7%b3%e8%bd%ac%e5%88%b0appstore%e8%af%84%e8%ae%ba%e7%95%8c%e9%9d%a2/</link>
		<comments>http://blog.rexis.cn/2010/05/25/iphone%e7%a8%8b%e5%ba%8f%e4%b8%ad%e8%b7%b3%e8%bd%ac%e5%88%b0appstore%e8%af%84%e8%ae%ba%e7%95%8c%e9%9d%a2/#comments</comments>
		<pubDate>Tue, 25 May 2010 04:13:59 +0000</pubDate>
		<dc:creator>北</dc:creator>
				<category><![CDATA[iphone开发]]></category>
		<category><![CDATA[cocoa]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[objective-c]]></category>

		<guid isPermaLink="false">http://blog.rexis.cn/?p=166</guid>
		<description><![CDATA[在程序中加入appstore的review跳转，实现方法很简单，就是让系统去打开一个review的链接，代码如下： - &#40;void&#41; gotoWriteReviews &#123; NSString* appID = NSLocalizedString&#40;@&#34;itunesconnect_appid&#34;, nil&#41;; //这里是itunes connect生成的一串数字id NSString *u = &#91;NSString stringWithFormat:@&#34;http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=%@&#38;onlyLatestVersion=true&#38;pageNumber=0&#38;sortOrdering=1&#38;type=Purple+Software&#34;,appID&#93;; &#91;&#91;UIApplication sharedApplication&#93; openURL:&#91;NSURL URLWithString:u&#93;&#93;; &#125;]]></description>
			<content:encoded><![CDATA[<p>在程序中加入appstore的review跳转，实现方法很简单，就是让系统去打开一个review的链接，代码如下：</p>

<div class="wp_syntax"><div class="code"><pre class="objc" style="font-family:monospace;"><span style="color: #002200;">-</span> <span style="color: #002200;">&#40;</span><span style="color: #a61390;">void</span><span style="color: #002200;">&#41;</span> gotoWriteReviews <span style="color: #002200;">&#123;</span>
	<span style="color: #400080;">NSString</span><span style="color: #002200;">*</span> appID <span style="color: #002200;">=</span> NSLocalizedString<span style="color: #002200;">&#40;</span><span style="color: #bf1d1a;">@</span><span style="color: #bf1d1a;">&quot;itunesconnect_appid&quot;</span>, <span style="color: #a61390;">nil</span><span style="color: #002200;">&#41;</span>;	<span style="color: #11740a; font-style: italic;">//这里是itunes connect生成的一串数字id</span>
	<span style="color: #400080;">NSString</span> <span style="color: #002200;">*</span>u <span style="color: #002200;">=</span> <span style="color: #002200;">&#91;</span><span style="color: #400080;">NSString</span> stringWithFormat<span style="color: #002200;">:</span><span style="color: #bf1d1a;">@</span><span style="color: #bf1d1a;">&quot;http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=%@&amp;onlyLatestVersion=true&amp;pageNumber=0&amp;sortOrdering=1&amp;type=Purple+Software&quot;</span>,appID<span style="color: #002200;">&#93;</span>;
	<span style="color: #002200;">&#91;</span><span style="color: #002200;">&#91;</span>UIApplication sharedApplication<span style="color: #002200;">&#93;</span> openURL<span style="color: #002200;">:</span><span style="color: #002200;">&#91;</span><span style="color: #400080;">NSURL</span> URLWithString<span style="color: #002200;">:</span>u<span style="color: #002200;">&#93;</span><span style="color: #002200;">&#93;</span>;
<span style="color: #002200;">&#125;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.rexis.cn/2010/05/25/iphone%e7%a8%8b%e5%ba%8f%e4%b8%ad%e8%b7%b3%e8%bd%ac%e5%88%b0appstore%e8%af%84%e8%ae%ba%e7%95%8c%e9%9d%a2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在图片上盖一层mask</title>
		<link>http://blog.rexis.cn/2010/05/20/%e5%9c%a8%e5%9b%be%e7%89%87%e4%b8%8a%e7%9b%96%e4%b8%80%e5%b1%82mask/</link>
		<comments>http://blog.rexis.cn/2010/05/20/%e5%9c%a8%e5%9b%be%e7%89%87%e4%b8%8a%e7%9b%96%e4%b8%80%e5%b1%82mask/#comments</comments>
		<pubDate>Thu, 20 May 2010 15:59:35 +0000</pubDate>
		<dc:creator>北</dc:creator>
				<category><![CDATA[iphone开发]]></category>
		<category><![CDATA[cocoa]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mask]]></category>
		<category><![CDATA[objective-c]]></category>

		<guid isPermaLink="false">http://blog.rexis.cn/?p=161</guid>
		<description><![CDATA[- &#40;UIImage*&#41; createImage:&#40;UIImage*&#41;_image withMask:&#40;UIImage*&#41;_mask &#123; CGColorSpaceRef colorSpace = CGColorSpaceCreateDeviceRGB&#40;&#41;; CGContextRef context = CGBitmapContextCreate&#40;NULL, _image.size.width, _image.size.height, 8, 0, colorSpace, kCGImageAlphaPremultipliedLast&#41;; CGColorSpaceRelease&#40;colorSpace&#41;; &#160; CGRect rect = CGRectMake&#40;0, 0, _image.size.width, _image.size.height&#41;; UIColor *bColor = &#91;UIColor colorWithRed:0 green:0 blue:0 alpha:1&#93;; CGContextSetFillColorWithColor&#40;context, &#91;bColor CGColor&#93;&#41;; //黑色是不透明，白色是透明 CGContextFillRect&#40;context, rect&#41;; CGContextClipToMask&#40;context, rect, &#91;_mask CGImage&#93;&#41;; CGContextDrawImage&#40;context, rect, &#91;_image CGImage&#93;&#41;; &#160; CGImageRef newImage = CGBitmapContextCreateImage&#40;context&#41;; [...]]]></description>
			<content:encoded><![CDATA[
<div class="wp_syntax"><div class="code"><pre class="objc" style="font-family:monospace;"><span style="color: #002200;">-</span> <span style="color: #002200;">&#40;</span>UIImage<span style="color: #002200;">*</span><span style="color: #002200;">&#41;</span> createImage<span style="color: #002200;">:</span><span style="color: #002200;">&#40;</span>UIImage<span style="color: #002200;">*</span><span style="color: #002200;">&#41;</span>_image withMask<span style="color: #002200;">:</span><span style="color: #002200;">&#40;</span>UIImage<span style="color: #002200;">*</span><span style="color: #002200;">&#41;</span>_mask <span style="color: #002200;">&#123;</span>
	CGColorSpaceRef colorSpace <span style="color: #002200;">=</span> CGColorSpaceCreateDeviceRGB<span style="color: #002200;">&#40;</span><span style="color: #002200;">&#41;</span>;
	CGContextRef context <span style="color: #002200;">=</span> CGBitmapContextCreate<span style="color: #002200;">&#40;</span><span style="color: #a61390;">NULL</span>,
						 _image.size.width,
						 _image.size.height,
						 <span style="color: #2400d9;">8</span>, <span style="color: #2400d9;">0</span>,
						 colorSpace,
						kCGImageAlphaPremultipliedLast<span style="color: #002200;">&#41;</span>;
	CGColorSpaceRelease<span style="color: #002200;">&#40;</span>colorSpace<span style="color: #002200;">&#41;</span>;
&nbsp;
	CGRect rect <span style="color: #002200;">=</span> CGRectMake<span style="color: #002200;">&#40;</span><span style="color: #2400d9;">0</span>, <span style="color: #2400d9;">0</span>, _image.size.width, _image.size.height<span style="color: #002200;">&#41;</span>;
	UIColor <span style="color: #002200;">*</span>bColor <span style="color: #002200;">=</span> <span style="color: #002200;">&#91;</span>UIColor colorWithRed<span style="color: #002200;">:</span><span style="color: #2400d9;">0</span> green<span style="color: #002200;">:</span><span style="color: #2400d9;">0</span> blue<span style="color: #002200;">:</span><span style="color: #2400d9;">0</span> alpha<span style="color: #002200;">:</span><span style="color: #2400d9;">1</span><span style="color: #002200;">&#93;</span>;
	CGContextSetFillColorWithColor<span style="color: #002200;">&#40;</span>context, <span style="color: #002200;">&#91;</span>bColor CGColor<span style="color: #002200;">&#93;</span><span style="color: #002200;">&#41;</span>;                     <span style="color: #11740a; font-style: italic;">//黑色是不透明，白色是透明</span>
	CGContextFillRect<span style="color: #002200;">&#40;</span>context, rect<span style="color: #002200;">&#41;</span>;
	CGContextClipToMask<span style="color: #002200;">&#40;</span>context, rect, <span style="color: #002200;">&#91;</span>_mask CGImage<span style="color: #002200;">&#93;</span><span style="color: #002200;">&#41;</span>;
	CGContextDrawImage<span style="color: #002200;">&#40;</span>context, rect, <span style="color: #002200;">&#91;</span>_image CGImage<span style="color: #002200;">&#93;</span><span style="color: #002200;">&#41;</span>;
&nbsp;
	CGImageRef newImage <span style="color: #002200;">=</span> CGBitmapContextCreateImage<span style="color: #002200;">&#40;</span>context<span style="color: #002200;">&#41;</span>;
	CGContextRelease<span style="color: #002200;">&#40;</span>context<span style="color: #002200;">&#41;</span>;
&nbsp;
	UIImage<span style="color: #002200;">*</span> _newImage <span style="color: #002200;">=</span> <span style="color: #002200;">&#91;</span><span style="color: #002200;">&#91;</span>UIImage alloc<span style="color: #002200;">&#93;</span> initWithCGImage<span style="color: #002200;">:</span>newImage<span style="color: #002200;">&#93;</span>;
	CGImageRelease<span style="color: #002200;">&#40;</span>newImage<span style="color: #002200;">&#41;</span>;
&nbsp;
	<span style="color: #a61390;">return</span> <span style="color: #002200;">&#91;</span>_newImage autorelease<span style="color: #002200;">&#93;</span>;
<span style="color: #002200;">&#125;</span></pre></div></div>

<p>最先创建了一个灰度的颜色空间导致合成出来的mask颜色都是反的，黑色的显出白色，后来发现一篇例子是用RGB颜色空间来做再自己加上黑色填充后就得到了想要的效果，效果图：<br />
<img src="http://blog.rexis.cn/wp-content/uploads/2010/05/IMG_0141.jpg" alt="lomo效果" title="lomo效果" width="640" height="428" class="aligncenter size-full wp-image-162" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rexis.cn/2010/05/20/%e5%9c%a8%e5%9b%be%e7%89%87%e4%b8%8a%e7%9b%96%e4%b8%80%e5%b1%82mask/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>土比的聚餐会</title>
		<link>http://blog.rexis.cn/2009/11/29/%e5%9c%9f%e6%af%94%e7%9a%84%e8%81%9a%e9%a4%90%e4%bc%9a/</link>
		<comments>http://blog.rexis.cn/2009/11/29/%e5%9c%9f%e6%af%94%e7%9a%84%e8%81%9a%e9%a4%90%e4%bc%9a/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 06:28:23 +0000</pubDate>
		<dc:creator>北</dc:creator>
				<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://blog.rexis.cn/2009/11/29/%e5%9c%9f%e6%af%94%e7%9a%84%e8%81%9a%e9%a4%90%e4%bc%9a/</guid>
		<description><![CDATA[昨天公司聚餐，一伙人把一小店挤的满满当当，一坐下我就觉得特悲惨，但是更悲惨的我认为是旁边的一对日本老夫妇。。莫名其妙出现一大帮人，还那么大声喧哗。 中间过程略过，到最后高潮。。个个都已经喝的快吐的和已经吐过的硬要在那划出两帮派分高低。白酒跟白开水一样灌，虽然满high，但是结局很惨烈。电车上出租车上吐得到处都是，更惨烈的是我这个没吐的得在旁边接受路人鄙视的眼神。 这一回，也算在小日本地盘上丢了一回脸。]]></description>
			<content:encoded><![CDATA[<p>昨天公司聚餐，一伙人把一小店挤的满满当当，一坐下我就觉得特悲惨，但是更悲惨的我认为是旁边的一对日本老夫妇。。莫名其妙出现一大帮人，还那么大声喧哗。<br />
中间过程略过，到最后高潮。。个个都已经喝的快吐的和已经吐过的硬要在那划出两帮派分高低。白酒跟白开水一样灌，虽然满high，但是结局很惨烈。电车上出租车上吐得到处都是，更惨烈的是我这个没吐的得在旁边接受路人鄙视的眼神。<br />
这一回，也算在小日本地盘上丢了一回脸。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rexis.cn/2009/11/29/%e5%9c%9f%e6%af%94%e7%9a%84%e8%81%9a%e9%a4%90%e4%bc%9a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2009.11.18</title>
		<link>http://blog.rexis.cn/2009/11/18/2009-11-18/</link>
		<comments>http://blog.rexis.cn/2009/11/18/2009-11-18/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 14:23:28 +0000</pubDate>
		<dc:creator>北</dc:creator>
				<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://blog.rexis.cn/?p=123</guid>
		<description><![CDATA[记忆力越来越差 很多时候都会被突如其来的问题 把脑子塞住 会不会某一天突然变的今天不记得明天的事&#8230; 就跟某个日剧中的人物一样 需要不停的记录下见过的人 做过的事]]></description>
			<content:encoded><![CDATA[<p>记忆力越来越差 很多时候都会被突如其来的问题 把脑子塞住<br />
会不会某一天突然变的今天不记得明天的事&#8230; 就跟某个日剧中的人物一样 需要不停的记录下见过的人 做过的事 </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rexis.cn/2009/11/18/2009-11-18/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在UIViewController中用多线程更新UI的异常</title>
		<link>http://blog.rexis.cn/2009/11/15/%e5%9c%a8uiviewcontroller%e4%b8%ad%e7%94%a8%e5%a4%9a%e7%ba%bf%e7%a8%8b%e6%9b%b4%e6%96%b0ui%e7%9a%84%e5%bc%82%e5%b8%b8/</link>
		<comments>http://blog.rexis.cn/2009/11/15/%e5%9c%a8uiviewcontroller%e4%b8%ad%e7%94%a8%e5%a4%9a%e7%ba%bf%e7%a8%8b%e6%9b%b4%e6%96%b0ui%e7%9a%84%e5%bc%82%e5%b8%b8/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 16:06:54 +0000</pubDate>
		<dc:creator>北</dc:creator>
				<category><![CDATA[program]]></category>

		<guid isPermaLink="false">http://rexis.cn/blog/?p=121</guid>
		<description><![CDATA[在UIViewController中用多线程时,如果该线程方法中有更新UI操作的话,会抛出如下错误: Tried to obtain the web lock from a thread other than the main thread or the web thread. This may be a result of calling to UIKit from a secondary thread. Crashing now… 貌似是因为UIKit是非线程安全的,所以更新UI只能在主线程中操作,解决的办法: - &#40;void&#41;performSelectorOnMainThread:&#40;SEL&#41;aSelector withObject:&#40;id&#41;arg waitUntilDone:&#40;BOOL&#41;wait 用该方法指定要执行的UI更新Method在主线程中执行.]]></description>
			<content:encoded><![CDATA[<p>在UIViewController中用多线程时,如果该线程方法中有更新UI操作的话,会抛出如下错误:</p>
<p>Tried to obtain the web lock from a thread other than the main thread or the web thread.<br />
This may be a result of calling to UIKit from a secondary thread. Crashing now…</p>
<p>貌似是因为UIKit是非线程安全的,所以更新UI只能在主线程中操作,解决的办法:</p>

<div class="wp_syntax"><div class="code"><pre class="objc" style="font-family:monospace;"><span style="color: #002200;">-</span> <span style="color: #002200;">&#40;</span><span style="color: #a61390;">void</span><span style="color: #002200;">&#41;</span>performSelectorOnMainThread<span style="color: #002200;">:</span><span style="color: #002200;">&#40;</span><span style="color: #a61390;">SEL</span><span style="color: #002200;">&#41;</span>aSelector withObject<span style="color: #002200;">:</span><span style="color: #002200;">&#40;</span><span style="color: #a61390;">id</span><span style="color: #002200;">&#41;</span>arg waitUntilDone<span style="color: #002200;">:</span><span style="color: #002200;">&#40;</span><span style="color: #a61390;">BOOL</span><span style="color: #002200;">&#41;</span>wait</pre></div></div>

<p>用该方法指定要执行的UI更新Method在主线程中执行.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rexis.cn/2009/11/15/%e5%9c%a8uiviewcontroller%e4%b8%ad%e7%94%a8%e5%a4%9a%e7%ba%bf%e7%a8%8b%e6%9b%b4%e6%96%b0ui%e7%9a%84%e5%bc%82%e5%b8%b8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2009.11.14</title>
		<link>http://blog.rexis.cn/2009/11/14/2009-11-14/</link>
		<comments>http://blog.rexis.cn/2009/11/14/2009-11-14/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 09:25:15 +0000</pubDate>
		<dc:creator>北</dc:creator>
				<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://blog.rexis.cn/?p=102</guid>
		<description><![CDATA[昏昏沉沉 一觉醒来后 发现阳台外一片落日余晖 马上拿出相机记录下了]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-100  aligncenter" title="夕阳" src="http://blog.rexis.cn/wp-content/uploads/2009/11/DSC_7066_new2.jpg" alt="夕阳" width="512" height="344" /></p>
<p style="text-align: center;">昏昏沉沉</p>
<p style="text-align: center;">一觉醒来后</p>
<p style="text-align: center;">发现阳台外一片落日余晖</p>
<p style="text-align: center;">马上拿出相机记录下了</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rexis.cn/2009/11/14/2009-11-14/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dreamhost上装上了django</title>
		<link>http://blog.rexis.cn/2009/10/17/dreamhost%e4%b8%8a%e8%a3%85%e4%b8%8a%e4%ba%86django/</link>
		<comments>http://blog.rexis.cn/2009/10/17/dreamhost%e4%b8%8a%e8%a3%85%e4%b8%8a%e4%ba%86django/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 14:08:42 +0000</pubDate>
		<dc:creator>北</dc:creator>
				<category><![CDATA[未分类]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[Dreamhost]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://rexis.cn/blog/?p=3</guid>
		<description><![CDATA[新买的dreamhost的虚拟主机 成功编译了python并安上了django 按下面的文章一步一步做的 基本和dh的wiki上一样 http://www.lostk.com/blog/configure_python_and_django_on_dreamhost/]]></description>
			<content:encoded><![CDATA[<p>新买的dreamhost的虚拟主机 成功编译了python并安上了django</p>
<p>按下面的文章一步一步做的 基本和dh的wiki上一样</p>
<p>http://www.lostk.com/blog/configure_python_and_django_on_dreamhost/</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rexis.cn/2009/10/17/dreamhost%e4%b8%8a%e8%a3%85%e4%b8%8a%e4%ba%86django/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>北海道乘车计划</title>
		<link>http://blog.rexis.cn/2009/09/13/%e5%8c%97%e6%b5%b7%e9%81%93%e4%b9%98%e8%bd%a6%e8%ae%a1%e5%88%92/</link>
		<comments>http://blog.rexis.cn/2009/09/13/%e5%8c%97%e6%b5%b7%e9%81%93%e4%b9%98%e8%bd%a6%e8%ae%a1%e5%88%92/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 08:38:58 +0000</pubDate>
		<dc:creator>北</dc:creator>
				<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://blog.rexis.cn/?p=98</guid>
		<description><![CDATA[第一天（2009.09.19）出发日 为了省钱和看看沿途的景色 选择了坐普通电车 过程十分漫长而艰巨 请看图 在福岛有差不多半小时左右等车时间 可以出车站吃点东西 之后继续上路 在青森稍作修整后继续出发并在电车上过夜 由于为了后面的行程考虑 我们把北海道的第一站定在了小樽而略去了函馆（话说函馆的夜景那是相当牛逼的） 时间跨度上到小樽（2009.09.20）已经是第二天 经过一天一夜的长途电车奔波 第二天的观光将会是可以想象的艰辛。。。]]></description>
			<content:encoded><![CDATA[<p>第一天（2009.09.19）出发日 为了省钱和看看沿途的景色 选择了坐普通电车</p>
<p>过程十分漫长而艰巨 请看图<br />
在福岛有差不多半小时左右等车时间 可以出车站吃点东西 之后继续上路</p>
<p><img class="alignleft size-full wp-image-99" title="去北海道电车第一阶段" src="http://blog.rexis.cn/wp-content/uploads/2009/09/dianche1.jpg" alt="去北海道电车第一阶段" width="362" height="735" /></p>
<p>在青森稍作修整后继续出发并在电车上过夜</p>
<p><img class="alignleft size-full wp-image-100" title="去北海道电车第二阶段" src="http://blog.rexis.cn/wp-content/uploads/2009/09/dianche2.jpg" alt="去北海道电车第二阶段" width="310" height="157" /></p>
<p>由于为了后面的行程考虑 我们把北海道的第一站定在了小樽而略去了函馆（话说函馆的夜景那是相当牛逼的）<br />
时间跨度上到小樽（2009.09.20）已经是第二天 经过一天一夜的长途电车奔波 第二天的观光将会是可以想象的艰辛。。。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rexis.cn/2009/09/13/%e5%8c%97%e6%b5%b7%e9%81%93%e4%b9%98%e8%bd%a6%e8%ae%a1%e5%88%92/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>json for objective-c</title>
		<link>http://blog.rexis.cn/2009/08/18/json-for-objective-c/</link>
		<comments>http://blog.rexis.cn/2009/08/18/json-for-objective-c/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 01:26:06 +0000</pubDate>
		<dc:creator>北</dc:creator>
				<category><![CDATA[program]]></category>
		<category><![CDATA[objective-c framework json]]></category>

		<guid isPermaLink="false">http://rexis.cn/blog/?p=96</guid>
		<description><![CDATA[一个json对象和NSDictionary对象相互转换的framework project home: http://code.google.com/p/json-framework/]]></description>
			<content:encoded><![CDATA[<p>一个json对象和NSDictionary对象相互转换的framework</p>
<p>project home:<br />
<a href="http://code.google.com/p/json-framework/">http://code.google.com/p/json-framework/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rexis.cn/2009/08/18/json-for-objective-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
