<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Hello SA</title>
	
	<link>http://www.hellosa.net</link>
	<description>做快乐的系统管理员</description>
	<lastBuildDate>Fri, 04 May 2012 15:12:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/happysa" /><feedburner:info uri="happysa" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://www.hellosa.net/?pushpress=hub" /><image><link>http://feeds2.feedburner.com/happysa</link><url>http://feeds2.feedburner.com/~fc/happysa?bg=99CCFF&amp;amp;fg=444444&amp;amp;anim=0</url><title>Happy SA</title></image><item>
		<title>varnishncsa日志中输出真实IP</title>
		<link>http://feedproxy.google.com/~r/happysa/~3/108tlxVpcCg/real-ip-for-varnishncsa.html</link>
		<comments>http://www.hellosa.net/linux/real-ip-for-varnishncsa.html#comments</comments>
		<pubDate>Fri, 04 May 2012 10:04:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[realip]]></category>
		<category><![CDATA[varnish]]></category>
		<category><![CDATA[varnishncsa]]></category>
		<category><![CDATA[代理]]></category>
		<category><![CDATA[真实IP]]></category>

		<guid isPermaLink="false">http://www.hellosa.net/?p=538</guid>
		<description><![CDATA[varnishncsa是用来输出访问日志的工具，跟apache一样，如果是通过代理转发之后访问过来的话输出的是代理服务器的IP地址，如果要打印出真实的访问IP也很简单，只要加上-f参数，就会在日志输出中使用 X-Forwarded-For HTTP 头代替 client.ip，当然前提是前端的代理服务器设置了X-Forwarder-For头。 或者也可以用-F参数指定输出格式，如： varnishncsa -F &#34;%{X-Forwarded-For}i %h %l %u %t \&#34;%r\&#34; %s %b \&#34;%{Referer}i\&#34; \&#34;%{User-agent}i\&#34;&#34; 默认是 &#34;%h %l %u %t \&#34;%r\&#34; %s %b \&#34;%{Referer}i\&#34; \&#34;%{User-agent}i\&#34;&#34; 日志自定义格式在3.0之后开始支持。 相关文章：暂无相关日志 © admin for Hello SA, 2012. &#124; Permalink &#124; No comment &#124; Add to del.icio.us Post tags: realip, varnish, varnishncsa, 代理, 真实IP Feed enhanced by [...]]]></description>
			<content:encoded><![CDATA[<p>varnishncsa是用来输出访问日志的工具，跟apache一样，如果是通过代理转发之后访问过来的话输出的是代理服务器的IP地址，如果要打印出真实的访问IP也很简单，只要加上-f参数，就会在日志输出中使用 X-Forwarded-For HTTP 头代替 client.ip，当然前提是前端的代理服务器设置了X-Forwarder-For头。</p>
<p>或者也可以用-F参数指定输出格式，如：</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">varnishncsa <span style="color: #660033;">-F</span> <span style="color: #ff0000;">&quot;%{X-Forwarded-For}i %h %l %u %t <span style="color: #000099; font-weight: bold;">\&quot;</span>%r<span style="color: #000099; font-weight: bold;">\&quot;</span> %s %b <span style="color: #000099; font-weight: bold;">\&quot;</span>%{Referer}i<span style="color: #000099; font-weight: bold;">\&quot;</span> <span style="color: #000099; font-weight: bold;">\&quot;</span>%{User-agent}i<span style="color: #000099; font-weight: bold;">\&quot;</span>&quot;</span></pre></div></div>

<p>默认是</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #ff0000;">&quot;%h %l %u %t <span style="color: #000099; font-weight: bold;">\&quot;</span>%r<span style="color: #000099; font-weight: bold;">\&quot;</span> %s %b <span style="color: #000099; font-weight: bold;">\&quot;</span>%{Referer}i<span style="color: #000099; font-weight: bold;">\&quot;</span> <span style="color: #000099; font-weight: bold;">\&quot;</span>%{User-agent}i<span style="color: #000099; font-weight: bold;">\&quot;</span>&quot;</span></pre></div></div>

<p>日志自定义格式在3.0之后开始支持。</p>
<h3  class="related_post_title">相关文章：</h3><ul class="related_post"><li>暂无相关日志</li></ul><hr />
<p><small>© admin for <a href="http://www.hellosa.net">Hello SA</a>, 2012. |
<a href="http://www.hellosa.net/linux/real-ip-for-varnishncsa.html">Permalink</a> |
<a href="http://www.hellosa.net/linux/real-ip-for-varnishncsa.html#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.hellosa.net/linux/real-ip-for-varnishncsa.html&title=varnishncsa日志中输出真实IP">del.icio.us</a>
<br/>
Post tags: <a href="http://www.hellosa.net/tag/realip" rel="tag">realip</a>, <a href="http://www.hellosa.net/tag/varnish" rel="tag">varnish</a>, <a href="http://www.hellosa.net/tag/varnishncsa" rel="tag">varnishncsa</a>, <a href="http://www.hellosa.net/tag/%e4%bb%a3%e7%90%86" rel="tag">代理</a>, <a href="http://www.hellosa.net/tag/%e7%9c%9f%e5%ae%9eip" rel="tag">真实IP</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/happysa?a=108tlxVpcCg:y1XTulRH1Yw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/happysa?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/happysa?a=108tlxVpcCg:y1XTulRH1Yw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/happysa?i=108tlxVpcCg:y1XTulRH1Yw:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/happysa?a=108tlxVpcCg:y1XTulRH1Yw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/happysa?i=108tlxVpcCg:y1XTulRH1Yw:V_sGLiPBpWU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.hellosa.net/linux/real-ip-for-varnishncsa.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.hellosa.net/linux/real-ip-for-varnishncsa.html</feedburner:origLink></item>
		<item>
		<title>IP段配对查找</title>
		<link>http://feedproxy.google.com/~r/happysa/~3/jn3vjc_H7B8/ip-match-perl.html</link>
		<comments>http://www.hellosa.net/linux/ip-match-perl.html#comments</comments>
		<pubDate>Fri, 27 Apr 2012 14:09:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[ip段]]></category>
		<category><![CDATA[match]]></category>
		<category><![CDATA[配对]]></category>

		<guid isPermaLink="false">http://www.hellosa.net/?p=533</guid>
		<description><![CDATA[因工作需要得从十几万个IP里找出属于北京电信通的IP，一开始想的比较懒的方法: for i in `cat IPFILE`; do if whois $i &#124; grep -i dxtnet; then echo $i &#62;&#62; DXTNET fi done 就算一秒钟能跑2个IP，也得一天时间，于是果断放弃了。 然后发现有个Perl的模块Net::IP::Match，刚好就是处理这需求的，用法很简单 use Net::IP::Match; &#160; open&#40;FILE,&#34;&#60;$IPFILE&#34;&#41; or die $!; while&#40;&#60;FILE&#62;&#41;&#123; chomp; if&#40;__MATCH_IP&#40;$_, qw&#123;10.0.0.0/8 87.134.66.128 87.134.87.0/24 145.97.0.0/16 ...&#125;&#41;&#41; &#123; print $_; &#125; &#125; close&#40;FILE&#41;; 十几万条记录几秒钟就搞定了，相当方便。 相关文章：2009-09-09 -- perl里的stat函数 (4)2009-06-20 -- perl下的时间处理 (5)2009-06-03 -- perl中去除数组里的重复元素 (2)2009-05-30 [...]]]></description>
			<content:encoded><![CDATA[<p>因工作需要得从十几万个IP里找出属于北京电信通的IP，一开始想的比较懒的方法:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">for</span> i <span style="color: #000000; font-weight: bold;">in</span> <span style="color: #000000; font-weight: bold;">`</span><span style="color: #c20cb9; font-weight: bold;">cat</span> IPFILE<span style="color: #000000; font-weight: bold;">`</span>;
<span style="color: #000000; font-weight: bold;">do</span>
    <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #c20cb9; font-weight: bold;">whois</span> <span style="color: #007800;">$i</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #660033;">-i</span> dxtnet; <span style="color: #000000; font-weight: bold;">then</span>
        <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #007800;">$i</span> <span style="color: #000000; font-weight: bold;">&gt;&gt;</span> DXTNET
    <span style="color: #000000; font-weight: bold;">fi</span>
<span style="color: #000000; font-weight: bold;">done</span></pre></div></div>

<p>就算一秒钟能跑2个IP，也得一天时间，于是果断放弃了。</p>
<p>然后发现有个Perl的模块<a href="http://search.cpan.org/~marcel/Net-IP-Match-1.101700/lib/Net/IP/Match.pm" target="_blank">Net::IP::Match</a>，刚好就是处理这需求的，用法很简单</p>

<div class="wp_syntax"><div class="code"><pre class="perl" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">use</span> Net<span style="color: #339933;">::</span><span style="color: #006600;">IP</span><span style="color: #339933;">::</span><span style="color: #006600;">Match</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #000066;">open</span><span style="color: #009900;">&#40;</span>FILE<span style="color: #339933;">,</span><span style="color: #ff0000;">&quot;&lt;$IPFILE&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #b1b100;">or</span> <span style="color: #000066;">die</span> <span style="color: #0000ff;">$!</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">while</span><span style="color: #009900;">&#40;</span><span style="color: #009999;">&lt;FILE&gt;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
    <span style="color: #000066;">chomp</span><span style="color: #339933;">;</span>
    <span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span>__MATCH_IP<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">$_</span><span style="color: #339933;">,</span> <span style="color: #000066;">qw</span><span style="color: #009900;">&#123;</span>10<span style="color: #339933;">.</span>0<span style="color: #339933;">.</span>0<span style="color: #339933;">.</span>0<span style="color: #339933;">/</span><span style="color: #cc66cc;">8</span> 87<span style="color: #339933;">.</span>134<span style="color: #339933;">.</span>66<span style="color: #339933;">.</span>128 87<span style="color: #339933;">.</span>134<span style="color: #339933;">.</span>87<span style="color: #339933;">.</span>0<span style="color: #339933;">/</span><span style="color: #cc66cc;">24</span> 145<span style="color: #339933;">.</span>97<span style="color: #339933;">.</span>0<span style="color: #339933;">.</span>0<span style="color: #339933;">/</span><span style="color: #cc66cc;">16</span> <span style="color: #339933;">...</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
        <span style="color: #000066;">print</span> <span style="color: #0000ff;">$_</span><span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #000066;">close</span><span style="color: #009900;">&#40;</span>FILE<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>十几万条记录几秒钟就搞定了，相当方便。</p>
<h3  class="related_post_title">相关文章：</h3><ul class="related_post"><li>2009-09-09 -- <a href="http://www.hellosa.net/perl/perl-stat.html" title="perl里的stat函数">perl里的stat函数</a> (4)</li><li>2009-06-20 -- <a href="http://www.hellosa.net/tips/time-in-perl.html" title="perl下的时间处理">perl下的时间处理</a> (5)</li><li>2009-06-03 -- <a href="http://www.hellosa.net/tips/remove-duplicate-elements-in-perl.html" title="perl中去除数组里的重复元素">perl中去除数组里的重复元素</a> (2)</li><li>2009-05-30 -- <a href="http://www.hellosa.net/tips/easy-index-for-tips.html" title="命令行下简单的检索">命令行下简单的检索</a> (8)</li></ul><hr />
<p><small>© admin for <a href="http://www.hellosa.net">Hello SA</a>, 2012. |
<a href="http://www.hellosa.net/linux/ip-match-perl.html">Permalink</a> |
<a href="http://www.hellosa.net/linux/ip-match-perl.html#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.hellosa.net/linux/ip-match-perl.html&title=IP段配对查找">del.icio.us</a>
<br/>
Post tags: <a href="http://www.hellosa.net/tag/ip" rel="tag">ip</a>, <a href="http://www.hellosa.net/tag/ip%e6%ae%b5" rel="tag">ip段</a>, <a href="http://www.hellosa.net/tag/match" rel="tag">match</a>, <a href="http://www.hellosa.net/tag/perl" rel="tag">perl</a>, <a href="http://www.hellosa.net/tag/%e9%85%8d%e5%af%b9" rel="tag">配对</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/happysa?a=jn3vjc_H7B8:JJ2bgp7lOFw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/happysa?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/happysa?a=jn3vjc_H7B8:JJ2bgp7lOFw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/happysa?i=jn3vjc_H7B8:JJ2bgp7lOFw:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/happysa?a=jn3vjc_H7B8:JJ2bgp7lOFw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/happysa?i=jn3vjc_H7B8:JJ2bgp7lOFw:V_sGLiPBpWU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.hellosa.net/linux/ip-match-perl.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.hellosa.net/linux/ip-match-perl.html</feedburner:origLink></item>
		<item>
		<title>送知乎邀请</title>
		<link>http://feedproxy.google.com/~r/happysa/~3/AEGHhCje-2U/zhihu-invite.html</link>
		<comments>http://www.hellosa.net/internet/zhihu-invite.html#comments</comments>
		<pubDate>Wed, 27 Jul 2011 14:47:21 +0000</pubDate>
		<dc:creator>wuzhez</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[zhihu]]></category>
		<category><![CDATA[知乎]]></category>
		<category><![CDATA[邀请码]]></category>

		<guid isPermaLink="false">http://www.hellosa.net/?p=515</guid>
		<description><![CDATA[知乎是一家“社会化问答网站”，于2011年1月26日低调上线，目前处于邀请制公测期，被称为中国的Quora。 目前手头有3个知乎邀请码，有需要的可以跟贴留下email地址，先到先得。 相关文章：2011-07-11 -- google+邀请 (5)2010-04-19 -- 送腾讯微博邀请码 (6)2010-03-11 -- 送网易微博邀请码 (0) © wuzhez for Hello SA, 2011. &#124; Permalink &#124; 4 comments &#124; Add to del.icio.us Post tags: zhihu, 知乎, 邀请码 Feed enhanced by Better Feed from Ozh]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.zhihu.com" target="_blank">知乎</a>是一家“社会化问答网站”，于2011年1月26日低调上线，目前处于邀请制公测期，被称为中国的Quora。</p>
<p>目前手头有3个知乎邀请码，有需要的可以跟贴留下email地址，先到先得。</p>
<h3  class="related_post_title">相关文章：</h3><ul class="related_post"><li>2011-07-11 -- <a href="http://www.hellosa.net/internet/google-plus-invite.html" title="google+邀请">google+邀请</a> (5)</li><li>2010-04-19 -- <a href="http://www.hellosa.net/internet/invitation-code-of-qq.html" title="送腾讯微博邀请码">送腾讯微博邀请码</a> (6)</li><li>2010-03-11 -- <a href="http://www.hellosa.net/internet/invitation-code-of-163.html" title="送网易微博邀请码">送网易微博邀请码</a> (0)</li></ul><hr />
<p><small>© wuzhez for <a href="http://www.hellosa.net">Hello SA</a>, 2011. |
<a href="http://www.hellosa.net/internet/zhihu-invite.html">Permalink</a> |
<a href="http://www.hellosa.net/internet/zhihu-invite.html#comments">4 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.hellosa.net/internet/zhihu-invite.html&title=送知乎邀请">del.icio.us</a>
<br/>
Post tags: <a href="http://www.hellosa.net/tag/zhihu" rel="tag">zhihu</a>, <a href="http://www.hellosa.net/tag/%e7%9f%a5%e4%b9%8e" rel="tag">知乎</a>, <a href="http://www.hellosa.net/tag/%e9%82%80%e8%af%b7%e7%a0%81" rel="tag">邀请码</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/happysa?a=AEGHhCje-2U:75mkBpbFywU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/happysa?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/happysa?a=AEGHhCje-2U:75mkBpbFywU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/happysa?i=AEGHhCje-2U:75mkBpbFywU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/happysa?a=AEGHhCje-2U:75mkBpbFywU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/happysa?i=AEGHhCje-2U:75mkBpbFywU:V_sGLiPBpWU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.hellosa.net/internet/zhihu-invite.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.hellosa.net/internet/zhihu-invite.html</feedburner:origLink></item>
		<item>
		<title>[转] 从温州动车追尾事件看中国社会体制优越性</title>
		<link>http://feedproxy.google.com/~r/happysa/~3/NtepLL4DAOY/what-a-fucking-article-about-wenzhou-train-crash.html</link>
		<comments>http://www.hellosa.net/blog/what-a-fucking-article-about-wenzhou-train-crash.html#comments</comments>
		<pubDate>Tue, 26 Jul 2011 10:46:14 +0000</pubDate>
		<dc:creator>wuzhez</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[中国]]></category>
		<category><![CDATA[优越性]]></category>
		<category><![CDATA[动车]]></category>
		<category><![CDATA[温州]]></category>
		<category><![CDATA[追尾]]></category>

		<guid isPermaLink="false">http://www.hellosa.net/?p=506</guid>
		<description><![CDATA[欣赏神作，谢绝跨省。原文链接http://www.gongyishibao.com/News/201107/137036.aspx 已被替换，可能写的人自己都觉得太恶心受不了了。       7月23日，北京南至福州D301次列车与杭州至福州南D3115次列车发生追尾，造成大量人员伤亡，现各社会力量正在努力救援中。而一系列的危 机应对过程，可以看出我国社会体制的优越。一个国家的社会体制好与不好，关键要看它是否发挥了效用。北大教授潘维认为社会体制包含着四大要素，分别是：社会的基本单元、社会的组织形式、社会组织的精神纽带，以及社会组织与政府的关系。 　　按四大要素分析这次追尾事件。首先是社会的基本单元： 个人的力量有限，但聚集起来总是让人感动。事件发生短短两个小时后，网友转发的寻亲微博就达到了50万条之多，而数百名志愿者在医院门前排起了长龙献血， 现温州储备血量已经远远大于了救援需求；然后是社会的组织形式：同样在温州血液中心，温州市四川商会组织会员集体献血，还有一些企业自发送来矿泉水、面 包，为献血者做好后援工作；再看社会组织的精神纽带：团结互助是中华民族自古以来的传承，但前提是要在一个健康有序的社会中才能存在，若是无序的社会，自 保都来不及，更谈不上助人了；最后是社会组织与政府的关系：按《大趋势》作者约翰·奈斯比特的说法，中国自上而下的指令与中国人民自下而上的参与相得益 彰。事件发生后，胡锦涛、温家宝等中央领导迅速作出了指示：”第一位的任务是救人，铁道部要全力以赴，地方要组织公安、卫生等力量全力支援。”得到明确目 标后，各部门以令人咋舌的速度参与其中，显出了极高的效率。 　　西方媒体一直都爱指责中国，但是，单就从这种应对危机的事件，集中力量办一件事情所表现出的魄力与效率，西方就望尘莫及。而中国人民表现出的勇敢与无私的优秀品质，难道是一个不良社会体制能培育出来的吗？（张雨） (公益时报) 相关文章：2011-07-25 -- 温州动车追尾 (0) © wuzhez for Hello SA, 2011. &#124; Permalink &#124; No comment &#124; Add to del.icio.us Post tags: 中国, 优越性, 动车, 温州, 追尾 Feed enhanced by Better Feed from Ozh]]></description>
			<content:encoded><![CDATA[<p><span class="Apple-style-span" style="font-size: small;">欣赏神作，谢绝跨省。原文链接<a href="http://www.gongyishibao.com/News/201107/137036.aspx">http://www.gongyishibao.com/News/201107/137036.aspx</a> 已被替换，可能写的人自己都觉得太恶心受不了了。</span></p>
<hr size="2" width="100%" />
<p><span>      7月23日，北京南至福州D301次列车与杭州至福州南D3115次列车发生追尾，造成大量人员伤亡，现各社会力量正在努力救援中。而一系列的危 机应对过程，可以看出我国社会体制的优越。一个国家的社会体制好与不好，关键要看它是否发挥了效用。北大教授潘维认为社会体制包含着四大要素，分别是：社会的基本单元、社会的组织形式、社会组织的精神纽带，以及社会组织与政府的关系。</span></p>
<p><span>　　按四大要素分析这次追尾事件。首先是社会的基本单元： 个人的力量有限，但聚集起来总是让人感动。事件发生短短两个小时后，网友转发的寻亲微博就达到了50万条之多，而数百名志愿者在医院门前排起了长龙献血， 现温州储备血量已经远远大于了救援需求；然后是社会的组织形式：同样在温州血液中心，温州市四川商会组织会员集体献血，还有一些企业自发送来矿泉水、面 包，为献血者做好后援工作；再看社会组织的精神纽带：团结互助是中华民族自古以来的传承，但前提是要在一个健康有序的社会中才能存在，若是无序的社会，自 保都来不及，更谈不上助人了；最后是社会组织与政府的关系：按《大趋势》作者约翰·奈斯比特的说法，中国自上而下的指令与中国人民自下而上的参与相得益 彰。事件发生后，胡锦涛、温家宝等中央领导迅速作出了指示：”第一位的任务是救人，铁道部要全力以赴，地方要组织公安、卫生等力量全力支援。”得到明确目 标后，各部门以令人咋舌的速度参与其中，显出了极高的效率。</span></p>
<p><span>　　西方媒体一直都爱指责中国，但是，单就从这种应对危机的事件，集中力量办一件事情所表现出的魄力与效率，西方就望尘莫及。而中国人民表现出的勇敢与无私的优秀品质，难道是一个不良社会体制能培育出来的吗？（张雨）</span></p>
<p><span style="font-size: small;">(公益时报)</span></p>
<h3  class="related_post_title">相关文章：</h3><ul class="related_post"><li>2011-07-25 -- <a href="http://www.hellosa.net/blog/wenzhou-train-crash.html" title="温州动车追尾">温州动车追尾</a> (0)</li></ul><hr />
<p><small>© wuzhez for <a href="http://www.hellosa.net">Hello SA</a>, 2011. |
<a href="http://www.hellosa.net/blog/what-a-fucking-article-about-wenzhou-train-crash.html">Permalink</a> |
<a href="http://www.hellosa.net/blog/what-a-fucking-article-about-wenzhou-train-crash.html#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.hellosa.net/blog/what-a-fucking-article-about-wenzhou-train-crash.html&title=[转] 从温州动车追尾事件看中国社会体制优越性">del.icio.us</a>
<br/>
Post tags: <a href="http://www.hellosa.net/tag/%e4%b8%ad%e5%9b%bd" rel="tag">中国</a>, <a href="http://www.hellosa.net/tag/%e4%bc%98%e8%b6%8a%e6%80%a7" rel="tag">优越性</a>, <a href="http://www.hellosa.net/tag/%e5%8a%a8%e8%bd%a6" rel="tag">动车</a>, <a href="http://www.hellosa.net/tag/%e6%b8%a9%e5%b7%9e" rel="tag">温州</a>, <a href="http://www.hellosa.net/tag/%e8%bf%bd%e5%b0%be" rel="tag">追尾</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/happysa?a=NtepLL4DAOY:O76BxAkmki4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/happysa?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/happysa?a=NtepLL4DAOY:O76BxAkmki4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/happysa?i=NtepLL4DAOY:O76BxAkmki4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/happysa?a=NtepLL4DAOY:O76BxAkmki4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/happysa?i=NtepLL4DAOY:O76BxAkmki4:V_sGLiPBpWU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.hellosa.net/blog/what-a-fucking-article-about-wenzhou-train-crash.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.hellosa.net/blog/what-a-fucking-article-about-wenzhou-train-crash.html</feedburner:origLink></item>
		<item>
		<title>温州动车追尾</title>
		<link>http://feedproxy.google.com/~r/happysa/~3/XBXfGxOHyEU/wenzhou-train-crash.html</link>
		<comments>http://www.hellosa.net/blog/wenzhou-train-crash.html#comments</comments>
		<pubDate>Mon, 25 Jul 2011 08:23:10 +0000</pubDate>
		<dc:creator>wuzhez</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[D301]]></category>
		<category><![CDATA[D3115]]></category>
		<category><![CDATA[动车]]></category>
		<category><![CDATA[温州]]></category>
		<category><![CDATA[追尾]]></category>

		<guid isPermaLink="false">http://www.hellosa.net/?p=494</guid>
		<description><![CDATA[7月23日20时34分，北京到福州的D301与杭州到福州的D3115，行至在双屿路段下岙路，D3115动车遭D301动车追尾，截止目前为止，死亡人数上升到38人； 先放上新浪微博网友（温北风）整理的最新遇难者名单，愿生者节哀，逝者安息。 刚听到这个消息，我的第一反应就是，这次谁是替死鬼呢，结果是雷公。 在天朝，对统治者来说，每次大灾大难都是个很好的舞台，这次当然也不例外，铁道部长空调车里瞎指挥，填埋事故车厢毁尸灭迹，现场领导每天消费30万，等等。这些都说明一个事实，统治者就是统治者，什么公仆、为人民服务都是扯淡，相关领导免职也只是做做样子，换个地方继续升官发财。 说到底，现在的政府也才统治了60年而已，也就比秦朝（前221年—前207年）、隋朝（581年—618年）多了几年而已，甚至还不如元朝（公元1271年～1368年）统治时间长，当局要是再这样无所顾忌为非作歹，那过完这六十大寿说不定就到头了。 这次事故可以说是让政府颜面扫地了，这中间twitter、微博等新媒体发挥了巨大的作用，正如某网友说的，政府现在最后悔的一定是当初没有彻底封锁互联网。我想说的是，要是时间能倒流，那现在一定轮不到共产党在中华大地上耀武扬威。至于你信不信，我反正是信了。 相关文章：2011-07-26 -- [转] 从温州动车追尾事件看中国社会体制优越性 (0) © wuzhez for Hello SA, 2011. &#124; Permalink &#124; No comment &#124; Add to del.icio.us Post tags: D301, D3115, 动车, 温州, 追尾 Feed enhanced by Better Feed from Ozh]]></description>
			<content:encoded><![CDATA[<blockquote>
<div>
<div>
<div>
<div>7月23日20时34分，北京到福州的D301与杭州到福州的D3115，行至在双屿路段下岙路，D3115动车遭D301动车追尾，截止目前为止，死亡人数上升到38人；</div>
</div>
</div>
</div>
</blockquote>
<div>先放上新浪微博网友（<a href="http://weibo.com/wenwanqiu" target="_blank">温北风</a>）整理的最新遇难者名单，愿生者节哀，逝者安息。</div>
<div><img title="遇难者名单" src="http://ww2.sinaimg.cn/large/7e19333fjw1dji0sd9uqdj.jpg" alt="" width="598" height="893" /></div>
<div>刚听到这个消息，我的第一反应就是，这次谁是替死鬼呢，结果是雷公。</div>
<div>在天朝，对统治者来说，每次大灾大难都是个很好的舞台，这次当然也不例外，铁道部长空调车里瞎指挥，填埋事故车厢毁尸灭迹，现场领导每天消费30万，等等。这些都说明一个事实，统治者就是统治者，什么公仆、为人民服务都是扯淡，相关领导免职也只是做做样子，换个地方继续升官发财。</div>
<div>说到底，现在的政府也才统治了60年而已，也就比秦朝（前221年—前207年）、隋朝（581年—618年）多了几年而已，甚至还不如元朝（公元1271年～1368年）统治时间长，当局要是再这样无所顾忌为非作歹，那过完这六十大寿说不定就到头了。</div>
<div>这次事故可以说是让政府颜面扫地了，这中间twitter、微博等新媒体发挥了巨大的作用，正如某网友说的，政府现在最后悔的一定是当初没有彻底封锁互联网。我想说的是，要是时间能倒流，那现在一定轮不到共产党在中华大地上耀武扬威。至于你信不信，我反正是信了。</div>
<div></div>
<h3  class="related_post_title">相关文章：</h3><ul class="related_post"><li>2011-07-26 -- <a href="http://www.hellosa.net/blog/what-a-fucking-article-about-wenzhou-train-crash.html" title="[转] 从温州动车追尾事件看中国社会体制优越性">[转] 从温州动车追尾事件看中国社会体制优越性</a> (0)</li></ul><hr />
<p><small>© wuzhez for <a href="http://www.hellosa.net">Hello SA</a>, 2011. |
<a href="http://www.hellosa.net/blog/wenzhou-train-crash.html">Permalink</a> |
<a href="http://www.hellosa.net/blog/wenzhou-train-crash.html#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.hellosa.net/blog/wenzhou-train-crash.html&title=温州动车追尾">del.icio.us</a>
<br/>
Post tags: <a href="http://www.hellosa.net/tag/d301" rel="tag">D301</a>, <a href="http://www.hellosa.net/tag/d3115" rel="tag">D3115</a>, <a href="http://www.hellosa.net/tag/%e5%8a%a8%e8%bd%a6" rel="tag">动车</a>, <a href="http://www.hellosa.net/tag/%e6%b8%a9%e5%b7%9e" rel="tag">温州</a>, <a href="http://www.hellosa.net/tag/%e8%bf%bd%e5%b0%be" rel="tag">追尾</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/happysa?a=XBXfGxOHyEU:XIG2Q02_43w:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/happysa?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/happysa?a=XBXfGxOHyEU:XIG2Q02_43w:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/happysa?i=XBXfGxOHyEU:XIG2Q02_43w:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/happysa?a=XBXfGxOHyEU:XIG2Q02_43w:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/happysa?i=XBXfGxOHyEU:XIG2Q02_43w:V_sGLiPBpWU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.hellosa.net/blog/wenzhou-train-crash.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.hellosa.net/blog/wenzhou-train-crash.html</feedburner:origLink></item>
		<item>
		<title>今年下半年愿望清单</title>
		<link>http://feedproxy.google.com/~r/happysa/~3/0XHS4iMrDu0/wish-list-for-2011.html</link>
		<comments>http://www.hellosa.net/blog/wish-list-for-2011.html#comments</comments>
		<pubDate>Wed, 20 Jul 2011 15:42:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[iphone5]]></category>
		<category><![CDATA[中秋]]></category>
		<category><![CDATA[买房]]></category>
		<category><![CDATA[买车]]></category>
		<category><![CDATA[月饼]]></category>
		<category><![CDATA[淘宝]]></category>

		<guid isPermaLink="false">http://www.hellosa.net/?p=478</guid>
		<description><![CDATA[话说从去年离职开淘宝店到现在已经差不多一年了，这其中的苦与乐，真是谁用谁知道。 食品行业经过了上半年的淡季，很快就要迎来下半年的第一个旺季&#8211;中秋，为了在接下来的半年时间里给自己足够的动力和压力，特地把今年希望实现的愿望列个清单，在博客上供着，呵呵。 买房; 买车; 卡迪亚对戒; iphone5; 佳能1740广角镜头; 完成一个统计订单的淘宝应用，并在淘宝开放平台上线; 坚持博客更新，至少每周一篇，文体不限，字数不限。 最后给我的淘宝店做下广告： 忠记食品（http://hifood.taobao.com/)，主营干果炒货牛肉干红枣等，并会很快上新中秋月饼，散装礼盒应有尽有，品种丰富价格实惠，欢迎选购。 相关文章：2011-04-19 -- 尼玛的不讲理的淘宝你伤不起啊！！！有木有！！！ (0)2011-03-05 -- 买房子 (0) © admin for Hello SA, 2011. &#124; Permalink &#124; No comment &#124; Add to del.icio.us Post tags: iphone5, 中秋, 买房, 买车, 月饼, 淘宝 Feed enhanced by Better Feed from Ozh]]></description>
			<content:encoded><![CDATA[<p>话说从去年离职开淘宝店到现在已经差不多一年了，这其中的苦与乐，真是谁用谁知道。</p>
<p>食品行业经过了上半年的淡季，很快就要迎来下半年的第一个旺季&#8211;中秋，为了在接下来的半年时间里给自己足够的动力和压力，特地把今年希望实现的愿望列个清单，在博客上供着，呵呵。</p>
<ol>
<li>买房;</li>
<li>买车;</li>
<li>卡迪亚对戒;</li>
<li>iphone5;</li>
<li>佳能1740广角镜头;</li>
<li>完成一个统计订单的淘宝应用，并在淘宝开放平台上线;</li>
<li>坚持博客更新，至少每周一篇，文体不限，字数不限。</li>
</ol>
<p>最后给我的淘宝店做下广告： 忠记食品（<a title="忠记食品" href="http://hifood.taobao.com" target="_blank">http://hifood.taobao.com/</a>)，主营干果炒货牛肉干红枣等，并会很快上新中秋月饼，散装礼盒应有尽有，品种丰富价格实惠，欢迎选购。</p>
<h3  class="related_post_title">相关文章：</h3><ul class="related_post"><li>2011-04-19 -- <a href="http://www.hellosa.net/internet/what-a-fucking-taobao.html" title="尼玛的不讲理的淘宝你伤不起啊！！！有木有！！！">尼玛的不讲理的淘宝你伤不起啊！！！有木有！！！</a> (0)</li><li>2011-03-05 -- <a href="http://www.hellosa.net/blog/buy-a-house.html" title="买房子">买房子</a> (0)</li></ul><hr />
<p><small>© admin for <a href="http://www.hellosa.net">Hello SA</a>, 2011. |
<a href="http://www.hellosa.net/blog/wish-list-for-2011.html">Permalink</a> |
<a href="http://www.hellosa.net/blog/wish-list-for-2011.html#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.hellosa.net/blog/wish-list-for-2011.html&title=今年下半年愿望清单">del.icio.us</a>
<br/>
Post tags: <a href="http://www.hellosa.net/tag/iphone5" rel="tag">iphone5</a>, <a href="http://www.hellosa.net/tag/%e4%b8%ad%e7%a7%8b" rel="tag">中秋</a>, <a href="http://www.hellosa.net/tag/%e4%b9%b0%e6%88%bf" rel="tag">买房</a>, <a href="http://www.hellosa.net/tag/%e4%b9%b0%e8%bd%a6" rel="tag">买车</a>, <a href="http://www.hellosa.net/tag/%e6%9c%88%e9%a5%bc" rel="tag">月饼</a>, <a href="http://www.hellosa.net/tag/%e6%b7%98%e5%ae%9d" rel="tag">淘宝</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/happysa?a=0XHS4iMrDu0:xmz8C8ciNJ8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/happysa?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/happysa?a=0XHS4iMrDu0:xmz8C8ciNJ8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/happysa?i=0XHS4iMrDu0:xmz8C8ciNJ8:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/happysa?a=0XHS4iMrDu0:xmz8C8ciNJ8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/happysa?i=0XHS4iMrDu0:xmz8C8ciNJ8:V_sGLiPBpWU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.hellosa.net/blog/wish-list-for-2011.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.hellosa.net/blog/wish-list-for-2011.html</feedburner:origLink></item>
		<item>
		<title>google+邀请</title>
		<link>http://feedproxy.google.com/~r/happysa/~3/XPwDSZqwbX0/google-plus-invite.html</link>
		<comments>http://www.hellosa.net/internet/google-plus-invite.html#comments</comments>
		<pubDate>Mon, 11 Jul 2011 10:16:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[邀请码]]></category>

		<guid isPermaLink="false">http://www.hellosa.net/internet/google%e9%82%80%e8%af%b7.html</guid>
		<description><![CDATA[google+这几天用下来感觉还是挺不错的，有需要的话可以留个email，我来发邀请(^.^) 如果访问不稳定的，可以把下面这些加到hosts文件里： 203.208.46.29 plus.google.com 203.208.46.29 talkgadget.google.com 203.208.46.29 picadaweb.google.com 203.208.46.29 lh1.ggpht.com 203.208.46.29 lh2.ggpht.com 203.208.46.29 lh3.ggpht.com 203.208.46.29 lh4.ggpht.com 203.208.46.29 lh5.ggpht.com 203.208.46.29 lh6.ggpht.com 203.208.46.29 lh6.googleusercontent.com 203.208.46.29 lh5.googleusercontent.com 203.208.46.29 lh4.googleusercontent.com 203.208.46.29 lh3.googleusercontent.com 203.208.46.29 lh2.googleusercontent.com 203.208.46.29 lh1.googleusercontent.com 203.208.46.29 docs.google.com windows下在C:\Windows\System32\drivers\etc\hosts，linux下在/etc/hosts 相关文章：2011-07-27 -- 送知乎邀请 (4)2010-04-19 -- 送腾讯微博邀请码 (6)2010-03-24 -- 谷歌走了 (1)2010-03-11 -- 送网易微博邀请码 (0)2009-11-08 -- google wave初体验 (2)2009-07-14 -- 用google日历管理时间 (0) [...]]]></description>
			<content:encoded><![CDATA[<p>google+这几天用下来感觉还是挺不错的，有需要的话可以留个email，我来发邀请(^.^)</p>
<p>如果访问不稳定的，可以把下面这些加到hosts文件里：</p>
<pre>203.208.46.29 plus.google.com
203.208.46.29 talkgadget.google.com
203.208.46.29 picadaweb.google.com
203.208.46.29 lh1.ggpht.com
203.208.46.29 lh2.ggpht.com
203.208.46.29 lh3.ggpht.com
203.208.46.29 lh4.ggpht.com
203.208.46.29 lh5.ggpht.com
203.208.46.29 lh6.ggpht.com
203.208.46.29 lh6.googleusercontent.com
203.208.46.29 lh5.googleusercontent.com
203.208.46.29 lh4.googleusercontent.com
203.208.46.29 lh3.googleusercontent.com
203.208.46.29 lh2.googleusercontent.com
203.208.46.29 lh1.googleusercontent.com
203.208.46.29 docs.google.com</pre>
<p>windows下在<span style="color: #0000ff;">C:\Windows\System32\drivers\etc\hosts</span>，linux下在<span style="color: #0000ff;">/etc/hosts</span></p>
<h3  class="related_post_title">相关文章：</h3><ul class="related_post"><li>2011-07-27 -- <a href="http://www.hellosa.net/internet/zhihu-invite.html" title="送知乎邀请">送知乎邀请</a> (4)</li><li>2010-04-19 -- <a href="http://www.hellosa.net/internet/invitation-code-of-qq.html" title="送腾讯微博邀请码">送腾讯微博邀请码</a> (6)</li><li>2010-03-24 -- <a href="http://www.hellosa.net/internet/google-is-leave.html" title="谷歌走了">谷歌走了</a> (1)</li><li>2010-03-11 -- <a href="http://www.hellosa.net/internet/invitation-code-of-163.html" title="送网易微博邀请码">送网易微博邀请码</a> (0)</li><li>2009-11-08 -- <a href="http://www.hellosa.net/internet/google-wave.html" title="google wave初体验">google wave初体验</a> (2)</li><li>2009-07-14 -- <a href="http://www.hellosa.net/tips/google-calendar-for-gtd.html" title="用google日历管理时间">用google日历管理时间</a> (0)</li></ul><hr />
<p><small>© admin for <a href="http://www.hellosa.net">Hello SA</a>, 2011. |
<a href="http://www.hellosa.net/internet/google-plus-invite.html">Permalink</a> |
<a href="http://www.hellosa.net/internet/google-plus-invite.html#comments">5 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.hellosa.net/internet/google-plus-invite.html&title=google+邀请">del.icio.us</a>
<br/>
Post tags: <a href="http://www.hellosa.net/tag/google" rel="tag">google</a>, <a href="http://www.hellosa.net/tag/%e9%82%80%e8%af%b7%e7%a0%81" rel="tag">邀请码</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/happysa?a=XPwDSZqwbX0:wUri-62xl5E:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/happysa?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/happysa?a=XPwDSZqwbX0:wUri-62xl5E:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/happysa?i=XPwDSZqwbX0:wUri-62xl5E:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/happysa?a=XPwDSZqwbX0:wUri-62xl5E:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/happysa?i=XPwDSZqwbX0:wUri-62xl5E:V_sGLiPBpWU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.hellosa.net/internet/google-plus-invite.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://www.hellosa.net/internet/google-plus-invite.html</feedburner:origLink></item>
		<item>
		<title>密码保护：尼玛的不讲理的淘宝你伤不起啊！！！有木有！！！</title>
		<link>http://feedproxy.google.com/~r/happysa/~3/lPJn4y6BM40/what-a-fucking-taobao.html</link>
		<comments>http://www.hellosa.net/internet/what-a-fucking-taobao.html#comments</comments>
		<pubDate>Tue, 19 Apr 2011 09:53:59 +0000</pubDate>
		<dc:creator>wuzhez</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[淘宝]]></category>
		<category><![CDATA[牛肉干]]></category>
		<category><![CDATA[牛肉膏]]></category>

		<guid isPermaLink="false">http://www.hellosa.net/?p=466</guid>
		<description><![CDATA[无法提供摘要。这是一篇受保护的文章。]]></description>
			<content:encoded><![CDATA[<form action="http://www.hellosa.net/wp-pass.php" method="post">
<p>这是一篇受密码保护的文章。您需要提供访问密码：</p>
<p><label for="pwbox-466">密码：<br />
<input name="post_password" id="pwbox-466" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="提交" /></p></form>
<h3  class="related_post_title">相关文章：</h3><ul class="related_post"><li>2011-07-20 -- <a href="http://www.hellosa.net/blog/wish-list-for-2011.html" title="今年下半年愿望清单">今年下半年愿望清单</a> (0)</li></ul><hr />
<p><small>© wuzhez for <a href="http://www.hellosa.net">Hello SA</a>, 2011. |
<a href="http://www.hellosa.net/internet/what-a-fucking-taobao.html">Permalink</a> |
<a href="http://www.hellosa.net/internet/what-a-fucking-taobao.html#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.hellosa.net/internet/what-a-fucking-taobao.html&title=密码保护：尼玛的不讲理的淘宝你伤不起啊！！！有木有！！！">del.icio.us</a>
<br/>
Post tags: <a href="http://www.hellosa.net/tag/%e6%b7%98%e5%ae%9d" rel="tag">淘宝</a>, <a href="http://www.hellosa.net/tag/%e7%89%9b%e8%82%89%e5%b9%b2" rel="tag">牛肉干</a>, <a href="http://www.hellosa.net/tag/%e7%89%9b%e8%82%89%e8%86%8f" rel="tag">牛肉膏</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/happysa?a=lPJn4y6BM40:JQJv90DuVrc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/happysa?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/happysa?a=lPJn4y6BM40:JQJv90DuVrc:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/happysa?i=lPJn4y6BM40:JQJv90DuVrc:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/happysa?a=lPJn4y6BM40:JQJv90DuVrc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/happysa?i=lPJn4y6BM40:JQJv90DuVrc:V_sGLiPBpWU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.hellosa.net/internet/what-a-fucking-taobao.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.hellosa.net/internet/what-a-fucking-taobao.html</feedburner:origLink></item>
		<item>
		<title>如果要捐款，云南和日本，你会选择谁？</title>
		<link>http://feedproxy.google.com/~r/happysa/~3/VTXmLH2LNh8/donate-for-earthquakes.html</link>
		<comments>http://www.hellosa.net/blog/donate-for-earthquakes.html#comments</comments>
		<pubDate>Sun, 13 Mar 2011 08:17:59 +0000</pubDate>
		<dc:creator>wuzhez</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[云南]]></category>
		<category><![CDATA[地震]]></category>
		<category><![CDATA[捐款]]></category>
		<category><![CDATA[日本]]></category>
		<category><![CDATA[海啸]]></category>

		<guid isPermaLink="false">http://www.hellosa.net/?p=449</guid>
		<description><![CDATA[Note: There is a poll embedded within this post, please visit the site to participate in this post's poll. 相关文章：2011-03-11 -- 妈的地球又震了 (0) © wuzhez for Hello SA, 2011. &#124; Permalink &#124; No comment &#124; Add to del.icio.us Post tags: 云南, 地震, 捐款, 日本, 海啸 Feed enhanced by Better Feed from Ozh]]></description>
			<content:encoded><![CDATA[Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.
<h3  class="related_post_title">相关文章：</h3><ul class="related_post"><li>2011-03-11 -- <a href="http://www.hellosa.net/blog/earthquakes.html" title="妈的地球又震了">妈的地球又震了</a> (0)</li></ul><hr />
<p><small>© wuzhez for <a href="http://www.hellosa.net">Hello SA</a>, 2011. |
<a href="http://www.hellosa.net/blog/donate-for-earthquakes.html">Permalink</a> |
<a href="http://www.hellosa.net/blog/donate-for-earthquakes.html#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.hellosa.net/blog/donate-for-earthquakes.html&title=如果要捐款，云南和日本，你会选择谁？">del.icio.us</a>
<br/>
Post tags: <a href="http://www.hellosa.net/tag/%e4%ba%91%e5%8d%97" rel="tag">云南</a>, <a href="http://www.hellosa.net/tag/%e5%9c%b0%e9%9c%87" rel="tag">地震</a>, <a href="http://www.hellosa.net/tag/%e6%8d%90%e6%ac%be" rel="tag">捐款</a>, <a href="http://www.hellosa.net/tag/%e6%97%a5%e6%9c%ac" rel="tag">日本</a>, <a href="http://www.hellosa.net/tag/%e6%b5%b7%e5%95%b8" rel="tag">海啸</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/happysa?a=VTXmLH2LNh8:kD7G7xYIKYU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/happysa?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/happysa?a=VTXmLH2LNh8:kD7G7xYIKYU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/happysa?i=VTXmLH2LNh8:kD7G7xYIKYU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/happysa?a=VTXmLH2LNh8:kD7G7xYIKYU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/happysa?i=VTXmLH2LNh8:kD7G7xYIKYU:V_sGLiPBpWU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.hellosa.net/blog/donate-for-earthquakes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.hellosa.net/blog/donate-for-earthquakes.html</feedburner:origLink></item>
		<item>
		<title>妈的地球又震了</title>
		<link>http://feedproxy.google.com/~r/happysa/~3/wcRHlvd_2GU/earthquakes.html</link>
		<comments>http://www.hellosa.net/blog/earthquakes.html#comments</comments>
		<pubDate>Fri, 11 Mar 2011 11:41:47 +0000</pubDate>
		<dc:creator>wuzhez</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[云南]]></category>
		<category><![CDATA[地震]]></category>
		<category><![CDATA[日本]]></category>
		<category><![CDATA[海啸]]></category>
		<category><![CDATA[生活]]></category>

		<guid isPermaLink="false">http://www.hellosa.net/?p=439</guid>
		<description><![CDATA[北京时间3月10日，云南省盈江县发生5.8级地震。截至11日零时,地震已致25人死亡，包括4名学生，250余人受伤。 11日13时46分，日本发生里氏8.9级地震，震中位于宫城县以东的太平洋海域，震源深度20公里，引发10米高海啸。东京有强烈震感，仙台大部分地区已被海啸淹没，宫本县已宣布出现“严重伤亡”。 每次出现重大自然灾害时总会想：现在这样整天累死累活的到底图什么呢，一场大地震立马能把多少人奋斗几辈子的家业给毁于一旦，事后连句道歉都木有。 正如今天老婆说的，活着最重要，趁现在年轻，多出去走走，曾经有很多梦想的地方因为工作的借口一直没成行，说白了其实就是有点懒得出去了，今年一定要多安排些档期，不然以后给后辈们吹牛的素材都没有，那就尴尬了。 P.S. ms官方媒体报道各种天灾人祸时总喜欢突出某集团的英明领导！！！！！！有木有！！！！！！尼玛的不英明一点会死啊！！！！！！ 相关文章：2011-03-13 -- 如果要捐款，云南和日本，你会选择谁？ (0) © wuzhez for Hello SA, 2011. &#124; Permalink &#124; No comment &#124; Add to del.icio.us Post tags: 云南, 地震, 日本, 海啸, 生活 Feed enhanced by Better Feed from Ozh]]></description>
			<content:encoded><![CDATA[<p>北京时间3月10日，云南省盈江县发生5.8级地震。截至11日零时,地震已致25人死亡，包括4名学生，250余人受伤。</p>
<p>11日13时46分，日本发生里氏8.9级地震，震中位于宫城县以东的太平洋海域，震源深度20公里，引发10米高海啸。东京有强烈震感，仙台大部分地区已被海啸淹没，宫本县已宣布出现“严重伤亡”。</p>
<p>每次出现重大自然灾害时总会想：现在这样整天累死累活的到底图什么呢，一场大地震立马能把多少人奋斗几辈子的家业给毁于一旦，事后连句道歉都木有。</p>
<p>正如今天老婆说的，活着最重要，趁现在年轻，多出去走走，曾经有很多梦想的地方因为工作的借口一直没成行，说白了其实就是有点懒得出去了，今年一定要多安排些档期，不然以后给后辈们吹牛的素材都没有，那就尴尬了。</p>
<p>P.S. ms官方媒体报道各种天灾人祸时总喜欢突出某集团的英明领导！！！！！！有木有！！！！！！尼玛的不英明一点会死啊！！！！！！</p>
<p></p>
<h3  class="related_post_title">相关文章：</h3><ul class="related_post"><li>2011-03-13 -- <a href="http://www.hellosa.net/blog/donate-for-earthquakes.html" title="如果要捐款，云南和日本，你会选择谁？">如果要捐款，云南和日本，你会选择谁？</a> (0)</li></ul><hr />
<p><small>© wuzhez for <a href="http://www.hellosa.net">Hello SA</a>, 2011. |
<a href="http://www.hellosa.net/blog/earthquakes.html">Permalink</a> |
<a href="http://www.hellosa.net/blog/earthquakes.html#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.hellosa.net/blog/earthquakes.html&title=妈的地球又震了">del.icio.us</a>
<br/>
Post tags: <a href="http://www.hellosa.net/tag/%e4%ba%91%e5%8d%97" rel="tag">云南</a>, <a href="http://www.hellosa.net/tag/%e5%9c%b0%e9%9c%87" rel="tag">地震</a>, <a href="http://www.hellosa.net/tag/%e6%97%a5%e6%9c%ac" rel="tag">日本</a>, <a href="http://www.hellosa.net/tag/%e6%b5%b7%e5%95%b8" rel="tag">海啸</a>, <a href="http://www.hellosa.net/tag/%e7%94%9f%e6%b4%bb" rel="tag">生活</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/happysa?a=wcRHlvd_2GU:ueAUEZwHJbQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/happysa?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/happysa?a=wcRHlvd_2GU:ueAUEZwHJbQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/happysa?i=wcRHlvd_2GU:ueAUEZwHJbQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/happysa?a=wcRHlvd_2GU:ueAUEZwHJbQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/happysa?i=wcRHlvd_2GU:ueAUEZwHJbQ:V_sGLiPBpWU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.hellosa.net/blog/earthquakes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.hellosa.net/blog/earthquakes.html</feedburner:origLink></item>
	</channel>
</rss>

