<?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://gengrenjie.com/category/internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://gengrenjie.com</link>
	<description></description>
	<lastBuildDate>Sat, 14 Jan 2012 12:48:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>百姓网，工程师做事原则</title>
		<link>http://gengrenjie.com/2012/01/05/%e7%99%be%e5%a7%93%e7%bd%91%ef%bc%8c%e5%b7%a5%e7%a8%8b%e5%b8%88%e5%81%9a%e4%ba%8b%e5%8e%9f%e5%88%99/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25e7%2599%25be%25e5%25a7%2593%25e7%25bd%2591%25ef%25bc%258c%25e5%25b7%25a5%25e7%25a8%258b%25e5%25b8%2588%25e5%2581%259a%25e4%25ba%258b%25e5%258e%259f%25e5%2588%2599</link>
		<comments>http://gengrenjie.com/2012/01/05/%e7%99%be%e5%a7%93%e7%bd%91%ef%bc%8c%e5%b7%a5%e7%a8%8b%e5%b8%88%e5%81%9a%e4%ba%8b%e5%8e%9f%e5%88%99/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 12:28:20 +0000</pubDate>
		<dc:creator>耿 人杰</dc:creator>
				<category><![CDATA[互联网]]></category>

		<guid isPermaLink="false">http://gengrenjie.com/?p=2664</guid>
		<description><![CDATA[&#60;?php //pd@baixing.com class 攻城师做事原则 extends 百姓网做事原则{ public $原则 = array( '1' =&#62; '较真，没有“可能”、“大概”、“好像”，只有确认的额答案，除非他 真的不重要。', '2' =&#62; '鼓励尝试，允许出错，但是出错之后要有防止出错的方式，避免犯 相同的错误。', '3' =&#62; '尊重事实，发现自己错误勇于承认，发现别人错误也要指出来。', '4' =&#62; '鼓励交流，任何时候都可以去打扰别人，也可以被别人打扰。', '5' =&#62; '鼓励提出不同意见，无论对方是什么级别，充分的不同意见是为了 找到最佳的解决方案。', '6' =&#62; '奉行先实现，后优化的实用主义原则。', '7' =&#62; '解决问题而不是完成任务，建立流程胜过做10个case，建立原则胜 过做100个case。', '8' =&#62; '不要给自己设限，只要你愿意，所有网站的问题都是你的问题，所 有代码的问题你都可以改。', '9' =&#62; '鼓励与不同职能的人合作，无论对方是技术，市场，还是产品或者 其他，都能学到很多东西。', '10'=&#62;'鼓励尝试不同职位，不同的职位能够在不同视角上学习，但是职位 变更的前提是在原有岗位上表现出色。' )； } ?&#62; 其他你可能感兴趣的: 暂时没有相关文章！ &#169;2012 耿人杰的网络日志. 知识共享署名-非商业性使用-禁止演绎..]]></description>
			<content:encoded><![CDATA[<pre>&lt;?php
//pd@baixing.com

class 攻城师做事原则 extends 百姓网做事原则{
    public $原则 = array(
	    '1' =&gt; '较真，没有“可能”、“大概”、“好像”，只有确认的额答案，除非他
		      真的不重要。',
	    '2' =&gt; '鼓励尝试，允许出错，但是出错之后要有防止出错的方式，避免犯
		      相同的错误。',
	    '3' =&gt; '尊重事实，发现自己错误勇于承认，发现别人错误也要指出来。',
	    '4' =&gt; '鼓励交流，任何时候都可以去打扰别人，也可以被别人打扰。',
	    '5' =&gt; '鼓励提出不同意见，无论对方是什么级别，充分的不同意见是为了
		      找到最佳的解决方案。',
	    '6' =&gt; '奉行先实现，后优化的实用主义原则。',
            '7' =&gt; '解决问题而不是完成任务，建立流程胜过做10个case，建立原则胜
		      过做100个case。',
            '8' =&gt; '不要给自己设限，只要你愿意，所有网站的问题都是你的问题，所
		      有代码的问题你都可以改。',
	    '9' =&gt; '鼓励与不同职能的人合作，无论对方是技术，市场，还是产品或者
		      其他，都能学到很多东西。',
	    '10'=&gt;'鼓励尝试不同职位，不同的职位能够在不同视角上学习，但是职位
		      变更的前提是在原有岗位上表现出色。' 

	)；

}

?&gt;</pre>
<h3 class='related_post_title'>其他你可能感兴趣的:</h3>
<ul class='related_post'>
<li>暂时没有相关文章！</li>
</ul>
<p>&copy;2012 <a href="http://gengrenjie.com">耿人杰的网络日志</a>. 知识共享署名-非商业性使用-禁止演绎.</p>. <img src="http://gengrenjie.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=2664" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://gengrenjie.com/2012/01/05/%e7%99%be%e5%a7%93%e7%bd%91%ef%bc%8c%e5%b7%a5%e7%a8%8b%e5%b8%88%e5%81%9a%e4%ba%8b%e5%8e%9f%e5%88%99/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>当当电子书平台</title>
		<link>http://gengrenjie.com/2011/12/21/%e5%bd%93%e5%bd%93%e7%94%b5%e5%ad%90%e4%b9%a6%e5%b9%b3%e5%8f%b0/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25e5%25bd%2593%25e5%25bd%2593%25e7%2594%25b5%25e5%25ad%2590%25e4%25b9%25a6%25e5%25b9%25b3%25e5%258f%25b0</link>
		<comments>http://gengrenjie.com/2011/12/21/%e5%bd%93%e5%bd%93%e7%94%b5%e5%ad%90%e4%b9%a6%e5%b9%b3%e5%8f%b0/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 10:44:46 +0000</pubDate>
		<dc:creator>耿 人杰</dc:creator>
				<category><![CDATA[互联网]]></category>

		<guid isPermaLink="false">http://gengrenjie.com/?p=2647</guid>
		<description><![CDATA[当当今天发布电子书平台，但大家普遍评价不高。我也看了一下他们的网站，并安装了Android阅读端试用，确实发现不少赶工的痕迹。我相信当当内部自己肯定也知道问题所在，但产品开发，尤其是大平台产品的开发应有其规律。拿着军令状，有着必须要上线的时间点，如何平衡开发周期和质量就是一门艺术。有时适当地放弃，不被外人的口水所淹没，在内部保持适当地保持开发节奏，有助于产品的良性迭代。平台看长期竞争力，而非一日成败。 其他你可能感兴趣的: 暂时没有相关文章！ &#169;2012 耿人杰的网络日志. 知识共享署名-非商业性使用-禁止演绎..]]></description>
			<content:encoded><![CDATA[<p>当当今天发布电子书平台，但大家普遍评价不高。我也看了一下他们的网站，并安装了Android阅读端试用，确实发现不少赶工的痕迹。我相信当当内部自己肯定也知道问题所在，但产品开发，尤其是大平台产品的开发应有其规律。拿着军令状，有着必须要上线的时间点，如何平衡开发周期和质量就是一门艺术。有时适当地放弃，不被外人的口水所淹没，在内部保持适当地保持开发节奏，有助于产品的良性迭代。平台看长期竞争力，而非一日成败。<br />
<h3 class='related_post_title'>其他你可能感兴趣的:</h3>
<ul class='related_post'>
<li>暂时没有相关文章！</li>
</ul>
<p>&copy;2012 <a href="http://gengrenjie.com">耿人杰的网络日志</a>. 知识共享署名-非商业性使用-禁止演绎.</p>. <img src="http://gengrenjie.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=2647" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://gengrenjie.com/2011/12/21/%e5%bd%93%e5%bd%93%e7%94%b5%e5%ad%90%e4%b9%a6%e5%b9%b3%e5%8f%b0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bye Bye Follow5</title>
		<link>http://gengrenjie.com/2011/11/16/bye-bye-follow5/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=bye-bye-follow5</link>
		<comments>http://gengrenjie.com/2011/11/16/bye-bye-follow5/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 10:46:00 +0000</pubDate>
		<dc:creator>耿 人杰</dc:creator>
				<category><![CDATA[互联网]]></category>

		<guid isPermaLink="false">http://gengrenjie.com/?p=2567</guid>
		<description><![CDATA[其他你可能感兴趣的: 暂时没有相关文章！ &#169;2012 耿人杰的网络日志. 知识共享署名-非商业性使用-禁止演绎..]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="400" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="align" value="middle" /><param name="src" value="http://player.youku.com/player.php/sid/XMzIxODU1MTY4/v.swf" /><param name="allowfullscreen" value="true" /><param name="quality" value="high" /><embed type="application/x-shockwave-flash" width="480" height="400" src="http://player.youku.com/player.php/sid/XMzIxODU1MTY4/v.swf" quality="high" allowfullscreen="true" align="middle"></embed></object><br />
<h3 class='related_post_title'>其他你可能感兴趣的:</h3>
<ul class='related_post'>
<li>暂时没有相关文章！</li>
</ul>
<p>&copy;2012 <a href="http://gengrenjie.com">耿人杰的网络日志</a>. 知识共享署名-非商业性使用-禁止演绎.</p>. <img src="http://gengrenjie.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=2567" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://gengrenjie.com/2011/11/16/bye-bye-follow5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>从《社交网络》想到的</title>
		<link>http://gengrenjie.com/2011/11/13/%e4%bb%8e%e3%80%8a%e7%a4%be%e4%ba%a4%e7%bd%91%e7%bb%9c%e3%80%8b%e6%83%b3%e5%88%b0%e7%9a%84/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25e4%25bb%258e%25e3%2580%258a%25e7%25a4%25be%25e4%25ba%25a4%25e7%25bd%2591%25e7%25bb%259c%25e3%2580%258b%25e6%2583%25b3%25e5%2588%25b0%25e7%259a%2584</link>
		<comments>http://gengrenjie.com/2011/11/13/%e4%bb%8e%e3%80%8a%e7%a4%be%e4%ba%a4%e7%bd%91%e7%bb%9c%e3%80%8b%e6%83%b3%e5%88%b0%e7%9a%84/#comments</comments>
		<pubDate>Sun, 13 Nov 2011 15:15:39 +0000</pubDate>
		<dc:creator>耿 人杰</dc:creator>
				<category><![CDATA[互联网]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[创业]]></category>
		<category><![CDATA[社交网络]]></category>

		<guid isPermaLink="false">http://gengrenjie.com/?p=2554</guid>
		<description><![CDATA[很少有片子能让我们看两遍，但昨天重新看了一遍社交网络。在意的不是他们对于Facebook的所有权，而是Mark是如何做成Facebook的。 有这么几点 清楚用户的痛点和核心需求（Mark敏锐的想到了加上个人状态：单身/非单身） 忍得住诱惑（Mark坚持不上广告） 懂得用户体验（Mark说Facebook绝不当机） 执行力（团队编程着魔了） 其他你可能感兴趣的: Lean Startup 精实创业 创业公司“老大”所需的6大品质 Facebook Facebook的Timeline The Social Network &#169;2012 耿人杰的网络日志. 知识共享署名-非商业性使用-禁止演绎..]]></description>
			<content:encoded><![CDATA[<p>很少有片子能让我们看两遍，但昨天重新看了一遍<a href="http://movie.douban.com/subject/3205624/" target="_blank">社交网络</a>。在意的不是他们对于Facebook的所有权，而是Mark是如何做成Facebook的。</p>
<p>有这么几点</p>
<ol>
<li>清楚用户的痛点和核心需求（Mark敏锐的想到了加上个人状态：单身/非单身）</li>
<li>忍得住诱惑（Mark坚持不上广告）</li>
<li>懂得用户体验（Mark说Facebook绝不当机）</li>
<li>执行力（团队编程着魔了）</li>
</ol>
<h3 class='related_post_title'>其他你可能感兴趣的:</h3>
<ul class='related_post'>
<li><a href='http://gengrenjie.com/2011/11/14/lean-startup-%e7%b2%be%e5%ae%9e%e5%88%9b%e4%b8%9a/' title='Lean Startup 精实创业'>Lean Startup 精实创业</a></li>
<li><a href='http://gengrenjie.com/2011/11/13/%e5%88%9b%e4%b8%9a%e5%85%ac%e5%8f%b8%e2%80%9c%e8%80%81%e5%a4%a7%e2%80%9d%e6%89%80%e9%9c%80%e7%9a%846%e5%a4%a7%e5%93%81%e8%b4%a8/' title='创业公司“老大”所需的6大品质'>创业公司“老大”所需的6大品质</a></li>
<li><a href='http://gengrenjie.com/2011/10/25/facebook/' title='Facebook'>Facebook</a></li>
<li><a href='http://gengrenjie.com/2011/10/23/facebook%e7%9a%84timeline/' title='Facebook的Timeline'>Facebook的Timeline</a></li>
<li><a href='http://gengrenjie.com/2010/07/31/the-social-network/' title='The Social Network'>The Social Network</a></li>
</ul>
<p>&copy;2012 <a href="http://gengrenjie.com">耿人杰的网络日志</a>. 知识共享署名-非商业性使用-禁止演绎.</p>. <img src="http://gengrenjie.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=2554" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://gengrenjie.com/2011/11/13/%e4%bb%8e%e3%80%8a%e7%a4%be%e4%ba%a4%e7%bd%91%e7%bb%9c%e3%80%8b%e6%83%b3%e5%88%b0%e7%9a%84/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>美捷步（Zappos）的核心价值观</title>
		<link>http://gengrenjie.com/2011/11/11/%e7%be%8e%e6%8d%b7%e6%ad%a5%ef%bc%88zappos%ef%bc%89%e7%9a%8410%e6%9d%a1%e6%a0%b8%e5%bf%83%e4%bb%b7%e5%80%bc%e8%a7%82/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25e7%25be%258e%25e6%258d%25b7%25e6%25ad%25a5%25ef%25bc%2588zappos%25ef%25bc%2589%25e7%259a%258410%25e6%259d%25a1%25e6%25a0%25b8%25e5%25bf%2583%25e4%25bb%25b7%25e5%2580%25bc%25e8%25a7%2582</link>
		<comments>http://gengrenjie.com/2011/11/11/%e7%be%8e%e6%8d%b7%e6%ad%a5%ef%bc%88zappos%ef%bc%89%e7%9a%8410%e6%9d%a1%e6%a0%b8%e5%bf%83%e4%bb%b7%e5%80%bc%e8%a7%82/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 04:16:38 +0000</pubDate>
		<dc:creator>耿 人杰</dc:creator>
				<category><![CDATA[互联网]]></category>
		<category><![CDATA[zappos]]></category>
		<category><![CDATA[美捷步]]></category>

		<guid isPermaLink="false">http://gengrenjie.com/?p=2545</guid>
		<description><![CDATA[美捷步（Zappos）的核心价值观 通过服务让人们感到惊叹：WOW！ 拥抱并驱动变革。 创造欢乐及一点点搞怪。 勇于冒险，敢于创新，开放思想。 积极进取和不断学习。 通过沟通建立开放和诚实的关系。 建立积极的团队，塑造家庭精神。 追求事半功倍。 充满激情和决断力。 虚怀若谷。 其他你可能感兴趣的: 暂时没有相关文章！ &#169;2012 耿人杰的网络日志. 知识共享署名-非商业性使用-禁止演绎..]]></description>
			<content:encoded><![CDATA[<p>美捷步（Zappos）的核心价值观</p>
<ol>
<li>通过服务让人们感到惊叹：WOW！</li>
<li>拥抱并驱动变革。</li>
<li>创造欢乐及一点点搞怪。</li>
<li>勇于冒险，敢于创新，开放思想。</li>
<li>积极进取和不断学习。</li>
<li>通过沟通建立开放和诚实的关系。</li>
<li>建立积极的团队，塑造家庭精神。</li>
<li>追求事半功倍。</li>
<li>充满激情和决断力。</li>
<li>虚怀若谷。</li>
</ol>
<h3 class='related_post_title'>其他你可能感兴趣的:</h3>
<ul class='related_post'>
<li>暂时没有相关文章！</li>
</ul>
<p>&copy;2012 <a href="http://gengrenjie.com">耿人杰的网络日志</a>. 知识共享署名-非商业性使用-禁止演绎.</p>. <img src="http://gengrenjie.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=2545" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://gengrenjie.com/2011/11/11/%e7%be%8e%e6%8d%b7%e6%ad%a5%ef%bc%88zappos%ef%bc%89%e7%9a%8410%e6%9d%a1%e6%a0%b8%e5%bf%83%e4%bb%b7%e5%80%bc%e8%a7%82/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Facebook</title>
		<link>http://gengrenjie.com/2011/10/25/facebook/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=facebook</link>
		<comments>http://gengrenjie.com/2011/10/25/facebook/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 16:13:34 +0000</pubDate>
		<dc:creator>耿 人杰</dc:creator>
				<category><![CDATA[互联网]]></category>
		<category><![CDATA[facebook]]></category>

		<guid isPermaLink="false">http://gengrenjie.com/?p=2532</guid>
		<description><![CDATA[其他你可能感兴趣的: 从《社交网络》想到的 Facebook的Timeline The Social Network 看Facebook如何做设计 &#169;2012 耿人杰的网络日志. 知识共享署名-非商业性使用-禁止演绎..]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="400" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="align" value="middle" /><param name="src" value="http://player.youku.com/player.php/sid/XMTUzMjkwMjky/v.swf" /><param name="allowfullscreen" value="true" /><param name="quality" value="high" /><embed type="application/x-shockwave-flash" width="480" height="400" src="http://player.youku.com/player.php/sid/XMTUzMjkwMjky/v.swf" quality="high" allowfullscreen="true" align="middle"></embed></object><br />
<h3 class='related_post_title'>其他你可能感兴趣的:</h3>
<ul class='related_post'>
<li><a href='http://gengrenjie.com/2011/11/13/%e4%bb%8e%e3%80%8a%e7%a4%be%e4%ba%a4%e7%bd%91%e7%bb%9c%e3%80%8b%e6%83%b3%e5%88%b0%e7%9a%84/' title='从《社交网络》想到的'>从《社交网络》想到的</a></li>
<li><a href='http://gengrenjie.com/2011/10/23/facebook%e7%9a%84timeline/' title='Facebook的Timeline'>Facebook的Timeline</a></li>
<li><a href='http://gengrenjie.com/2010/07/31/the-social-network/' title='The Social Network'>The Social Network</a></li>
<li><a href='http://gengrenjie.com/2009/08/27/%e7%9c%8bfacebook%e5%a6%82%e4%bd%95%e5%81%9a%e8%ae%be%e8%ae%a1/' title='看Facebook如何做设计'>看Facebook如何做设计</a></li>
</ul>
<p>&copy;2012 <a href="http://gengrenjie.com">耿人杰的网络日志</a>. 知识共享署名-非商业性使用-禁止演绎.</p>. <img src="http://gengrenjie.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=2532" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://gengrenjie.com/2011/10/25/facebook/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>硅谷传奇</title>
		<link>http://gengrenjie.com/2011/10/07/%e7%a1%85%e8%b0%b7%e4%bc%a0%e5%a5%87/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25e7%25a1%2585%25e8%25b0%25b7%25e4%25bc%25a0%25e5%25a5%2587</link>
		<comments>http://gengrenjie.com/2011/10/07/%e7%a1%85%e8%b0%b7%e4%bc%a0%e5%a5%87/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 16:41:31 +0000</pubDate>
		<dc:creator>耿 人杰</dc:creator>
				<category><![CDATA[互联网]]></category>
		<category><![CDATA[硅谷传奇]]></category>

		<guid isPermaLink="false">http://gengrenjie.com/?p=2505</guid>
		<description><![CDATA[强烈推荐：硅谷传奇 其他你可能感兴趣的: 暂时没有相关文章！ &#169;2012 耿人杰的网络日志. 知识共享署名-非商业性使用-禁止演绎..]]></description>
			<content:encoded><![CDATA[<p>强烈推荐：硅谷传奇<br />
<h3 class='related_post_title'>其他你可能感兴趣的:</h3>
<ul class='related_post'>
<li>暂时没有相关文章！</li>
</ul>
<p>&copy;2012 <a href="http://gengrenjie.com">耿人杰的网络日志</a>. 知识共享署名-非商业性使用-禁止演绎.</p>. <img src="http://gengrenjie.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=2505" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://gengrenjie.com/2011/10/07/%e7%a1%85%e8%b0%b7%e4%bc%a0%e5%a5%87/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>信息变革在加速</title>
		<link>http://gengrenjie.com/2011/05/16/%e4%bf%a1%e6%81%af%e5%8f%98%e9%9d%a9%e5%9c%a8%e5%8a%a0%e9%80%9f/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25e4%25bf%25a1%25e6%2581%25af%25e5%258f%2598%25e9%259d%25a9%25e5%259c%25a8%25e5%258a%25a0%25e9%2580%259f</link>
		<comments>http://gengrenjie.com/2011/05/16/%e4%bf%a1%e6%81%af%e5%8f%98%e9%9d%a9%e5%9c%a8%e5%8a%a0%e9%80%9f/#comments</comments>
		<pubDate>Mon, 16 May 2011 14:33:30 +0000</pubDate>
		<dc:creator>耿 人杰</dc:creator>
				<category><![CDATA[互联网]]></category>
		<category><![CDATA[信息变革在加速]]></category>

		<guid isPermaLink="false">http://gengrenjie.com/?p=2461</guid>
		<description><![CDATA[从文字出现到手抄本，经历了4300年； 从手抄本到活字印刷，1150年； 从活字印刷到互联网，524年； 从互联网到搜索引擎，17年； 从搜索引擎到谷歌的相关性排名算法，7年。 其他你可能感兴趣的: 暂时没有相关文章！ &#169;2012 耿人杰的网络日志. 知识共享署名-非商业性使用-禁止演绎..]]></description>
			<content:encoded><![CDATA[<p>从文字出现到手抄本，经历了4300年；</p>
<p>从手抄本到活字印刷，1150年；</p>
<p>从活字印刷到互联网，524年；</p>
<p>从互联网到搜索引擎，17年；</p>
<p>从搜索引擎到谷歌的相关性排名算法，7年。<br />
<h3 class='related_post_title'>其他你可能感兴趣的:</h3>
<ul class='related_post'>
<li>暂时没有相关文章！</li>
</ul>
<p>&copy;2012 <a href="http://gengrenjie.com">耿人杰的网络日志</a>. 知识共享署名-非商业性使用-禁止演绎.</p>. <img src="http://gengrenjie.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=2461" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://gengrenjie.com/2011/05/16/%e4%bf%a1%e6%81%af%e5%8f%98%e9%9d%a9%e5%9c%a8%e5%8a%a0%e9%80%9f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1Q84.fm</title>
		<link>http://gengrenjie.com/2011/02/15/1q84-fm/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=1q84-fm</link>
		<comments>http://gengrenjie.com/2011/02/15/1q84-fm/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 17:21:17 +0000</pubDate>
		<dc:creator>耿 人杰</dc:creator>
				<category><![CDATA[互联网]]></category>
		<category><![CDATA[1q84.fm]]></category>
		<category><![CDATA[社会化音乐电台]]></category>

		<guid isPermaLink="false">http://gengrenjie.com/?p=2422</guid>
		<description><![CDATA[盛大旗下社会化音乐电台：1Q84.fm 其他你可能感兴趣的: 暂时没有相关文章！ &#169;2012 耿人杰的网络日志. 知识共享署名-非商业性使用-禁止演绎..]]></description>
			<content:encoded><![CDATA[<p>盛大旗下社会化音乐电台：<a href="http://1q84.fm" target="_blank">1Q84.fm</a></p>
<p><img class="alignnone" title="1q84.fm" src="http://1q84.fm/images/events/20110209_signup.png?1297222859" alt="" width="387" height="214" /><br />
<h3 class='related_post_title'>其他你可能感兴趣的:</h3>
<ul class='related_post'>
<li>暂时没有相关文章！</li>
</ul>
<p>&copy;2012 <a href="http://gengrenjie.com">耿人杰的网络日志</a>. 知识共享署名-非商业性使用-禁止演绎.</p>. <img src="http://gengrenjie.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=2422" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://gengrenjie.com/2011/02/15/1q84-fm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>别人在做什么，我们在做什么</title>
		<link>http://gengrenjie.com/2010/07/10/%e5%88%ab%e4%ba%ba%e5%9c%a8%e5%81%9a%e4%bb%80%e4%b9%88%ef%bc%8c%e6%88%91%e4%bb%ac%e5%9c%a8%e5%81%9a%e4%bb%80%e4%b9%88/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25e5%2588%25ab%25e4%25ba%25ba%25e5%259c%25a8%25e5%2581%259a%25e4%25bb%2580%25e4%25b9%2588%25ef%25bc%258c%25e6%2588%2591%25e4%25bb%25ac%25e5%259c%25a8%25e5%2581%259a%25e4%25bb%2580%25e4%25b9%2588</link>
		<comments>http://gengrenjie.com/2010/07/10/%e5%88%ab%e4%ba%ba%e5%9c%a8%e5%81%9a%e4%bb%80%e4%b9%88%ef%bc%8c%e6%88%91%e4%bb%ac%e5%9c%a8%e5%81%9a%e4%bb%80%e4%b9%88/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 04:30:06 +0000</pubDate>
		<dc:creator>耿 人杰</dc:creator>
				<category><![CDATA[互联网]]></category>
		<category><![CDATA[OPOB]]></category>
		<category><![CDATA[一人一书]]></category>
		<category><![CDATA[云中图书馆]]></category>
		<category><![CDATA[盛大文学]]></category>

		<guid isPermaLink="false">http://gengrenjie.com/?p=2188</guid>
		<description><![CDATA[当别人周末休息，吃着冷饮的时候，我们在测试产品，思考如何优化 当别人热热闹闹在上海苹果新店朝圣的时候，我们在如火如荼地做着性能测试 我们所做的这一切都是为了一个目的：OPOB一人一书，颠覆人们的传统阅读方式 其他你可能感兴趣的: 云中书城需要优秀产品实习生 电子书阅读器问卷调查找茬 关于作者 &#169;2012 耿人杰的网络日志. 知识共享署名-非商业性使用-禁止演绎..]]></description>
			<content:encoded><![CDATA[<p>当别人周末休息，吃着冷饮的时候，我们在测试产品，思考如何优化</p>
<p>当别人热热闹闹在上海苹果新店朝圣的时候，我们在如火如荼地做着性能测试</p>
<p>我们所做的这一切都是为了一个目的：OPOB一人一书，颠覆人们的传统阅读方式<br />
<h3 class='related_post_title'>其他你可能感兴趣的:</h3>
<ul class='related_post'>
<li><a href='http://gengrenjie.com/2010/08/29/%e4%ba%91%e4%b8%ad%e4%b9%a6%e5%9f%8e%e9%9c%80%e8%a6%81%e4%bc%98%e7%a7%80%e4%ba%a7%e5%93%81%e5%ae%9e%e4%b9%a0%e7%94%9f/' title='云中书城需要优秀产品实习生'>云中书城需要优秀产品实习生</a></li>
<li><a href='http://gengrenjie.com/2010/03/01/%e7%94%b5%e5%ad%90%e4%b9%a6%e9%98%85%e8%af%bb%e5%99%a8%e9%97%ae%e5%8d%b7%e8%b0%83%e6%9f%a5%e6%89%be%e8%8c%ac/' title='电子书阅读器问卷调查找茬'>电子书阅读器问卷调查找茬</a></li>
<li><a href='http://gengrenjie.com/about/' title='关于作者'>关于作者</a></li>
</ul>
<p>&copy;2012 <a href="http://gengrenjie.com">耿人杰的网络日志</a>. 知识共享署名-非商业性使用-禁止演绎.</p>. <img src="http://gengrenjie.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=2188" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://gengrenjie.com/2010/07/10/%e5%88%ab%e4%ba%ba%e5%9c%a8%e5%81%9a%e4%bb%80%e4%b9%88%ef%bc%8c%e6%88%91%e4%bb%ac%e5%9c%a8%e5%81%9a%e4%bb%80%e4%b9%88/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

