<?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>阳春面的学习摘录 &#187; 其他</title>
	<atom:link href="http://chenyc.info/category/%e5%85%b6%e4%bb%96/feed/" rel="self" type="application/rss+xml" />
	<link>http://chenyc.info</link>
	<description>人生是一个不断折腾的过程，生命不息，折腾不止</description>
	<lastBuildDate>Thu, 15 Mar 2012 11:25:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>使用Spring-Android获取和解析json数据</title>
		<link>http://chenyc.info/2012/02/spring-android-json/</link>
		<comments>http://chenyc.info/2012/02/spring-android-json/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 05:57:16 +0000</pubDate>
		<dc:creator>阳春面</dc:creator>
				<category><![CDATA[其他]]></category>
		<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://chenyc.info/?p=941</guid>
		<description><![CDATA[项目中需要的LIB:
spring-android-core-1.0.0.M4.jar
spring-android-rest-template-1.0.0.M4.jar
gson-2.1.jar 使用google的这个json解析lib是因为这个lib较小

服务端返回数据如：
<pre>{"i[......]</pre><p class='read-more'><a href='http://chenyc.info/2012/02/spring-android-json/'>阅读全文</a></p>]]></description>
			<content:encoded><![CDATA[<p>项目中需要的LIB:<br />
spring-android-core-1.0.0.M4.jar<br />
spring-android-rest-template-1.0.0.M4.jar<br />
gson-2.1.jar 使用google的这个json解析lib是因为这个lib较小</p>
<p>服务端返回数据如：</p>
<pre>{"i[......]</pre>
<p class='read-more'><a href='http://chenyc.info/2012/02/spring-android-json/'>阅读全文</a></p>
]]></content:encoded>
			<wfw:commentRss>http://chenyc.info/2012/02/spring-android-json/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>自我激励的方法(转载)</title>
		<link>http://chenyc.info/2012/02/self-motivation/</link>
		<comments>http://chenyc.info/2012/02/self-motivation/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 07:00:29 +0000</pubDate>
		<dc:creator>阳春面</dc:creator>
				<category><![CDATA[其他]]></category>

		<guid isPermaLink="false">http://chenyc.info/?p=897</guid>
		<description><![CDATA[文/晨曦

在我们不断塑造自我的过程中，影响最大的莫过于是选择乐观的态度还是悲观的态度。我们思想上的这种抉择可能给我们带来激励，也有可能阻滞我们前进。清晰地规划目标是人生走向成功的第一步，但塑造自我却不仅限于规划目标。要真正塑造自我和自己想要的生活，我们必须奋起行动。莎士比亚说得好：“行动胜过雄[......]<p class='read-more'><a href='http://chenyc.info/2012/02/self-motivation/'>阅读全文</a></p>]]></description>
			<content:encoded><![CDATA[<p>文/晨曦</p>
<p>在我们不断塑造自我的过程中，影响最大的莫过于是选择乐观的态度还是悲观的态度。我们思想上的这种抉择可能给我们带来激励，也有可能阻滞我们前进。清晰地规划目标是人生走向成功的第一步，但塑造自我却不仅限于规划目标。要真正塑造自我和自己想要的生活，我们必须奋起行动。莎士比亚说得好：“行动胜过雄[......]
<p class='read-more'><a href='http://chenyc.info/2012/02/self-motivation/'>阅读全文</a></p>
]]></content:encoded>
			<wfw:commentRss>http://chenyc.info/2012/02/self-motivation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>黑苹果安装折腾记</title>
		<link>http://chenyc.info/2012/02/black-mac-install/</link>
		<comments>http://chenyc.info/2012/02/black-mac-install/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 14:01:44 +0000</pubDate>
		<dc:creator>阳春面</dc:creator>
				<category><![CDATA[其他]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[黑苹果]]></category>

		<guid isPermaLink="false">http://chenyc.info/?p=864</guid>
		<description><![CDATA[准备学习一下IOS开发，必须使用MAC系统，于是果断决定安装黑苹果。

我的笔记本上联想的B460，之前看到有人安装黑苹果成功过，这一款本本算是比较容易安装成功的。

我的笔记本配置参数：
<ul>
	<li>屏幕尺寸：14英寸 1366x768</li>
	<li>CPU型号：Intel 酷睿i3 370M</li>
	<li>CP[......]</li></ul><p class='read-more'><a href='http://chenyc.info/2012/02/black-mac-install/'>阅读全文</a></p>]]></description>
			<content:encoded><![CDATA[<p>准备学习一下IOS开发，必须使用MAC系统，于是果断决定安装黑苹果。</p>
<p>我的笔记本上联想的B460，之前看到有人安装黑苹果成功过，这一款本本算是比较容易安装成功的。</p>
<p>我的笔记本配置参数：</p>
<ul>
<li>屏幕尺寸：14英寸 1366&#215;768</li>
<li>CPU型号：Intel 酷睿i3 370M</li>
<li>CP[......]</li>
</ul>
<p class='read-more'><a href='http://chenyc.info/2012/02/black-mac-install/'>阅读全文</a></p>
]]></content:encoded>
			<wfw:commentRss>http://chenyc.info/2012/02/black-mac-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>正则表达式学习摘录</title>
		<link>http://chenyc.info/2012/01/regex-study/</link>
		<comments>http://chenyc.info/2012/01/regex-study/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 09:31:26 +0000</pubDate>
		<dc:creator>阳春面</dc:creator>
				<category><![CDATA[其他]]></category>

		<guid isPermaLink="false">http://chenyc.info/?p=812</guid>
		<description><![CDATA[1．正则表达式匹配匹配结果，只包括匹配上的部分，不包括整个字符串，
   如果需要把整个字符串传递到后续处理时，需要注意。

2．字符点（.）可以匹配任何一个字符，可以在正则表达式中多次出现。

3.[]中的字符，代表字符集，如[ns]将匹配n或者s字符

4.^符号，代表取非操作[......]<p class='read-more'><a href='http://chenyc.info/2012/01/regex-study/'>阅读全文</a></p>]]></description>
			<content:encoded><![CDATA[<p>1．正则表达式匹配匹配结果，只包括匹配上的部分，不包括整个字符串，<br />
   如果需要把整个字符串传递到后续处理时，需要注意。</p>
<p>2．字符点（.）可以匹配任何一个字符，可以在正则表达式中多次出现。</p>
<p>3.[]中的字符，代表字符集，如[ns]将匹配n或者s字符</p>
<p>4.^符号，代表取非操作[......]
<p class='read-more'><a href='http://chenyc.info/2012/01/regex-study/'>阅读全文</a></p>
]]></content:encoded>
			<wfw:commentRss>http://chenyc.info/2012/01/regex-study/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>apache 设置htaccess实现域名伪绑定</title>
		<link>http://chenyc.info/2011/12/apache-%e8%ae%be%e7%bd%aehtaccess%e5%ae%9e%e7%8e%b0%e5%9f%9f%e5%90%8d%e4%bc%aa%e7%bb%91%e5%ae%9a/</link>
		<comments>http://chenyc.info/2011/12/apache-%e8%ae%be%e7%bd%aehtaccess%e5%ae%9e%e7%8e%b0%e5%9f%9f%e5%90%8d%e4%bc%aa%e7%bb%91%e5%ae%9a/#comments</comments>
		<pubDate>Sat, 24 Dec 2011 18:26:46 +0000</pubDate>
		<dc:creator>阳春面</dc:creator>
				<category><![CDATA[其他]]></category>
		<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://chenyc.info/2011/12/apache-%e8%ae%be%e7%bd%aehtaccess%e5%ae%9e%e7%8e%b0%e5%9f%9f%e5%90%8d%e4%bc%aa%e7%bb%91%e5%ae%9a/</guid>
		<description><![CDATA[<p>创建.htaccess这个文件，写入以下内容</p>  <blockquote>   <pre>RewriteEngine On
RewriteBase /
RewriteRule ^(.*)$ http://kindlesync.sinaapp.com/$1 [P]</pre></blockquote>]]></description>
			<content:encoded><![CDATA[<p>创建.htaccess这个文件，写入以下内容</p>
<blockquote><pre>RewriteEngine On
RewriteBase /
RewriteRule ^(.*)$ http://kindlesync.sinaapp.com/$1 [P]</pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://chenyc.info/2011/12/apache-%e8%ae%be%e7%bd%aehtaccess%e5%ae%9e%e7%8e%b0%e5%9f%9f%e5%90%8d%e4%bc%aa%e7%bb%91%e5%ae%9a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intent.FLAG_ACTIVITY_REORDER_TO_FRONT</title>
		<link>http://chenyc.info/2011/11/intent-flag_activity_reorder_to_front/</link>
		<comments>http://chenyc.info/2011/11/intent-flag_activity_reorder_to_front/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 06:58:42 +0000</pubDate>
		<dc:creator>阳春面</dc:creator>
				<category><![CDATA[其他]]></category>
		<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://chenyc.info/2011/11/intent-flag_activity_reorder_to_front/</guid>
		<description><![CDATA[用来切换Activity在堆栈中的位置，比如A，B，C,D四个Activity， 在D中使用Intent.FLAG_ACTIVITY_REORDER_TO_FRONT启用B后， Activity的顺序将变成A, C, D, B。]]></description>
			<content:encoded><![CDATA[<p>用来切换Activity在堆栈中的位置，比如A，B，C,D四个Activity， 在D中使用Intent.FLAG_ACTIVITY_REORDER_TO_FRONT启用B后， Activity的顺序将变成A, C, D, B。</p>
]]></content:encoded>
			<wfw:commentRss>http://chenyc.info/2011/11/intent-flag_activity_reorder_to_front/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>昨日两三事</title>
		<link>http://chenyc.info/2011/03/two-three-event/</link>
		<comments>http://chenyc.info/2011/03/two-three-event/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 11:48:26 +0000</pubDate>
		<dc:creator>阳春面</dc:creator>
				<category><![CDATA[其他]]></category>

		<guid isPermaLink="false">http://chenyc.info/?p=186</guid>
		<description><![CDATA[<strong>第一件事</strong>，昨天回来发现IPAD2发布了，IPAD1代降价了1000多块，

淘宝上很多商家都已经降到2800了，看的心痒痒想出手，我最喜欢的是用IPAD

看照片的功能，那感觉一定很爽，但又想买过来除了娱乐，不知道能干什么，

而且1代还可能有降价的空间，再等等吧，或许我根本不需要IPA[......]<p class='read-more'><a href='http://chenyc.info/2011/03/two-three-event/'>阅读全文</a></p>]]></description>
			<content:encoded><![CDATA[<p><strong>第一件事</strong>，昨天回来发现IPAD2发布了，IPAD1代降价了1000多块，</p>
<p>淘宝上很多商家都已经降到2800了，看的心痒痒想出手，我最喜欢的是用IPAD</p>
<p>看照片的功能，那感觉一定很爽，但又想买过来除了娱乐，不知道能干什么，</p>
<p>而且1代还可能有降价的空间，再等等吧，或许我根本不需要IPA[......]
<p class='read-more'><a href='http://chenyc.info/2011/03/two-three-event/'>阅读全文</a></p>
]]></content:encoded>
			<wfw:commentRss>http://chenyc.info/2011/03/two-three-event/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>周末骑车去了趟三甲港</title>
		<link>http://chenyc.info/2011/02/sanjiagang/</link>
		<comments>http://chenyc.info/2011/02/sanjiagang/#comments</comments>
		<pubDate>Sun, 27 Feb 2011 14:49:43 +0000</pubDate>
		<dc:creator>阳春面</dc:creator>
				<category><![CDATA[其他]]></category>
		<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://chenyc.info/?p=180</guid>
		<description><![CDATA[周末骑车去了趟三甲港，可惜没有涨潮，什么海都没看到，

只能见见滩涂上的淤泥～～～～

<a title="IMG_6725" href="http://www.yupoo.com/photos/chenyangcun/79984605/"><img src="http://pic.yupoo.com/chenyangcun/ASDJzQ5X/medium.jpg" border="0" alt="IMG_6725" width="500" height="375" /></a>

<a title="IMG_6688" href="http://www.yupoo.com/photos/chenyangcun/79984623/"><img src="http://pic.yupoo.com/chenyangcun/ASDJGWp2/medium.jpg" border="0" alt="IMG_6688" width="500" height="375" /></a>

<a title="IMG_6689" href="http://www.yupoo.com/photos/chenyangcun/79984627/"><img src="http://pic.yupoo.com/chenyangcun/ASDJLyip/medium.jpg" border="0" alt="IMG_6689" width="500" height="375" /></a>

<a title="IMG_6691" href="http://www.yupoo.com/photos/chenyangcun/79984631/"><img src="http://pic.yupoo.com/chenyangcun/ASDJRYLH/medium.jpg" border="0" alt="IMG_6691" width="500" height="375" /></a>

<a title="IMG_6717" href="http://www.yupoo.com/photos/chenyangcun/79984635/"><img src="http://pic.yupoo.com/chenyangcun/ASDJYsGc/medium.jpg" border="0" alt="IMG_6717" width="500" height="375" /></a>]]></description>
			<content:encoded><![CDATA[<p>周末骑车去了趟三甲港，可惜没有涨潮，什么海都没看到，</p>
<p>只能见见滩涂上的淤泥～～～～</p>
<p><a title="IMG_6725" href="http://www.yupoo.com/photos/chenyangcun/79984605/"><img src="http://pic.yupoo.com/chenyangcun/ASDJzQ5X/medium.jpg" border="0" alt="IMG_6725" width="500" height="375" /></a></p>
<p><a title="IMG_6688" href="http://www.yupoo.com/photos/chenyangcun/79984623/"><img src="http://pic.yupoo.com/chenyangcun/ASDJGWp2/medium.jpg" border="0" alt="IMG_6688" width="500" height="375" /></a></p>
<p><a title="IMG_6689" href="http://www.yupoo.com/photos/chenyangcun/79984627/"><img src="http://pic.yupoo.com/chenyangcun/ASDJLyip/medium.jpg" border="0" alt="IMG_6689" width="500" height="375" /></a></p>
<p><a title="IMG_6691" href="http://www.yupoo.com/photos/chenyangcun/79984631/"><img src="http://pic.yupoo.com/chenyangcun/ASDJRYLH/medium.jpg" border="0" alt="IMG_6691" width="500" height="375" /></a></p>
<p><a title="IMG_6717" href="http://www.yupoo.com/photos/chenyangcun/79984635/"><img src="http://pic.yupoo.com/chenyangcun/ASDJYsGc/medium.jpg" border="0" alt="IMG_6717" width="500" height="375" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://chenyc.info/2011/02/sanjiagang/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>小创意——漂流瓶</title>
		<link>http://chenyc.info/2010/10/xcy/</link>
		<comments>http://chenyc.info/2010/10/xcy/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 15:58:16 +0000</pubDate>
		<dc:creator>阳春面</dc:creator>
				<category><![CDATA[其他]]></category>

		<guid isPermaLink="false">http://chenyc.info/?p=129</guid>
		<description><![CDATA[最近有个小创意，想在android上做个漂流瓶的应用，跟据手机模拟投出的方向和速度，

计算漂流瓶的位置，其他手机用户可以检测到附近的漂流瓶，并接收查看，以及后续的一些处理。

漂流瓶我觉得这个东西应该是要有一定的神秘性，否则就像聊天工具一样，缺失了可玩性。

在现在的智能手机平台上，以[......]<p class='read-more'><a href='http://chenyc.info/2010/10/xcy/'>阅读全文</a></p>]]></description>
			<content:encoded><![CDATA[<p>最近有个小创意，想在android上做个漂流瓶的应用，跟据手机模拟投出的方向和速度，</p>
<p>计算漂流瓶的位置，其他手机用户可以检测到附近的漂流瓶，并接收查看，以及后续的一些处理。</p>
<p>漂流瓶我觉得这个东西应该是要有一定的神秘性，否则就像聊天工具一样，缺失了可玩性。</p>
<p>在现在的智能手机平台上，以[......]
<p class='read-more'><a href='http://chenyc.info/2010/10/xcy/'>阅读全文</a></p>
]]></content:encoded>
			<wfw:commentRss>http://chenyc.info/2010/10/xcy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>腾讯微博邀请</title>
		<link>http://chenyc.info/2010/05/%e8%85%be%e8%ae%af%e5%be%ae%e5%8d%9a%e9%82%80%e8%af%b7/</link>
		<comments>http://chenyc.info/2010/05/%e8%85%be%e8%ae%af%e5%be%ae%e5%8d%9a%e9%82%80%e8%af%b7/#comments</comments>
		<pubDate>Sat, 15 May 2010 11:01:52 +0000</pubDate>
		<dc:creator>阳春面</dc:creator>
				<category><![CDATA[其他]]></category>
		<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://chenyc.info/2010/05/%e8%85%be%e8%ae%af%e5%be%ae%e5%8d%9a%e9%82%80%e8%af%b7/</guid>
		<description><![CDATA[有几个微博邀请了，放出来和大家共享
http://t.qq.com/invite/8e2677413d916d4a4199
http://t.qq.com/invite/bfafba73902f66d233bb
http://t.qq.com/invite/cc0c589cc0fe75fdc8[......]<p class='read-more'><a href='http://chenyc.info/2010/05/%e8%85%be%e8%ae%af%e5%be%ae%e5%8d%9a%e9%82%80%e8%af%b7/'>阅读全文</a></p>]]></description>
			<content:encoded><![CDATA[<p>有几个微博邀请了，放出来和大家共享</p>
<p>http://t.qq.com/invite/8e2677413d916d4a4199</p>
<p>http://t.qq.com/invite/bfafba73902f66d233bb</p>
<p>http://t.qq.com/invite/cc0c589cc0fe75f[......]
<p class='read-more'><a href='http://chenyc.info/2010/05/%e8%85%be%e8%ae%af%e5%be%ae%e5%8d%9a%e9%82%80%e8%af%b7/'>阅读全文</a></p>
]]></content:encoded>
			<wfw:commentRss>http://chenyc.info/2010/05/%e8%85%be%e8%ae%af%e5%be%ae%e5%8d%9a%e9%82%80%e8%af%b7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

