<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for 西 坪</title>
	<atom:link href="http://blog.xiping.me/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.xiping.me</link>
	<description>Keep it simple stupid. Less is more.</description>
	<lastBuildDate>Thu, 01 Dec 2011 01:52:00 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on [译]Redis的事务 by Redis源码研究—代码整体架构 &#124; 董的博客</title>
		<link>http://blog.xiping.me/2010/12/transaction-in-redis.html/comment-page-1#comment-314</link>
		<dc:creator>Redis源码研究—代码整体架构 &#124; 董的博客</dc:creator>
		<pubDate>Thu, 01 Dec 2011 01:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiping.me/?p=910#comment-314</guid>
		<description>[...] MULTI, EXEC, DISCARD 和 WATCH 命令是Redis事务的基石。一个Redis事务允许一组Redis命令单步执行，并提供下面两个重要保证：一个事务中的所有命令串行执行；要么全部命令要么没有任何命令被处理。具体可参开这篇文章：http://blog.xiping.me/2010/12/transaction-in-redis.html [...]</description>
		<content:encoded><![CDATA[<p>[...] MULTI, EXEC, DISCARD 和 WATCH 命令是Redis事务的基石。一个Redis事务允许一组Redis命令单步执行，并提供下面两个重要保证：一个事务中的所有命令串行执行；要么全部命令要么没有任何命令被处理。具体可参开这篇文章：http://blog.xiping.me/2010/12/transaction-in-redis.html [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [译]Redis的事务 by Redis源码研究—基础知识 &#124; 董的博客</title>
		<link>http://blog.xiping.me/2010/12/transaction-in-redis.html/comment-page-1#comment-313</link>
		<dc:creator>Redis源码研究—基础知识 &#124; 董的博客</dc:creator>
		<pubDate>Thu, 24 Nov 2011 10:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiping.me/?p=910#comment-313</guid>
		<description>[...] MULTI, EXEC, DISCARD 和 WATCH 命令是Redis事务的基石。一个Redis事务允许一组Redis命令单步执行，并提供下面两个重要保证：一个事务中的所有命令串行执行；要么全部命令要么没有任何命令被处理。具体可参开这篇文章：http://blog.xiping.me/2010/12/transaction-in-redis.html [...]</description>
		<content:encoded><![CDATA[<p>[...] MULTI, EXEC, DISCARD 和 WATCH 命令是Redis事务的基石。一个Redis事务允许一组Redis命令单步执行，并提供下面两个重要保证：一个事务中的所有命令串行执行；要么全部命令要么没有任何命令被处理。具体可参开这篇文章：http://blog.xiping.me/2010/12/transaction-in-redis.html [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java中的Volatile关键字 by yuquanlaobo</title>
		<link>http://blog.xiping.me/2010/12/java-volatile-is-not-so-evil.html/comment-page-1#comment-312</link>
		<dc:creator>yuquanlaobo</dc:creator>
		<pubDate>Wed, 23 Nov 2011 12:06:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.feihoo.com/?p=193#comment-312</guid>
		<description>&quot;因为volatile不保证对field1,field2的初始化（常规读写）一定在对volatile变量instance的写之前完成&quot;
是指这个意思吗 “ uniqueInstance被赋值后，但是它所指向的对象还没被初始化完成，这个期间如果其他线程用了uniqueInstance指向的对象，就会引起问题；而1.5以后的volatile关键词能确保先有对象被创建完成，再有uniqueInstance被赋值；” ？
如何设计代码来进行验证？</description>
		<content:encoded><![CDATA[<p>&#8220;因为volatile不保证对field1,field2的初始化（常规读写）一定在对volatile变量instance的写之前完成&#8221;<br />
是指这个意思吗 “ uniqueInstance被赋值后，但是它所指向的对象还没被初始化完成，这个期间如果其他线程用了uniqueInstance指向的对象，就会引起问题；而1.5以后的volatile关键词能确保先有对象被创建完成，再有uniqueInstance被赋值；” ？<br />
如何设计代码来进行验证？</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 文件锁与进程互斥 by hesy</title>
		<link>http://blog.xiping.me/2010/01/file-lock-and-jvm-mutex.html/comment-page-1#comment-311</link>
		<dc:creator>hesy</dc:creator>
		<pubDate>Tue, 25 Oct 2011 07:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.feihoo.com/?p=698#comment-311</guid>
		<description>拜读</description>
		<content:encoded><![CDATA[<p>拜读</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 文件锁与进程互斥 by Cheyanna</title>
		<link>http://blog.xiping.me/2010/01/file-lock-and-jvm-mutex.html/comment-page-1#comment-310</link>
		<dc:creator>Cheyanna</dc:creator>
		<pubDate>Wed, 21 Sep 2011 11:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.feihoo.com/?p=698#comment-310</guid>
		<description>Me and this atcrile, sitting in a tree, L-E-A-R-N-I-N-G!</description>
		<content:encoded><![CDATA[<p>Me and this atcrile, sitting in a tree, L-E-A-R-N-I-N-G!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 2011, 掌握一门新语言：Erlang by pmh905001</title>
		<link>http://blog.xiping.me/2011/04/2011-study-a-multi-core-lang.html/comment-page-1#comment-309</link>
		<dc:creator>pmh905001</dc:creator>
		<pubDate>Sat, 02 Jul 2011 14:25:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiping.me/?p=1179#comment-309</guid>
		<description>有同感</description>
		<content:encoded><![CDATA[<p>有同感</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 文件锁与进程互斥 by Donglin</title>
		<link>http://blog.xiping.me/2010/01/file-lock-and-jvm-mutex.html/comment-page-1#comment-273</link>
		<dc:creator>Donglin</dc:creator>
		<pubDate>Tue, 26 Apr 2011 02:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.feihoo.com/?p=698#comment-273</guid>
		<description>文件锁还很有用！</description>
		<content:encoded><![CDATA[<p>文件锁还很有用！</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 在Android上走出天朝局域网 by 翻墙客</title>
		<link>http://blog.xiping.me/2011/03/break-gfw-on-android.html/comment-page-1#comment-259</link>
		<dc:creator>翻墙客</dc:creator>
		<pubDate>Wed, 06 Apr 2011 09:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiping.me/?p=1019#comment-259</guid>
		<description>忘了交代一点：我只是有一个SSH帐号用Bitvise+Firefox来翻墙，没有权限在SSH服务器上安装软件</description>
		<content:encoded><![CDATA[<p>忘了交代一点：我只是有一个SSH帐号用Bitvise+Firefox来翻墙，没有权限在SSH服务器上安装软件</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 在Android上走出天朝局域网 by 西坪</title>
		<link>http://blog.xiping.me/2011/03/break-gfw-on-android.html/comment-page-1#comment-258</link>
		<dc:creator>西坪</dc:creator>
		<pubDate>Wed, 06 Apr 2011 08:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiping.me/?p=1019#comment-258</guid>
		<description>本文只是描述本人翻墙的探索过程，不提供技术支持。抱歉。请去&lt;a href=&quot;http://code.google.com/p/sshtunnel/issues/list&quot; rel=&quot;nofollow&quot;&gt;该项目Bug列表&lt;/a&gt; 或者 &lt;a href=&quot;http://code.google.com/p/sshtunnel/&quot; rel=&quot;nofollow&quot;&gt;项目主页&lt;/a&gt; 向该项目相关人员询问。</description>
		<content:encoded><![CDATA[<p>本文只是描述本人翻墙的探索过程，不提供技术支持。抱歉。请去<a href="http://code.google.com/p/sshtunnel/issues/list" rel="nofollow">该项目Bug列表</a> 或者 <a href="http://code.google.com/p/sshtunnel/" rel="nofollow">项目主页</a> 向该项目相关人员询问。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 在Android上走出天朝局域网 by 翻墙客</title>
		<link>http://blog.xiping.me/2011/03/break-gfw-on-android.html/comment-page-1#comment-257</link>
		<dc:creator>翻墙客</dc:creator>
		<pubDate>Wed, 06 Apr 2011 08:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiping.me/?p=1019#comment-257</guid>
		<description>SSH Tunnel安装完成，已经能连接上SSH服务器。应用程序（浏览器和twitter客户端）依旧不能翻墙，请问该如何设置？</description>
		<content:encoded><![CDATA[<p>SSH Tunnel安装完成，已经能连接上SSH服务器。应用程序（浏览器和twitter客户端）依旧不能翻墙，请问该如何设置？</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java中的Volatile关键字 by Max</title>
		<link>http://blog.xiping.me/2010/12/java-volatile-is-not-so-evil.html/comment-page-1#comment-251</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Mon, 07 Mar 2011 05:24:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.feihoo.com/?p=193#comment-251</guid>
		<description>写的真好，我之前的理解一直是 volatile 只能保证变量不会被编译器优化，没想到 java 还保证了其读写时的原子性</description>
		<content:encoded><![CDATA[<p>写的真好，我之前的理解一直是 volatile 只能保证变量不会被编译器优化，没想到 java 还保证了其读写时的原子性</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 15%技术，75%思维和性格？ by Patrick He</title>
		<link>http://blog.xiping.me/2010/07/15%e6%8a%80%e6%9c%af%ef%bc%8c75%e6%80%9d%e7%bb%b4%e5%92%8c%e6%80%a7%e6%a0%bc.html/comment-page-1#comment-249</link>
		<dc:creator>Patrick He</dc:creator>
		<pubDate>Sun, 02 Jan 2011 14:40:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.feihoo.com/?p=650#comment-249</guid>
		<description>那75%里面，应该是说包含适合技术工作的思维和性格的话，比如说一个性格很活泼、但是不能集中注意力的人，可能不太适合从事开发的工作。</description>
		<content:encoded><![CDATA[<p>那75%里面，应该是说包含适合技术工作的思维和性格的话，比如说一个性格很活泼、但是不能集中注意力的人，可能不太适合从事开发的工作。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 15%技术，75%思维和性格？ by 济南娱人码头</title>
		<link>http://blog.xiping.me/2010/07/15%e6%8a%80%e6%9c%af%ef%bc%8c75%e6%80%9d%e7%bb%b4%e5%92%8c%e6%80%a7%e6%a0%bc.html/comment-page-1#comment-229</link>
		<dc:creator>济南娱人码头</dc:creator>
		<pubDate>Fri, 05 Nov 2010 03:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.feihoo.com/?p=650#comment-229</guid>
		<description>济南娱人码头的博客刚刚开通，有好多东西需要和博主学习，有时间指教一下吧。</description>
		<content:encoded><![CDATA[<p>济南娱人码头的博客刚刚开通，有好多东西需要和博主学习，有时间指教一下吧。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 虚拟机中Host与Guest文件共享 by linux_pro</title>
		<link>http://blog.xiping.me/2010/04/virtual-machine-guest-host-share-file.html/comment-page-1#comment-228</link>
		<dc:creator>linux_pro</dc:creator>
		<pubDate>Thu, 04 Nov 2010 14:47:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.feihoo.com/?p=609#comment-228</guid>
		<description>我已经转到ubuntu下了.

理由有3
1 Opensuse11.3太烂!虽然调整正常,但是给我的感觉分直接砍半.
2 速度太慢了.尝试了下ubuntu10.10,真是健步如飞的感觉.
3 yast table太多命令不见了,不习惯!
3 用了6年的SUSE,是该换换口味了.

看你samba的方法太累.用SUSE不用yast,太累了.这个是目前我还恋恋不舍suse的原因.</description>
		<content:encoded><![CDATA[<p>我已经转到ubuntu下了.</p>
<p>理由有3<br />
1 Opensuse11.3太烂!虽然调整正常,但是给我的感觉分直接砍半.<br />
2 速度太慢了.尝试了下ubuntu10.10,真是健步如飞的感觉.<br />
3 yast table太多命令不见了,不习惯!<br />
3 用了6年的SUSE,是该换换口味了.</p>
<p>看你samba的方法太累.用SUSE不用yast,太累了.这个是目前我还恋恋不舍suse的原因.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 导出Memcached中的全部数据 by Zhaoren</title>
		<link>http://blog.xiping.me/2010/04/dump_memcached.html/comment-page-1#comment-227</link>
		<dc:creator>Zhaoren</dc:creator>
		<pubDate>Fri, 17 Sep 2010 03:22:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.feihoo.com/?p=564#comment-227</guid>
		<description>没有发生过错误。你编译的啥版本？</description>
		<content:encoded><![CDATA[<p>没有发生过错误。你编译的啥版本？</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 导出Memcached中的全部数据 by 渔戈</title>
		<link>http://blog.xiping.me/2010/04/dump_memcached.html/comment-page-1#comment-226</link>
		<dc:creator>渔戈</dc:creator>
		<pubDate>Fri, 17 Sep 2010 02:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.feihoo.com/?p=564#comment-226</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-225&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-225&quot; rel=&quot;nofollow&quot;&gt;Zhaoren&lt;/a&gt; :&lt;/strong&gt;
编译选项ALLOW_SLABS_REASSIGN已经正式在1.4.2版本中删除。不再推荐使用。参考Memcached的开发人员dormando 的&lt;a href=&quot;http://article.gmane.org/gmane.comp.web.cache.memcached/9304/match=expire&quot; rel=&quot;nofollow&quot;&gt;评论&lt;/a&gt;。
即使是此前的版本，似乎也不能顺利编译。你可以参考&lt;a href=&quot;http://code.google.com/p/memcached/issues/detail?id=47&quot; rel=&quot;nofollow&quot;&gt;这里&lt;/a&gt;。
&lt;/blockquote&gt;
坪溪,你好 在memcached.h中添加ALLOW_SLABS_REASSIGN预定义 确实不能顺利编译，经过修改slabs.c可以编译成功，但是使用slabs reassign 仍然不能移动
 #  Item_Size   Max_age  1MB_pages Count   Full?
  1       88 B       699 s         2                 23830   yes
  3     144 B           0 s         2                 0           no
  4     184 B     1541 s        1                5698      yes

这是我的测试数据，在mc启动时分配5M内存，然后手动生成了一些数据，set到mc中，现在不论我是执行
slabs reassign 3 1 还是slabs reassign 3 4 都提醒CANT 

请问你使用reassign命令时有没有遇到类似的问题呢？</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-225"><p>
<strong><a href="#comment-225" rel="nofollow">Zhaoren</a> :</strong><br />
编译选项ALLOW_SLABS_REASSIGN已经正式在1.4.2版本中删除。不再推荐使用。参考Memcached的开发人员dormando 的<a href="http://article.gmane.org/gmane.comp.web.cache.memcached/9304/match=expire" rel="nofollow">评论</a>。<br />
即使是此前的版本，似乎也不能顺利编译。你可以参考<a href="http://code.google.com/p/memcached/issues/detail?id=47" rel="nofollow">这里</a>。
</p></blockquote>
<p>坪溪,你好 在memcached.h中添加ALLOW_SLABS_REASSIGN预定义 确实不能顺利编译，经过修改slabs.c可以编译成功，但是使用slabs reassign 仍然不能移动<br />
 #  Item_Size   Max_age  1MB_pages Count   Full?<br />
  1       88 B       699 s         2                 23830   yes<br />
  3     144 B           0 s         2                 0           no<br />
  4     184 B     1541 s        1                5698      yes</p>
<p>这是我的测试数据，在mc启动时分配5M内存，然后手动生成了一些数据，set到mc中，现在不论我是执行<br />
slabs reassign 3 1 还是slabs reassign 3 4 都提醒CANT </p>
<p>请问你使用reassign命令时有没有遇到类似的问题呢？</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 导出Memcached中的全部数据 by Zhaoren</title>
		<link>http://blog.xiping.me/2010/04/dump_memcached.html/comment-page-1#comment-225</link>
		<dc:creator>Zhaoren</dc:creator>
		<pubDate>Thu, 16 Sep 2010 14:23:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.feihoo.com/?p=564#comment-225</guid>
		<description>编译选项ALLOW_SLABS_REASSIGN已经正式在1.4.2版本中删除。不再推荐使用。参考Memcached的开发人员dormando 的&lt;a href=&quot;http://article.gmane.org/gmane.comp.web.cache.memcached/9304/match=expire&quot; rel=&quot;nofollow&quot;&gt;评论&lt;/a&gt;。

即使是此前的版本，似乎也不能顺利编译。你可以参考&lt;a href=&quot;http://code.google.com/p/memcached/issues/detail?id=47&quot; rel=&quot;nofollow&quot;&gt;这里&lt;/a&gt;。</description>
		<content:encoded><![CDATA[<p>编译选项ALLOW_SLABS_REASSIGN已经正式在1.4.2版本中删除。不再推荐使用。参考Memcached的开发人员dormando 的<a href="http://article.gmane.org/gmane.comp.web.cache.memcached/9304/match=expire" rel="nofollow">评论</a>。</p>
<p>即使是此前的版本，似乎也不能顺利编译。你可以参考<a href="http://code.google.com/p/memcached/issues/detail?id=47" rel="nofollow">这里</a>。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 导出Memcached中的全部数据 by 渔戈</title>
		<link>http://blog.xiping.me/2010/04/dump_memcached.html/comment-page-1#comment-224</link>
		<dc:creator>渔戈</dc:creator>
		<pubDate>Thu, 16 Sep 2010 10:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.feihoo.com/?p=564#comment-224</guid>
		<description>坪溪你好！

Memcached 支持一个可选的 slabs reassign   命令，可以将一个slab内的数据项移动到其他slab。但这个命令必须在编译 memcached 时加入该特性。

请问这个特性是怎样加入的呢？
烦请不吝赐教啊</description>
		<content:encoded><![CDATA[<p>坪溪你好！</p>
<p>Memcached 支持一个可选的 slabs reassign   命令，可以将一个slab内的数据项移动到其他slab。但这个命令必须在编译 memcached 时加入该特性。</p>
<p>请问这个特性是怎样加入的呢？<br />
烦请不吝赐教啊</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DBCP连接池(一)：原理与基本配置 by Dandelion</title>
		<link>http://blog.xiping.me/2010/01/dbcp_principle.html/comment-page-1#comment-204</link>
		<dc:creator>Dandelion</dc:creator>
		<pubDate>Wed, 02 Jun 2010 05:56:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.feihoo.com/?p=51#comment-204</guid>
		<description>清晰，明了！</description>
		<content:encoded><![CDATA[<p>清晰，明了！</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 十多年后再见到卓依婷 by Killman</title>
		<link>http://blog.xiping.me/2010/01/%e5%8d%81%e5%a4%9a%e5%b9%b4%e5%90%8e%e5%86%8d%e8%a7%81%e5%88%b0%e5%8d%93%e4%be%9d%e5%a9%b7.html/comment-page-1#comment-66</link>
		<dc:creator>Killman</dc:creator>
		<pubDate>Wed, 27 Jan 2010 08:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.feihoo.com/?p=494#comment-66</guid>
		<description>&lt;a href=&quot;#comment-65&quot; rel=&quot;nofollow&quot;&gt;@zhang &lt;/a&gt; 
呵呵，长得确实一般。不过小时候还是很火的。</description>
		<content:encoded><![CDATA[<p><a href="#comment-65" rel="nofollow">@zhang </a><br />
呵呵，长得确实一般。不过小时候还是很火的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 十多年后再见到卓依婷 by zhang</title>
		<link>http://blog.xiping.me/2010/01/%e5%8d%81%e5%a4%9a%e5%b9%b4%e5%90%8e%e5%86%8d%e8%a7%81%e5%88%b0%e5%8d%93%e4%be%9d%e5%a9%b7.html/comment-page-1#comment-65</link>
		<dc:creator>zhang</dc:creator>
		<pubDate>Wed, 27 Jan 2010 00:36:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.feihoo.com/?p=494#comment-65</guid>
		<description>长得一般 :D</description>
		<content:encoded><![CDATA[<p>长得一般 <img src='http://blog.xiping.me/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 请资助小怡帆 by 阿若妮</title>
		<link>http://blog.xiping.me/2010/01/help-yifan.html/comment-page-1#comment-55</link>
		<dc:creator>阿若妮</dc:creator>
		<pubDate>Wed, 06 Jan 2010 08:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.feihoo.com/?p=480#comment-55</guid>
		<description>众人拾柴火焰高，希望大家都能伸出自己的爱心之手，帮助一下这个美丽可爱又不幸的小女孩，我要捐款，小怡帆加油</description>
		<content:encoded><![CDATA[<p>众人拾柴火焰高，希望大家都能伸出自己的爱心之手，帮助一下这个美丽可爱又不幸的小女孩，我要捐款，小怡帆加油</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 农夫养牛问题 by 刘一的博客</title>
		<link>http://blog.xiping.me/2009/11/farmer-cow-problem.html/comment-page-1#comment-16</link>
		<dc:creator>刘一的博客</dc:creator>
		<pubDate>Wed, 04 Nov 2009 14:39:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.feihoo.com/archives/53#comment-16</guid>
		<description>[...] 今天又做了个斐波那契数列相关的题目：上台阶，每次可走一台阶和两台阶，问上10个台阶有多少种走法。 （出处：阅微堂. EMC笔试 ， 89种) 。 上次的农夫养牛问题也是个斐波那契问题。其实这个问题的思维过程比较简单，首先是根据题目大致可以估计是可以用演绎的方法来解决的，然后可以尝试 f(1), f(2), f(3) = f(2)+f(1) 之类的推理。 对于斐波那契这一类问题，因为特征过于鲜明，可以一看题目就套上，但是演绎/推理确实是一项十分重要的解题方法。延伸阅读： [...]</description>
		<content:encoded><![CDATA[<p>[...] 今天又做了个斐波那契数列相关的题目：上台阶，每次可走一台阶和两台阶，问上10个台阶有多少种走法。 （出处：阅微堂. EMC笔试 ， 89种) 。 上次的农夫养牛问题也是个斐波那契问题。其实这个问题的思维过程比较简单，首先是根据题目大致可以估计是可以用演绎的方法来解决的，然后可以尝试 f(1), f(2), f(3) = f(2)+f(1) 之类的推理。 对于斐波那契这一类问题，因为特征过于鲜明，可以一看题目就套上，但是演绎/推理确实是一项十分重要的解题方法。延伸阅读： [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

