<?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>Sunshow LifeNetwork</title>
	<atom:link href="http://blog.sunshow.net/category/network/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sunshow.net</link>
	<description>回到最初的美好</description>
	<lastBuildDate>Tue, 02 Mar 2010 05:41:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>libcurl与CLOSE_WAIT</title>
		<link>http://blog.sunshow.net/2010/03/libcurl-and-close-wait/</link>
		<comments>http://blog.sunshow.net/2010/03/libcurl-and-close-wait/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 05:41:49 +0000</pubDate>
		<dc:creator>Sunshow</dc:creator>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[libcurl]]></category>
		<category><![CDATA[TCP]]></category>
		<category><![CDATA[下载]]></category>

		<guid isPermaLink="false">http://blog.sunshow.net/?p=730</guid>
		<description><![CDATA[调用libcurl下载，然后使用netstat查看发现有大量的TCP连接保持在CLOSE_WAIT状态
查看libcurl的文档说明，有这样一个选项：

CURLOPT_FORBID_REUSE
Pass a long. Set to 1 to make the next transfer explicitly close the connection when done. Normally, libcurl keeps all connections alive when done with one transfer in case a succeeding one follows that can re-use them. This option should be used with caution and only if you understand what it does. Set to [...]]]></description>
			<content:encoded><![CDATA[<p>调用libcurl下载，然后使用netstat查看发现有大量的TCP连接保持在CLOSE_WAIT状态<br />
查看libcurl的文档说明，有这样一个选项：</p>
<blockquote><p>
CURLOPT_FORBID_REUSE</p>
<p>Pass a long. Set to 1 to make the next transfer explicitly close the connection when done. Normally, libcurl keeps all connections alive when done with one transfer in case a succeeding one follows that can re-use them. This option should be used with caution and only if you understand what it does. Set to 0 to have libcurl keep the connection open for possible later re-use (default behavior).
</p></blockquote>
<p>也就是说，默认情况下libcurl完成一个任务以后，出于重用连接的考虑不会马上关闭<br />
如果没有新的TCP请求来重用这个连接，那么只能等到CLOSE_WAIT超时，这个时间默认在7200秒甚至更高，太多的CLOSE_WAIT连接会导致性能问题</p>
<p>解决方法：</p>
<div class="hl-surround"><div class="hl-main">curl_easy_setopt(curl, CURLOPT_FORBID_REUSE, 1);</div></div>
<p>最好再修改一下TCP参数调低CLOSE_WAIT和TIME_WAIT的超时时间</p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2010%2F03%2Flibcurl-and-close-wait%2F&amp;title=libcurl%E4%B8%8ECLOSE_WAIT"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2010%2F03%2Flibcurl-and-close-wait%2F&amp;title=libcurl%E4%B8%8ECLOSE_WAIT"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2010%2F03%2Flibcurl-and-close-wait%2F&amp;title=libcurl%E4%B8%8ECLOSE_WAIT"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fblog.sunshow.net%2F2010%2F03%2Flibcurl-and-close-wait%2F&amp;headline=libcurl%E4%B8%8ECLOSE_WAIT"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=libcurl%E4%B8%8ECLOSE_WAIT&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2010%2F03%2Flibcurl-and-close-wait%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=libcurl%E4%B8%8ECLOSE_WAIT&amp;u=http%3A%2F%2Fblog.sunshow.net%2F2010%2F03%2Flibcurl-and-close-wait%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=libcurl%E4%B8%8ECLOSE_WAIT&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2010%2F03%2Flibcurl-and-close-wait%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=libcurl%E4%B8%8ECLOSE_WAIT&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2010%2F03%2Flibcurl-and-close-wait%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=libcurl%E4%B8%8ECLOSE_WAIT&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2010%2F03%2Flibcurl-and-close-wait%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2010%2F03%2Flibcurl-and-close-wait%2F&amp;title=libcurl%E4%B8%8ECLOSE_WAIT&amp;summary=&amp;source="><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.sunshow.net%2F2010%2F03%2Flibcurl-and-close-wait%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fblog.sunshow.net%2F2010%2F03%2Flibcurl-and-close-wait%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/reader/link?url=http%3A%2F%2Fblog.sunshow.net%2F2010%2F03%2Flibcurl-and-close-wait%2F&amp;title=libcurl%E4%B8%8ECLOSE_WAIT"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>
	<div style="clear:both;"></div>标签：<a href="http://blog.sunshow.net/tag/libcurl/" title="libcurl" rel="tag">libcurl</a>, <a href="http://blog.sunshow.net/tag/tcp/" title="TCP" rel="tag">TCP</a>, <a href="http://blog.sunshow.net/tag/%e4%b8%8b%e8%bd%bd/" title="下载" rel="tag">下载</a><br /><br />

	<div style="clear:both;"></div><strong>相关日志</strong>
	<ul class="st-related-posts">
	<li><a href="http://blog.sunshow.net/2008/06/firefox-3-%e4%b8%8b%e8%bd%bd%e6%97%a5/" title="Firefox 3 下载日 (2008-06-18)">Firefox 3 下载日</a> (1)</li>
	<li><a href="http://blog.sunshow.net/2009/12/css-sprites-styles-producing-tool/" title="CSS Sprites样式生成工具 (2009-12-14)">CSS Sprites样式生成工具</a> (0)</li>
	<li><a href="http://blog.sunshow.net/2009/03/ie-8-released/" title="IE8正式发布 (2009-03-20)">IE8正式发布</a> (1)</li>
	<li><a href="http://blog.sunshow.net/2007/02/%ce%bctorrent-1.6.1-build-488released/" title="μTorrent 1.6.1 (build 488) released (2007-02-15)">μTorrent 1.6.1 (build 488) released</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://blog.sunshow.net/2010/03/libcurl-and-close-wait/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>域名转出至GoDaddy</title>
		<link>http://blog.sunshow.net/2010/01/transfer-domain-to-godaddy/</link>
		<comments>http://blog.sunshow.net/2010/01/transfer-domain-to-godaddy/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 14:36:05 +0000</pubDate>
		<dc:creator>Sunshow</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[GoDaddy]]></category>
		<category><![CDATA[万网]]></category>
		<category><![CDATA[域名]]></category>

		<guid isPermaLink="false">http://blog.sunshow.net/?p=722</guid>
		<description><![CDATA[从万网转出果然是名不虚传的困难
其中的艰辛不再赘述，劝君莫用万网
还有另一个域名还在继续跟万网作斗争
PS: 发表完了看到相关日志，顿时泪流满面！

	标签：GoDaddy, 万网, 域名

	相关日志
	
	内容控制的下一步是域名监管 (5)


]]></description>
			<content:encoded><![CDATA[<p>从万网转出果然是名不虚传的困难</p>
<p>其中的艰辛不再赘述，劝君莫用万网</p>
<p>还有另一个域名还在继续跟万网作斗争</p>
<p>PS: 发表完了看到相关日志，顿时泪流满面！</p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2010%2F01%2Ftransfer-domain-to-godaddy%2F&amp;title=%E5%9F%9F%E5%90%8D%E8%BD%AC%E5%87%BA%E8%87%B3GoDaddy"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2010%2F01%2Ftransfer-domain-to-godaddy%2F&amp;title=%E5%9F%9F%E5%90%8D%E8%BD%AC%E5%87%BA%E8%87%B3GoDaddy"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2010%2F01%2Ftransfer-domain-to-godaddy%2F&amp;title=%E5%9F%9F%E5%90%8D%E8%BD%AC%E5%87%BA%E8%87%B3GoDaddy"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fblog.sunshow.net%2F2010%2F01%2Ftransfer-domain-to-godaddy%2F&amp;headline=%E5%9F%9F%E5%90%8D%E8%BD%AC%E5%87%BA%E8%87%B3GoDaddy"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=%E5%9F%9F%E5%90%8D%E8%BD%AC%E5%87%BA%E8%87%B3GoDaddy&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2010%2F01%2Ftransfer-domain-to-godaddy%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=%E5%9F%9F%E5%90%8D%E8%BD%AC%E5%87%BA%E8%87%B3GoDaddy&amp;u=http%3A%2F%2Fblog.sunshow.net%2F2010%2F01%2Ftransfer-domain-to-godaddy%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=%E5%9F%9F%E5%90%8D%E8%BD%AC%E5%87%BA%E8%87%B3GoDaddy&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2010%2F01%2Ftransfer-domain-to-godaddy%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=%E5%9F%9F%E5%90%8D%E8%BD%AC%E5%87%BA%E8%87%B3GoDaddy&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2010%2F01%2Ftransfer-domain-to-godaddy%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=%E5%9F%9F%E5%90%8D%E8%BD%AC%E5%87%BA%E8%87%B3GoDaddy&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2010%2F01%2Ftransfer-domain-to-godaddy%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2010%2F01%2Ftransfer-domain-to-godaddy%2F&amp;title=%E5%9F%9F%E5%90%8D%E8%BD%AC%E5%87%BA%E8%87%B3GoDaddy&amp;summary=&amp;source="><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.sunshow.net%2F2010%2F01%2Ftransfer-domain-to-godaddy%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fblog.sunshow.net%2F2010%2F01%2Ftransfer-domain-to-godaddy%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/reader/link?url=http%3A%2F%2Fblog.sunshow.net%2F2010%2F01%2Ftransfer-domain-to-godaddy%2F&amp;title=%E5%9F%9F%E5%90%8D%E8%BD%AC%E5%87%BA%E8%87%B3GoDaddy"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>
	<div style="clear:both;"></div>标签：<a href="http://blog.sunshow.net/tag/godaddy/" title="GoDaddy" rel="tag">GoDaddy</a>, <a href="http://blog.sunshow.net/tag/%e4%b8%87%e7%bd%91/" title="万网" rel="tag">万网</a>, <a href="http://blog.sunshow.net/tag/%e5%9f%9f%e5%90%8d/" title="域名" rel="tag">域名</a><br /><br />

	<div style="clear:both;"></div><strong>相关日志</strong>
	<ul class="st-related-posts">
	<li><a href="http://blog.sunshow.net/2009/04/content-control-and-domain-supervision/" title="内容控制的下一步是域名监管 (2009-04-15)">内容控制的下一步是域名监管</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://blog.sunshow.net/2010/01/transfer-domain-to-godaddy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>上地实测EVDO</title>
		<link>http://blog.sunshow.net/2009/07/evdo-at-shangdi/</link>
		<comments>http://blog.sunshow.net/2009/07/evdo-at-shangdi/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 02:21:04 +0000</pubDate>
		<dc:creator>Sunshow</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[3G]]></category>
		<category><![CDATA[EVDO]]></category>
		<category><![CDATA[上地]]></category>
		<category><![CDATA[速度]]></category>

		<guid isPermaLink="false">http://blog.sunshow.net/?p=708</guid>
		<description><![CDATA[看图不说话……



这个速度，泪奔啊……
回家再试试

	标签：3G, EVDO, 上地, 速度

	相关日志
	
	WP-Turbo Test! (1)


]]></description>
			<content:encoded><![CDATA[<p>看图不说话……</p>
<p><a href="http://picasaweb.google.com/lh/photo/XfVO8sv4MyJ-WoemRhX5hg?feat=embedwebsite"><img src="http://lh4.ggpht.com/_n8fJiBl2zA8/SkrHRPqNTJI/AAAAAAAADLE/EJLdzlYVBPc/s800/3g_signal.jpg" /></a></p>
<p><a href="http://picasaweb.google.com/lh/photo/HTzrDVD3CvSK7ph_tWrZKA?feat=embedwebsite"><img src="http://lh6.ggpht.com/_n8fJiBl2zA8/SkrHRGgrgRI/AAAAAAAADLI/ItlBzDLV2Go/s800/3g_status.jpg" /></a></p>
<p><a href="http://picasaweb.google.com/lh/photo/ucwz8BqRgUKF7IsNRWN2Sg?feat=embedwebsite"><img src="http://lh4.ggpht.com/_n8fJiBl2zA8/SkrHRNiVNpI/AAAAAAAADLA/wn9oLmBZubU/s800/3g_http.jpg" /></a></p>
<p>这个速度，泪奔啊……<br />
回家再试试</p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2009%2F07%2Fevdo-at-shangdi%2F&amp;title=%E4%B8%8A%E5%9C%B0%E5%AE%9E%E6%B5%8BEVDO"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2009%2F07%2Fevdo-at-shangdi%2F&amp;title=%E4%B8%8A%E5%9C%B0%E5%AE%9E%E6%B5%8BEVDO"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2009%2F07%2Fevdo-at-shangdi%2F&amp;title=%E4%B8%8A%E5%9C%B0%E5%AE%9E%E6%B5%8BEVDO"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fblog.sunshow.net%2F2009%2F07%2Fevdo-at-shangdi%2F&amp;headline=%E4%B8%8A%E5%9C%B0%E5%AE%9E%E6%B5%8BEVDO"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=%E4%B8%8A%E5%9C%B0%E5%AE%9E%E6%B5%8BEVDO&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2009%2F07%2Fevdo-at-shangdi%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=%E4%B8%8A%E5%9C%B0%E5%AE%9E%E6%B5%8BEVDO&amp;u=http%3A%2F%2Fblog.sunshow.net%2F2009%2F07%2Fevdo-at-shangdi%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=%E4%B8%8A%E5%9C%B0%E5%AE%9E%E6%B5%8BEVDO&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2009%2F07%2Fevdo-at-shangdi%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=%E4%B8%8A%E5%9C%B0%E5%AE%9E%E6%B5%8BEVDO&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2009%2F07%2Fevdo-at-shangdi%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=%E4%B8%8A%E5%9C%B0%E5%AE%9E%E6%B5%8BEVDO&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2009%2F07%2Fevdo-at-shangdi%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2009%2F07%2Fevdo-at-shangdi%2F&amp;title=%E4%B8%8A%E5%9C%B0%E5%AE%9E%E6%B5%8BEVDO&amp;summary=&amp;source="><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.sunshow.net%2F2009%2F07%2Fevdo-at-shangdi%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fblog.sunshow.net%2F2009%2F07%2Fevdo-at-shangdi%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/reader/link?url=http%3A%2F%2Fblog.sunshow.net%2F2009%2F07%2Fevdo-at-shangdi%2F&amp;title=%E4%B8%8A%E5%9C%B0%E5%AE%9E%E6%B5%8BEVDO"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>
	<div style="clear:both;"></div>标签：<a href="http://blog.sunshow.net/tag/3g/" title="3G" rel="tag">3G</a>, <a href="http://blog.sunshow.net/tag/evdo/" title="EVDO" rel="tag">EVDO</a>, <a href="http://blog.sunshow.net/tag/%e4%b8%8a%e5%9c%b0/" title="上地" rel="tag">上地</a>, <a href="http://blog.sunshow.net/tag/%e9%80%9f%e5%ba%a6/" title="速度" rel="tag">速度</a><br /><br />

	<div style="clear:both;"></div><strong>相关日志</strong>
	<ul class="st-related-posts">
	<li><a href="http://blog.sunshow.net/2008/07/wp-turbo-test/" title="WP-Turbo Test! (2008-07-13)">WP-Turbo Test!</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://blog.sunshow.net/2009/07/evdo-at-shangdi/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Curl上传文件</title>
		<link>http://blog.sunshow.net/2009/06/upload-file-using-curl/</link>
		<comments>http://blog.sunshow.net/2009/06/upload-file-using-curl/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 07:31:38 +0000</pubDate>
		<dc:creator>Sunshow</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[上传]]></category>
		<category><![CDATA[文件]]></category>

		<guid isPermaLink="false">http://blog.sunshow.net/?p=706</guid>
		<description><![CDATA[curl -H &#34;Expect:&#34; -F &#34;action=upload_mf.php&#34; -F &#34;file=@1246285971.xml;type=text/xml&#34; http://localhost/upload_mf.php
加上"Expect:"的Header是因为Curl会默认带上"Expect: 100-continue"，而我用的lighttpd 1.4.18不支持这个Header，会返回417的状态码导致出错

	标签：curl, lighttpd, 上传, 文件

	相关日志
	
	[转载+整理]Wordpress上传文件类型限制解决办法 (1)
	Windows API移动文件 (0)
	TestLink文件上传问题修复 (0)


]]></description>
			<content:encoded><![CDATA[<div class="hl-surround"><div class="hl-main">curl -H &quot;Expect:&quot; -F &quot;action=upload_mf.php&quot; -F &quot;file=@1246285971.xml;type=text/xml&quot; http://localhost/upload_mf.php</div></div>
<p>加上"Expect:"的Header是因为Curl会默认带上"Expect: 100-continue"，而我用的lighttpd 1.4.18不支持这个Header，会返回417的状态码导致出错</p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2009%2F06%2Fupload-file-using-curl%2F&amp;title=Curl%E4%B8%8A%E4%BC%A0%E6%96%87%E4%BB%B6"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2009%2F06%2Fupload-file-using-curl%2F&amp;title=Curl%E4%B8%8A%E4%BC%A0%E6%96%87%E4%BB%B6"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2009%2F06%2Fupload-file-using-curl%2F&amp;title=Curl%E4%B8%8A%E4%BC%A0%E6%96%87%E4%BB%B6"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fblog.sunshow.net%2F2009%2F06%2Fupload-file-using-curl%2F&amp;headline=Curl%E4%B8%8A%E4%BC%A0%E6%96%87%E4%BB%B6"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Curl%E4%B8%8A%E4%BC%A0%E6%96%87%E4%BB%B6&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2009%2F06%2Fupload-file-using-curl%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Curl%E4%B8%8A%E4%BC%A0%E6%96%87%E4%BB%B6&amp;u=http%3A%2F%2Fblog.sunshow.net%2F2009%2F06%2Fupload-file-using-curl%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Curl%E4%B8%8A%E4%BC%A0%E6%96%87%E4%BB%B6&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2009%2F06%2Fupload-file-using-curl%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Curl%E4%B8%8A%E4%BC%A0%E6%96%87%E4%BB%B6&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2009%2F06%2Fupload-file-using-curl%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Curl%E4%B8%8A%E4%BC%A0%E6%96%87%E4%BB%B6&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2009%2F06%2Fupload-file-using-curl%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2009%2F06%2Fupload-file-using-curl%2F&amp;title=Curl%E4%B8%8A%E4%BC%A0%E6%96%87%E4%BB%B6&amp;summary=&amp;source="><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.sunshow.net%2F2009%2F06%2Fupload-file-using-curl%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fblog.sunshow.net%2F2009%2F06%2Fupload-file-using-curl%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/reader/link?url=http%3A%2F%2Fblog.sunshow.net%2F2009%2F06%2Fupload-file-using-curl%2F&amp;title=Curl%E4%B8%8A%E4%BC%A0%E6%96%87%E4%BB%B6"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>
	<div style="clear:both;"></div>标签：<a href="http://blog.sunshow.net/tag/curl/" title="curl" rel="tag">curl</a>, <a href="http://blog.sunshow.net/tag/lighttpd/" title="lighttpd" rel="tag">lighttpd</a>, <a href="http://blog.sunshow.net/tag/%e4%b8%8a%e4%bc%a0/" title="上传" rel="tag">上传</a>, <a href="http://blog.sunshow.net/tag/%e6%96%87%e4%bb%b6/" title="文件" rel="tag">文件</a><br /><br />

	<div style="clear:both;"></div><strong>相关日志</strong>
	<ul class="st-related-posts">
	<li><a href="http://blog.sunshow.net/2007/03/%e8%bd%ac%e8%bd%bd%e6%95%b4%e7%90%86wordpress%e4%b8%8a%e4%bc%a0%e6%96%87%e4%bb%b6%e7%b1%bb%e5%9e%8b%e9%99%90%e5%88%b6%e8%a7%a3%e5%86%b3%e5%8a%9e%e6%b3%95/" title="[转载+整理]Wordpress上传文件类型限制解决办法 (2007-03-08)">[转载+整理]Wordpress上传文件类型限制解决办法</a> (1)</li>
	<li><a href="http://blog.sunshow.net/2007/07/windows-api-move-file/" title="Windows API移动文件 (2007-07-06)">Windows API移动文件</a> (0)</li>
	<li><a href="http://blog.sunshow.net/2009/02/testlink-upload-problem/" title="TestLink文件上传问题修复 (2009-02-05)">TestLink文件上传问题修复</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://blog.sunshow.net/2009/06/upload-file-using-curl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>内容控制的下一步是域名监管</title>
		<link>http://blog.sunshow.net/2009/04/content-control-and-domain-supervision/</link>
		<comments>http://blog.sunshow.net/2009/04/content-control-and-domain-supervision/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 23:49:09 +0000</pubDate>
		<dc:creator>Sunshow</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[中国]]></category>
		<category><![CDATA[互联网]]></category>
		<category><![CDATA[域名]]></category>
		<category><![CDATA[控制]]></category>

		<guid isPermaLink="false">http://blog.sunshow.net/?p=687</guid>
		<description><![CDATA[按照《中国互联网络域名管理办法》以及国家相关部门提出的“域名注册信息要做到真实、准确、完整”的要求，万网对域名注册信息进行了抽查工作，我们发现您的域名 sunshow.net 注册信息中  注册人地址:Beijing , 管理联系人地址:Beijing  项涉及“不真实、不准确、不完整”。
再想到之前的TGBUS事件，我们的网络已经越来越健康了

	标签：中国, 互联网, 域名, 控制

	相关日志
	
	域名转出至GoDaddy (2)
	小工具：中国地图染色 (0)
	FriendFeed (0)
	[转]重要的不是技术 (0)
	为国奥喝彩 (2)


]]></description>
			<content:encoded><![CDATA[<blockquote><p>按照《中国互联网络域名管理办法》以及国家相关部门提出的“域名注册信息要做到真实、准确、完整”的要求，万网对域名注册信息进行了抽查工作，我们发现您的域名 sunshow.net 注册信息中  注册人地址:Beijing , 管理联系人地址:Beijing  项涉及“不真实、不准确、不完整”。</p></blockquote>
<p>再想到之前的<a href="http://www.zzjzzj.cn/idc/242.html">TGBUS事件</a>，我们的网络已经越来越健康了</p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2009%2F04%2Fcontent-control-and-domain-supervision%2F&amp;title=%E5%86%85%E5%AE%B9%E6%8E%A7%E5%88%B6%E7%9A%84%E4%B8%8B%E4%B8%80%E6%AD%A5%E6%98%AF%E5%9F%9F%E5%90%8D%E7%9B%91%E7%AE%A1"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2009%2F04%2Fcontent-control-and-domain-supervision%2F&amp;title=%E5%86%85%E5%AE%B9%E6%8E%A7%E5%88%B6%E7%9A%84%E4%B8%8B%E4%B8%80%E6%AD%A5%E6%98%AF%E5%9F%9F%E5%90%8D%E7%9B%91%E7%AE%A1"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2009%2F04%2Fcontent-control-and-domain-supervision%2F&amp;title=%E5%86%85%E5%AE%B9%E6%8E%A7%E5%88%B6%E7%9A%84%E4%B8%8B%E4%B8%80%E6%AD%A5%E6%98%AF%E5%9F%9F%E5%90%8D%E7%9B%91%E7%AE%A1"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fblog.sunshow.net%2F2009%2F04%2Fcontent-control-and-domain-supervision%2F&amp;headline=%E5%86%85%E5%AE%B9%E6%8E%A7%E5%88%B6%E7%9A%84%E4%B8%8B%E4%B8%80%E6%AD%A5%E6%98%AF%E5%9F%9F%E5%90%8D%E7%9B%91%E7%AE%A1"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=%E5%86%85%E5%AE%B9%E6%8E%A7%E5%88%B6%E7%9A%84%E4%B8%8B%E4%B8%80%E6%AD%A5%E6%98%AF%E5%9F%9F%E5%90%8D%E7%9B%91%E7%AE%A1&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2009%2F04%2Fcontent-control-and-domain-supervision%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=%E5%86%85%E5%AE%B9%E6%8E%A7%E5%88%B6%E7%9A%84%E4%B8%8B%E4%B8%80%E6%AD%A5%E6%98%AF%E5%9F%9F%E5%90%8D%E7%9B%91%E7%AE%A1&amp;u=http%3A%2F%2Fblog.sunshow.net%2F2009%2F04%2Fcontent-control-and-domain-supervision%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=%E5%86%85%E5%AE%B9%E6%8E%A7%E5%88%B6%E7%9A%84%E4%B8%8B%E4%B8%80%E6%AD%A5%E6%98%AF%E5%9F%9F%E5%90%8D%E7%9B%91%E7%AE%A1&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2009%2F04%2Fcontent-control-and-domain-supervision%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=%E5%86%85%E5%AE%B9%E6%8E%A7%E5%88%B6%E7%9A%84%E4%B8%8B%E4%B8%80%E6%AD%A5%E6%98%AF%E5%9F%9F%E5%90%8D%E7%9B%91%E7%AE%A1&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2009%2F04%2Fcontent-control-and-domain-supervision%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=%E5%86%85%E5%AE%B9%E6%8E%A7%E5%88%B6%E7%9A%84%E4%B8%8B%E4%B8%80%E6%AD%A5%E6%98%AF%E5%9F%9F%E5%90%8D%E7%9B%91%E7%AE%A1&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2009%2F04%2Fcontent-control-and-domain-supervision%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2009%2F04%2Fcontent-control-and-domain-supervision%2F&amp;title=%E5%86%85%E5%AE%B9%E6%8E%A7%E5%88%B6%E7%9A%84%E4%B8%8B%E4%B8%80%E6%AD%A5%E6%98%AF%E5%9F%9F%E5%90%8D%E7%9B%91%E7%AE%A1&amp;summary=&amp;source="><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.sunshow.net%2F2009%2F04%2Fcontent-control-and-domain-supervision%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fblog.sunshow.net%2F2009%2F04%2Fcontent-control-and-domain-supervision%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/reader/link?url=http%3A%2F%2Fblog.sunshow.net%2F2009%2F04%2Fcontent-control-and-domain-supervision%2F&amp;title=%E5%86%85%E5%AE%B9%E6%8E%A7%E5%88%B6%E7%9A%84%E4%B8%8B%E4%B8%80%E6%AD%A5%E6%98%AF%E5%9F%9F%E5%90%8D%E7%9B%91%E7%AE%A1"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>
	<div style="clear:both;"></div>标签：<a href="http://blog.sunshow.net/tag/%e4%b8%ad%e5%9b%bd/" title="中国" rel="tag">中国</a>, <a href="http://blog.sunshow.net/tag/%e4%ba%92%e8%81%94%e7%bd%91/" title="互联网" rel="tag">互联网</a>, <a href="http://blog.sunshow.net/tag/%e5%9f%9f%e5%90%8d/" title="域名" rel="tag">域名</a>, <a href="http://blog.sunshow.net/tag/%e6%8e%a7%e5%88%b6/" title="控制" rel="tag">控制</a><br /><br />

	<div style="clear:both;"></div><strong>相关日志</strong>
	<ul class="st-related-posts">
	<li><a href="http://blog.sunshow.net/2010/01/transfer-domain-to-godaddy/" title="域名转出至GoDaddy (2010-01-06)">域名转出至GoDaddy</a> (2)</li>
	<li><a href="http://blog.sunshow.net/2009/05/china-map-coloration/" title="小工具：中国地图染色 (2009-05-15)">小工具：中国地图染色</a> (0)</li>
	<li><a href="http://blog.sunshow.net/2008/12/friendfeed/" title="FriendFeed (2008-12-09)">FriendFeed</a> (0)</li>
	<li><a href="http://blog.sunshow.net/2008/04/%e8%bd%ac%e9%87%8d%e8%a6%81%e7%9a%84%e4%b8%8d%e6%98%af%e6%8a%80%e6%9c%af/" title="[转]重要的不是技术 (2008-04-14)">[转]重要的不是技术</a> (0)</li>
	<li><a href="http://blog.sunshow.net/2006/12/%e4%b8%ba%e5%9b%bd%e5%a5%a5%e5%96%9d%e5%bd%a9/" title="为国奥喝彩 (2006-12-10)">为国奥喝彩</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://blog.sunshow.net/2009/04/content-control-and-domain-supervision/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>亦歌</title>
		<link>http://blog.sunshow.net/2009/01/1g1g/</link>
		<comments>http://blog.sunshow.net/2009/01/1g1g/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 01:40:58 +0000</pubDate>
		<dc:creator>Sunshow</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[亦歌]]></category>
		<category><![CDATA[在线]]></category>
		<category><![CDATA[歌词]]></category>
		<category><![CDATA[音乐]]></category>

		<guid isPermaLink="false">http://blog.sunshow.net/?p=657</guid>
		<description><![CDATA[亦歌，在线听歌网站
于是我的web应用又多了一项
听说亦歌在“首届中国优秀软件创新大赛”获得了用户体验特别奖，用户体验确实很好，在听歌的同时完成了注册等操作
特色功能包括同步歌词滚动、歌手黑名单等


	标签：亦歌, 在线, 歌词, 音乐

	相关日志
	
	轩辕剑伍音乐 (0)


]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.1g1g.com/">亦歌</a>，在线听歌网站<br />
于是我的web应用又多了一项</p>
<p>听说亦歌在“首届中国优秀软件创新大赛”获得了用户体验特别奖，用户体验确实很好，在听歌的同时完成了注册等操作</p>
<p>特色功能包括同步歌词滚动、歌手黑名单等</p>
<p><img src="http://blog.sunshow.net/wp-content/uploads/2009/01/1g1g.jpg" alt="亦歌" title="1g1g" width="560" height="395" class="size-full wp-image-658" /></p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2009%2F01%2F1g1g%2F&amp;title=%E4%BA%A6%E6%AD%8C"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2009%2F01%2F1g1g%2F&amp;title=%E4%BA%A6%E6%AD%8C"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2009%2F01%2F1g1g%2F&amp;title=%E4%BA%A6%E6%AD%8C"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fblog.sunshow.net%2F2009%2F01%2F1g1g%2F&amp;headline=%E4%BA%A6%E6%AD%8C"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=%E4%BA%A6%E6%AD%8C&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2009%2F01%2F1g1g%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=%E4%BA%A6%E6%AD%8C&amp;u=http%3A%2F%2Fblog.sunshow.net%2F2009%2F01%2F1g1g%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=%E4%BA%A6%E6%AD%8C&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2009%2F01%2F1g1g%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=%E4%BA%A6%E6%AD%8C&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2009%2F01%2F1g1g%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=%E4%BA%A6%E6%AD%8C&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2009%2F01%2F1g1g%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2009%2F01%2F1g1g%2F&amp;title=%E4%BA%A6%E6%AD%8C&amp;summary=&amp;source="><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.sunshow.net%2F2009%2F01%2F1g1g%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fblog.sunshow.net%2F2009%2F01%2F1g1g%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/reader/link?url=http%3A%2F%2Fblog.sunshow.net%2F2009%2F01%2F1g1g%2F&amp;title=%E4%BA%A6%E6%AD%8C"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>
	<div style="clear:both;"></div>标签：<a href="http://blog.sunshow.net/tag/%e4%ba%a6%e6%ad%8c/" title="亦歌" rel="tag">亦歌</a>, <a href="http://blog.sunshow.net/tag/%e5%9c%a8%e7%ba%bf/" title="在线" rel="tag">在线</a>, <a href="http://blog.sunshow.net/tag/%e6%ad%8c%e8%af%8d/" title="歌词" rel="tag">歌词</a>, <a href="http://blog.sunshow.net/tag/%e9%9f%b3%e4%b9%90/" title="音乐" rel="tag">音乐</a><br /><br />

	<div style="clear:both;"></div><strong>相关日志</strong>
	<ul class="st-related-posts">
	<li><a href="http://blog.sunshow.net/2006/07/%e8%bd%a9%e8%be%95%e5%89%91%e4%bc%8d%e9%9f%b3%e4%b9%90/" title="轩辕剑伍音乐 (2006-07-31)">轩辕剑伍音乐</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://blog.sunshow.net/2009/01/1g1g/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FriendFeed</title>
		<link>http://blog.sunshow.net/2008/12/friendfeed/</link>
		<comments>http://blog.sunshow.net/2008/12/friendfeed/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 06:18:07 +0000</pubDate>
		<dc:creator>Sunshow</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[friend]]></category>
		<category><![CDATA[SNS]]></category>
		<category><![CDATA[互联网]]></category>
		<category><![CDATA[聚合]]></category>

		<guid isPermaLink="false">http://blog.sunshow.net/?p=652</guid>
		<description><![CDATA[最近才听说这个服务
就是各种网络服务的再聚合然后SNS化
发现互联网各种应用都在朝交友化发展
互联网还是得靠人气啊
我的FriendFeed

	标签：feed, friend, SNS, 互联网, 聚合

	相关日志
	
	Multi RSS Reader Module v1.2 (2)
	301 Redirect (1)
	还是互联网最可靠 (4)
	[转]重要的不是技术 (0)
	[转载]方兴东：珊瑚虫作者判刑，将是腾讯永远的罪！ (0)


]]></description>
			<content:encoded><![CDATA[<p>最近才听说这个服务<br />
就是各种网络服务的再聚合然后SNS化</p>
<p>发现互联网各种应用都在朝交友化发展<br />
互联网还是得靠人气啊</p>
<p><a href="http://friendfeed.com/sunshow">我的FriendFeed</a></p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F12%2Ffriendfeed%2F&amp;title=FriendFeed"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F12%2Ffriendfeed%2F&amp;title=FriendFeed"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F12%2Ffriendfeed%2F&amp;title=FriendFeed"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fblog.sunshow.net%2F2008%2F12%2Ffriendfeed%2F&amp;headline=FriendFeed"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=FriendFeed&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F12%2Ffriendfeed%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=FriendFeed&amp;u=http%3A%2F%2Fblog.sunshow.net%2F2008%2F12%2Ffriendfeed%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=FriendFeed&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F12%2Ffriendfeed%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=FriendFeed&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F12%2Ffriendfeed%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=FriendFeed&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F12%2Ffriendfeed%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F12%2Ffriendfeed%2F&amp;title=FriendFeed&amp;summary=&amp;source="><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.sunshow.net%2F2008%2F12%2Ffriendfeed%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fblog.sunshow.net%2F2008%2F12%2Ffriendfeed%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/reader/link?url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F12%2Ffriendfeed%2F&amp;title=FriendFeed"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>
	<div style="clear:both;"></div>标签：<a href="http://blog.sunshow.net/tag/feed/" title="feed" rel="tag">feed</a>, <a href="http://blog.sunshow.net/tag/friend/" title="friend" rel="tag">friend</a>, <a href="http://blog.sunshow.net/tag/sns/" title="SNS" rel="tag">SNS</a>, <a href="http://blog.sunshow.net/tag/%e4%ba%92%e8%81%94%e7%bd%91/" title="互联网" rel="tag">互联网</a>, <a href="http://blog.sunshow.net/tag/%e8%81%9a%e5%90%88/" title="聚合" rel="tag">聚合</a><br /><br />

	<div style="clear:both;"></div><strong>相关日志</strong>
	<ul class="st-related-posts">
	<li><a href="http://blog.sunshow.net/2007/01/multi-rss-reader-module-v10/" title="Multi RSS Reader Module v1.2 (2007-01-29)">Multi RSS Reader Module v1.2</a> (2)</li>
	<li><a href="http://blog.sunshow.net/2008/02/301-redirect/" title="301 Redirect (2008-02-16)">301 Redirect</a> (1)</li>
	<li><a href="http://blog.sunshow.net/2008/01/internet-reliable/" title="还是互联网最可靠 (2008-01-25)">还是互联网最可靠</a> (4)</li>
	<li><a href="http://blog.sunshow.net/2008/04/%e8%bd%ac%e9%87%8d%e8%a6%81%e7%9a%84%e4%b8%8d%e6%98%af%e6%8a%80%e6%9c%af/" title="[转]重要的不是技术 (2008-04-14)">[转]重要的不是技术</a> (0)</li>
	<li><a href="http://blog.sunshow.net/2008/03/%e8%bd%ac%e8%bd%bd%e6%96%b9%e5%85%b4%e4%b8%9c%ef%bc%9a%e7%8f%8a%e7%91%9a%e8%99%ab%e4%bd%9c%e8%80%85%e5%88%a4%e5%88%91%ef%bc%8c%e5%b0%86%e6%98%af%e8%85%be%e8%ae%af%e6%b0%b8%e8%bf%9c%e7%9a%84%e7%bd%aa/" title="[转载]方兴东：珊瑚虫作者判刑，将是腾讯永远的罪！ (2008-03-25)">[转载]方兴东：珊瑚虫作者判刑，将是腾讯永远的罪！</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://blog.sunshow.net/2008/12/friendfeed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Reader界面更新</title>
		<link>http://blog.sunshow.net/2008/12/google-reader%e7%95%8c%e9%9d%a2%e6%9b%b4%e6%96%b0/</link>
		<comments>http://blog.sunshow.net/2008/12/google-reader%e7%95%8c%e9%9d%a2%e6%9b%b4%e6%96%b0/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 02:14:50 +0000</pubDate>
		<dc:creator>Sunshow</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[reader]]></category>
		<category><![CDATA[更新]]></category>

		<guid isPermaLink="false">http://blog.sunshow.net/?p=651</guid>
		<description><![CDATA[总体来说更清爽
侧栏一些我用不上的也能缩起来了
不过我最欣慰的改动还是：
在当前选择项已经是“所有项目(All items)”时，可以再次点击这个链接了，以前没法点导致自动刷新出新项目时只能F5
其实是个微不足道的改动，以前的方式看似智能，实则不便

	标签：google, reader, 更新

	相关日志
	
	cn99源 (0)
	百度Hi挺弱智 (2)
	谷歌拼音输入法（测试版） V2.0 发布 (3)
	更新了2.0.3... (1)
	Arsenal Fixtures Calendar (0)


]]></description>
			<content:encoded><![CDATA[<p>总体来说更清爽<br />
侧栏一些我用不上的也能缩起来了</p>
<p>不过我最欣慰的改动还是：<br />
在当前选择项已经是“所有项目(All items)”时，可以再次点击这个链接了，以前没法点导致自动刷新出新项目时只能F5<br />
其实是个微不足道的改动，以前的方式看似智能，实则不便</p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F12%2Fgoogle-reader%25e7%2595%258c%25e9%259d%25a2%25e6%259b%25b4%25e6%2596%25b0%2F&amp;title=Google+Reader%E7%95%8C%E9%9D%A2%E6%9B%B4%E6%96%B0"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F12%2Fgoogle-reader%25e7%2595%258c%25e9%259d%25a2%25e6%259b%25b4%25e6%2596%25b0%2F&amp;title=Google+Reader%E7%95%8C%E9%9D%A2%E6%9B%B4%E6%96%B0"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F12%2Fgoogle-reader%25e7%2595%258c%25e9%259d%25a2%25e6%259b%25b4%25e6%2596%25b0%2F&amp;title=Google+Reader%E7%95%8C%E9%9D%A2%E6%9B%B4%E6%96%B0"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fblog.sunshow.net%2F2008%2F12%2Fgoogle-reader%25e7%2595%258c%25e9%259d%25a2%25e6%259b%25b4%25e6%2596%25b0%2F&amp;headline=Google+Reader%E7%95%8C%E9%9D%A2%E6%9B%B4%E6%96%B0"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Google+Reader%E7%95%8C%E9%9D%A2%E6%9B%B4%E6%96%B0&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F12%2Fgoogle-reader%25e7%2595%258c%25e9%259d%25a2%25e6%259b%25b4%25e6%2596%25b0%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Google+Reader%E7%95%8C%E9%9D%A2%E6%9B%B4%E6%96%B0&amp;u=http%3A%2F%2Fblog.sunshow.net%2F2008%2F12%2Fgoogle-reader%25e7%2595%258c%25e9%259d%25a2%25e6%259b%25b4%25e6%2596%25b0%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Google+Reader%E7%95%8C%E9%9D%A2%E6%9B%B4%E6%96%B0&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F12%2Fgoogle-reader%25e7%2595%258c%25e9%259d%25a2%25e6%259b%25b4%25e6%2596%25b0%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Google+Reader%E7%95%8C%E9%9D%A2%E6%9B%B4%E6%96%B0&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F12%2Fgoogle-reader%25e7%2595%258c%25e9%259d%25a2%25e6%259b%25b4%25e6%2596%25b0%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Google+Reader%E7%95%8C%E9%9D%A2%E6%9B%B4%E6%96%B0&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F12%2Fgoogle-reader%25e7%2595%258c%25e9%259d%25a2%25e6%259b%25b4%25e6%2596%25b0%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F12%2Fgoogle-reader%25e7%2595%258c%25e9%259d%25a2%25e6%259b%25b4%25e6%2596%25b0%2F&amp;title=Google+Reader%E7%95%8C%E9%9D%A2%E6%9B%B4%E6%96%B0&amp;summary=&amp;source="><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.sunshow.net%2F2008%2F12%2Fgoogle-reader%25e7%2595%258c%25e9%259d%25a2%25e6%259b%25b4%25e6%2596%25b0%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fblog.sunshow.net%2F2008%2F12%2Fgoogle-reader%25e7%2595%258c%25e9%259d%25a2%25e6%259b%25b4%25e6%2596%25b0%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/reader/link?url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F12%2Fgoogle-reader%25e7%2595%258c%25e9%259d%25a2%25e6%259b%25b4%25e6%2596%25b0%2F&amp;title=Google+Reader%E7%95%8C%E9%9D%A2%E6%9B%B4%E6%96%B0"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>
	<div style="clear:both;"></div>标签：<a href="http://blog.sunshow.net/tag/google/" title="google" rel="tag">google</a>, <a href="http://blog.sunshow.net/tag/reader/" title="reader" rel="tag">reader</a>, <a href="http://blog.sunshow.net/tag/%e6%9b%b4%e6%96%b0/" title="更新" rel="tag">更新</a><br /><br />

	<div style="clear:both;"></div><strong>相关日志</strong>
	<ul class="st-related-posts">
	<li><a href="http://blog.sunshow.net/2006/07/cn99%e6%ba%90/" title="cn99源 (2006-07-18)">cn99源</a> (0)</li>
	<li><a href="http://blog.sunshow.net/2008/04/%e7%99%be%e5%ba%a6hi%e6%8c%ba%e5%bc%b1%e6%99%ba/" title="百度Hi挺弱智 (2008-04-14)">百度Hi挺弱智</a> (2)</li>
	<li><a href="http://blog.sunshow.net/2008/11/%e8%b0%b7%e6%ad%8c%e6%8b%bc%e9%9f%b3%e8%be%93%e5%85%a5%e6%b3%95%ef%bc%88%e6%b5%8b%e8%af%95%e7%89%88%ef%bc%89-v20-%e5%8f%91%e5%b8%83/" title="谷歌拼音输入法（测试版） V2.0 发布 (2008-11-20)">谷歌拼音输入法（测试版） V2.0 发布</a> (3)</li>
	<li><a href="http://blog.sunshow.net/2006/06/%e6%9b%b4%e6%96%b0%e4%ba%86203/" title="更新了2.0.3... (2006-06-02)">更新了2.0.3...</a> (1)</li>
	<li><a href="http://blog.sunshow.net/2009/04/arsenal-fixtures-calendar/" title="Arsenal Fixtures Calendar (2009-04-29)">Arsenal Fixtures Calendar</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://blog.sunshow.net/2008/12/google-reader%e7%95%8c%e9%9d%a2%e6%9b%b4%e6%96%b0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[转]重要的不是技术</title>
		<link>http://blog.sunshow.net/2008/04/%e8%bd%ac%e9%87%8d%e8%a6%81%e7%9a%84%e4%b8%8d%e6%98%af%e6%8a%80%e6%9c%af/</link>
		<comments>http://blog.sunshow.net/2008/04/%e8%bd%ac%e9%87%8d%e8%a6%81%e7%9a%84%e4%b8%8d%e6%98%af%e6%8a%80%e6%9c%af/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 07:26:03 +0000</pubDate>
		<dc:creator>Sunshow</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[互联网]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[服务]]></category>

		<guid isPermaLink="false">http://blog.sunshow.net/?p=584</guid>
		<description><![CDATA[http://www.dapenti.com/blog/more.asp?name=xilei&#038;id=11609
重要的不是技术
（一）
 多年以前，我有个学生在一家做“工作流引擎”的软件小公司里工作。他遇到了一些麻烦。
 什么是“工作流引擎”？简单地说，是一种可以自动执行流程的工作元件：使用者设置好基本的参数，该元件就能按照预先设定的工作步骤和业务的流程往下走。
 听起来很酷，看上去很美。
 学生的麻烦是：公司的产品做得歪瓜劣枣的，开发人员不够，人员参差不齐。总的说来，技术问题很多，公司也不太重视。
 他来问我他该怎么办。
 我说：其实，这不是技术的问题。而是在于以公司这样的实力进入这样的小众市场，完全没有能力。高端的“工作流引擎”肯定有市场，但是都是很多IT的老大才做。中低端的应用，需要的不是自动化软件，而是人事关系。这就更与技术无关。
 技术是很好的想法，但是没有生根的地方。从商业和个人投资来看，就没有商业价值。
 我给他的建议是：赶快离场，做点其他的。

（二）
 我在软件行业做过10年以上的技术工作。我知道技术人员在某一个阶段上会有一个通病，就是：太把技术当回事儿。
 怎么说呢？就是说总是从技术的观点去考虑问题，想到希望发生的事情，而不会从一个普通人的角度看待现实。
 理解技术是好事情，你可以飞快地想象到未来，看到一种趋势。但是，你一定要明白，这种趋势可能发生，也可能只是一种错觉。
 技术是一种加速器。但是你不知道，这是成功的加速器，还是速死的加速器。
 技术的思维角度，如果放错了位置，很多时候，会成为认知上的障碍。你以为你看到的东西是重要的，其实，人们根本不是按你想象的方式需要，或者生活。
 技术是一种异化过程。当你以为你是专业人士的时候，你也有可能忘记：作为普通人，他们的感觉应该是什么样子。
（三）
 我经常在小区的周围散步。我看见各种各样的小商铺，开办的热火朝天。我最喜欢的是一家小面馆。这些店铺的生意各不相同，但都有一个共同之处：跟我的职业没有任何的关系。也就是说，他们都是一些远离互联网的又小又好的生意。比如：洗衣店、蛋糕房、小型超市。
 我很清楚，至少在我活着的时候，我还不能从网络上下载一碗面。这种想法，总是提醒我注意在伟大的传统行业面前，保持谦卑。
 看着很多2-3个人，10来个人开办的火热的小生意。我就在想：什么样的生意才算是好生意呢？能活着的生意，当然是好的。这些生意还应该有如下的特点：
 【1】有广泛的需求，无认知障碍，应用的技能简单，如：吃饭、穿衣。这是谁都需要，谁都会的事情；
 【2】市场庞大，不是只需几家就能搞定的，而且要方便。需求是有循环、反复的；
 【3】满足需求的产品种类独特，或者丰富；
 作为技术的互联网，是如何改变了传统的市场？
 优势：
 【1】技术跨越了地域的限制，信息加速，需求被聚合；
 【2】信息流动得更快，用户间的接触增加，消费变得可以评价；
 【3】营销的方式发生了根本的变化
 劣势：
 【1】信任成本的建立很高；
 【2】商品的可接触成本很高；
 【3】需求到消费的转换率不高；
 这样看来，我们就很容易理解这样的事实：互联网上的生意看着人多，其实一点都不便宜。而且，还不太容易存活。难怪那么多人，成天闹着要忽悠风投。
 能自个赚钱了，还需要风投干嘛。
（四）
 任何一个成功的互联网项目或产品，至少应该具有这样的基本特征：
 【1】首先要是一个很好的生意。
 上面说过了，无论是用月球的技术还是火星的技术，生意还是生意，生意的本质并没有改变。
 【2】要找到一个跟这种生意匹配的业务形式，或是商业模式：
 扎堆，是人多。人多好办事，但是成本也高。而且，面越广，实质就越少。
 任何一个商业系统都是中性系统，不可能是完美的系统。所以说，长尾是一种浪漫的说法。对长尾的正确理解应该是：传统系统能做5个特性的话。长尾目前也最多能扩展到10或者15。
 如果首先有80/20的业务存在，那么互联网的长尾就会看上去非常优美。如果没有，长尾就等于是零。
 所以，那些办起博客，相册就叫web 2.0的网站，肯定是：非死不可（FaceBook） 。同时，如果能符合上面的两个条件的社区或管它叫什么的网站，却会活得很好。
 我相信基本的一点：当所有人谈论商业模式，谈钱的时候。他们都要回到最根本的问题上--商业的需求从何而来，是怎么样的一个规模，在某个具体的平台下，技术能提供怎么样的突破，该如何提供什么样的产品和服务的形式来满足这些需求。
 虽然有些社区是非死不可了，但我仍然看好这样的一类网站：婚恋市场，如世纪佳缘类的，还有育儿市场，如宝宝树之类的。
 这样的网站首先是有一个无限广阔的市场空间，而且网站的内容跟业务结合的非常紧密。只要不犯大的错误，坚持下去，这样的业务本身不仅可以赚大钱，而且可以一直做很久。因为，很多业已存在的传统生意，被证明已经是好生意。
 我一直认为：web 2.0类的网站发展，是电子商务普及的前哨战。很多的炮灰会成就电子商务的明天。我敢打赌：活下来的都是不太关心是2还是1的人。
 最后，提一下作为web 2先驱的豆瓣：尽管开始人多势大了，也加了很多功能，但是，本身的特色也在丧失。豆瓣赋予了自己太多的使命。我觉得谦卑一点还是比较好。我喜欢作为读书工具的豆瓣，而不太喜欢作为交友工具的豆瓣。 一会儿是关注，一会儿又是好友。一会儿是广播，一会儿又是日记。
 如果功能太多，只能让人不知所措。面越广，实质就越少。
 我最喜欢《玩具总动员》里面主人翁的第一句话：focus,speed!
 我的理解是：专注，才有速度。
喷嚏网：原创 www.dapenti.com

	标签：web, 互联网, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dapenti.com/blog/more.asp?name=xilei&#038;id=11609">http://www.dapenti.com/blog/more.asp?name=xilei&#038;id=11609</a></p>
<p>重要的不是技术</p>
<p>（一）</p>
<p> 多年以前，我有个学生在一家做“工作流引擎”的软件小公司里工作。他遇到了一些麻烦。</p>
<p> 什么是“工作流引擎”？简单地说，是一种可以自动执行流程的工作元件：使用者设置好基本的参数，该元件就能按照预先设定的工作步骤和业务的流程往下走。</p>
<p> 听起来很酷，看上去很美。</p>
<p> 学生的麻烦是：公司的产品做得歪瓜劣枣的，开发人员不够，人员参差不齐。总的说来，技术问题很多，公司也不太重视。</p>
<p> 他来问我他该怎么办。</p>
<p> 我说：其实，这不是技术的问题。而是在于以公司这样的实力进入这样的小众市场，完全没有能力。高端的“工作流引擎”肯定有市场，但是都是很多IT的老大才做。中低端的应用，需要的不是自动化软件，而是人事关系。这就更与技术无关。</p>
<p> 技术是很好的想法，但是没有生根的地方。从商业和个人投资来看，就没有商业价值。</p>
<p> 我给他的建议是：赶快离场，做点其他的。</p>
<p><span id="more-584"></span><br />
（二）</p>
<p> 我在软件行业做过10年以上的技术工作。我知道技术人员在某一个阶段上会有一个通病，就是：太把技术当回事儿。</p>
<p> 怎么说呢？就是说总是从技术的观点去考虑问题，想到希望发生的事情，而不会从一个普通人的角度看待现实。</p>
<p> 理解技术是好事情，你可以飞快地想象到未来，看到一种趋势。但是，你一定要明白，这种趋势可能发生，也可能只是一种错觉。</p>
<p> 技术是一种加速器。但是你不知道，这是成功的加速器，还是速死的加速器。</p>
<p> 技术的思维角度，如果放错了位置，很多时候，会成为认知上的障碍。你以为你看到的东西是重要的，其实，人们根本不是按你想象的方式需要，或者生活。</p>
<p> 技术是一种异化过程。当你以为你是专业人士的时候，你也有可能忘记：作为普通人，他们的感觉应该是什么样子。</p>
<p>（三）</p>
<p> 我经常在小区的周围散步。我看见各种各样的小商铺，开办的热火朝天。我最喜欢的是一家小面馆。这些店铺的生意各不相同，但都有一个共同之处：跟我的职业没有任何的关系。也就是说，他们都是一些远离互联网的又小又好的生意。比如：洗衣店、蛋糕房、小型超市。</p>
<p> 我很清楚，至少在我活着的时候，我还不能从网络上下载一碗面。这种想法，总是提醒我注意在伟大的传统行业面前，保持谦卑。</p>
<p> 看着很多2-3个人，10来个人开办的火热的小生意。我就在想：什么样的生意才算是好生意呢？能活着的生意，当然是好的。这些生意还应该有如下的特点：</p>
<p> 【1】有广泛的需求，无认知障碍，应用的技能简单，如：吃饭、穿衣。这是谁都需要，谁都会的事情；</p>
<p> 【2】市场庞大，不是只需几家就能搞定的，而且要方便。需求是有循环、反复的；</p>
<p> 【3】满足需求的产品种类独特，或者丰富；</p>
<p> 作为技术的互联网，是如何改变了传统的市场？</p>
<p> 优势：</p>
<p> 【1】技术跨越了地域的限制，信息加速，需求被聚合；</p>
<p> 【2】信息流动得更快，用户间的接触增加，消费变得可以评价；</p>
<p> 【3】营销的方式发生了根本的变化</p>
<p> 劣势：</p>
<p> 【1】信任成本的建立很高；</p>
<p> 【2】商品的可接触成本很高；</p>
<p> 【3】需求到消费的转换率不高；</p>
<p> 这样看来，我们就很容易理解这样的事实：互联网上的生意看着人多，其实一点都不便宜。而且，还不太容易存活。难怪那么多人，成天闹着要忽悠风投。</p>
<p> 能自个赚钱了，还需要风投干嘛。</p>
<p>（四）</p>
<p> 任何一个成功的互联网项目或产品，至少应该具有这样的基本特征：</p>
<p> 【1】首先要是一个很好的生意。</p>
<p> 上面说过了，无论是用月球的技术还是火星的技术，生意还是生意，生意的本质并没有改变。</p>
<p> 【2】要找到一个跟这种生意匹配的业务形式，或是商业模式：</p>
<p> 扎堆，是人多。人多好办事，但是成本也高。而且，面越广，实质就越少。</p>
<p> 任何一个商业系统都是中性系统，不可能是完美的系统。所以说，长尾是一种浪漫的说法。对长尾的正确理解应该是：传统系统能做5个特性的话。长尾目前也最多能扩展到10或者15。</p>
<p> 如果首先有80/20的业务存在，那么互联网的长尾就会看上去非常优美。如果没有，长尾就等于是零。</p>
<p> 所以，那些办起博客，相册就叫web 2.0的网站，肯定是：非死不可（FaceBook） 。同时，如果能符合上面的两个条件的社区或管它叫什么的网站，却会活得很好。</p>
<p> 我相信基本的一点：当所有人谈论商业模式，谈钱的时候。他们都要回到最根本的问题上--商业的需求从何而来，是怎么样的一个规模，在某个具体的平台下，技术能提供怎么样的突破，该如何提供什么样的产品和服务的形式来满足这些需求。</p>
<p> 虽然有些社区是非死不可了，但我仍然看好这样的一类网站：婚恋市场，如世纪佳缘类的，还有育儿市场，如宝宝树之类的。</p>
<p> 这样的网站首先是有一个无限广阔的市场空间，而且网站的内容跟业务结合的非常紧密。只要不犯大的错误，坚持下去，这样的业务本身不仅可以赚大钱，而且可以一直做很久。因为，很多业已存在的传统生意，被证明已经是好生意。</p>
<p> 我一直认为：web 2.0类的网站发展，是电子商务普及的前哨战。很多的炮灰会成就电子商务的明天。我敢打赌：活下来的都是不太关心是2还是1的人。</p>
<p> 最后，提一下作为web 2先驱的豆瓣：尽管开始人多势大了，也加了很多功能，但是，本身的特色也在丧失。豆瓣赋予了自己太多的使命。我觉得谦卑一点还是比较好。我喜欢作为读书工具的豆瓣，而不太喜欢作为交友工具的豆瓣。 一会儿是关注，一会儿又是好友。一会儿是广播，一会儿又是日记。</p>
<p> 如果功能太多，只能让人不知所措。面越广，实质就越少。</p>
<p> 我最喜欢《玩具总动员》里面主人翁的第一句话：focus,speed!</p>
<p> 我的理解是：专注，才有速度。</p>
<p>喷嚏网：原创 www.dapenti.com</p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F04%2F%25e8%25bd%25ac%25e9%2587%258d%25e8%25a6%2581%25e7%259a%2584%25e4%25b8%258d%25e6%2598%25af%25e6%258a%2580%25e6%259c%25af%2F&amp;title=%5B%E8%BD%AC%5D%E9%87%8D%E8%A6%81%E7%9A%84%E4%B8%8D%E6%98%AF%E6%8A%80%E6%9C%AF"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F04%2F%25e8%25bd%25ac%25e9%2587%258d%25e8%25a6%2581%25e7%259a%2584%25e4%25b8%258d%25e6%2598%25af%25e6%258a%2580%25e6%259c%25af%2F&amp;title=%5B%E8%BD%AC%5D%E9%87%8D%E8%A6%81%E7%9A%84%E4%B8%8D%E6%98%AF%E6%8A%80%E6%9C%AF"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F04%2F%25e8%25bd%25ac%25e9%2587%258d%25e8%25a6%2581%25e7%259a%2584%25e4%25b8%258d%25e6%2598%25af%25e6%258a%2580%25e6%259c%25af%2F&amp;title=%5B%E8%BD%AC%5D%E9%87%8D%E8%A6%81%E7%9A%84%E4%B8%8D%E6%98%AF%E6%8A%80%E6%9C%AF"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fblog.sunshow.net%2F2008%2F04%2F%25e8%25bd%25ac%25e9%2587%258d%25e8%25a6%2581%25e7%259a%2584%25e4%25b8%258d%25e6%2598%25af%25e6%258a%2580%25e6%259c%25af%2F&amp;headline=%5B%E8%BD%AC%5D%E9%87%8D%E8%A6%81%E7%9A%84%E4%B8%8D%E6%98%AF%E6%8A%80%E6%9C%AF"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=%5B%E8%BD%AC%5D%E9%87%8D%E8%A6%81%E7%9A%84%E4%B8%8D%E6%98%AF%E6%8A%80%E6%9C%AF&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F04%2F%25e8%25bd%25ac%25e9%2587%258d%25e8%25a6%2581%25e7%259a%2584%25e4%25b8%258d%25e6%2598%25af%25e6%258a%2580%25e6%259c%25af%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=%5B%E8%BD%AC%5D%E9%87%8D%E8%A6%81%E7%9A%84%E4%B8%8D%E6%98%AF%E6%8A%80%E6%9C%AF&amp;u=http%3A%2F%2Fblog.sunshow.net%2F2008%2F04%2F%25e8%25bd%25ac%25e9%2587%258d%25e8%25a6%2581%25e7%259a%2584%25e4%25b8%258d%25e6%2598%25af%25e6%258a%2580%25e6%259c%25af%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=%5B%E8%BD%AC%5D%E9%87%8D%E8%A6%81%E7%9A%84%E4%B8%8D%E6%98%AF%E6%8A%80%E6%9C%AF&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F04%2F%25e8%25bd%25ac%25e9%2587%258d%25e8%25a6%2581%25e7%259a%2584%25e4%25b8%258d%25e6%2598%25af%25e6%258a%2580%25e6%259c%25af%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=%5B%E8%BD%AC%5D%E9%87%8D%E8%A6%81%E7%9A%84%E4%B8%8D%E6%98%AF%E6%8A%80%E6%9C%AF&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F04%2F%25e8%25bd%25ac%25e9%2587%258d%25e8%25a6%2581%25e7%259a%2584%25e4%25b8%258d%25e6%2598%25af%25e6%258a%2580%25e6%259c%25af%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=%5B%E8%BD%AC%5D%E9%87%8D%E8%A6%81%E7%9A%84%E4%B8%8D%E6%98%AF%E6%8A%80%E6%9C%AF&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F04%2F%25e8%25bd%25ac%25e9%2587%258d%25e8%25a6%2581%25e7%259a%2584%25e4%25b8%258d%25e6%2598%25af%25e6%258a%2580%25e6%259c%25af%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F04%2F%25e8%25bd%25ac%25e9%2587%258d%25e8%25a6%2581%25e7%259a%2584%25e4%25b8%258d%25e6%2598%25af%25e6%258a%2580%25e6%259c%25af%2F&amp;title=%5B%E8%BD%AC%5D%E9%87%8D%E8%A6%81%E7%9A%84%E4%B8%8D%E6%98%AF%E6%8A%80%E6%9C%AF&amp;summary=&amp;source="><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.sunshow.net%2F2008%2F04%2F%25e8%25bd%25ac%25e9%2587%258d%25e8%25a6%2581%25e7%259a%2584%25e4%25b8%258d%25e6%2598%25af%25e6%258a%2580%25e6%259c%25af%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fblog.sunshow.net%2F2008%2F04%2F%25e8%25bd%25ac%25e9%2587%258d%25e8%25a6%2581%25e7%259a%2584%25e4%25b8%258d%25e6%2598%25af%25e6%258a%2580%25e6%259c%25af%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/reader/link?url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F04%2F%25e8%25bd%25ac%25e9%2587%258d%25e8%25a6%2581%25e7%259a%2584%25e4%25b8%258d%25e6%2598%25af%25e6%258a%2580%25e6%259c%25af%2F&amp;title=%5B%E8%BD%AC%5D%E9%87%8D%E8%A6%81%E7%9A%84%E4%B8%8D%E6%98%AF%E6%8A%80%E6%9C%AF"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>
	<div style="clear:both;"></div>标签：<a href="http://blog.sunshow.net/tag/web/" title="web" rel="tag">web</a>, <a href="http://blog.sunshow.net/tag/%e4%ba%92%e8%81%94%e7%bd%91/" title="互联网" rel="tag">互联网</a>, <a href="http://blog.sunshow.net/tag/%e6%8a%80%e6%9c%af/" title="技术" rel="tag">技术</a>, <a href="http://blog.sunshow.net/tag/%e6%9c%8d%e5%8a%a1/" title="服务" rel="tag">服务</a><br /><br />

	<div style="clear:both;"></div><strong>相关日志</strong>
	<ul class="st-related-posts">
	<li><a href="http://blog.sunshow.net/2008/01/internet-reliable/" title="还是互联网最可靠 (2008-01-25)">还是互联网最可靠</a> (4)</li>
	<li><a href="http://blog.sunshow.net/2007/11/%e6%8a%80%e6%9c%af%e6%97%a0%e7%94%a8%ef%bc%8c%e7%94%9f%e6%b4%bb%e6%9c%80%e9%ab%98/" title="技术无用，生活最高 (2007-11-09)">技术无用，生活最高</a> (3)</li>
	<li><a href="http://blog.sunshow.net/2009/04/content-control-and-domain-supervision/" title="内容控制的下一步是域名监管 (2009-04-15)">内容控制的下一步是域名监管</a> (5)</li>
	<li><a href="http://blog.sunshow.net/2008/03/eclipse-4/" title="传说中的Eclipse 4？ (2008-03-21)">传说中的Eclipse 4？</a> (2)</li>
	<li><a href="http://blog.sunshow.net/2008/12/ie-web-developer/" title="IE Web Developer (2008-12-10)">IE Web Developer</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://blog.sunshow.net/2008/04/%e8%bd%ac%e9%87%8d%e8%a6%81%e7%9a%84%e4%b8%8d%e6%98%af%e6%8a%80%e6%9c%af/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[转载]方兴东：珊瑚虫作者判刑，将是腾讯永远的罪！</title>
		<link>http://blog.sunshow.net/2008/03/%e8%bd%ac%e8%bd%bd%e6%96%b9%e5%85%b4%e4%b8%9c%ef%bc%9a%e7%8f%8a%e7%91%9a%e8%99%ab%e4%bd%9c%e8%80%85%e5%88%a4%e5%88%91%ef%bc%8c%e5%b0%86%e6%98%af%e8%85%be%e8%ae%af%e6%b0%b8%e8%bf%9c%e7%9a%84%e7%bd%aa/</link>
		<comments>http://blog.sunshow.net/2008/03/%e8%bd%ac%e8%bd%bd%e6%96%b9%e5%85%b4%e4%b8%9c%ef%bc%9a%e7%8f%8a%e7%91%9a%e8%99%ab%e4%bd%9c%e8%80%85%e5%88%a4%e5%88%91%ef%bc%8c%e5%b0%86%e6%98%af%e8%85%be%e8%ae%af%e6%b0%b8%e8%bf%9c%e7%9a%84%e7%bd%aa/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 01:32:48 +0000</pubDate>
		<dc:creator>Sunshow</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[互联网]]></category>
		<category><![CDATA[珊瑚虫]]></category>
		<category><![CDATA[腾讯]]></category>

		<guid isPermaLink="false">http://blog.sunshow.net/archives/577.html</guid>
		<description><![CDATA[原文出处：http://fxd163tech.blog.163.com/blog/static/2428541320082242819984/
最初看到珊瑚虫作者被逮捕，然后被起诉，然后被判刑三年。腾讯在这场战斗中大获全胜，但是，这也开了一个非常恶劣的先例。对于类似珊瑚虫作者这样互联网上的黑客行为，造成了摧毁性的威慑和打击。将严重危害互联网创新，也危及网络公民的基本权益。比起美国相对宽松的法律环境，是中国互联网健康发展的重要因素。但是，这场腾讯的“胜利”，却使得中国互联网徒增恐怖色彩。
因为我和作者从来不认识，我曾经联系一位与此案件利益相关的朋友，我说，这个案件不是简单的法律问题，应该号召一大批互联网专家、法律专家和学者，好好探讨的大事件。在商业利益越来越强势的今天，缺乏为网络公共利益和公民利益维护和呐喊的声音和力量，是很危险的事情。珊瑚虫案件如果没有第三方的强大舆论支持，而由商业力量主导，那结果将是非常糟糕的。
但是，由于这位朋友对我的想法拒绝了，所以我也就没有出手做点什么。然后忙于太多事情，就淡忘了。前两天看到了最后的判决，结果与我估计的一样。显然，事件非常简单，珊瑚虫作者一开始纯粹出于兴趣与爱好，推出了自己反商业版本的QQ，后来，商业诱惑之下走向了商业化，也开始对商业构成损害。不能说没有过错，过错其实非常明显，关键是，腾讯的这种行为，危及互联网发展的规则。其实，在腾讯初期，创始人们做的很多事情，与珊瑚虫作者是完全一样的。
显然，珊瑚虫作者缺乏法律意识，没有像腾讯一样在商业化过程中及时、巧妙洗干净自己的商业模式。而对于腾讯来说，维护自己的商业利益理所当然。但是，这样的出招实在过于狠毒，走过了。这个案件将会成为腾讯永远的罪！
等有时间和精力，我们还是应该召集学者、专家、意见领袖、黑客们，认真探讨这个事件。因为，这不是个案，而将影响很多互联网上的类似行为，危及很多技术爱好者——极客和黑客们的基本安全。

	标签：互联网, 珊瑚虫, 腾讯

	相关日志
	
	[转]重要的不是技术 (0)
	FriendFeed (0)
	[转载]珊瑚虫案腾讯忽悠了谁 (0)
	有需要注册珊瑚虫ID的在此留言 (61)
	希望大家帮帮珊瑚虫和soff (1)


]]></description>
			<content:encoded><![CDATA[<p>原文出处：<a href="http://fxd163tech.blog.163.com/blog/static/2428541320082242819984/">http://fxd163tech.blog.163.com/blog/static/2428541320082242819984/</a></p>
<p>最初看到珊瑚虫作者被逮捕，然后被起诉，然后被判刑三年。腾讯在这场战斗中大获全胜，但是，这也开了一个非常恶劣的先例。对于类似珊瑚虫作者这样互联网上的黑客行为，造成了摧毁性的威慑和打击。将严重危害互联网创新，也危及网络公民的基本权益。比起美国相对宽松的法律环境，是中国互联网健康发展的重要因素。但是，这场腾讯的“胜利”，却使得中国互联网徒增恐怖色彩。</p>
<p>因为我和作者从来不认识，我曾经联系一位与此案件利益相关的朋友，我说，这个案件不是简单的法律问题，应该号召一大批互联网专家、法律专家和学者，好好探讨的大事件。在商业利益越来越强势的今天，缺乏为网络公共利益和公民利益维护和呐喊的声音和力量，是很危险的事情。珊瑚虫案件如果没有第三方的强大舆论支持，而由商业力量主导，那结果将是非常糟糕的。</p>
<p>但是，由于这位朋友对我的想法拒绝了，所以我也就没有出手做点什么。然后忙于太多事情，就淡忘了。前两天看到了最后的判决，结果与我估计的一样。显然，事件非常简单，珊瑚虫作者一开始纯粹出于兴趣与爱好，推出了自己反商业版本的QQ，后来，商业诱惑之下走向了商业化，也开始对商业构成损害。不能说没有过错，过错其实非常明显，关键是，腾讯的这种行为，危及互联网发展的规则。其实，在腾讯初期，创始人们做的很多事情，与珊瑚虫作者是完全一样的。</p>
<p>显然，珊瑚虫作者缺乏法律意识，没有像腾讯一样在商业化过程中及时、巧妙洗干净自己的商业模式。而对于腾讯来说，维护自己的商业利益理所当然。但是，这样的出招实在过于狠毒，走过了。这个案件将会成为腾讯永远的罪！</p>
<p>等有时间和精力，我们还是应该召集学者、专家、意见领袖、黑客们，认真探讨这个事件。因为，这不是个案，而将影响很多互联网上的类似行为，危及很多技术爱好者——极客和黑客们的基本安全。</p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F03%2F%25e8%25bd%25ac%25e8%25bd%25bd%25e6%2596%25b9%25e5%2585%25b4%25e4%25b8%259c%25ef%25bc%259a%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e4%25bd%259c%25e8%2580%2585%25e5%2588%25a4%25e5%2588%2591%25ef%25bc%258c%25e5%25b0%2586%25e6%2598%25af%25e8%2585%25be%25e8%25ae%25af%25e6%25b0%25b8%25e8%25bf%259c%25e7%259a%2584%25e7%25bd%25aa%2F&amp;title=%5B%E8%BD%AC%E8%BD%BD%5D%E6%96%B9%E5%85%B4%E4%B8%9C%EF%BC%9A%E7%8F%8A%E7%91%9A%E8%99%AB%E4%BD%9C%E8%80%85%E5%88%A4%E5%88%91%EF%BC%8C%E5%B0%86%E6%98%AF%E8%85%BE%E8%AE%AF%E6%B0%B8%E8%BF%9C%E7%9A%84%E7%BD%AA%EF%BC%81"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F03%2F%25e8%25bd%25ac%25e8%25bd%25bd%25e6%2596%25b9%25e5%2585%25b4%25e4%25b8%259c%25ef%25bc%259a%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e4%25bd%259c%25e8%2580%2585%25e5%2588%25a4%25e5%2588%2591%25ef%25bc%258c%25e5%25b0%2586%25e6%2598%25af%25e8%2585%25be%25e8%25ae%25af%25e6%25b0%25b8%25e8%25bf%259c%25e7%259a%2584%25e7%25bd%25aa%2F&amp;title=%5B%E8%BD%AC%E8%BD%BD%5D%E6%96%B9%E5%85%B4%E4%B8%9C%EF%BC%9A%E7%8F%8A%E7%91%9A%E8%99%AB%E4%BD%9C%E8%80%85%E5%88%A4%E5%88%91%EF%BC%8C%E5%B0%86%E6%98%AF%E8%85%BE%E8%AE%AF%E6%B0%B8%E8%BF%9C%E7%9A%84%E7%BD%AA%EF%BC%81"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F03%2F%25e8%25bd%25ac%25e8%25bd%25bd%25e6%2596%25b9%25e5%2585%25b4%25e4%25b8%259c%25ef%25bc%259a%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e4%25bd%259c%25e8%2580%2585%25e5%2588%25a4%25e5%2588%2591%25ef%25bc%258c%25e5%25b0%2586%25e6%2598%25af%25e8%2585%25be%25e8%25ae%25af%25e6%25b0%25b8%25e8%25bf%259c%25e7%259a%2584%25e7%25bd%25aa%2F&amp;title=%5B%E8%BD%AC%E8%BD%BD%5D%E6%96%B9%E5%85%B4%E4%B8%9C%EF%BC%9A%E7%8F%8A%E7%91%9A%E8%99%AB%E4%BD%9C%E8%80%85%E5%88%A4%E5%88%91%EF%BC%8C%E5%B0%86%E6%98%AF%E8%85%BE%E8%AE%AF%E6%B0%B8%E8%BF%9C%E7%9A%84%E7%BD%AA%EF%BC%81"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fblog.sunshow.net%2F2008%2F03%2F%25e8%25bd%25ac%25e8%25bd%25bd%25e6%2596%25b9%25e5%2585%25b4%25e4%25b8%259c%25ef%25bc%259a%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e4%25bd%259c%25e8%2580%2585%25e5%2588%25a4%25e5%2588%2591%25ef%25bc%258c%25e5%25b0%2586%25e6%2598%25af%25e8%2585%25be%25e8%25ae%25af%25e6%25b0%25b8%25e8%25bf%259c%25e7%259a%2584%25e7%25bd%25aa%2F&amp;headline=%5B%E8%BD%AC%E8%BD%BD%5D%E6%96%B9%E5%85%B4%E4%B8%9C%EF%BC%9A%E7%8F%8A%E7%91%9A%E8%99%AB%E4%BD%9C%E8%80%85%E5%88%A4%E5%88%91%EF%BC%8C%E5%B0%86%E6%98%AF%E8%85%BE%E8%AE%AF%E6%B0%B8%E8%BF%9C%E7%9A%84%E7%BD%AA%EF%BC%81"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=%5B%E8%BD%AC%E8%BD%BD%5D%E6%96%B9%E5%85%B4%E4%B8%9C%EF%BC%9A%E7%8F%8A%E7%91%9A%E8%99%AB%E4%BD%9C%E8%80%85%E5%88%A4%E5%88%91%EF%BC%8C%E5%B0%86%E6%98%AF%E8%85%BE%E8%AE%AF%E6%B0%B8%E8%BF%9C%E7%9A%84%E7%BD%AA%EF%BC%81&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F03%2F%25e8%25bd%25ac%25e8%25bd%25bd%25e6%2596%25b9%25e5%2585%25b4%25e4%25b8%259c%25ef%25bc%259a%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e4%25bd%259c%25e8%2580%2585%25e5%2588%25a4%25e5%2588%2591%25ef%25bc%258c%25e5%25b0%2586%25e6%2598%25af%25e8%2585%25be%25e8%25ae%25af%25e6%25b0%25b8%25e8%25bf%259c%25e7%259a%2584%25e7%25bd%25aa%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=%5B%E8%BD%AC%E8%BD%BD%5D%E6%96%B9%E5%85%B4%E4%B8%9C%EF%BC%9A%E7%8F%8A%E7%91%9A%E8%99%AB%E4%BD%9C%E8%80%85%E5%88%A4%E5%88%91%EF%BC%8C%E5%B0%86%E6%98%AF%E8%85%BE%E8%AE%AF%E6%B0%B8%E8%BF%9C%E7%9A%84%E7%BD%AA%EF%BC%81&amp;u=http%3A%2F%2Fblog.sunshow.net%2F2008%2F03%2F%25e8%25bd%25ac%25e8%25bd%25bd%25e6%2596%25b9%25e5%2585%25b4%25e4%25b8%259c%25ef%25bc%259a%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e4%25bd%259c%25e8%2580%2585%25e5%2588%25a4%25e5%2588%2591%25ef%25bc%258c%25e5%25b0%2586%25e6%2598%25af%25e8%2585%25be%25e8%25ae%25af%25e6%25b0%25b8%25e8%25bf%259c%25e7%259a%2584%25e7%25bd%25aa%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=%5B%E8%BD%AC%E8%BD%BD%5D%E6%96%B9%E5%85%B4%E4%B8%9C%EF%BC%9A%E7%8F%8A%E7%91%9A%E8%99%AB%E4%BD%9C%E8%80%85%E5%88%A4%E5%88%91%EF%BC%8C%E5%B0%86%E6%98%AF%E8%85%BE%E8%AE%AF%E6%B0%B8%E8%BF%9C%E7%9A%84%E7%BD%AA%EF%BC%81&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F03%2F%25e8%25bd%25ac%25e8%25bd%25bd%25e6%2596%25b9%25e5%2585%25b4%25e4%25b8%259c%25ef%25bc%259a%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e4%25bd%259c%25e8%2580%2585%25e5%2588%25a4%25e5%2588%2591%25ef%25bc%258c%25e5%25b0%2586%25e6%2598%25af%25e8%2585%25be%25e8%25ae%25af%25e6%25b0%25b8%25e8%25bf%259c%25e7%259a%2584%25e7%25bd%25aa%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=%5B%E8%BD%AC%E8%BD%BD%5D%E6%96%B9%E5%85%B4%E4%B8%9C%EF%BC%9A%E7%8F%8A%E7%91%9A%E8%99%AB%E4%BD%9C%E8%80%85%E5%88%A4%E5%88%91%EF%BC%8C%E5%B0%86%E6%98%AF%E8%85%BE%E8%AE%AF%E6%B0%B8%E8%BF%9C%E7%9A%84%E7%BD%AA%EF%BC%81&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F03%2F%25e8%25bd%25ac%25e8%25bd%25bd%25e6%2596%25b9%25e5%2585%25b4%25e4%25b8%259c%25ef%25bc%259a%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e4%25bd%259c%25e8%2580%2585%25e5%2588%25a4%25e5%2588%2591%25ef%25bc%258c%25e5%25b0%2586%25e6%2598%25af%25e8%2585%25be%25e8%25ae%25af%25e6%25b0%25b8%25e8%25bf%259c%25e7%259a%2584%25e7%25bd%25aa%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=%5B%E8%BD%AC%E8%BD%BD%5D%E6%96%B9%E5%85%B4%E4%B8%9C%EF%BC%9A%E7%8F%8A%E7%91%9A%E8%99%AB%E4%BD%9C%E8%80%85%E5%88%A4%E5%88%91%EF%BC%8C%E5%B0%86%E6%98%AF%E8%85%BE%E8%AE%AF%E6%B0%B8%E8%BF%9C%E7%9A%84%E7%BD%AA%EF%BC%81&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F03%2F%25e8%25bd%25ac%25e8%25bd%25bd%25e6%2596%25b9%25e5%2585%25b4%25e4%25b8%259c%25ef%25bc%259a%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e4%25bd%259c%25e8%2580%2585%25e5%2588%25a4%25e5%2588%2591%25ef%25bc%258c%25e5%25b0%2586%25e6%2598%25af%25e8%2585%25be%25e8%25ae%25af%25e6%25b0%25b8%25e8%25bf%259c%25e7%259a%2584%25e7%25bd%25aa%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F03%2F%25e8%25bd%25ac%25e8%25bd%25bd%25e6%2596%25b9%25e5%2585%25b4%25e4%25b8%259c%25ef%25bc%259a%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e4%25bd%259c%25e8%2580%2585%25e5%2588%25a4%25e5%2588%2591%25ef%25bc%258c%25e5%25b0%2586%25e6%2598%25af%25e8%2585%25be%25e8%25ae%25af%25e6%25b0%25b8%25e8%25bf%259c%25e7%259a%2584%25e7%25bd%25aa%2F&amp;title=%5B%E8%BD%AC%E8%BD%BD%5D%E6%96%B9%E5%85%B4%E4%B8%9C%EF%BC%9A%E7%8F%8A%E7%91%9A%E8%99%AB%E4%BD%9C%E8%80%85%E5%88%A4%E5%88%91%EF%BC%8C%E5%B0%86%E6%98%AF%E8%85%BE%E8%AE%AF%E6%B0%B8%E8%BF%9C%E7%9A%84%E7%BD%AA%EF%BC%81&amp;summary=&amp;source="><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.sunshow.net%2F2008%2F03%2F%25e8%25bd%25ac%25e8%25bd%25bd%25e6%2596%25b9%25e5%2585%25b4%25e4%25b8%259c%25ef%25bc%259a%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e4%25bd%259c%25e8%2580%2585%25e5%2588%25a4%25e5%2588%2591%25ef%25bc%258c%25e5%25b0%2586%25e6%2598%25af%25e8%2585%25be%25e8%25ae%25af%25e6%25b0%25b8%25e8%25bf%259c%25e7%259a%2584%25e7%25bd%25aa%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fblog.sunshow.net%2F2008%2F03%2F%25e8%25bd%25ac%25e8%25bd%25bd%25e6%2596%25b9%25e5%2585%25b4%25e4%25b8%259c%25ef%25bc%259a%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e4%25bd%259c%25e8%2580%2585%25e5%2588%25a4%25e5%2588%2591%25ef%25bc%258c%25e5%25b0%2586%25e6%2598%25af%25e8%2585%25be%25e8%25ae%25af%25e6%25b0%25b8%25e8%25bf%259c%25e7%259a%2584%25e7%25bd%25aa%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/reader/link?url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F03%2F%25e8%25bd%25ac%25e8%25bd%25bd%25e6%2596%25b9%25e5%2585%25b4%25e4%25b8%259c%25ef%25bc%259a%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e4%25bd%259c%25e8%2580%2585%25e5%2588%25a4%25e5%2588%2591%25ef%25bc%258c%25e5%25b0%2586%25e6%2598%25af%25e8%2585%25be%25e8%25ae%25af%25e6%25b0%25b8%25e8%25bf%259c%25e7%259a%2584%25e7%25bd%25aa%2F&amp;title=%5B%E8%BD%AC%E8%BD%BD%5D%E6%96%B9%E5%85%B4%E4%B8%9C%EF%BC%9A%E7%8F%8A%E7%91%9A%E8%99%AB%E4%BD%9C%E8%80%85%E5%88%A4%E5%88%91%EF%BC%8C%E5%B0%86%E6%98%AF%E8%85%BE%E8%AE%AF%E6%B0%B8%E8%BF%9C%E7%9A%84%E7%BD%AA%EF%BC%81"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>
	<div style="clear:both;"></div>标签：<a href="http://blog.sunshow.net/tag/%e4%ba%92%e8%81%94%e7%bd%91/" title="互联网" rel="tag">互联网</a>, <a href="http://blog.sunshow.net/tag/%e7%8f%8a%e7%91%9a%e8%99%ab/" title="珊瑚虫" rel="tag">珊瑚虫</a>, <a href="http://blog.sunshow.net/tag/%e8%85%be%e8%ae%af/" title="腾讯" rel="tag">腾讯</a><br /><br />

	<div style="clear:both;"></div><strong>相关日志</strong>
	<ul class="st-related-posts">
	<li><a href="http://blog.sunshow.net/2008/04/%e8%bd%ac%e9%87%8d%e8%a6%81%e7%9a%84%e4%b8%8d%e6%98%af%e6%8a%80%e6%9c%af/" title="[转]重要的不是技术 (2008-04-14)">[转]重要的不是技术</a> (0)</li>
	<li><a href="http://blog.sunshow.net/2008/12/friendfeed/" title="FriendFeed (2008-12-09)">FriendFeed</a> (0)</li>
	<li><a href="http://blog.sunshow.net/2007/12/%e8%bd%ac%e8%bd%bd%e7%8f%8a%e7%91%9a%e8%99%ab%e6%a1%88%e8%85%be%e8%ae%af%e5%bf%bd%e6%82%a0%e4%ba%86%e8%b0%81/" title="[转载]珊瑚虫案腾讯忽悠了谁 (2007-12-25)">[转载]珊瑚虫案腾讯忽悠了谁</a> (0)</li>
	<li><a href="http://blog.sunshow.net/2006/08/%e6%9c%89%e9%9c%80%e8%a6%81%e6%b3%a8%e5%86%8c%e7%8f%8a%e7%91%9a%e8%99%abid%e7%9a%84%e5%9c%a8%e6%ad%a4%e7%95%99%e8%a8%80/" title="有需要注册珊瑚虫ID的在此留言 (2006-08-18)">有需要注册珊瑚虫ID的在此留言</a> (61)</li>
	<li><a href="http://blog.sunshow.net/2007/10/%e5%b8%8c%e6%9c%9b%e5%a4%a7%e5%ae%b6%e5%b8%ae%e5%b8%ae%e7%8f%8a%e7%91%9a%e8%99%ab%e5%92%8csoff/" title="希望大家帮帮珊瑚虫和soff (2007-10-02)">希望大家帮帮珊瑚虫和soff</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://blog.sunshow.net/2008/03/%e8%bd%ac%e8%bd%bd%e6%96%b9%e5%85%b4%e4%b8%9c%ef%bc%9a%e7%8f%8a%e7%91%9a%e8%99%ab%e4%bd%9c%e8%80%85%e5%88%a4%e5%88%91%ef%bc%8c%e5%b0%86%e6%98%af%e8%85%be%e8%ae%af%e6%b0%b8%e8%bf%9c%e7%9a%84%e7%bd%aa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[转帖]珊瑚虫强奸案</title>
		<link>http://blog.sunshow.net/2008/01/%e8%bd%ac%e5%b8%96%e7%8f%8a%e7%91%9a%e8%99%ab%e5%bc%ba%e5%a5%b8%e6%a1%88/</link>
		<comments>http://blog.sunshow.net/2008/01/%e8%bd%ac%e5%b8%96%e7%8f%8a%e7%91%9a%e8%99%ab%e5%bc%ba%e5%a5%b8%e6%a1%88/#comments</comments>
		<pubDate>Thu, 10 Jan 2008 03:44:06 +0000</pubDate>
		<dc:creator>Sunshow</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[珊瑚虫]]></category>
		<category><![CDATA[腾讯]]></category>

		<guid isPermaLink="false">http://www.sunshow.net/blog/archives/533.html</guid>
		<description><![CDATA[1.腾讯是个大美女，珊瑚虫是个毛头小伙子。
2.珊瑚虫不小心碰了一下腾讯屁股，腾讯警告了珊瑚虫，说你这是性骚扰，以后再摸我叫警察抓你。
3.珊瑚虫不敢了，赶紧写了检查给腾讯，说我以后再也不摸你屁股了。
4.珊瑚虫后来在街上遇到腾讯，禁不住开始yy，心想yy总不犯法吧。腾讯被珊瑚虫看毛了，但突然发现小珊长得也蛮帅，心动了一下，回以害羞的微笑。结果珊瑚虫骨头酥了。
5.珊瑚虫开始在大街上公然冲腾讯抛媚眼，腾讯每次也都热情的回送了秋天的菠菜。
6.腾讯偷偷的问珊瑚虫喜欢用杜蕾斯还是杰士邦。
7.腾讯请珊瑚虫去家里做客，在家里干了什么此处删去200字，临走送了珊瑚虫自己的性感照片。
8.腾讯在自己家墙上窗户上门上贴满了自己和珊瑚虫的照片。
9.珊瑚虫家也挂满了自己和腾讯的照片。
10.腾讯手挽着珊瑚虫在街上散步，大家都认为他们是幸福的一对，村里的小孩也都觉得这对夫妇长得漂亮人也不错。
11.珊瑚虫和腾讯在家翻云覆雨，经常一起讨论用什么姿势最舒服。
12.珊瑚虫和腾讯一起生了三个孩子，两个姓腾，一个姓珊，一家人过着幸福的生活。
13.。。。
14.。。。。。。
15.两年后
16.有一天，腾讯发现珊瑚虫与google、yahoo、百度等美女有联系，大为恼火。
17.腾讯回家把贴的珊瑚虫的照片全都撕了，然后拉着村长到珊瑚虫家看，说珊瑚虫家挂着自己和孩子的照片，属于性骚扰，要求照片全撕了，还要赔偿精神损失费50块钱。
18.村长多少了解点情况，劝珊瑚虫说，人家腾讯不要你了，也不让你挂她的照片了，你就把人家照片撕了吧，再赔10块钱得了。
19.珊瑚虫赔钱、撕照片，伤心啊。好在他和腾讯生的姓珊的孩子还经常到家来看看。
20.听说珊瑚虫落单了，google、yahoo、百度等单身美女们都来看珊瑚虫，都表示愿意和珊瑚虫交朋友，而且都很喜欢姓珊的孩子。
21.腾讯听说珊瑚虫和新的美女泡上了，还有可能抢走姓珊的孩子，大惊！心中顿生杀气！
22.腾讯找到自己老家的警察，送了包软中华，她老家的警察直接上珊瑚虫家把小珊捆走了。
23.警察把珊瑚虫送腾讯老家的村长家里，说这小子强奸我们村大美女腾讯，孩子都生下来了，协和医院做的鉴定，证据确凿，没跑儿。
24.村长是腾讯她们家舅舅，一看腾讯在旁边一把鼻涕一把泪的，心想奶奶的，敢欺负我们家腾讯，先把珊瑚虫关起来，严惩不怠！
25.珊瑚虫家里人找到腾讯他们村，说这哪是强奸，俩人明明是自由恋爱嘛。腾讯他们村一帮人在旁边瞎起哄，说你有结婚证么？你有结婚证么？没结婚证就是强奸。
26.事情闹大了，现在全世界都知道腾讯从和珊瑚虫恋爱到告珊瑚虫强奸的事了，要判强奸有点为难啊，村长头有点大了。
27.一边是一哭二闹三上吊的腾讯，一边是无数双眼睛看着自己，明年还想竞选县长。唉！村长该怎么办呢？
28.to be continued....

	标签：珊瑚虫, 腾讯

	相关日志
	
	[转载]纪念陈寿福君及珊瑚虫QQ (0)
	[转载]方兴东：珊瑚虫作者判刑，将是腾讯永远的罪！ (0)
	[转载]珊瑚虫案腾讯忽悠了谁 (0)
	有需要注册珊瑚虫ID的在此留言 (61)
	希望大家帮帮珊瑚虫和soff (1)


]]></description>
			<content:encoded><![CDATA[<p>1.腾讯是个大美女，珊瑚虫是个毛头小伙子。<br />
2.珊瑚虫不小心碰了一下腾讯屁股，腾讯警告了珊瑚虫，说你这是性骚扰，以后再摸我叫警察抓你。<br />
3.珊瑚虫不敢了，赶紧写了检查给腾讯，说我以后再也不摸你屁股了。<br />
4.珊瑚虫后来在街上遇到腾讯，禁不住开始yy，心想yy总不犯法吧。腾讯被珊瑚虫看毛了，但突然发现小珊长得也蛮帅，心动了一下，回以害羞的微笑。结果珊瑚虫骨头酥了。<br />
5.珊瑚虫开始在大街上公然冲腾讯抛媚眼，腾讯每次也都热情的回送了秋天的菠菜。<br />
6.腾讯偷偷的问珊瑚虫喜欢用杜蕾斯还是杰士邦。<br />
7.腾讯请珊瑚虫去家里做客，在家里干了什么此处删去200字，临走送了珊瑚虫自己的性感照片。<br />
8.腾讯在自己家墙上窗户上门上贴满了自己和珊瑚虫的照片。<br />
9.珊瑚虫家也挂满了自己和腾讯的照片。<br />
10.腾讯手挽着珊瑚虫在街上散步，大家都认为他们是幸福的一对，村里的小孩也都觉得这对夫妇长得漂亮人也不错。<br />
11.珊瑚虫和腾讯在家翻云覆雨，经常一起讨论用什么姿势最舒服。<br />
12.珊瑚虫和腾讯一起生了三个孩子，两个姓腾，一个姓珊，一家人过着幸福的生活。<br />
13.。。。<br />
14.。。。。。。<br />
15.两年后<br />
16.有一天，腾讯发现珊瑚虫与google、yahoo、百度等美女有联系，大为恼火。<br />
17.腾讯回家把贴的珊瑚虫的照片全都撕了，然后拉着村长到珊瑚虫家看，说珊瑚虫家挂着自己和孩子的照片，属于性骚扰，要求照片全撕了，还要赔偿精神损失费50块钱。<br />
18.村长多少了解点情况，劝珊瑚虫说，人家腾讯不要你了，也不让你挂她的照片了，你就把人家照片撕了吧，再赔10块钱得了。<br />
19.珊瑚虫赔钱、撕照片，伤心啊。好在他和腾讯生的姓珊的孩子还经常到家来看看。<br />
20.听说珊瑚虫落单了，google、yahoo、百度等单身美女们都来看珊瑚虫，都表示愿意和珊瑚虫交朋友，而且都很喜欢姓珊的孩子。<br />
21.腾讯听说珊瑚虫和新的美女泡上了，还有可能抢走姓珊的孩子，大惊！心中顿生杀气！<br />
22.腾讯找到自己老家的警察，送了包软中华，她老家的警察直接上珊瑚虫家把小珊捆走了。<br />
23.警察把珊瑚虫送腾讯老家的村长家里，说这小子强奸我们村大美女腾讯，孩子都生下来了，协和医院做的鉴定，证据确凿，没跑儿。<br />
24.村长是腾讯她们家舅舅，一看腾讯在旁边一把鼻涕一把泪的，心想奶奶的，敢欺负我们家腾讯，先把珊瑚虫关起来，严惩不怠！<br />
25.珊瑚虫家里人找到腾讯他们村，说这哪是强奸，俩人明明是自由恋爱嘛。腾讯他们村一帮人在旁边瞎起哄，说你有结婚证么？你有结婚证么？没结婚证就是强奸。<br />
26.事情闹大了，现在全世界都知道腾讯从和珊瑚虫恋爱到告珊瑚虫强奸的事了，要判强奸有点为难啊，村长头有点大了。<br />
27.一边是一哭二闹三上吊的腾讯，一边是无数双眼睛看着自己，明年还想竞选县长。唉！村长该怎么办呢？<br />
28.to be continued....</p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F01%2F%25e8%25bd%25ac%25e5%25b8%2596%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e5%25bc%25ba%25e5%25a5%25b8%25e6%25a1%2588%2F&amp;title=%5B%E8%BD%AC%E5%B8%96%5D%E7%8F%8A%E7%91%9A%E8%99%AB%E5%BC%BA%E5%A5%B8%E6%A1%88"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F01%2F%25e8%25bd%25ac%25e5%25b8%2596%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e5%25bc%25ba%25e5%25a5%25b8%25e6%25a1%2588%2F&amp;title=%5B%E8%BD%AC%E5%B8%96%5D%E7%8F%8A%E7%91%9A%E8%99%AB%E5%BC%BA%E5%A5%B8%E6%A1%88"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F01%2F%25e8%25bd%25ac%25e5%25b8%2596%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e5%25bc%25ba%25e5%25a5%25b8%25e6%25a1%2588%2F&amp;title=%5B%E8%BD%AC%E5%B8%96%5D%E7%8F%8A%E7%91%9A%E8%99%AB%E5%BC%BA%E5%A5%B8%E6%A1%88"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fblog.sunshow.net%2F2008%2F01%2F%25e8%25bd%25ac%25e5%25b8%2596%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e5%25bc%25ba%25e5%25a5%25b8%25e6%25a1%2588%2F&amp;headline=%5B%E8%BD%AC%E5%B8%96%5D%E7%8F%8A%E7%91%9A%E8%99%AB%E5%BC%BA%E5%A5%B8%E6%A1%88"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=%5B%E8%BD%AC%E5%B8%96%5D%E7%8F%8A%E7%91%9A%E8%99%AB%E5%BC%BA%E5%A5%B8%E6%A1%88&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F01%2F%25e8%25bd%25ac%25e5%25b8%2596%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e5%25bc%25ba%25e5%25a5%25b8%25e6%25a1%2588%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=%5B%E8%BD%AC%E5%B8%96%5D%E7%8F%8A%E7%91%9A%E8%99%AB%E5%BC%BA%E5%A5%B8%E6%A1%88&amp;u=http%3A%2F%2Fblog.sunshow.net%2F2008%2F01%2F%25e8%25bd%25ac%25e5%25b8%2596%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e5%25bc%25ba%25e5%25a5%25b8%25e6%25a1%2588%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=%5B%E8%BD%AC%E5%B8%96%5D%E7%8F%8A%E7%91%9A%E8%99%AB%E5%BC%BA%E5%A5%B8%E6%A1%88&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F01%2F%25e8%25bd%25ac%25e5%25b8%2596%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e5%25bc%25ba%25e5%25a5%25b8%25e6%25a1%2588%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=%5B%E8%BD%AC%E5%B8%96%5D%E7%8F%8A%E7%91%9A%E8%99%AB%E5%BC%BA%E5%A5%B8%E6%A1%88&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F01%2F%25e8%25bd%25ac%25e5%25b8%2596%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e5%25bc%25ba%25e5%25a5%25b8%25e6%25a1%2588%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=%5B%E8%BD%AC%E5%B8%96%5D%E7%8F%8A%E7%91%9A%E8%99%AB%E5%BC%BA%E5%A5%B8%E6%A1%88&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F01%2F%25e8%25bd%25ac%25e5%25b8%2596%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e5%25bc%25ba%25e5%25a5%25b8%25e6%25a1%2588%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F01%2F%25e8%25bd%25ac%25e5%25b8%2596%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e5%25bc%25ba%25e5%25a5%25b8%25e6%25a1%2588%2F&amp;title=%5B%E8%BD%AC%E5%B8%96%5D%E7%8F%8A%E7%91%9A%E8%99%AB%E5%BC%BA%E5%A5%B8%E6%A1%88&amp;summary=&amp;source="><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.sunshow.net%2F2008%2F01%2F%25e8%25bd%25ac%25e5%25b8%2596%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e5%25bc%25ba%25e5%25a5%25b8%25e6%25a1%2588%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fblog.sunshow.net%2F2008%2F01%2F%25e8%25bd%25ac%25e5%25b8%2596%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e5%25bc%25ba%25e5%25a5%25b8%25e6%25a1%2588%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/reader/link?url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F01%2F%25e8%25bd%25ac%25e5%25b8%2596%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e5%25bc%25ba%25e5%25a5%25b8%25e6%25a1%2588%2F&amp;title=%5B%E8%BD%AC%E5%B8%96%5D%E7%8F%8A%E7%91%9A%E8%99%AB%E5%BC%BA%E5%A5%B8%E6%A1%88"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>
	<div style="clear:both;"></div>标签：<a href="http://blog.sunshow.net/tag/%e7%8f%8a%e7%91%9a%e8%99%ab/" title="珊瑚虫" rel="tag">珊瑚虫</a>, <a href="http://blog.sunshow.net/tag/%e8%85%be%e8%ae%af/" title="腾讯" rel="tag">腾讯</a><br /><br />

	<div style="clear:both;"></div><strong>相关日志</strong>
	<ul class="st-related-posts">
	<li><a href="http://blog.sunshow.net/2007/10/%e8%bd%ac%e8%bd%bd%e7%ba%aa%e5%bf%b5%e9%99%88%e5%af%bf%e7%a6%8f%e5%90%9b%e5%8f%8a%e7%8f%8a%e7%91%9a%e8%99%abqq/" title="[转载]纪念陈寿福君及珊瑚虫QQ (2007-10-15)">[转载]纪念陈寿福君及珊瑚虫QQ</a> (0)</li>
	<li><a href="http://blog.sunshow.net/2008/03/%e8%bd%ac%e8%bd%bd%e6%96%b9%e5%85%b4%e4%b8%9c%ef%bc%9a%e7%8f%8a%e7%91%9a%e8%99%ab%e4%bd%9c%e8%80%85%e5%88%a4%e5%88%91%ef%bc%8c%e5%b0%86%e6%98%af%e8%85%be%e8%ae%af%e6%b0%b8%e8%bf%9c%e7%9a%84%e7%bd%aa/" title="[转载]方兴东：珊瑚虫作者判刑，将是腾讯永远的罪！ (2008-03-25)">[转载]方兴东：珊瑚虫作者判刑，将是腾讯永远的罪！</a> (0)</li>
	<li><a href="http://blog.sunshow.net/2007/12/%e8%bd%ac%e8%bd%bd%e7%8f%8a%e7%91%9a%e8%99%ab%e6%a1%88%e8%85%be%e8%ae%af%e5%bf%bd%e6%82%a0%e4%ba%86%e8%b0%81/" title="[转载]珊瑚虫案腾讯忽悠了谁 (2007-12-25)">[转载]珊瑚虫案腾讯忽悠了谁</a> (0)</li>
	<li><a href="http://blog.sunshow.net/2006/08/%e6%9c%89%e9%9c%80%e8%a6%81%e6%b3%a8%e5%86%8c%e7%8f%8a%e7%91%9a%e8%99%abid%e7%9a%84%e5%9c%a8%e6%ad%a4%e7%95%99%e8%a8%80/" title="有需要注册珊瑚虫ID的在此留言 (2006-08-18)">有需要注册珊瑚虫ID的在此留言</a> (61)</li>
	<li><a href="http://blog.sunshow.net/2007/10/%e5%b8%8c%e6%9c%9b%e5%a4%a7%e5%ae%b6%e5%b8%ae%e5%b8%ae%e7%8f%8a%e7%91%9a%e8%99%ab%e5%92%8csoff/" title="希望大家帮帮珊瑚虫和soff (2007-10-02)">希望大家帮帮珊瑚虫和soff</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://blog.sunshow.net/2008/01/%e8%bd%ac%e5%b8%96%e7%8f%8a%e7%91%9a%e8%99%ab%e5%bc%ba%e5%a5%b8%e6%a1%88/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>验证码又有新玩法</title>
		<link>http://blog.sunshow.net/2008/01/%e9%aa%8c%e8%af%81%e7%a0%81%e5%8f%88%e6%9c%89%e6%96%b0%e7%8e%a9%e6%b3%95/</link>
		<comments>http://blog.sunshow.net/2008/01/%e9%aa%8c%e8%af%81%e7%a0%81%e5%8f%88%e6%9c%89%e6%96%b0%e7%8e%a9%e6%b3%95/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 07:49:04 +0000</pubDate>
		<dc:creator>Sunshow</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[csdn]]></category>
		<category><![CDATA[验证码]]></category>

		<guid isPermaLink="false">http://www.sunshow.net/blog/archives/532.html</guid>
		<description><![CDATA[本以为算术已经够BT，没想到啊没想到
CSDN这广告效果，相当有才，只不知用户嫌不嫌烦
 

	标签：csdn, 验证码

	相关日志
	
	Anti Spam Image 算术版 (0)


]]></description>
			<content:encoded><![CDATA[<p>本以为<a href="http://www.sunshow.net/blog/archives/429.html">算术</a>已经够BT，没想到啊没想到</p>
<p>CSDN这广告效果，相当有才，只不知用户嫌不嫌烦</p>
<p><img src='http://www.sunshow.net/blog/wp-content/uploads/2008/01/csdn1.jpg' alt='csdn1.jpg' /> <img src='http://www.sunshow.net/blog/wp-content/uploads/2008/01/csdn2.jpg' alt='csdn2.jpg' /></p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F01%2F%25e9%25aa%258c%25e8%25af%2581%25e7%25a0%2581%25e5%258f%2588%25e6%259c%2589%25e6%2596%25b0%25e7%258e%25a9%25e6%25b3%2595%2F&amp;title=%E9%AA%8C%E8%AF%81%E7%A0%81%E5%8F%88%E6%9C%89%E6%96%B0%E7%8E%A9%E6%B3%95"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F01%2F%25e9%25aa%258c%25e8%25af%2581%25e7%25a0%2581%25e5%258f%2588%25e6%259c%2589%25e6%2596%25b0%25e7%258e%25a9%25e6%25b3%2595%2F&amp;title=%E9%AA%8C%E8%AF%81%E7%A0%81%E5%8F%88%E6%9C%89%E6%96%B0%E7%8E%A9%E6%B3%95"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F01%2F%25e9%25aa%258c%25e8%25af%2581%25e7%25a0%2581%25e5%258f%2588%25e6%259c%2589%25e6%2596%25b0%25e7%258e%25a9%25e6%25b3%2595%2F&amp;title=%E9%AA%8C%E8%AF%81%E7%A0%81%E5%8F%88%E6%9C%89%E6%96%B0%E7%8E%A9%E6%B3%95"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fblog.sunshow.net%2F2008%2F01%2F%25e9%25aa%258c%25e8%25af%2581%25e7%25a0%2581%25e5%258f%2588%25e6%259c%2589%25e6%2596%25b0%25e7%258e%25a9%25e6%25b3%2595%2F&amp;headline=%E9%AA%8C%E8%AF%81%E7%A0%81%E5%8F%88%E6%9C%89%E6%96%B0%E7%8E%A9%E6%B3%95"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=%E9%AA%8C%E8%AF%81%E7%A0%81%E5%8F%88%E6%9C%89%E6%96%B0%E7%8E%A9%E6%B3%95&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F01%2F%25e9%25aa%258c%25e8%25af%2581%25e7%25a0%2581%25e5%258f%2588%25e6%259c%2589%25e6%2596%25b0%25e7%258e%25a9%25e6%25b3%2595%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=%E9%AA%8C%E8%AF%81%E7%A0%81%E5%8F%88%E6%9C%89%E6%96%B0%E7%8E%A9%E6%B3%95&amp;u=http%3A%2F%2Fblog.sunshow.net%2F2008%2F01%2F%25e9%25aa%258c%25e8%25af%2581%25e7%25a0%2581%25e5%258f%2588%25e6%259c%2589%25e6%2596%25b0%25e7%258e%25a9%25e6%25b3%2595%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=%E9%AA%8C%E8%AF%81%E7%A0%81%E5%8F%88%E6%9C%89%E6%96%B0%E7%8E%A9%E6%B3%95&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F01%2F%25e9%25aa%258c%25e8%25af%2581%25e7%25a0%2581%25e5%258f%2588%25e6%259c%2589%25e6%2596%25b0%25e7%258e%25a9%25e6%25b3%2595%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=%E9%AA%8C%E8%AF%81%E7%A0%81%E5%8F%88%E6%9C%89%E6%96%B0%E7%8E%A9%E6%B3%95&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F01%2F%25e9%25aa%258c%25e8%25af%2581%25e7%25a0%2581%25e5%258f%2588%25e6%259c%2589%25e6%2596%25b0%25e7%258e%25a9%25e6%25b3%2595%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=%E9%AA%8C%E8%AF%81%E7%A0%81%E5%8F%88%E6%9C%89%E6%96%B0%E7%8E%A9%E6%B3%95&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F01%2F%25e9%25aa%258c%25e8%25af%2581%25e7%25a0%2581%25e5%258f%2588%25e6%259c%2589%25e6%2596%25b0%25e7%258e%25a9%25e6%25b3%2595%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F01%2F%25e9%25aa%258c%25e8%25af%2581%25e7%25a0%2581%25e5%258f%2588%25e6%259c%2589%25e6%2596%25b0%25e7%258e%25a9%25e6%25b3%2595%2F&amp;title=%E9%AA%8C%E8%AF%81%E7%A0%81%E5%8F%88%E6%9C%89%E6%96%B0%E7%8E%A9%E6%B3%95&amp;summary=&amp;source="><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.sunshow.net%2F2008%2F01%2F%25e9%25aa%258c%25e8%25af%2581%25e7%25a0%2581%25e5%258f%2588%25e6%259c%2589%25e6%2596%25b0%25e7%258e%25a9%25e6%25b3%2595%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fblog.sunshow.net%2F2008%2F01%2F%25e9%25aa%258c%25e8%25af%2581%25e7%25a0%2581%25e5%258f%2588%25e6%259c%2589%25e6%2596%25b0%25e7%258e%25a9%25e6%25b3%2595%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/reader/link?url=http%3A%2F%2Fblog.sunshow.net%2F2008%2F01%2F%25e9%25aa%258c%25e8%25af%2581%25e7%25a0%2581%25e5%258f%2588%25e6%259c%2589%25e6%2596%25b0%25e7%258e%25a9%25e6%25b3%2595%2F&amp;title=%E9%AA%8C%E8%AF%81%E7%A0%81%E5%8F%88%E6%9C%89%E6%96%B0%E7%8E%A9%E6%B3%95"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>
	<div style="clear:both;"></div>标签：<a href="http://blog.sunshow.net/tag/csdn/" title="csdn" rel="tag">csdn</a>, <a href="http://blog.sunshow.net/tag/%e9%aa%8c%e8%af%81%e7%a0%81/" title="验证码" rel="tag">验证码</a><br /><br />

	<div style="clear:both;"></div><strong>相关日志</strong>
	<ul class="st-related-posts">
	<li><a href="http://blog.sunshow.net/2007/05/%e7%ae%97%e6%9c%af%e7%89%88anti-spam-image/" title="Anti Spam Image 算术版 (2007-05-01)">Anti Spam Image 算术版</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://blog.sunshow.net/2008/01/%e9%aa%8c%e8%af%81%e7%a0%81%e5%8f%88%e6%9c%89%e6%96%b0%e7%8e%a9%e6%b3%95/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>[转载]珊瑚虫案腾讯忽悠了谁</title>
		<link>http://blog.sunshow.net/2007/12/%e8%bd%ac%e8%bd%bd%e7%8f%8a%e7%91%9a%e8%99%ab%e6%a1%88%e8%85%be%e8%ae%af%e5%bf%bd%e6%82%a0%e4%ba%86%e8%b0%81/</link>
		<comments>http://blog.sunshow.net/2007/12/%e8%bd%ac%e8%bd%bd%e7%8f%8a%e7%91%9a%e8%99%ab%e6%a1%88%e8%85%be%e8%ae%af%e5%bf%bd%e6%82%a0%e4%ba%86%e8%b0%81/#comments</comments>
		<pubDate>Tue, 25 Dec 2007 01:34:05 +0000</pubDate>
		<dc:creator>Sunshow</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[珊瑚虫]]></category>
		<category><![CDATA[腾讯]]></category>

		<guid isPermaLink="false">http://www.sunshow.net/blog/archives/526.html</guid>
		<description><![CDATA[原文出处：http://blog.sina.com.cn/s/blog_4e72db4501008r2b.html
周末一帮搞互联网的朋友喝茶聊天，席间正好有位法律界的仁兄，于是就聊到了最近炒得轰轰烈烈的珊瑚虫一案，大家争论得兴起，纷纷打开电脑上网找材料证明自己的观点。讨论到最后，法律界的仁兄总结了可能让所有人都大跌眼镜的观点：
所有的人都被腾讯忽悠了。
首先仁兄给我们明确几个基本概念：本案是一个刑事案件，腾讯公司是报案人，公安局是侦查机关，侦查结果材料报到检察院，如果检察院认为材料属实并且构成犯罪，就会向法院提起公诉，法院会根据公诉人和被告方辩护人的双方证据以及辩论结果做出最后判决。所以，现在与珊瑚虫一方对立的是检察院的公诉人，而不是大家误以为的腾讯公司。
但腾讯公司在本案中的作用很是微妙的，首先它是报案人，在掌握一定情况后提交公安部门，公安部门根据情况进行进一步侦查。由于本案是比较新型的网络侵权案，公安机关往往不掌握其中的专业知识，而是由报案人全程提供法律和专业方面的支持，这点也由在场的另外一位仁兄电话知情人士后得到确认。据这位知情人士讲，是腾讯公司的法律顾问全程跟随办案人员，亲自指点该去哪里取证、如何取证、取证后如何进行技术鉴定等，而腾讯公司是否提供办案资金支持该知情人士称不方便透露。
刑事案件不同于普通的民事侵权，“罪行法定”是刑事案件判决的基本原则，另外还有“有利于被告人原则”及“疑罪从无原则”，是非常严格的。犯罪要件中一个不成立或者有疑问，就不能构成犯罪。
根据19日开庭双方提供的证据显示，公安部门拿到了陈寿福与合作伙伴之间的账务往来，证明其收入117万；查扣了服务器和陈的笔记本，并到国家版权局做了技术鉴定，证明珊瑚虫QQ确实是由腾讯原版QQ修改而来。显然公安机关和检查院均认为，按照刑法第二百一十七条侵犯著作权罪，陈寿福“以营利为目的，未经著作权人许可，复制发行著作权人的计算机软件，违法所得数额巨大”，案情明了，证据确凿，构成刑事犯罪。
但问题却恰恰出现在此。
我们看陈寿福律师所提供的证据，北京市第二公证处出具的公证书，应该是做的保全证据。这些证据表明：
·腾讯公司曾经在自己的官方主页上提供珊瑚虫QQ的下载；
·腾讯公司官方曾经邀请陈寿福参加其QQ2005新版发布会；
·腾讯公司内部人员曾向陈寿福征询需要何种技术接口来方便珊瑚虫QQ的开发。
其实可以很容易的分析出陈寿福的律师希望证明的事实：
陈寿福开发珊瑚虫QQ，腾讯公司首先是知情的。腾讯公司邀请陈寿福参加其官方活动，又在官方网站上提供了珊瑚虫QQ的下载，甚至主动征询陈寿福需要何种开发接口，这些迹象都表明，腾讯公司是许可和支持陈寿福开发珊瑚虫QQ的。
这样，侵犯著作权罪中的“未经著作权人许可”这样一个重要的犯罪要件就已经不成立了，陈寿福也应该是无罪的。
其实，公安部门、检察院，在处理刑事案件的时候也是很谨慎的，但万万没想到会被腾讯公司给忽悠了。其实也可以理解，因为任何人都会简单的认为，腾讯公司来报的案，显然被告是“未经著作权人许可”，怎么可能会在这一点上出问题呢。
本来业界对此事的共识就是腾讯公司以强欺弱，非常同情陈寿福。仁兄分析到这里，我们都觉得陈寿福有希望了，但仁兄下面的分析却又让我们对陈寿福的前途深感忧虑。
原来我国为了公检法机关的廉洁清正，有一个内部的规定，那就是任何办错案的公务人员都要受到相应处罚。此案如果法院宣判陈寿福无罪，那么受到最大打击的首先就是公安机关，其次就是检察院，这两个部门的办案人员都可能受到处分，影响前途不说，主要负责人甚至可能会免除公职。本来此规定的出发点是好的，但在深圳，我们感觉陈寿福判无罪的可能性几乎没有了。
讨论到这里，许多人开始大骂腾讯无耻，忽悠了公检法和广大网民，害了无辜的陈寿福。
其实圈内朋友都知道，珊瑚虫对腾讯公司的帮助有多大，说什么腾讯公司受广告损失，那都是用来蒙老百姓的。
首先腾讯公司的广告，是按天来收费的，而收费标准却是以注册用户数量来定的。比如早年腾讯只有100万注册用户的时候，客户去做广告，是100块一天；当腾讯注册用户达到一亿，广告就是1万块一天了。所以腾讯收广告费跟珊瑚虫是否屏蔽他的广告一点关系都没有，腾讯会傻到主动和用户说珊瑚虫QQ的用户看不到你的广告吗？极少数了解情况的客户主动和腾讯讨价还价，顶多广告费打个小折扣，那和珊瑚虫给腾讯做的贡献比起来也是九牛一毛。
从2000年开始，珊瑚虫帮助腾讯增加了多少注册用户？04、05、06年，各地电脑市场攒的电脑中珊瑚虫都是必装软件之一，是珊瑚虫帮助腾讯的用户规模一步一步走到今天，是珊瑚虫帮助腾讯公司的广告费涨了100倍。这还只是算广告费，没有计算腾讯从注册用户身上赚取的其它收益。
席间另一位聊友曾致电腾讯内部的朋友，据腾讯的朋友讲：看到陈寿福的相关报道，他们心里也很难受。其实2006年和陈寿福打民事官司的时候，产品部和技术部等就都非常反对，但法务部非要搞，结果判决下来搞得法务部自己都非常没有面子。没想到是法务部他们今年又搞出一个刑事案件来，搞得好多朋友打电话来骂他们，其实心底里这些都是他们这些腾讯人不愿意看到的。
无奈……
最后，一帮人八卦了半天，总结了一下：
1、腾讯公司是法务部牵头，报案时隐瞒了真实情况，忽悠了深圳市的政府部门，搞到最后政府骑虎难下，陈寿福难逃厄运。
2、腾讯公司也不是所有的人都支持搞死珊瑚虫，还是有很多部门很多人都对珊瑚虫抱支持的态度。
3、商场如战场，互联网行业已经不是当年的自由共享、追求创新的年代，兄弟们要吸取血的教训。

	标签：珊瑚虫, 腾讯

	相关日志
	
	有需要注册珊瑚虫ID的在此留言 (61)
	[转载]虚假的视频，真实的珊瑚虫 (3)
	[转载]纪念陈寿福君及珊瑚虫QQ (0)
	[转载]方兴东：珊瑚虫作者判刑，将是腾讯永远的罪！ (0)
	[转帖]珊瑚虫强奸案 (0)


]]></description>
			<content:encoded><![CDATA[<p>原文出处：<a href="http://blog.sina.com.cn/s/blog_4e72db4501008r2b.html">http://blog.sina.com.cn/s/blog_4e72db4501008r2b.html</a></p>
<p>周末一帮搞互联网的朋友喝茶聊天，席间正好有位法律界的仁兄，于是就聊到了最近炒得轰轰烈烈的珊瑚虫一案，大家争论得兴起，纷纷打开电脑上网找材料证明自己的观点。讨论到最后，法律界的仁兄总结了可能让所有人都大跌眼镜的观点：</p>
<p>所有的人都被腾讯忽悠了。</p>
<p>首先仁兄给我们明确几个基本概念：本案是一个刑事案件，腾讯公司是报案人，公安局是侦查机关，侦查结果材料报到检察院，如果检察院认为材料属实并且构成犯罪，就会向法院提起公诉，法院会根据公诉人和被告方辩护人的双方证据以及辩论结果做出最后判决。所以，现在与珊瑚虫一方对立的是检察院的公诉人，而不是大家误以为的腾讯公司。</p>
<p>但腾讯公司在本案中的作用很是微妙的，首先它是报案人，在掌握一定情况后提交公安部门，公安部门根据情况进行进一步侦查。由于本案是比较新型的网络侵权案，公安机关往往不掌握其中的专业知识，而是由报案人全程提供法律和专业方面的支持，这点也由在场的另外一位仁兄电话知情人士后得到确认。据这位知情人士讲，是腾讯公司的法律顾问全程跟随办案人员，亲自指点该去哪里取证、如何取证、取证后如何进行技术鉴定等，而腾讯公司是否提供办案资金支持该知情人士称不方便透露。</p>
<p>刑事案件不同于普通的民事侵权，“罪行法定”是刑事案件判决的基本原则，另外还有“有利于被告人原则”及“疑罪从无原则”，是非常严格的。犯罪要件中一个不成立或者有疑问，就不能构成犯罪。</p>
<p>根据19日开庭双方提供的证据显示，公安部门拿到了陈寿福与合作伙伴之间的账务往来，证明其收入117万；查扣了服务器和陈的笔记本，并到国家版权局做了技术鉴定，证明珊瑚虫QQ确实是由腾讯原版QQ修改而来。显然公安机关和检查院均认为，按照刑法第二百一十七条侵犯著作权罪，陈寿福“以营利为目的，未经著作权人许可，复制发行著作权人的计算机软件，违法所得数额巨大”，案情明了，证据确凿，构成刑事犯罪。</p>
<p>但问题却恰恰出现在此。</p>
<p>我们看陈寿福律师所提供的证据，北京市第二公证处出具的公证书，应该是做的保全证据。这些证据表明：</p>
<p>·腾讯公司曾经在自己的官方主页上提供珊瑚虫QQ的下载；</p>
<p>·腾讯公司官方曾经邀请陈寿福参加其QQ2005新版发布会；</p>
<p>·腾讯公司内部人员曾向陈寿福征询需要何种技术接口来方便珊瑚虫QQ的开发。</p>
<p>其实可以很容易的分析出陈寿福的律师希望证明的事实：</p>
<p>陈寿福开发珊瑚虫QQ，腾讯公司首先是知情的。腾讯公司邀请陈寿福参加其官方活动，又在官方网站上提供了珊瑚虫QQ的下载，甚至主动征询陈寿福需要何种开发接口，这些迹象都表明，腾讯公司是许可和支持陈寿福开发珊瑚虫QQ的。</p>
<p>这样，侵犯著作权罪中的“未经著作权人许可”这样一个重要的犯罪要件就已经不成立了，陈寿福也应该是无罪的。</p>
<p>其实，公安部门、检察院，在处理刑事案件的时候也是很谨慎的，但万万没想到会被腾讯公司给忽悠了。其实也可以理解，因为任何人都会简单的认为，腾讯公司来报的案，显然被告是“未经著作权人许可”，怎么可能会在这一点上出问题呢。</p>
<p>本来业界对此事的共识就是腾讯公司以强欺弱，非常同情陈寿福。仁兄分析到这里，我们都觉得陈寿福有希望了，但仁兄下面的分析却又让我们对陈寿福的前途深感忧虑。</p>
<p>原来我国为了公检法机关的廉洁清正，有一个内部的规定，那就是任何办错案的公务人员都要受到相应处罚。此案如果法院宣判陈寿福无罪，那么受到最大打击的首先就是公安机关，其次就是检察院，这两个部门的办案人员都可能受到处分，影响前途不说，主要负责人甚至可能会免除公职。本来此规定的出发点是好的，但在深圳，我们感觉陈寿福判无罪的可能性几乎没有了。</p>
<p>讨论到这里，许多人开始大骂腾讯无耻，忽悠了公检法和广大网民，害了无辜的陈寿福。</p>
<p>其实圈内朋友都知道，珊瑚虫对腾讯公司的帮助有多大，说什么腾讯公司受广告损失，那都是用来蒙老百姓的。</p>
<p>首先腾讯公司的广告，是按天来收费的，而收费标准却是以注册用户数量来定的。比如早年腾讯只有100万注册用户的时候，客户去做广告，是100块一天；当腾讯注册用户达到一亿，广告就是1万块一天了。所以腾讯收广告费跟珊瑚虫是否屏蔽他的广告一点关系都没有，腾讯会傻到主动和用户说珊瑚虫QQ的用户看不到你的广告吗？极少数了解情况的客户主动和腾讯讨价还价，顶多广告费打个小折扣，那和珊瑚虫给腾讯做的贡献比起来也是九牛一毛。</p>
<p>从2000年开始，珊瑚虫帮助腾讯增加了多少注册用户？04、05、06年，各地电脑市场攒的电脑中珊瑚虫都是必装软件之一，是珊瑚虫帮助腾讯的用户规模一步一步走到今天，是珊瑚虫帮助腾讯公司的广告费涨了100倍。这还只是算广告费，没有计算腾讯从注册用户身上赚取的其它收益。</p>
<p>席间另一位聊友曾致电腾讯内部的朋友，据腾讯的朋友讲：看到陈寿福的相关报道，他们心里也很难受。其实2006年和陈寿福打民事官司的时候，产品部和技术部等就都非常反对，但法务部非要搞，结果判决下来搞得法务部自己都非常没有面子。没想到是法务部他们今年又搞出一个刑事案件来，搞得好多朋友打电话来骂他们，其实心底里这些都是他们这些腾讯人不愿意看到的。</p>
<p>无奈……</p>
<p>最后，一帮人八卦了半天，总结了一下：</p>
<p>1、腾讯公司是法务部牵头，报案时隐瞒了真实情况，忽悠了深圳市的政府部门，搞到最后政府骑虎难下，陈寿福难逃厄运。</p>
<p>2、腾讯公司也不是所有的人都支持搞死珊瑚虫，还是有很多部门很多人都对珊瑚虫抱支持的态度。</p>
<p>3、商场如战场，互联网行业已经不是当年的自由共享、追求创新的年代，兄弟们要吸取血的教训。</p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F12%2F%25e8%25bd%25ac%25e8%25bd%25bd%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e6%25a1%2588%25e8%2585%25be%25e8%25ae%25af%25e5%25bf%25bd%25e6%2582%25a0%25e4%25ba%2586%25e8%25b0%2581%2F&amp;title=%5B%E8%BD%AC%E8%BD%BD%5D%E7%8F%8A%E7%91%9A%E8%99%AB%E6%A1%88%E8%85%BE%E8%AE%AF%E5%BF%BD%E6%82%A0%E4%BA%86%E8%B0%81"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F12%2F%25e8%25bd%25ac%25e8%25bd%25bd%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e6%25a1%2588%25e8%2585%25be%25e8%25ae%25af%25e5%25bf%25bd%25e6%2582%25a0%25e4%25ba%2586%25e8%25b0%2581%2F&amp;title=%5B%E8%BD%AC%E8%BD%BD%5D%E7%8F%8A%E7%91%9A%E8%99%AB%E6%A1%88%E8%85%BE%E8%AE%AF%E5%BF%BD%E6%82%A0%E4%BA%86%E8%B0%81"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F12%2F%25e8%25bd%25ac%25e8%25bd%25bd%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e6%25a1%2588%25e8%2585%25be%25e8%25ae%25af%25e5%25bf%25bd%25e6%2582%25a0%25e4%25ba%2586%25e8%25b0%2581%2F&amp;title=%5B%E8%BD%AC%E8%BD%BD%5D%E7%8F%8A%E7%91%9A%E8%99%AB%E6%A1%88%E8%85%BE%E8%AE%AF%E5%BF%BD%E6%82%A0%E4%BA%86%E8%B0%81"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fblog.sunshow.net%2F2007%2F12%2F%25e8%25bd%25ac%25e8%25bd%25bd%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e6%25a1%2588%25e8%2585%25be%25e8%25ae%25af%25e5%25bf%25bd%25e6%2582%25a0%25e4%25ba%2586%25e8%25b0%2581%2F&amp;headline=%5B%E8%BD%AC%E8%BD%BD%5D%E7%8F%8A%E7%91%9A%E8%99%AB%E6%A1%88%E8%85%BE%E8%AE%AF%E5%BF%BD%E6%82%A0%E4%BA%86%E8%B0%81"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=%5B%E8%BD%AC%E8%BD%BD%5D%E7%8F%8A%E7%91%9A%E8%99%AB%E6%A1%88%E8%85%BE%E8%AE%AF%E5%BF%BD%E6%82%A0%E4%BA%86%E8%B0%81&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F12%2F%25e8%25bd%25ac%25e8%25bd%25bd%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e6%25a1%2588%25e8%2585%25be%25e8%25ae%25af%25e5%25bf%25bd%25e6%2582%25a0%25e4%25ba%2586%25e8%25b0%2581%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=%5B%E8%BD%AC%E8%BD%BD%5D%E7%8F%8A%E7%91%9A%E8%99%AB%E6%A1%88%E8%85%BE%E8%AE%AF%E5%BF%BD%E6%82%A0%E4%BA%86%E8%B0%81&amp;u=http%3A%2F%2Fblog.sunshow.net%2F2007%2F12%2F%25e8%25bd%25ac%25e8%25bd%25bd%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e6%25a1%2588%25e8%2585%25be%25e8%25ae%25af%25e5%25bf%25bd%25e6%2582%25a0%25e4%25ba%2586%25e8%25b0%2581%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=%5B%E8%BD%AC%E8%BD%BD%5D%E7%8F%8A%E7%91%9A%E8%99%AB%E6%A1%88%E8%85%BE%E8%AE%AF%E5%BF%BD%E6%82%A0%E4%BA%86%E8%B0%81&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F12%2F%25e8%25bd%25ac%25e8%25bd%25bd%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e6%25a1%2588%25e8%2585%25be%25e8%25ae%25af%25e5%25bf%25bd%25e6%2582%25a0%25e4%25ba%2586%25e8%25b0%2581%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=%5B%E8%BD%AC%E8%BD%BD%5D%E7%8F%8A%E7%91%9A%E8%99%AB%E6%A1%88%E8%85%BE%E8%AE%AF%E5%BF%BD%E6%82%A0%E4%BA%86%E8%B0%81&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F12%2F%25e8%25bd%25ac%25e8%25bd%25bd%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e6%25a1%2588%25e8%2585%25be%25e8%25ae%25af%25e5%25bf%25bd%25e6%2582%25a0%25e4%25ba%2586%25e8%25b0%2581%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=%5B%E8%BD%AC%E8%BD%BD%5D%E7%8F%8A%E7%91%9A%E8%99%AB%E6%A1%88%E8%85%BE%E8%AE%AF%E5%BF%BD%E6%82%A0%E4%BA%86%E8%B0%81&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F12%2F%25e8%25bd%25ac%25e8%25bd%25bd%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e6%25a1%2588%25e8%2585%25be%25e8%25ae%25af%25e5%25bf%25bd%25e6%2582%25a0%25e4%25ba%2586%25e8%25b0%2581%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F12%2F%25e8%25bd%25ac%25e8%25bd%25bd%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e6%25a1%2588%25e8%2585%25be%25e8%25ae%25af%25e5%25bf%25bd%25e6%2582%25a0%25e4%25ba%2586%25e8%25b0%2581%2F&amp;title=%5B%E8%BD%AC%E8%BD%BD%5D%E7%8F%8A%E7%91%9A%E8%99%AB%E6%A1%88%E8%85%BE%E8%AE%AF%E5%BF%BD%E6%82%A0%E4%BA%86%E8%B0%81&amp;summary=&amp;source="><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.sunshow.net%2F2007%2F12%2F%25e8%25bd%25ac%25e8%25bd%25bd%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e6%25a1%2588%25e8%2585%25be%25e8%25ae%25af%25e5%25bf%25bd%25e6%2582%25a0%25e4%25ba%2586%25e8%25b0%2581%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fblog.sunshow.net%2F2007%2F12%2F%25e8%25bd%25ac%25e8%25bd%25bd%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e6%25a1%2588%25e8%2585%25be%25e8%25ae%25af%25e5%25bf%25bd%25e6%2582%25a0%25e4%25ba%2586%25e8%25b0%2581%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/reader/link?url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F12%2F%25e8%25bd%25ac%25e8%25bd%25bd%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e6%25a1%2588%25e8%2585%25be%25e8%25ae%25af%25e5%25bf%25bd%25e6%2582%25a0%25e4%25ba%2586%25e8%25b0%2581%2F&amp;title=%5B%E8%BD%AC%E8%BD%BD%5D%E7%8F%8A%E7%91%9A%E8%99%AB%E6%A1%88%E8%85%BE%E8%AE%AF%E5%BF%BD%E6%82%A0%E4%BA%86%E8%B0%81"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>
	<div style="clear:both;"></div>标签：<a href="http://blog.sunshow.net/tag/%e7%8f%8a%e7%91%9a%e8%99%ab/" title="珊瑚虫" rel="tag">珊瑚虫</a>, <a href="http://blog.sunshow.net/tag/%e8%85%be%e8%ae%af/" title="腾讯" rel="tag">腾讯</a><br /><br />

	<div style="clear:both;"></div><strong>相关日志</strong>
	<ul class="st-related-posts">
	<li><a href="http://blog.sunshow.net/2006/08/%e6%9c%89%e9%9c%80%e8%a6%81%e6%b3%a8%e5%86%8c%e7%8f%8a%e7%91%9a%e8%99%abid%e7%9a%84%e5%9c%a8%e6%ad%a4%e7%95%99%e8%a8%80/" title="有需要注册珊瑚虫ID的在此留言 (2006-08-18)">有需要注册珊瑚虫ID的在此留言</a> (61)</li>
	<li><a href="http://blog.sunshow.net/2007/10/%e8%bd%ac%e8%bd%bd%e8%99%9a%e5%81%87%e7%9a%84%e8%a7%86%e9%a2%91%ef%bc%8c%e7%9c%9f%e5%ae%9e%e7%9a%84%e7%8f%8a%e7%91%9a%e8%99%ab/" title="[转载]虚假的视频，真实的珊瑚虫 (2007-10-04)">[转载]虚假的视频，真实的珊瑚虫</a> (3)</li>
	<li><a href="http://blog.sunshow.net/2007/10/%e8%bd%ac%e8%bd%bd%e7%ba%aa%e5%bf%b5%e9%99%88%e5%af%bf%e7%a6%8f%e5%90%9b%e5%8f%8a%e7%8f%8a%e7%91%9a%e8%99%abqq/" title="[转载]纪念陈寿福君及珊瑚虫QQ (2007-10-15)">[转载]纪念陈寿福君及珊瑚虫QQ</a> (0)</li>
	<li><a href="http://blog.sunshow.net/2008/03/%e8%bd%ac%e8%bd%bd%e6%96%b9%e5%85%b4%e4%b8%9c%ef%bc%9a%e7%8f%8a%e7%91%9a%e8%99%ab%e4%bd%9c%e8%80%85%e5%88%a4%e5%88%91%ef%bc%8c%e5%b0%86%e6%98%af%e8%85%be%e8%ae%af%e6%b0%b8%e8%bf%9c%e7%9a%84%e7%bd%aa/" title="[转载]方兴东：珊瑚虫作者判刑，将是腾讯永远的罪！ (2008-03-25)">[转载]方兴东：珊瑚虫作者判刑，将是腾讯永远的罪！</a> (0)</li>
	<li><a href="http://blog.sunshow.net/2008/01/%e8%bd%ac%e5%b8%96%e7%8f%8a%e7%91%9a%e8%99%ab%e5%bc%ba%e5%a5%b8%e6%a1%88/" title="[转帖]珊瑚虫强奸案 (2008-01-10)">[转帖]珊瑚虫强奸案</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://blog.sunshow.net/2007/12/%e8%bd%ac%e8%bd%bd%e7%8f%8a%e7%91%9a%e8%99%ab%e6%a1%88%e8%85%be%e8%ae%af%e5%bf%bd%e6%82%a0%e4%ba%86%e8%b0%81/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>推荐某无线网卡</title>
		<link>http://blog.sunshow.net/2007/10/%e6%8e%a8%e8%8d%90%e6%9f%90%e6%97%a0%e7%ba%bf%e7%bd%91%e5%8d%a1/</link>
		<comments>http://blog.sunshow.net/2007/10/%e6%8e%a8%e8%8d%90%e6%9f%90%e6%97%a0%e7%ba%bf%e7%bd%91%e5%8d%a1/#comments</comments>
		<pubDate>Fri, 26 Oct 2007 14:55:11 +0000</pubDate>
		<dc:creator>Sunshow</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[无线]]></category>
		<category><![CDATA[网卡]]></category>
		<category><![CDATA[驱动]]></category>

		<guid isPermaLink="false">http://www.sunshow.net/blog/archives/500.html</guid>
		<description><![CDATA[具体型号是NEC WL54SC，Aterm芯片，纯粹买来给我的笔记本ubuntu用的
还不错，完美支持，插上就能自己装上受限驱动然后就能用了
对了还有外形也相当不错

点此看详细介绍

	标签：ubuntu, 无线, 网卡, 驱动

	相关日志
	
	无线键盘收到了 (1)
	Ubuntu Gutsy安装MapXtreme (1)
	[Ubuntu]中文字体美化 (1)
	万通宝(W200)无线网卡在ubuntu 7.04的安装 (2)
	UNetbootin - U盘安装Linux (0)


]]></description>
			<content:encoded><![CDATA[<p>具体型号是NEC WL54SC，Aterm芯片，纯粹买来给我的笔记本ubuntu用的<br />
还不错，完美支持，插上就能自己装上受限驱动然后就能用了<br />
对了还有外形也相当不错</p>
<p><a href="http://picasaweb.google.com/sunshow/Others/photo#5125658752788641602"><img src="http://lh6.google.com/sunshow/RyH_eo_Wt0I/AAAAAAAAAVM/WQDgxt2q9cE/s288/2006101218367559.JPG" /></a></p>
<p><a href="http://auction1.taobao.com/auction/0/item_detail-0db2-4749389e262c8040995f9fc3f4b83e9b.jhtml">点此看详细介绍</a></p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e6%258e%25a8%25e8%258d%2590%25e6%259f%2590%25e6%2597%25a0%25e7%25ba%25bf%25e7%25bd%2591%25e5%258d%25a1%2F&amp;title=%E6%8E%A8%E8%8D%90%E6%9F%90%E6%97%A0%E7%BA%BF%E7%BD%91%E5%8D%A1"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e6%258e%25a8%25e8%258d%2590%25e6%259f%2590%25e6%2597%25a0%25e7%25ba%25bf%25e7%25bd%2591%25e5%258d%25a1%2F&amp;title=%E6%8E%A8%E8%8D%90%E6%9F%90%E6%97%A0%E7%BA%BF%E7%BD%91%E5%8D%A1"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e6%258e%25a8%25e8%258d%2590%25e6%259f%2590%25e6%2597%25a0%25e7%25ba%25bf%25e7%25bd%2591%25e5%258d%25a1%2F&amp;title=%E6%8E%A8%E8%8D%90%E6%9F%90%E6%97%A0%E7%BA%BF%E7%BD%91%E5%8D%A1"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e6%258e%25a8%25e8%258d%2590%25e6%259f%2590%25e6%2597%25a0%25e7%25ba%25bf%25e7%25bd%2591%25e5%258d%25a1%2F&amp;headline=%E6%8E%A8%E8%8D%90%E6%9F%90%E6%97%A0%E7%BA%BF%E7%BD%91%E5%8D%A1"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=%E6%8E%A8%E8%8D%90%E6%9F%90%E6%97%A0%E7%BA%BF%E7%BD%91%E5%8D%A1&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e6%258e%25a8%25e8%258d%2590%25e6%259f%2590%25e6%2597%25a0%25e7%25ba%25bf%25e7%25bd%2591%25e5%258d%25a1%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=%E6%8E%A8%E8%8D%90%E6%9F%90%E6%97%A0%E7%BA%BF%E7%BD%91%E5%8D%A1&amp;u=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e6%258e%25a8%25e8%258d%2590%25e6%259f%2590%25e6%2597%25a0%25e7%25ba%25bf%25e7%25bd%2591%25e5%258d%25a1%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=%E6%8E%A8%E8%8D%90%E6%9F%90%E6%97%A0%E7%BA%BF%E7%BD%91%E5%8D%A1&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e6%258e%25a8%25e8%258d%2590%25e6%259f%2590%25e6%2597%25a0%25e7%25ba%25bf%25e7%25bd%2591%25e5%258d%25a1%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=%E6%8E%A8%E8%8D%90%E6%9F%90%E6%97%A0%E7%BA%BF%E7%BD%91%E5%8D%A1&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e6%258e%25a8%25e8%258d%2590%25e6%259f%2590%25e6%2597%25a0%25e7%25ba%25bf%25e7%25bd%2591%25e5%258d%25a1%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=%E6%8E%A8%E8%8D%90%E6%9F%90%E6%97%A0%E7%BA%BF%E7%BD%91%E5%8D%A1&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e6%258e%25a8%25e8%258d%2590%25e6%259f%2590%25e6%2597%25a0%25e7%25ba%25bf%25e7%25bd%2591%25e5%258d%25a1%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e6%258e%25a8%25e8%258d%2590%25e6%259f%2590%25e6%2597%25a0%25e7%25ba%25bf%25e7%25bd%2591%25e5%258d%25a1%2F&amp;title=%E6%8E%A8%E8%8D%90%E6%9F%90%E6%97%A0%E7%BA%BF%E7%BD%91%E5%8D%A1&amp;summary=&amp;source="><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e6%258e%25a8%25e8%258d%2590%25e6%259f%2590%25e6%2597%25a0%25e7%25ba%25bf%25e7%25bd%2591%25e5%258d%25a1%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e6%258e%25a8%25e8%258d%2590%25e6%259f%2590%25e6%2597%25a0%25e7%25ba%25bf%25e7%25bd%2591%25e5%258d%25a1%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/reader/link?url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e6%258e%25a8%25e8%258d%2590%25e6%259f%2590%25e6%2597%25a0%25e7%25ba%25bf%25e7%25bd%2591%25e5%258d%25a1%2F&amp;title=%E6%8E%A8%E8%8D%90%E6%9F%90%E6%97%A0%E7%BA%BF%E7%BD%91%E5%8D%A1"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>
	<div style="clear:both;"></div>标签：<a href="http://blog.sunshow.net/tag/ubuntu/" title="ubuntu" rel="tag">ubuntu</a>, <a href="http://blog.sunshow.net/tag/%e6%97%a0%e7%ba%bf/" title="无线" rel="tag">无线</a>, <a href="http://blog.sunshow.net/tag/%e7%bd%91%e5%8d%a1/" title="网卡" rel="tag">网卡</a>, <a href="http://blog.sunshow.net/tag/%e9%a9%b1%e5%8a%a8/" title="驱动" rel="tag">驱动</a><br /><br />

	<div style="clear:both;"></div><strong>相关日志</strong>
	<ul class="st-related-posts">
	<li><a href="http://blog.sunshow.net/2006/08/%e6%97%a0%e7%ba%bf%e9%94%ae%e7%9b%98%e6%94%b6%e5%88%b0%e4%ba%86/" title="无线键盘收到了 (2006-08-24)">无线键盘收到了</a> (1)</li>
	<li><a href="http://blog.sunshow.net/2007/11/install-mapxtreme-in-ubuntu-gutsy/" title="Ubuntu Gutsy安装MapXtreme (2007-11-20)">Ubuntu Gutsy安装MapXtreme</a> (1)</li>
	<li><a href="http://blog.sunshow.net/2007/02/ubuntu-chinese-fonts/" title="[Ubuntu]中文字体美化 (2007-02-05)">[Ubuntu]中文字体美化</a> (1)</li>
	<li><a href="http://blog.sunshow.net/2007/05/%e4%b8%87%e9%80%9a%e5%ae%9dw200%e6%97%a0%e7%ba%bf%e7%bd%91%e5%8d%a1%e5%9c%a8ubuntu-704%e7%9a%84%e5%ae%89%e8%a3%85/" title="万通宝(W200)无线网卡在ubuntu 7.04的安装 (2007-05-27)">万通宝(W200)无线网卡在ubuntu 7.04的安装</a> (2)</li>
	<li><a href="http://blog.sunshow.net/2009/08/unetbootin-install-linux-from-udisk/" title="UNetbootin - U盘安装Linux (2009-08-29)">UNetbootin - U盘安装Linux</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://blog.sunshow.net/2007/10/%e6%8e%a8%e8%8d%90%e6%9f%90%e6%97%a0%e7%ba%bf%e7%bd%91%e5%8d%a1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>最恶心的BSP</title>
		<link>http://blog.sunshow.net/2007/10/%e6%9c%80%e6%81%b6%e5%bf%83%e7%9a%84bsp/</link>
		<comments>http://blog.sunshow.net/2007/10/%e6%9c%80%e6%81%b6%e5%bf%83%e7%9a%84bsp/#comments</comments>
		<pubDate>Wed, 17 Oct 2007 10:55:16 +0000</pubDate>
		<dc:creator>Sunshow</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[bsp]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[日志]]></category>

		<guid isPermaLink="false">http://www.sunshow.net/blog/archives/499.html</guid>
		<description><![CDATA[个人认为是blogcn
提供了RSS订阅
然后RSS输出的不是全文内容
然后RSS订阅的日志链接地址点击以后会告诉你频道维护文章已隐藏或删除
非得让你直接访问
正所谓做婊子还立牌坊

	标签：blog, bsp, rss, 日志

	相关日志
	
	Multi RSS Reader Module v1.2 (2)
	部落格搬家 (1)
	2007 Blog 总结 (2)
	鲜果在线挺不错的 (2)


]]></description>
			<content:encoded><![CDATA[<p>个人认为是blogcn<br />
提供了RSS订阅<br />
然后RSS输出的不是全文内容<br />
然后RSS订阅的日志链接地址点击以后会告诉你频道维护文章已隐藏或删除<br />
非得让你直接访问<br />
正所谓做婊子还立牌坊</p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e6%259c%2580%25e6%2581%25b6%25e5%25bf%2583%25e7%259a%2584bsp%2F&amp;title=%E6%9C%80%E6%81%B6%E5%BF%83%E7%9A%84BSP"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e6%259c%2580%25e6%2581%25b6%25e5%25bf%2583%25e7%259a%2584bsp%2F&amp;title=%E6%9C%80%E6%81%B6%E5%BF%83%E7%9A%84BSP"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e6%259c%2580%25e6%2581%25b6%25e5%25bf%2583%25e7%259a%2584bsp%2F&amp;title=%E6%9C%80%E6%81%B6%E5%BF%83%E7%9A%84BSP"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e6%259c%2580%25e6%2581%25b6%25e5%25bf%2583%25e7%259a%2584bsp%2F&amp;headline=%E6%9C%80%E6%81%B6%E5%BF%83%E7%9A%84BSP"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=%E6%9C%80%E6%81%B6%E5%BF%83%E7%9A%84BSP&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e6%259c%2580%25e6%2581%25b6%25e5%25bf%2583%25e7%259a%2584bsp%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=%E6%9C%80%E6%81%B6%E5%BF%83%E7%9A%84BSP&amp;u=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e6%259c%2580%25e6%2581%25b6%25e5%25bf%2583%25e7%259a%2584bsp%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=%E6%9C%80%E6%81%B6%E5%BF%83%E7%9A%84BSP&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e6%259c%2580%25e6%2581%25b6%25e5%25bf%2583%25e7%259a%2584bsp%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=%E6%9C%80%E6%81%B6%E5%BF%83%E7%9A%84BSP&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e6%259c%2580%25e6%2581%25b6%25e5%25bf%2583%25e7%259a%2584bsp%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=%E6%9C%80%E6%81%B6%E5%BF%83%E7%9A%84BSP&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e6%259c%2580%25e6%2581%25b6%25e5%25bf%2583%25e7%259a%2584bsp%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e6%259c%2580%25e6%2581%25b6%25e5%25bf%2583%25e7%259a%2584bsp%2F&amp;title=%E6%9C%80%E6%81%B6%E5%BF%83%E7%9A%84BSP&amp;summary=&amp;source="><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e6%259c%2580%25e6%2581%25b6%25e5%25bf%2583%25e7%259a%2584bsp%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e6%259c%2580%25e6%2581%25b6%25e5%25bf%2583%25e7%259a%2584bsp%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/reader/link?url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e6%259c%2580%25e6%2581%25b6%25e5%25bf%2583%25e7%259a%2584bsp%2F&amp;title=%E6%9C%80%E6%81%B6%E5%BF%83%E7%9A%84BSP"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>
	<div style="clear:both;"></div>标签：<a href="http://blog.sunshow.net/tag/blog/" title="blog" rel="tag">blog</a>, <a href="http://blog.sunshow.net/tag/bsp/" title="bsp" rel="tag">bsp</a>, <a href="http://blog.sunshow.net/tag/rss/" title="rss" rel="tag">rss</a>, <a href="http://blog.sunshow.net/tag/%e6%97%a5%e5%bf%97/" title="日志" rel="tag">日志</a><br /><br />

	<div style="clear:both;"></div><strong>相关日志</strong>
	<ul class="st-related-posts">
	<li><a href="http://blog.sunshow.net/2007/01/multi-rss-reader-module-v10/" title="Multi RSS Reader Module v1.2 (2007-01-29)">Multi RSS Reader Module v1.2</a> (2)</li>
	<li><a href="http://blog.sunshow.net/2010/02/blog-host-moved/" title="部落格搬家 (2010-02-03)">部落格搬家</a> (1)</li>
	<li><a href="http://blog.sunshow.net/2008/02/2007-blog-summary/" title="2007 Blog 总结 (2008-02-02)">2007 Blog 总结</a> (2)</li>
	<li><a href="http://blog.sunshow.net/2007/07/xianguo/" title="鲜果在线挺不错的 (2007-07-25)">鲜果在线挺不错的</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://blog.sunshow.net/2007/10/%e6%9c%80%e6%81%b6%e5%bf%83%e7%9a%84bsp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[转载]纪念陈寿福君及珊瑚虫QQ</title>
		<link>http://blog.sunshow.net/2007/10/%e8%bd%ac%e8%bd%bd%e7%ba%aa%e5%bf%b5%e9%99%88%e5%af%bf%e7%a6%8f%e5%90%9b%e5%8f%8a%e7%8f%8a%e7%91%9a%e8%99%abqq/</link>
		<comments>http://blog.sunshow.net/2007/10/%e8%bd%ac%e8%bd%bd%e7%ba%aa%e5%bf%b5%e9%99%88%e5%af%bf%e7%a6%8f%e5%90%9b%e5%8f%8a%e7%8f%8a%e7%91%9a%e8%99%abqq/#comments</comments>
		<pubDate>Mon, 15 Oct 2007 11:10:10 +0000</pubDate>
		<dc:creator>Sunshow</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[QQ]]></category>
		<category><![CDATA[soff]]></category>
		<category><![CDATA[珊瑚虫]]></category>

		<guid isPermaLink="false">http://www.sunshow.net/blog/archives/498.html</guid>
		<description><![CDATA[一
公元2007年09月29日，就是珊瑚虫QQ作者陈寿福君被捕录相在网上流传出来的那一天。我独自在网上徘徊，遇见好友，前来问道，“先生可曾为陈寿福和珊瑚虫QQ写了一点什么没有？”我说“没有”。她就正告我，“先生还是写一点罢，珊瑚虫QQ是我们用了好多年的好软件”
这是我知道的，凡我所用过的QQ修改版软件，大概是因为往往有始无终之故罢，装了又删，删了又装，然而在这样无数的删装中，最后毅然选择的还是珊瑚虫。我也早觉得有写一点东西的必要了，这虽然于陈君毫不相干，但对我来说，却大抵只能如此而已。倘使我能够相信真有所谓“王者归来、圣树开白花”，那自然可以得到更大的安慰，——但是，现在，却只能如此而已。
可是我实在无话可说。我只觉得腾讯的行径太卑劣了。无数个枪手的流言蜚语，洋溢在我的周围，使我艰于呼吸视听，哪里还能有什么言语？长歌当哭，是必须在痛定之后的。而此后几个所谓枪手的阴险的论调，尤使我觉得悲哀。我已经出离愤怒了。我将深味这珊瑚虫的浓黑的悲凉；以我的最大哀痛显示于互联网，使它们快意于我的苦痛，就将这作为对陈君的纪念，奉献于逝去的珊瑚虫。
二
真的猛士，敢于直面惨淡的人生，敢于正视淋漓的鲜血。这是怎样的哀痛者和幸福者？然而造化又常常为庸人设计，以时间的流驶，来洗涤旧迹，仅使留下淡红的血色和微漠的悲哀。在这淡红的血色和微漠的悲哀中，又给人暂得偷生，维持着这似网非网的网络。我不知道这样的网络何时是一个尽头！
我们还在这样的网上活着；我也早觉得有写一点东西的必要了。离九月二十九日也已有两星期，忘却的救主快要降临了罢，我正有写一点东西的必要了。
三
在众多的QQ修改版之中，珊瑚虫是我最爱之软。别人问我，我向来这样想，这样说，现在却觉得有些踌躇了，我应该对他写些什么，做些什么。他不仅是“苟活到现在的我”的最爱软件，也是上千万网友上网的必选。
他的软件第一次为我所见，是在四年前我购置第一台电脑的时候。其中必装的一个软件就是陈君的珊瑚虫；但是我不认识他。直到后来，也许已经是陈君被捕，录相公布到网站上，才有人指着一段录相告诉我，说：这就是陈寿福。其时我才能将姓名和软件联合起来，心中却暗自诧异。我平素想，能够不为势利所屈，反抗一广有羽翼的软件的作者，无论如何，总该是有些桀骜锋利的，但她却常常微笑着，态度很温和。待到网上到处充满IT写手评论之后，这事情才开始闹得沸沸扬扬，我才见他虑及软件版权，黯然至于泣下。此后就再也见不到珊瑚虫QQ了。总之，这一次也许就是永别了。  
四
我在二十九日上午，才知道珊瑚虫QQ作者陈寿福被捕一事。但我对于这些传说，竟至于颇为怀疑。我向来是不惮以最坏的恶意，来推测腾讯的，然而我还不料，也不信竟会下劣凶残到这地步。况且始终微笑着的和蔼的陈寿福君，更何至于毁在腾讯的手下呢？
然而即日证明是事实了，作证的便是那段录相。而且又出现了若干枪手指则陈寿福及其珊瑚虫QQ，简直是虐杀，因为枪手的话语里，流露出很多的是非颠倒。
但深圳电视台，说珊瑚虫是“流氓软件”！但接着就有流言，说深圳电视台是受人利用的。
惨像，已使我目不忍视了；流言，尤使我耳不忍闻。我还有什么话可说呢？我懂得陈寿福君之所以默无声息的缘由了。沉默啊，沉默啊！不在沉默中爆发，就在沉默中灭亡。
五
但是，我还有要说的话。
我没有亲见；听说他，陈寿福君，那时是凭个人爱好，为网友着想，谁也不会料到有这样的罗网。 中国
始终微笑的陈寿福确是被捕了，这是真的，有录像为证；只有一堆修改版的QQ还在网络上呻吟。
但是那几个枪手却居然昂起头来，却不知道个个被人辱骂……
六
时间永是流驶，网络依旧太平，有限的几个软件，在网络上是不算什么的，至多，不过供无恶意的闲人以群里的谈资，或者给有恶意的闲人作“流言”的种子。至于此外的深的意义，我总觉得很寥寥。QQ的各个修改版，正如煤的形成，当时用大量的木材，结果却只是一小块。
七
我已经说过：我向来是不惮以最坏的恶意来推测腾讯的。但这回却很有几点出于我的意外。一是当局者竟会这样地狠毒，一是枪手竟至如此之下劣，一是陈寿福临难竟能如是之从容。  
我目睹腾讯如此行径，黯然伤神，一个让人敬仰的公司为何不采取更加宽容的态度。在国外案例中，屏蔽广告、修改软件等行为并不值得大动干戈。而且大部分用户则更倾向于同情珊瑚虫QQ作者，对腾讯的行径表示严重鄙视。苟活者在腾讯的统治中，会依稀看见微茫的希望；真的IM，将更奋然而前行。呜呼，我说不出话，但以此记念陈君及珊瑚虫！

	标签：QQ, soff, 珊瑚虫

	相关日志
	
	[转载]方兴东：珊瑚虫作者判刑，将是腾讯永远的罪！ (0)
	[转载]珊瑚虫案腾讯忽悠了谁 (0)
	希望大家帮帮珊瑚虫和soff (1)
	有需要注册珊瑚虫ID的在此留言 (61)
	用上了QQ蜂鸟 (0)


]]></description>
			<content:encoded><![CDATA[<p>一</p>
<p>公元2007年09月29日，就是珊瑚虫QQ作者陈寿福君被捕录相在网上流传出来的那一天。我独自在网上徘徊，遇见好友，前来问道，“先生可曾为陈寿福和珊瑚虫QQ写了一点什么没有？”我说“没有”。她就正告我，“先生还是写一点罢，珊瑚虫QQ是我们用了好多年的好软件”<br />
这是我知道的，凡我所用过的QQ修改版软件，大概是因为往往有始无终之故罢，装了又删，删了又装，然而在这样无数的删装中，最后毅然选择的还是珊瑚虫。我也早觉得有写一点东西的必要了，这虽然于陈君毫不相干，但对我来说，却大抵只能如此而已。倘使我能够相信真有所谓“王者归来、圣树开白花”，那自然可以得到更大的安慰，——但是，现在，却只能如此而已。</p>
<p>可是我实在无话可说。我只觉得腾讯的行径太卑劣了。无数个枪手的流言蜚语，洋溢在我的周围，使我艰于呼吸视听，哪里还能有什么言语？长歌当哭，是必须在痛定之后的。而此后几个所谓枪手的阴险的论调，尤使我觉得悲哀。我已经出离愤怒了。我将深味这珊瑚虫的浓黑的悲凉；以我的最大哀痛显示于互联网，使它们快意于我的苦痛，就将这作为对陈君的纪念，奉献于逝去的珊瑚虫。</p>
<p>二</p>
<p>真的猛士，敢于直面惨淡的人生，敢于正视淋漓的鲜血。这是怎样的哀痛者和幸福者？然而造化又常常为庸人设计，以时间的流驶，来洗涤旧迹，仅使留下淡红的血色和微漠的悲哀。在这淡红的血色和微漠的悲哀中，又给人暂得偷生，维持着这似网非网的网络。我不知道这样的网络何时是一个尽头！</p>
<p>我们还在这样的网上活着；我也早觉得有写一点东西的必要了。离九月二十九日也已有两星期，忘却的救主快要降临了罢，我正有写一点东西的必要了。</p>
<p>三</p>
<p>在众多的QQ修改版之中，珊瑚虫是我最爱之软。别人问我，我向来这样想，这样说，现在却觉得有些踌躇了，我应该对他写些什么，做些什么。他不仅是“苟活到现在的我”的最爱软件，也是上千万网友上网的必选。</p>
<p>他的软件第一次为我所见，是在四年前我购置第一台电脑的时候。其中必装的一个软件就是陈君的珊瑚虫；但是我不认识他。直到后来，也许已经是陈君被捕，录相公布到网站上，才有人指着一段录相告诉我，说：这就是陈寿福。其时我才能将姓名和软件联合起来，心中却暗自诧异。我平素想，能够不为势利所屈，反抗一广有羽翼的软件的作者，无论如何，总该是有些桀骜锋利的，但她却常常微笑着，态度很温和。待到网上到处充满IT写手评论之后，这事情才开始闹得沸沸扬扬，我才见他虑及软件版权，黯然至于泣下。此后就再也见不到珊瑚虫QQ了。总之，这一次也许就是永别了。  </p>
<p>四</p>
<p>我在二十九日上午，才知道珊瑚虫QQ作者陈寿福被捕一事。但我对于这些传说，竟至于颇为怀疑。我向来是不惮以最坏的恶意，来推测腾讯的，然而我还不料，也不信竟会下劣凶残到这地步。况且始终微笑着的和蔼的陈寿福君，更何至于毁在腾讯的手下呢？</p>
<p>然而即日证明是事实了，作证的便是那段录相。而且又出现了若干枪手指则陈寿福及其珊瑚虫QQ，简直是虐杀，因为枪手的话语里，流露出很多的是非颠倒。</p>
<p>但深圳电视台，说珊瑚虫是“流氓软件”！但接着就有流言，说深圳电视台是受人利用的。</p>
<p>惨像，已使我目不忍视了；流言，尤使我耳不忍闻。我还有什么话可说呢？我懂得陈寿福君之所以默无声息的缘由了。沉默啊，沉默啊！不在沉默中爆发，就在沉默中灭亡。</p>
<p>五</p>
<p>但是，我还有要说的话。<br />
我没有亲见；听说他，陈寿福君，那时是凭个人爱好，为网友着想，谁也不会料到有这样的罗网。 中国</p>
<p>始终微笑的陈寿福确是被捕了，这是真的，有录像为证；只有一堆修改版的QQ还在网络上呻吟。</p>
<p>但是那几个枪手却居然昂起头来，却不知道个个被人辱骂……</p>
<p>六</p>
<p>时间永是流驶，网络依旧太平，有限的几个软件，在网络上是不算什么的，至多，不过供无恶意的闲人以群里的谈资，或者给有恶意的闲人作“流言”的种子。至于此外的深的意义，我总觉得很寥寥。QQ的各个修改版，正如煤的形成，当时用大量的木材，结果却只是一小块。</p>
<p>七</p>
<p>我已经说过：我向来是不惮以最坏的恶意来推测腾讯的。但这回却很有几点出于我的意外。一是当局者竟会这样地狠毒，一是枪手竟至如此之下劣，一是陈寿福临难竟能如是之从容。  </p>
<p>我目睹腾讯如此行径，黯然伤神，一个让人敬仰的公司为何不采取更加宽容的态度。在国外案例中，屏蔽广告、修改软件等行为并不值得大动干戈。而且大部分用户则更倾向于同情珊瑚虫QQ作者，对腾讯的行径表示严重鄙视。苟活者在腾讯的统治中，会依稀看见微茫的希望；真的IM，将更奋然而前行。呜呼，我说不出话，但以此记念陈君及珊瑚虫！</p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e8%25bd%25ac%25e8%25bd%25bd%25e7%25ba%25aa%25e5%25bf%25b5%25e9%2599%2588%25e5%25af%25bf%25e7%25a6%258f%25e5%2590%259b%25e5%258f%258a%25e7%258f%258a%25e7%2591%259a%25e8%2599%25abqq%2F&amp;title=%5B%E8%BD%AC%E8%BD%BD%5D%E7%BA%AA%E5%BF%B5%E9%99%88%E5%AF%BF%E7%A6%8F%E5%90%9B%E5%8F%8A%E7%8F%8A%E7%91%9A%E8%99%ABQQ"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e8%25bd%25ac%25e8%25bd%25bd%25e7%25ba%25aa%25e5%25bf%25b5%25e9%2599%2588%25e5%25af%25bf%25e7%25a6%258f%25e5%2590%259b%25e5%258f%258a%25e7%258f%258a%25e7%2591%259a%25e8%2599%25abqq%2F&amp;title=%5B%E8%BD%AC%E8%BD%BD%5D%E7%BA%AA%E5%BF%B5%E9%99%88%E5%AF%BF%E7%A6%8F%E5%90%9B%E5%8F%8A%E7%8F%8A%E7%91%9A%E8%99%ABQQ"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e8%25bd%25ac%25e8%25bd%25bd%25e7%25ba%25aa%25e5%25bf%25b5%25e9%2599%2588%25e5%25af%25bf%25e7%25a6%258f%25e5%2590%259b%25e5%258f%258a%25e7%258f%258a%25e7%2591%259a%25e8%2599%25abqq%2F&amp;title=%5B%E8%BD%AC%E8%BD%BD%5D%E7%BA%AA%E5%BF%B5%E9%99%88%E5%AF%BF%E7%A6%8F%E5%90%9B%E5%8F%8A%E7%8F%8A%E7%91%9A%E8%99%ABQQ"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e8%25bd%25ac%25e8%25bd%25bd%25e7%25ba%25aa%25e5%25bf%25b5%25e9%2599%2588%25e5%25af%25bf%25e7%25a6%258f%25e5%2590%259b%25e5%258f%258a%25e7%258f%258a%25e7%2591%259a%25e8%2599%25abqq%2F&amp;headline=%5B%E8%BD%AC%E8%BD%BD%5D%E7%BA%AA%E5%BF%B5%E9%99%88%E5%AF%BF%E7%A6%8F%E5%90%9B%E5%8F%8A%E7%8F%8A%E7%91%9A%E8%99%ABQQ"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=%5B%E8%BD%AC%E8%BD%BD%5D%E7%BA%AA%E5%BF%B5%E9%99%88%E5%AF%BF%E7%A6%8F%E5%90%9B%E5%8F%8A%E7%8F%8A%E7%91%9A%E8%99%ABQQ&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e8%25bd%25ac%25e8%25bd%25bd%25e7%25ba%25aa%25e5%25bf%25b5%25e9%2599%2588%25e5%25af%25bf%25e7%25a6%258f%25e5%2590%259b%25e5%258f%258a%25e7%258f%258a%25e7%2591%259a%25e8%2599%25abqq%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=%5B%E8%BD%AC%E8%BD%BD%5D%E7%BA%AA%E5%BF%B5%E9%99%88%E5%AF%BF%E7%A6%8F%E5%90%9B%E5%8F%8A%E7%8F%8A%E7%91%9A%E8%99%ABQQ&amp;u=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e8%25bd%25ac%25e8%25bd%25bd%25e7%25ba%25aa%25e5%25bf%25b5%25e9%2599%2588%25e5%25af%25bf%25e7%25a6%258f%25e5%2590%259b%25e5%258f%258a%25e7%258f%258a%25e7%2591%259a%25e8%2599%25abqq%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=%5B%E8%BD%AC%E8%BD%BD%5D%E7%BA%AA%E5%BF%B5%E9%99%88%E5%AF%BF%E7%A6%8F%E5%90%9B%E5%8F%8A%E7%8F%8A%E7%91%9A%E8%99%ABQQ&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e8%25bd%25ac%25e8%25bd%25bd%25e7%25ba%25aa%25e5%25bf%25b5%25e9%2599%2588%25e5%25af%25bf%25e7%25a6%258f%25e5%2590%259b%25e5%258f%258a%25e7%258f%258a%25e7%2591%259a%25e8%2599%25abqq%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=%5B%E8%BD%AC%E8%BD%BD%5D%E7%BA%AA%E5%BF%B5%E9%99%88%E5%AF%BF%E7%A6%8F%E5%90%9B%E5%8F%8A%E7%8F%8A%E7%91%9A%E8%99%ABQQ&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e8%25bd%25ac%25e8%25bd%25bd%25e7%25ba%25aa%25e5%25bf%25b5%25e9%2599%2588%25e5%25af%25bf%25e7%25a6%258f%25e5%2590%259b%25e5%258f%258a%25e7%258f%258a%25e7%2591%259a%25e8%2599%25abqq%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=%5B%E8%BD%AC%E8%BD%BD%5D%E7%BA%AA%E5%BF%B5%E9%99%88%E5%AF%BF%E7%A6%8F%E5%90%9B%E5%8F%8A%E7%8F%8A%E7%91%9A%E8%99%ABQQ&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e8%25bd%25ac%25e8%25bd%25bd%25e7%25ba%25aa%25e5%25bf%25b5%25e9%2599%2588%25e5%25af%25bf%25e7%25a6%258f%25e5%2590%259b%25e5%258f%258a%25e7%258f%258a%25e7%2591%259a%25e8%2599%25abqq%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e8%25bd%25ac%25e8%25bd%25bd%25e7%25ba%25aa%25e5%25bf%25b5%25e9%2599%2588%25e5%25af%25bf%25e7%25a6%258f%25e5%2590%259b%25e5%258f%258a%25e7%258f%258a%25e7%2591%259a%25e8%2599%25abqq%2F&amp;title=%5B%E8%BD%AC%E8%BD%BD%5D%E7%BA%AA%E5%BF%B5%E9%99%88%E5%AF%BF%E7%A6%8F%E5%90%9B%E5%8F%8A%E7%8F%8A%E7%91%9A%E8%99%ABQQ&amp;summary=&amp;source="><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e8%25bd%25ac%25e8%25bd%25bd%25e7%25ba%25aa%25e5%25bf%25b5%25e9%2599%2588%25e5%25af%25bf%25e7%25a6%258f%25e5%2590%259b%25e5%258f%258a%25e7%258f%258a%25e7%2591%259a%25e8%2599%25abqq%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e8%25bd%25ac%25e8%25bd%25bd%25e7%25ba%25aa%25e5%25bf%25b5%25e9%2599%2588%25e5%25af%25bf%25e7%25a6%258f%25e5%2590%259b%25e5%258f%258a%25e7%258f%258a%25e7%2591%259a%25e8%2599%25abqq%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/reader/link?url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e8%25bd%25ac%25e8%25bd%25bd%25e7%25ba%25aa%25e5%25bf%25b5%25e9%2599%2588%25e5%25af%25bf%25e7%25a6%258f%25e5%2590%259b%25e5%258f%258a%25e7%258f%258a%25e7%2591%259a%25e8%2599%25abqq%2F&amp;title=%5B%E8%BD%AC%E8%BD%BD%5D%E7%BA%AA%E5%BF%B5%E9%99%88%E5%AF%BF%E7%A6%8F%E5%90%9B%E5%8F%8A%E7%8F%8A%E7%91%9A%E8%99%ABQQ"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>
	<div style="clear:both;"></div>标签：<a href="http://blog.sunshow.net/tag/qq/" title="QQ" rel="tag">QQ</a>, <a href="http://blog.sunshow.net/tag/soff/" title="soff" rel="tag">soff</a>, <a href="http://blog.sunshow.net/tag/%e7%8f%8a%e7%91%9a%e8%99%ab/" title="珊瑚虫" rel="tag">珊瑚虫</a><br /><br />

	<div style="clear:both;"></div><strong>相关日志</strong>
	<ul class="st-related-posts">
	<li><a href="http://blog.sunshow.net/2008/03/%e8%bd%ac%e8%bd%bd%e6%96%b9%e5%85%b4%e4%b8%9c%ef%bc%9a%e7%8f%8a%e7%91%9a%e8%99%ab%e4%bd%9c%e8%80%85%e5%88%a4%e5%88%91%ef%bc%8c%e5%b0%86%e6%98%af%e8%85%be%e8%ae%af%e6%b0%b8%e8%bf%9c%e7%9a%84%e7%bd%aa/" title="[转载]方兴东：珊瑚虫作者判刑，将是腾讯永远的罪！ (2008-03-25)">[转载]方兴东：珊瑚虫作者判刑，将是腾讯永远的罪！</a> (0)</li>
	<li><a href="http://blog.sunshow.net/2007/12/%e8%bd%ac%e8%bd%bd%e7%8f%8a%e7%91%9a%e8%99%ab%e6%a1%88%e8%85%be%e8%ae%af%e5%bf%bd%e6%82%a0%e4%ba%86%e8%b0%81/" title="[转载]珊瑚虫案腾讯忽悠了谁 (2007-12-25)">[转载]珊瑚虫案腾讯忽悠了谁</a> (0)</li>
	<li><a href="http://blog.sunshow.net/2007/10/%e5%b8%8c%e6%9c%9b%e5%a4%a7%e5%ae%b6%e5%b8%ae%e5%b8%ae%e7%8f%8a%e7%91%9a%e8%99%ab%e5%92%8csoff/" title="希望大家帮帮珊瑚虫和soff (2007-10-02)">希望大家帮帮珊瑚虫和soff</a> (1)</li>
	<li><a href="http://blog.sunshow.net/2006/08/%e6%9c%89%e9%9c%80%e8%a6%81%e6%b3%a8%e5%86%8c%e7%8f%8a%e7%91%9a%e8%99%abid%e7%9a%84%e5%9c%a8%e6%ad%a4%e7%95%99%e8%a8%80/" title="有需要注册珊瑚虫ID的在此留言 (2006-08-18)">有需要注册珊瑚虫ID的在此留言</a> (61)</li>
	<li><a href="http://blog.sunshow.net/2007/03/%e7%94%a8%e4%b8%8a%e4%ba%86qq%e8%9c%82%e9%b8%9f/" title="用上了QQ蜂鸟 (2007-03-15)">用上了QQ蜂鸟</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://blog.sunshow.net/2007/10/%e8%bd%ac%e8%bd%bd%e7%ba%aa%e5%bf%b5%e9%99%88%e5%af%bf%e7%a6%8f%e5%90%9b%e5%8f%8a%e7%8f%8a%e7%91%9a%e8%99%abqq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>希望大家帮帮珊瑚虫和soff</title>
		<link>http://blog.sunshow.net/2007/10/%e5%b8%8c%e6%9c%9b%e5%a4%a7%e5%ae%b6%e5%b8%ae%e5%b8%ae%e7%8f%8a%e7%91%9a%e8%99%ab%e5%92%8csoff/</link>
		<comments>http://blog.sunshow.net/2007/10/%e5%b8%8c%e6%9c%9b%e5%a4%a7%e5%ae%b6%e5%b8%ae%e5%b8%ae%e7%8f%8a%e7%91%9a%e8%99%ab%e5%92%8csoff/#comments</comments>
		<pubDate>Tue, 02 Oct 2007 11:24:08 +0000</pubDate>
		<dc:creator>Sunshow</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[coral]]></category>
		<category><![CDATA[QQ]]></category>
		<category><![CDATA[soff]]></category>
		<category><![CDATA[珊瑚虫]]></category>

		<guid isPermaLink="false">http://www.sunshow.net/blog/archives/492.html</guid>
		<description><![CDATA[现在在牛博网和新浪网都有相关的专题，
而这些地方已经出现了枪手对珊瑚虫进行诋毁
希望大家在上网的闲暇之余能到以上几个网站发表自己的看法，说说自己对珊瑚虫外挂和珊瑚虫软件真正的看法
另外还有一个重点就是需要强调说清楚“那些所谓的垃圾捆绑其实没什么危险，安装时候既可以选择，即使安装了也全能安全卸载，并不会像某些别有用心之人所说对系统安全造成影响”
以往还有多篇新闻讲到警方使用QQ显IP软件辅助破案的，这个也可以做文章
可以通过评论、个人日志、论坛发帖等各种形式声援珊瑚虫和soff
一定要让不明真相的公众听到真正珊瑚虫用户的声音，而不是某视频里采访的某些人所说的那样
需要说明的一点：不要谩骂、不要刷屏，要讲究有理有据，说一下自己真正的看法就行
相关地址：
牛博网专区
新浪科技珊瑚虫专题
新浪博客热议专题

	标签：coral, QQ, soff, 珊瑚虫

	相关日志
	
	有需要注册珊瑚虫ID的在此留言 (61)
	用上了QQ蜂鸟 (0)
	陈老师生日快乐 (1)
	[转载]虚假的视频，真实的珊瑚虫 (3)
	[转载]方兴东：珊瑚虫作者判刑，将是腾讯永远的罪！ (0)


]]></description>
			<content:encoded><![CDATA[<p>现在在<a href="http://www.bullog.cn/" target="_blank">牛博网</a>和<a href="http://tech.sina.com.cn/focus/qq_Soff/index.shtml" target="_blank">新浪网</a>都有相关的专题，<br />
而这些地方已经出现了枪手对珊瑚虫进行诋毁</p>
<p>希望大家在上网的闲暇之余能到以上几个网站发表自己的看法，说说自己对珊瑚虫外挂和珊瑚虫软件真正的看法<br />
另外还有一个重点就是需要强调说清楚“那些所谓的垃圾捆绑其实没什么危险，安装时候既可以选择，即使安装了也全能安全卸载，并不会像某些别有用心之人所说对系统安全造成影响”<br />
以往还有多篇新闻讲到警方使用QQ显IP软件辅助破案的，这个也可以做文章</p>
<p>可以通过评论、个人日志、论坛发帖等各种形式声援珊瑚虫和soff<br />
一定要让不明真相的公众听到真正珊瑚虫用户的声音，而不是某视频里采访的某些人所说的那样</p>
<p>需要说明的一点：不要谩骂、不要刷屏，要讲究有理有据，说一下自己真正的看法就行</p>
<p>相关地址：<br />
<a href="http://www.bullog.cn/" target="_blank">牛博网专区</a><br />
<a href="http://tech.sina.com.cn/focus/qq_Soff/index.shtml" target="_blank">新浪科技珊瑚虫专题</a><br />
<a href="http://tech.sina.com.cn/blog/Coralqq2007/index.html" target="_blank">新浪博客热议专题</a></p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e5%25b8%258c%25e6%259c%259b%25e5%25a4%25a7%25e5%25ae%25b6%25e5%25b8%25ae%25e5%25b8%25ae%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e5%2592%258csoff%2F&amp;title=%E5%B8%8C%E6%9C%9B%E5%A4%A7%E5%AE%B6%E5%B8%AE%E5%B8%AE%E7%8F%8A%E7%91%9A%E8%99%AB%E5%92%8Csoff"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e5%25b8%258c%25e6%259c%259b%25e5%25a4%25a7%25e5%25ae%25b6%25e5%25b8%25ae%25e5%25b8%25ae%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e5%2592%258csoff%2F&amp;title=%E5%B8%8C%E6%9C%9B%E5%A4%A7%E5%AE%B6%E5%B8%AE%E5%B8%AE%E7%8F%8A%E7%91%9A%E8%99%AB%E5%92%8Csoff"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e5%25b8%258c%25e6%259c%259b%25e5%25a4%25a7%25e5%25ae%25b6%25e5%25b8%25ae%25e5%25b8%25ae%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e5%2592%258csoff%2F&amp;title=%E5%B8%8C%E6%9C%9B%E5%A4%A7%E5%AE%B6%E5%B8%AE%E5%B8%AE%E7%8F%8A%E7%91%9A%E8%99%AB%E5%92%8Csoff"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e5%25b8%258c%25e6%259c%259b%25e5%25a4%25a7%25e5%25ae%25b6%25e5%25b8%25ae%25e5%25b8%25ae%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e5%2592%258csoff%2F&amp;headline=%E5%B8%8C%E6%9C%9B%E5%A4%A7%E5%AE%B6%E5%B8%AE%E5%B8%AE%E7%8F%8A%E7%91%9A%E8%99%AB%E5%92%8Csoff"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=%E5%B8%8C%E6%9C%9B%E5%A4%A7%E5%AE%B6%E5%B8%AE%E5%B8%AE%E7%8F%8A%E7%91%9A%E8%99%AB%E5%92%8Csoff&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e5%25b8%258c%25e6%259c%259b%25e5%25a4%25a7%25e5%25ae%25b6%25e5%25b8%25ae%25e5%25b8%25ae%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e5%2592%258csoff%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=%E5%B8%8C%E6%9C%9B%E5%A4%A7%E5%AE%B6%E5%B8%AE%E5%B8%AE%E7%8F%8A%E7%91%9A%E8%99%AB%E5%92%8Csoff&amp;u=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e5%25b8%258c%25e6%259c%259b%25e5%25a4%25a7%25e5%25ae%25b6%25e5%25b8%25ae%25e5%25b8%25ae%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e5%2592%258csoff%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=%E5%B8%8C%E6%9C%9B%E5%A4%A7%E5%AE%B6%E5%B8%AE%E5%B8%AE%E7%8F%8A%E7%91%9A%E8%99%AB%E5%92%8Csoff&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e5%25b8%258c%25e6%259c%259b%25e5%25a4%25a7%25e5%25ae%25b6%25e5%25b8%25ae%25e5%25b8%25ae%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e5%2592%258csoff%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=%E5%B8%8C%E6%9C%9B%E5%A4%A7%E5%AE%B6%E5%B8%AE%E5%B8%AE%E7%8F%8A%E7%91%9A%E8%99%AB%E5%92%8Csoff&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e5%25b8%258c%25e6%259c%259b%25e5%25a4%25a7%25e5%25ae%25b6%25e5%25b8%25ae%25e5%25b8%25ae%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e5%2592%258csoff%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=%E5%B8%8C%E6%9C%9B%E5%A4%A7%E5%AE%B6%E5%B8%AE%E5%B8%AE%E7%8F%8A%E7%91%9A%E8%99%AB%E5%92%8Csoff&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e5%25b8%258c%25e6%259c%259b%25e5%25a4%25a7%25e5%25ae%25b6%25e5%25b8%25ae%25e5%25b8%25ae%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e5%2592%258csoff%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e5%25b8%258c%25e6%259c%259b%25e5%25a4%25a7%25e5%25ae%25b6%25e5%25b8%25ae%25e5%25b8%25ae%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e5%2592%258csoff%2F&amp;title=%E5%B8%8C%E6%9C%9B%E5%A4%A7%E5%AE%B6%E5%B8%AE%E5%B8%AE%E7%8F%8A%E7%91%9A%E8%99%AB%E5%92%8Csoff&amp;summary=&amp;source="><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e5%25b8%258c%25e6%259c%259b%25e5%25a4%25a7%25e5%25ae%25b6%25e5%25b8%25ae%25e5%25b8%25ae%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e5%2592%258csoff%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e5%25b8%258c%25e6%259c%259b%25e5%25a4%25a7%25e5%25ae%25b6%25e5%25b8%25ae%25e5%25b8%25ae%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e5%2592%258csoff%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/reader/link?url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F10%2F%25e5%25b8%258c%25e6%259c%259b%25e5%25a4%25a7%25e5%25ae%25b6%25e5%25b8%25ae%25e5%25b8%25ae%25e7%258f%258a%25e7%2591%259a%25e8%2599%25ab%25e5%2592%258csoff%2F&amp;title=%E5%B8%8C%E6%9C%9B%E5%A4%A7%E5%AE%B6%E5%B8%AE%E5%B8%AE%E7%8F%8A%E7%91%9A%E8%99%AB%E5%92%8Csoff"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>
	<div style="clear:both;"></div>标签：<a href="http://blog.sunshow.net/tag/coral/" title="coral" rel="tag">coral</a>, <a href="http://blog.sunshow.net/tag/qq/" title="QQ" rel="tag">QQ</a>, <a href="http://blog.sunshow.net/tag/soff/" title="soff" rel="tag">soff</a>, <a href="http://blog.sunshow.net/tag/%e7%8f%8a%e7%91%9a%e8%99%ab/" title="珊瑚虫" rel="tag">珊瑚虫</a><br /><br />

	<div style="clear:both;"></div><strong>相关日志</strong>
	<ul class="st-related-posts">
	<li><a href="http://blog.sunshow.net/2006/08/%e6%9c%89%e9%9c%80%e8%a6%81%e6%b3%a8%e5%86%8c%e7%8f%8a%e7%91%9a%e8%99%abid%e7%9a%84%e5%9c%a8%e6%ad%a4%e7%95%99%e8%a8%80/" title="有需要注册珊瑚虫ID的在此留言 (2006-08-18)">有需要注册珊瑚虫ID的在此留言</a> (61)</li>
	<li><a href="http://blog.sunshow.net/2007/03/%e7%94%a8%e4%b8%8a%e4%ba%86qq%e8%9c%82%e9%b8%9f/" title="用上了QQ蜂鸟 (2007-03-15)">用上了QQ蜂鸟</a> (0)</li>
	<li><a href="http://blog.sunshow.net/2009/12/happy-birthday-to-soff/" title="陈老师生日快乐 (2009-12-10)">陈老师生日快乐</a> (1)</li>
	<li><a href="http://blog.sunshow.net/2007/10/%e8%bd%ac%e8%bd%bd%e8%99%9a%e5%81%87%e7%9a%84%e8%a7%86%e9%a2%91%ef%bc%8c%e7%9c%9f%e5%ae%9e%e7%9a%84%e7%8f%8a%e7%91%9a%e8%99%ab/" title="[转载]虚假的视频，真实的珊瑚虫 (2007-10-04)">[转载]虚假的视频，真实的珊瑚虫</a> (3)</li>
	<li><a href="http://blog.sunshow.net/2008/03/%e8%bd%ac%e8%bd%bd%e6%96%b9%e5%85%b4%e4%b8%9c%ef%bc%9a%e7%8f%8a%e7%91%9a%e8%99%ab%e4%bd%9c%e8%80%85%e5%88%a4%e5%88%91%ef%bc%8c%e5%b0%86%e6%98%af%e8%85%be%e8%ae%af%e6%b0%b8%e8%bf%9c%e7%9a%84%e7%bd%aa/" title="[转载]方兴东：珊瑚虫作者判刑，将是腾讯永远的罪！ (2008-03-25)">[转载]方兴东：珊瑚虫作者判刑，将是腾讯永远的罪！</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://blog.sunshow.net/2007/10/%e5%b8%8c%e6%9c%9b%e5%a4%a7%e5%ae%b6%e5%b8%ae%e5%b8%ae%e7%8f%8a%e7%91%9a%e8%99%ab%e5%92%8csoff/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Reader中文版上线</title>
		<link>http://blog.sunshow.net/2007/09/google-reader%e4%b8%ad%e6%96%87%e7%89%88%e4%b8%8a%e7%ba%bf/</link>
		<comments>http://blog.sunshow.net/2007/09/google-reader%e4%b8%ad%e6%96%87%e7%89%88%e4%b8%8a%e7%ba%bf/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 05:46:28 +0000</pubDate>
		<dc:creator>Sunshow</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[reader]]></category>
		<category><![CDATA[中文]]></category>
		<category><![CDATA[阅读]]></category>

		<guid isPermaLink="false">http://www.sunshow.net/blog/archives/488.html</guid>
		<description><![CDATA[一觉睡醒，Google Reader的标题就赫然变成了Google 阅读器
另外更新的还有Mozilla Firefox 2.0.0.7

	标签：google, reader, 中文, 阅读

	相关日志
	
	谷歌浏览器 - Chrome (2)
	[Ubuntu]中文字体美化 (1)
	Google 手机地图 (5)
	[Ubuntu]从安装说起 (1)
	Some ubuntu tips (4)


]]></description>
			<content:encoded><![CDATA[<p>一觉睡醒，<a href="http://www.google.com/reader/">Google Reader</a>的标题就赫然变成了Google 阅读器</p>
<p>另外更新的还有Mozilla Firefox 2.0.0.7</p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F09%2Fgoogle-reader%25e4%25b8%25ad%25e6%2596%2587%25e7%2589%2588%25e4%25b8%258a%25e7%25ba%25bf%2F&amp;title=Google+Reader%E4%B8%AD%E6%96%87%E7%89%88%E4%B8%8A%E7%BA%BF"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F09%2Fgoogle-reader%25e4%25b8%25ad%25e6%2596%2587%25e7%2589%2588%25e4%25b8%258a%25e7%25ba%25bf%2F&amp;title=Google+Reader%E4%B8%AD%E6%96%87%E7%89%88%E4%B8%8A%E7%BA%BF"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F09%2Fgoogle-reader%25e4%25b8%25ad%25e6%2596%2587%25e7%2589%2588%25e4%25b8%258a%25e7%25ba%25bf%2F&amp;title=Google+Reader%E4%B8%AD%E6%96%87%E7%89%88%E4%B8%8A%E7%BA%BF"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fblog.sunshow.net%2F2007%2F09%2Fgoogle-reader%25e4%25b8%25ad%25e6%2596%2587%25e7%2589%2588%25e4%25b8%258a%25e7%25ba%25bf%2F&amp;headline=Google+Reader%E4%B8%AD%E6%96%87%E7%89%88%E4%B8%8A%E7%BA%BF"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Google+Reader%E4%B8%AD%E6%96%87%E7%89%88%E4%B8%8A%E7%BA%BF&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F09%2Fgoogle-reader%25e4%25b8%25ad%25e6%2596%2587%25e7%2589%2588%25e4%25b8%258a%25e7%25ba%25bf%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Google+Reader%E4%B8%AD%E6%96%87%E7%89%88%E4%B8%8A%E7%BA%BF&amp;u=http%3A%2F%2Fblog.sunshow.net%2F2007%2F09%2Fgoogle-reader%25e4%25b8%25ad%25e6%2596%2587%25e7%2589%2588%25e4%25b8%258a%25e7%25ba%25bf%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Google+Reader%E4%B8%AD%E6%96%87%E7%89%88%E4%B8%8A%E7%BA%BF&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F09%2Fgoogle-reader%25e4%25b8%25ad%25e6%2596%2587%25e7%2589%2588%25e4%25b8%258a%25e7%25ba%25bf%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Google+Reader%E4%B8%AD%E6%96%87%E7%89%88%E4%B8%8A%E7%BA%BF&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F09%2Fgoogle-reader%25e4%25b8%25ad%25e6%2596%2587%25e7%2589%2588%25e4%25b8%258a%25e7%25ba%25bf%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Google+Reader%E4%B8%AD%E6%96%87%E7%89%88%E4%B8%8A%E7%BA%BF&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F09%2Fgoogle-reader%25e4%25b8%25ad%25e6%2596%2587%25e7%2589%2588%25e4%25b8%258a%25e7%25ba%25bf%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F09%2Fgoogle-reader%25e4%25b8%25ad%25e6%2596%2587%25e7%2589%2588%25e4%25b8%258a%25e7%25ba%25bf%2F&amp;title=Google+Reader%E4%B8%AD%E6%96%87%E7%89%88%E4%B8%8A%E7%BA%BF&amp;summary=&amp;source="><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.sunshow.net%2F2007%2F09%2Fgoogle-reader%25e4%25b8%25ad%25e6%2596%2587%25e7%2589%2588%25e4%25b8%258a%25e7%25ba%25bf%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fblog.sunshow.net%2F2007%2F09%2Fgoogle-reader%25e4%25b8%25ad%25e6%2596%2587%25e7%2589%2588%25e4%25b8%258a%25e7%25ba%25bf%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/reader/link?url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F09%2Fgoogle-reader%25e4%25b8%25ad%25e6%2596%2587%25e7%2589%2588%25e4%25b8%258a%25e7%25ba%25bf%2F&amp;title=Google+Reader%E4%B8%AD%E6%96%87%E7%89%88%E4%B8%8A%E7%BA%BF"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>
	<div style="clear:both;"></div>标签：<a href="http://blog.sunshow.net/tag/google/" title="google" rel="tag">google</a>, <a href="http://blog.sunshow.net/tag/reader/" title="reader" rel="tag">reader</a>, <a href="http://blog.sunshow.net/tag/%e4%b8%ad%e6%96%87/" title="中文" rel="tag">中文</a>, <a href="http://blog.sunshow.net/tag/%e9%98%85%e8%af%bb/" title="阅读" rel="tag">阅读</a><br /><br />

	<div style="clear:both;"></div><strong>相关日志</strong>
	<ul class="st-related-posts">
	<li><a href="http://blog.sunshow.net/2008/09/google-chrome/" title="谷歌浏览器 - Chrome (2008-09-03)">谷歌浏览器 - Chrome</a> (2)</li>
	<li><a href="http://blog.sunshow.net/2007/02/ubuntu-chinese-fonts/" title="[Ubuntu]中文字体美化 (2007-02-05)">[Ubuntu]中文字体美化</a> (1)</li>
	<li><a href="http://blog.sunshow.net/2008/03/google-map-for-cellphone/" title="Google 手机地图 (2008-03-18)">Google 手机地图</a> (5)</li>
	<li><a href="http://blog.sunshow.net/2007/02/ubuntu%e4%bb%8e%e5%ae%89%e8%a3%85%e8%af%b4%e8%b5%b7/" title="[Ubuntu]从安装说起 (2007-02-05)">[Ubuntu]从安装说起</a> (1)</li>
	<li><a href="http://blog.sunshow.net/2007/04/some-ubuntu-tips/" title="Some ubuntu tips (2007-04-23)">Some ubuntu tips</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://blog.sunshow.net/2007/09/google-reader%e4%b8%ad%e6%96%87%e7%89%88%e4%b8%8a%e7%ba%bf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google的翻译单词功能没有了</title>
		<link>http://blog.sunshow.net/2007/08/google-word-translation-removed/</link>
		<comments>http://blog.sunshow.net/2007/08/google-word-translation-removed/#comments</comments>
		<pubDate>Thu, 09 Aug 2007 03:10:46 +0000</pubDate>
		<dc:creator>Sunshow</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[翻译]]></category>

		<guid isPermaLink="false">http://www.sunshow.net/blog/archives/480.html</guid>
		<description><![CDATA[在搜索框输入"fy test"已经没有以前的翻译了，不知道是不是合作到期了？
这可是我最常用的Google功能之一，现在逼得我只能用iciba了，55555……

	标签：google, 翻译

	相关日志
	
	Google Reader中文版上线 (0)
	Google 手机地图 (5)
	这就是我想要的——Google谷歌 拼音输入法 (1)
	Arsenal Fixtures Calendar (0)
	谷歌浏览器 - Chrome (2)


]]></description>
			<content:encoded><![CDATA[<p>在搜索框输入"fy test"已经没有以前的翻译了，不知道是不是合作到期了？<br />
这可是我最常用的Google功能之一，现在逼得我只能用iciba了，55555……</p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F08%2Fgoogle-word-translation-removed%2F&amp;title=Google%E7%9A%84%E7%BF%BB%E8%AF%91%E5%8D%95%E8%AF%8D%E5%8A%9F%E8%83%BD%E6%B2%A1%E6%9C%89%E4%BA%86"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F08%2Fgoogle-word-translation-removed%2F&amp;title=Google%E7%9A%84%E7%BF%BB%E8%AF%91%E5%8D%95%E8%AF%8D%E5%8A%9F%E8%83%BD%E6%B2%A1%E6%9C%89%E4%BA%86"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F08%2Fgoogle-word-translation-removed%2F&amp;title=Google%E7%9A%84%E7%BF%BB%E8%AF%91%E5%8D%95%E8%AF%8D%E5%8A%9F%E8%83%BD%E6%B2%A1%E6%9C%89%E4%BA%86"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fblog.sunshow.net%2F2007%2F08%2Fgoogle-word-translation-removed%2F&amp;headline=Google%E7%9A%84%E7%BF%BB%E8%AF%91%E5%8D%95%E8%AF%8D%E5%8A%9F%E8%83%BD%E6%B2%A1%E6%9C%89%E4%BA%86"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Google%E7%9A%84%E7%BF%BB%E8%AF%91%E5%8D%95%E8%AF%8D%E5%8A%9F%E8%83%BD%E6%B2%A1%E6%9C%89%E4%BA%86&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F08%2Fgoogle-word-translation-removed%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Google%E7%9A%84%E7%BF%BB%E8%AF%91%E5%8D%95%E8%AF%8D%E5%8A%9F%E8%83%BD%E6%B2%A1%E6%9C%89%E4%BA%86&amp;u=http%3A%2F%2Fblog.sunshow.net%2F2007%2F08%2Fgoogle-word-translation-removed%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Google%E7%9A%84%E7%BF%BB%E8%AF%91%E5%8D%95%E8%AF%8D%E5%8A%9F%E8%83%BD%E6%B2%A1%E6%9C%89%E4%BA%86&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F08%2Fgoogle-word-translation-removed%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Google%E7%9A%84%E7%BF%BB%E8%AF%91%E5%8D%95%E8%AF%8D%E5%8A%9F%E8%83%BD%E6%B2%A1%E6%9C%89%E4%BA%86&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F08%2Fgoogle-word-translation-removed%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Google%E7%9A%84%E7%BF%BB%E8%AF%91%E5%8D%95%E8%AF%8D%E5%8A%9F%E8%83%BD%E6%B2%A1%E6%9C%89%E4%BA%86&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F08%2Fgoogle-word-translation-removed%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F08%2Fgoogle-word-translation-removed%2F&amp;title=Google%E7%9A%84%E7%BF%BB%E8%AF%91%E5%8D%95%E8%AF%8D%E5%8A%9F%E8%83%BD%E6%B2%A1%E6%9C%89%E4%BA%86&amp;summary=&amp;source="><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.sunshow.net%2F2007%2F08%2Fgoogle-word-translation-removed%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fblog.sunshow.net%2F2007%2F08%2Fgoogle-word-translation-removed%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/reader/link?url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F08%2Fgoogle-word-translation-removed%2F&amp;title=Google%E7%9A%84%E7%BF%BB%E8%AF%91%E5%8D%95%E8%AF%8D%E5%8A%9F%E8%83%BD%E6%B2%A1%E6%9C%89%E4%BA%86"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>
	<div style="clear:both;"></div>标签：<a href="http://blog.sunshow.net/tag/google/" title="google" rel="tag">google</a>, <a href="http://blog.sunshow.net/tag/%e7%bf%bb%e8%af%91/" title="翻译" rel="tag">翻译</a><br /><br />

	<div style="clear:both;"></div><strong>相关日志</strong>
	<ul class="st-related-posts">
	<li><a href="http://blog.sunshow.net/2007/09/google-reader%e4%b8%ad%e6%96%87%e7%89%88%e4%b8%8a%e7%ba%bf/" title="Google Reader中文版上线 (2007-09-18)">Google Reader中文版上线</a> (0)</li>
	<li><a href="http://blog.sunshow.net/2008/03/google-map-for-cellphone/" title="Google 手机地图 (2008-03-18)">Google 手机地图</a> (5)</li>
	<li><a href="http://blog.sunshow.net/2007/04/google-pinyin/" title="这就是我想要的——Google谷歌 拼音输入法 (2007-04-04)">这就是我想要的——Google谷歌 拼音输入法</a> (1)</li>
	<li><a href="http://blog.sunshow.net/2009/04/arsenal-fixtures-calendar/" title="Arsenal Fixtures Calendar (2009-04-29)">Arsenal Fixtures Calendar</a> (0)</li>
	<li><a href="http://blog.sunshow.net/2008/09/google-chrome/" title="谷歌浏览器 - Chrome (2008-09-03)">谷歌浏览器 - Chrome</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://blog.sunshow.net/2007/08/google-word-translation-removed/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>鲜果在线挺不错的</title>
		<link>http://blog.sunshow.net/2007/07/xianguo/</link>
		<comments>http://blog.sunshow.net/2007/07/xianguo/#comments</comments>
		<pubDate>Wed, 25 Jul 2007 02:00:26 +0000</pubDate>
		<dc:creator>Sunshow</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[鲜果]]></category>

		<guid isPermaLink="false">http://www.sunshow.net/blog/archives/475.html</guid>
		<description><![CDATA[鲜果在线：http://www.xianguo.com/
鲜果日志：http://blog.xianguo.com/
兼具了Google Reader的方便和抓虾的快速
不过在鼠标掠过判断是否设置已读上没有Google做得好
补充：居然可以订阅QZone的更新，虽然我很鄙视QZone，不过总是有很多人喜欢

	标签：rss, 鲜果

	相关日志
	
	认领鲜果频道 (0)
	最恶心的BSP (0)
	Multi RSS Reader Module v1.2 (2)


]]></description>
			<content:encoded><![CDATA[<p>鲜果在线：<a href="http://www.xianguo.com/">http://www.xianguo.com/</a><br />
鲜果日志：<a href="http://blog.xianguo.com/">http://blog.xianguo.com/</a></p>
<p>兼具了Google Reader的方便和抓虾的快速</p>
<p>不过在鼠标掠过判断是否设置已读上没有Google做得好</p>
<p>补充：居然可以订阅QZone的更新，虽然我很鄙视QZone，不过总是有很多人喜欢</p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F07%2Fxianguo%2F&amp;title=%E9%B2%9C%E6%9E%9C%E5%9C%A8%E7%BA%BF%E6%8C%BA%E4%B8%8D%E9%94%99%E7%9A%84"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F07%2Fxianguo%2F&amp;title=%E9%B2%9C%E6%9E%9C%E5%9C%A8%E7%BA%BF%E6%8C%BA%E4%B8%8D%E9%94%99%E7%9A%84"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F07%2Fxianguo%2F&amp;title=%E9%B2%9C%E6%9E%9C%E5%9C%A8%E7%BA%BF%E6%8C%BA%E4%B8%8D%E9%94%99%E7%9A%84"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fblog.sunshow.net%2F2007%2F07%2Fxianguo%2F&amp;headline=%E9%B2%9C%E6%9E%9C%E5%9C%A8%E7%BA%BF%E6%8C%BA%E4%B8%8D%E9%94%99%E7%9A%84"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=%E9%B2%9C%E6%9E%9C%E5%9C%A8%E7%BA%BF%E6%8C%BA%E4%B8%8D%E9%94%99%E7%9A%84&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F07%2Fxianguo%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=%E9%B2%9C%E6%9E%9C%E5%9C%A8%E7%BA%BF%E6%8C%BA%E4%B8%8D%E9%94%99%E7%9A%84&amp;u=http%3A%2F%2Fblog.sunshow.net%2F2007%2F07%2Fxianguo%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=%E9%B2%9C%E6%9E%9C%E5%9C%A8%E7%BA%BF%E6%8C%BA%E4%B8%8D%E9%94%99%E7%9A%84&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F07%2Fxianguo%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=%E9%B2%9C%E6%9E%9C%E5%9C%A8%E7%BA%BF%E6%8C%BA%E4%B8%8D%E9%94%99%E7%9A%84&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F07%2Fxianguo%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=%E9%B2%9C%E6%9E%9C%E5%9C%A8%E7%BA%BF%E6%8C%BA%E4%B8%8D%E9%94%99%E7%9A%84&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F07%2Fxianguo%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F07%2Fxianguo%2F&amp;title=%E9%B2%9C%E6%9E%9C%E5%9C%A8%E7%BA%BF%E6%8C%BA%E4%B8%8D%E9%94%99%E7%9A%84&amp;summary=&amp;source="><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.sunshow.net%2F2007%2F07%2Fxianguo%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fblog.sunshow.net%2F2007%2F07%2Fxianguo%2F"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/reader/link?url=http%3A%2F%2Fblog.sunshow.net%2F2007%2F07%2Fxianguo%2F&amp;title=%E9%B2%9C%E6%9E%9C%E5%9C%A8%E7%BA%BF%E6%8C%BA%E4%B8%8D%E9%94%99%E7%9A%84"><img class="lightsocial_img" src="http://blog.sunshow.net/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>
	<div style="clear:both;"></div>标签：<a href="http://blog.sunshow.net/tag/rss/" title="rss" rel="tag">rss</a>, <a href="http://blog.sunshow.net/tag/%e9%b2%9c%e6%9e%9c/" title="鲜果" rel="tag">鲜果</a><br /><br />

	<div style="clear:both;"></div><strong>相关日志</strong>
	<ul class="st-related-posts">
	<li><a href="http://blog.sunshow.net/2007/12/%e8%ae%a4%e9%a2%86%e9%b2%9c%e6%9e%9c%e9%a2%91%e9%81%93/" title="认领鲜果频道 (2007-12-05)">认领鲜果频道</a> (0)</li>
	<li><a href="http://blog.sunshow.net/2007/10/%e6%9c%80%e6%81%b6%e5%bf%83%e7%9a%84bsp/" title="最恶心的BSP (2007-10-17)">最恶心的BSP</a> (0)</li>
	<li><a href="http://blog.sunshow.net/2007/01/multi-rss-reader-module-v10/" title="Multi RSS Reader Module v1.2 (2007-01-29)">Multi RSS Reader Module v1.2</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://blog.sunshow.net/2007/07/xianguo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
