<?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>星海博客</title>
	<atom:link href="http://starhai.net/feed" rel="self" type="application/rss+xml" />
	<link>http://starhai.net</link>
	<description>当时光偷走我们的容颜，我们还有记忆！</description>
	<lastBuildDate>Sun, 08 Jan 2012 15:47:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>学习笔记 Centos 5.5 升级Openssh</title>
		<link>http://starhai.net/2012/449.htm</link>
		<comments>http://starhai.net/2012/449.htm#comments</comments>
		<pubDate>Wed, 04 Jan 2012 13:12:26 +0000</pubDate>
		<dc:creator>星海</dc:creator>
				<category><![CDATA[网络工具]]></category>
		<category><![CDATA[Centos 5.5]]></category>
		<category><![CDATA[Openssh升级]]></category>

		<guid isPermaLink="false">http://starhai.net/2012/449.htm</guid>
		<description><![CDATA[要安装libedit0类库，命令如下
rpm -Uvh <a href="http://www.linuxso.com/command/ftp.html"></a><a href="ftp://ftp.pbone.net/mirror/atrpms.net/el5-i386/atrpms/stable/libedit0-3.0-1.20090722cvs.el5.i386.rpm">ftp</a>://ftp.pbone.net/mirror/atrpms.net/el5-i386/atrpms/stable/libedit0-3.0-1.20090722cvs.el5.i386.rpm
下列命令开始安装Openssh
wget <a href="http://www.ctohome.com/linux-vps-pack/webmin/upgrade-openssh.sh">http://www.ctohome.com/linux-vps-pack/webmin/upgrade-openssh.sh</a>
设置sFTP的目标如下：   1. 用户只能通过sftp访问，不能登录SSH    2. 用户要被锁定在特定的目录下，没有读写其它目录的权限
首先修改sshd的配置文件： <p class='read-more' align='right'><a href='http://starhai.net/2012/449.htm'>点击此处查看全文></a></p>]]></description>
			<content:encoded><![CDATA[<p>要安装libedit0类库，命令如下</p>
<p>rpm -Uvh <a href="http://www.linuxso.com/command/ftp.html"><u><a href="ftp://ftp.pbone.net/mirror/atrpms.net/el5-i386/atrpms/stable/libedit0-3.0-1.20090722cvs.el5.i386.rpm">ftp</a></u>://ftp.pbone.net/mirror/atrpms.net/el5-i386/atrpms/stable/libedit0-3.0-1.20090722cvs.el5.i386.rpm</a></p>
<p>下列命令开始安装Openssh</p>
<p>wget <a href="http://www.ctohome.com/linux-vps-pack/webmin/upgrade-openssh.sh">http://www.ctohome.com/linux-vps-pack/webmin/upgrade-openssh.sh</a></p>
<p>设置sFTP的目标如下：   <br />1. 用户只能通过sftp访问，不能登录SSH    <br />2. 用户要被锁定在特定的目录下，没有读写其它目录的权限</p>
<p>首先修改sshd的配置文件：   <br />$ sudo nano /etc/ssh/sshd_config</p>
<p>#Subsystem sftp /usr/lib/openssh/sftp-server   <br />#该行(上面这行)注释掉    <br />Subsystem sftp internal-sftp     <br />Match group sftp    <br />#匹配sftp组，如为单个用户可用：Match user 用户名;&#160; 设置此用户登陆时的shell设为/bin/false,这样它就不能用ssh只能用sftp    <br />ChrootDirectory /sftphome/    <br />#指定用户被锁定到的那个目录，为了能够chroot成功，该目录必须属主是root，并且其他用户或组不能写    <br />X11Forwarding no    <br />AllowTcpForwarding no    <br />ForceCommand internal-sftp    <br />#UsePAM yes    <br />#该行(上面这行)同样注释掉，或者移到Subsystem sftp internal-sftp的上面</p>
<p>下面建立sftp组和一个测试用户testuser，该用户属于sftp组：   <br />$ sudo groupadd sftp    <br />$ sudo useradd -d /testuser -s /bin/false -g sftp testuser    <br />$ sudo passwd testuser （111111） </p>
<p>创建Ftp目录：   <br />$ sudo mkdir -p /sftphome/testuser</p>
<p>还要修改目录权限，把testuser目录属主给予用户testuser： </p>
<p>$ sudo chown testuser:sftp /sftphome/testuser   <br />这样，testuser用户便可以自由操作此目录了。</p>
<p>重启SSH服务 sshd：   <br />$ sudo /etc/init.d/sshd reload</p>
<p>注意：如何限制sftp用户的访问目录不跳出去，生成 /sftphome/testuserhome/testuser 这样的目录</p>
<p>PS：自己修改的shell命令可以快速安装 </p>
<p>wget <a href="http://starhai.net/shells/upgrade-openssh.sh">http://starhai.net/shells/upgrade-openssh.sh</a></p>
]]></content:encoded>
			<wfw:commentRss>http://starhai.net/2012/449.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>博客2011年度统计</title>
		<link>http://starhai.net/2012/448.htm</link>
		<comments>http://starhai.net/2012/448.htm#comments</comments>
		<pubDate>Sun, 01 Jan 2012 06:24:10 +0000</pubDate>
		<dc:creator>星海</dc:creator>
				<category><![CDATA[默认分类]]></category>

		<guid isPermaLink="false">http://starhai.net/2012/448.htm</guid>
		<description><![CDATA[<p>2011年度共发布文章46篇，与去年58篇相比下降了12篇。下面是使用Google Analytics（谷歌分析）中星海博客的流量分析（因无2010年数据，无法对比；统计数据时网站主域名的数据，不包括starhai.tk和星海.tk这两个域名的数据，也不包括t.starhai.net等Wap下的数据）：<strong>     <br /></strong></p>
<p><a href="http://starhai.net/wp-content/uploads/2012/01/UJRT0GAZXVGT1J5SFIX.jpg"><img title="UJRT0GAZX$VGT1J]5SF)I[X" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="165" alt="UJRT0GAZX$VGT1J]5SF)I[X" src="http://starhai.net/wp-content/uploads/2012/01/UJRT0GAZXVGT1J5SFIX_thumb.jpg" width="600" border="0" /></a></p>
<p><a href="http://starhai.net/wp-content/uploads/2012/01/AIIT8M5OYX2K122AV.jpg"><img title="_$A`IIT8$(M5OYX2K1{22AV" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="242" alt="_$A`IIT8$(M5OYX2K1{22AV" src="http://starhai.net/wp-content/uploads/2012/01/AIIT8M5OYX2K122AV_thumb.jpg" width="440" border="0" /></a></p>
<p><a href="http://starhai.net/wp-content/uploads/2012/01/H8C3EZL7Y2ZEDJHN.jpg"><img title="H8@}C]3)EZL7Y2ZEDJH]~]N" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="275" alt="H8@}C]3)EZL7Y2ZEDJH]~]N" src="http://starhai.net/wp-content/uploads/2012/01/H8C3EZL7Y2ZEDJHN_thumb.jpg" width="600" border="0" /></a></p>
</p>
</p>
<p><a href="http://starhai.net/wp-content/uploads/2012/01/2WWBU2SI4BLVHC_R6J.jpg"><img title="2WWB%U2SI}[)4%BLVHC_R6J" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="263" alt="2WWB%U2SI}[)4%BLVHC_R6J" src="http://starhai.net/wp-content/uploads/2012/01/2WWBU2SI4BLVHC_R6J_thumb.jpg" width="600" border="0" /></a></p>
</p>
<p><a href="http://starhai.net/wp-content/uploads/2012/01/UV_7RE_JOTRPDI7HEAH.jpg"><img title="U]V_7RE_J~OTRPDI7~HEA~H" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="266" alt="U]V_7RE_J~OTRPDI7~HEA~H" src="http://starhai.net/wp-content/uploads/2012/01/UV_7RE_JOTRPDI7HEAH_thumb.jpg" width="600" border="0" /></a></p>
</p>
<p><a href="http://starhai.net/wp-content/uploads/2012/01/VBHQKE4E8D6I886Y9.jpg"><img title="}VBH{QK{E4E8(D}}6I886Y9" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="257" alt="}VBH{QK{E4E8(D}}6I886Y9" src="http://starhai.net/wp-content/uploads/2012/01/VBHQKE4E8D6I886Y9_thumb.jpg" width="600" border="0" /></a></p>
<p><a href="http://starhai.net/wp-content/uploads/2012/01/L1R43_2KFMMGK1PTI0N.jpg"><img title="L1R43_2K(FMM{GK1PTI0]}N" height="161" alt="L1R43_2K(FMM{GK1PTI0]}N" src="http://starhai.net/wp-content/uploads/2012/01/L1R43_2KFMMGK1PTI0N_thumb.jpg" width="458" border="0" /></a></p>
</p>
<p><a href="http://starhai.net/wp-content/uploads/2012/01/W8E9M7CWL3IV8_RBVUP.jpg"><img title="W8E9M]7CWL3[IV8{}_RBVUP" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="224" alt="W8E9M]7CWL3[IV8{}_RBVUP" src="http://starhai.net/wp-content/uploads/2012/01/W8E9M7CWL3IV8_RBVUP_thumb.jpg" width="600" border="0" /></a></p>
<p>流量来源分布比较均匀，Google和Baidu合计占去了搜索流量的98.86%。</p>]]></description>
			<content:encoded><![CDATA[<p>2011年度共发布文章46篇，与去年58篇相比下降了12篇。下面是使用Google Analytics（谷歌分析）中星海博客的流量分析（因无2010年数据，无法对比；统计数据时网站主域名的数据，不包括starhai.tk和星海.tk这两个域名的数据，也不包括t.starhai.net等Wap下的数据）：<strong>     <br /></strong></p>
<p><a href="http://starhai.net/wp-content/uploads/2012/01/UJRT0GAZXVGT1J5SFIX.jpg"><img title="UJRT0GAZX$VGT1J]5SF)I[X" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="165" alt="UJRT0GAZX$VGT1J]5SF)I[X" src="http://starhai.net/wp-content/uploads/2012/01/UJRT0GAZXVGT1J5SFIX_thumb.jpg" width="600" border="0" /></a></p>
<p><a href="http://starhai.net/wp-content/uploads/2012/01/AIIT8M5OYX2K122AV.jpg"><img title="_$A`IIT8$(M5OYX2K1{22AV" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="242" alt="_$A`IIT8$(M5OYX2K1{22AV" src="http://starhai.net/wp-content/uploads/2012/01/AIIT8M5OYX2K122AV_thumb.jpg" width="440" border="0" /></a></p>
<p><a href="http://starhai.net/wp-content/uploads/2012/01/H8C3EZL7Y2ZEDJHN.jpg"><img title="H8@}C]3)EZL7Y2ZEDJH]~]N" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="275" alt="H8@}C]3)EZL7Y2ZEDJH]~]N" src="http://starhai.net/wp-content/uploads/2012/01/H8C3EZL7Y2ZEDJHN_thumb.jpg" width="600" border="0" /></a></p>
</p>
</p>
<p><a href="http://starhai.net/wp-content/uploads/2012/01/2WWBU2SI4BLVHC_R6J.jpg"><img title="2WWB%U2SI}[)4%BLVHC_R6J" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="263" alt="2WWB%U2SI}[)4%BLVHC_R6J" src="http://starhai.net/wp-content/uploads/2012/01/2WWBU2SI4BLVHC_R6J_thumb.jpg" width="600" border="0" /></a></p>
</p>
<p><a href="http://starhai.net/wp-content/uploads/2012/01/UV_7RE_JOTRPDI7HEAH.jpg"><img title="U]V_7RE_J~OTRPDI7~HEA~H" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="266" alt="U]V_7RE_J~OTRPDI7~HEA~H" src="http://starhai.net/wp-content/uploads/2012/01/UV_7RE_JOTRPDI7HEAH_thumb.jpg" width="600" border="0" /></a></p>
</p>
<p><a href="http://starhai.net/wp-content/uploads/2012/01/VBHQKE4E8D6I886Y9.jpg"><img title="}VBH{QK{E4E8(D}}6I886Y9" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="257" alt="}VBH{QK{E4E8(D}}6I886Y9" src="http://starhai.net/wp-content/uploads/2012/01/VBHQKE4E8D6I886Y9_thumb.jpg" width="600" border="0" /></a></p>
<p><a href="http://starhai.net/wp-content/uploads/2012/01/L1R43_2KFMMGK1PTI0N.jpg"><img title="L1R43_2K(FMM{GK1PTI0]}N" height="161" alt="L1R43_2K(FMM{GK1PTI0]}N" src="http://starhai.net/wp-content/uploads/2012/01/L1R43_2KFMMGK1PTI0N_thumb.jpg" width="458" border="0" /></a></p>
</p>
<p><a href="http://starhai.net/wp-content/uploads/2012/01/W8E9M7CWL3IV8_RBVUP.jpg"><img title="W8E9M]7CWL3[IV8{}_RBVUP" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="224" alt="W8E9M]7CWL3[IV8{}_RBVUP" src="http://starhai.net/wp-content/uploads/2012/01/W8E9M7CWL3IV8_RBVUP_thumb.jpg" width="600" border="0" /></a></p>
<p>流量来源分布比较均匀，Google和Baidu合计占去了搜索流量的98.86%。</p>
]]></content:encoded>
			<wfw:commentRss>http://starhai.net/2012/448.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>网络购火车票，真是个美丽的童话</title>
		<link>http://starhai.net/2011/431.htm</link>
		<comments>http://starhai.net/2011/431.htm#comments</comments>
		<pubDate>Wed, 28 Dec 2011 13:34:14 +0000</pubDate>
		<dc:creator>星海</dc:creator>
				<category><![CDATA[默认分类]]></category>

		<guid isPermaLink="false">http://starhai.net/2011/431.htm</guid>
		<description><![CDATA[阿拉天真的以为网络购火车票是真的可以成功的哇哉，郎介个是美丽的童话呀！下载根证书，注册用户名，查询车次，下订单，一切都很顺利的。系统提示30分钟内要付款，否则锁定的车票自动取消，点击付款结果是页面无法打开。跟踪下域名结果发现如下：
C:\Documents and Settings\用户&#62;tracert epay.12306.cn 
Tracing route to 1st.dtwscachev7.glb0.lxdns.com [61.147.122.73]   over a maximum of 30 hops: 
&#160; 1&#160;&#160;&#160; &#60;1 ms<p class='read-more' align='right'><a href='http://starhai.net/2011/431.htm'>点击此处查看全文></a></p>]]></description>
			<content:encoded><![CDATA[<p>阿拉天真的以为网络购火车票是真的可以成功的哇哉，郎介个是美丽的童话呀！下载根证书，注册用户名，查询车次，下订单，一切都很顺利的。系统提示30分钟内要付款，否则锁定的车票自动取消，点击付款结果是页面无法打开。跟踪下域名结果发现如下：</p>
<p>C:\Documents and Settings\用户&gt;tracert epay.12306.cn </p>
<p>Tracing route to 1st.dtwscachev7.glb0.lxdns.com [61.147.122.73]   <br />over a maximum of 30 hops: </p>
<p>&#160; 1&#160;&#160;&#160; &lt;1 ms&#160;&#160;&#160; &lt;1 ms&#160;&#160;&#160; &lt;1 ms&#160; 192.168.1.1   <br />&#160; 2&#160;&#160;&#160; 24 ms&#160;&#160;&#160; 23 ms&#160;&#160;&#160; 22 ms&#160; &#8212;&#8212;&#8212;&#8212;&#8211;    <br />&#160; 3&#160;&#160;&#160; 23 ms&#160;&#160;&#160; 38 ms&#160;&#160;&#160; 23 ms&#160; &#8212;&#8212;&#8212;&#8212;&#8211;    <br />&#160; 4&#160;&#160;&#160; 23 ms&#160;&#160;&#160; 23 ms&#160;&#160;&#160; 23 ms&#160; &#8212;&#8212;&#8212;&#8212;&#8211;    <br />&#160; 5&#160;&#160;&#160; 40 ms&#160;&#160;&#160; 41 ms&#160;&#160;&#160; 40 ms&#160; 219.158.17.157&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 中国 联通骨干网&#160;&#160; 北京市 联通    <br />&#160; 6&#160;&#160;&#160; 37 ms&#160;&#160;&#160; 37 ms&#160;&#160;&#160; 36 ms&#160; 219.158.5.66&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 中国 联通骨干网 北京市 联通    <br />&#160; 7&#160;&#160; 238 ms&#160;&#160; 236 ms&#160;&#160; 232 ms&#160; 219.158.35.98&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 北京市 联通    <br />&#160; 8&#160;&#160; 248 ms&#160;&#160; 246 ms&#160;&#160; 245 ms&#160; 202.97.48.57&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 中国 电信骨干网    <br />&#160; 9&#160;&#160; 240 ms&#160;&#160; 240 ms&#160;&#160; 237 ms&#160; 202.97.39.110&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 中国 电信骨干网    <br /> 10&#160;&#160; 244 ms&#160;&#160; 244 ms&#160;&#160; 239 ms&#160; 202.102.19.154&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 江苏省扬州市 电信    <br /> 11&#160;&#160; 243 ms&#160;&#160; 241 ms&#160;&#160; 239 ms&#160; 61.147.100.122&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 江苏省扬州市 电信    <br /> 12&#160;&#160; 499 ms&#160;&#160;&#160;&#160; *&#160;&#160;&#160;&#160;&#160;&#160;&#160; *&#160;&#160;&#160;&#160; 61.147.100.126&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 江苏省扬州市 电信    <br /> 13&#160;&#160;&#160;&#160; *&#160;&#160;&#160;&#160;&#160;&#160;&#160; *&#160;&#160;&#160;&#160;&#160;&#160;&#160; *&#160;&#160;&#160;&#160; Request timed out.    <br /> 14&#160;&#160; 262 ms&#160;&#160; 265 ms&#160;&#160; 264 ms&#160; 61.147.122.73&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 江苏省连云港市 电信&#160;&#160; </p>
<p>Trace complete.</p>
<p>上面隐去了我机器的IP地址，从上面可以看到这<a href="https://epay.12306.cn">https://epay.12306.cn</a> 是很悲剧的了的，阿拉不晓得为啥子打不开而且不能完成支付。阿拉不明白为啥子12306的服务器会偏安于连云港，而非位于重点城市呢。</p>
<p>我们来看看支付宝和财富通是如何的吧。</p>
<p>C:\Documents and Settings\用户&gt;tracert shenghuo.alipay.com </p>
<p>Tracing route to shenghuo.alipaydns.com [110.75.130.34]   <br />over a maximum of 30 hops: </p>
<p>&#160; 1&#160;&#160;&#160; &lt;1 ms&#160;&#160;&#160; &lt;1 ms&#160;&#160;&#160; &lt;1 ms&#160; 192.168.1.1   <br />&#160; 2&#160;&#160;&#160; 23 ms&#160;&#160;&#160; 23 ms&#160;&#160;&#160; 23 ms&#160; &#8212;&#8212;&#8212;&#8212;&#8212;    <br />&#160; 3&#160;&#160; 319 ms&#160;&#160; 158 ms&#160;&#160;&#160; 47 ms&#160; &#8212;&#8212;&#8212;&#8212;&#8212;    <br />&#160; 4&#160;&#160;&#160; 23 ms&#160;&#160;&#160; 23 ms&#160;&#160;&#160; 23 ms&#160; &#8212;&#8212;&#8212;&#8212;&#8212;    <br />&#160; 5&#160;&#160;&#160; 41 ms&#160;&#160;&#160; 41 ms&#160;&#160;&#160; 41 ms&#160; 219.158.96.33    <br />&#160; 6&#160;&#160;&#160; 66 ms&#160;&#160;&#160; 65 ms&#160;&#160;&#160; 65 ms&#160; 219.158.96.138    <br />&#160; 7&#160;&#160;&#160; 56 ms&#160;&#160;&#160; 56 ms&#160;&#160;&#160; 67 ms&#160; 124.160.81.174    <br />&#160; 8&#160;&#160;&#160; 52 ms&#160;&#160;&#160; 52 ms&#160;&#160;&#160; 52 ms&#160; 124.160.81.138    <br />&#160; 9&#160;&#160;&#160; 56 ms&#160;&#160;&#160; 56 ms&#160;&#160;&#160; 57 ms&#160; 119.38.220.137    <br /> 10&#160;&#160;&#160; 52 ms&#160;&#160;&#160; 52 ms&#160;&#160;&#160; 52 ms&#160; 121.0.31.94    <br /> 11&#160;&#160;&#160; 53 ms&#160;&#160;&#160; 53 ms&#160;&#160;&#160; 52 ms&#160; node-34.alipay.com [110.75.130.34] </p>
<p>Trace complete.</p>
<p>C:\Documents and Settings\用户&gt;tracert tenpay.com </p>
<p>Tracing route to tenpay.com [58.251.61.206]   <br />over a maximum of 30 hops: </p>
<p>&#160; 1&#160;&#160;&#160; &lt;1 ms&#160;&#160;&#160; &lt;1 ms&#160;&#160;&#160; &lt;1 ms&#160; 192.168.1.1   <br />&#160; 2&#160;&#160;&#160; 25 ms&#160;&#160;&#160; 24 ms&#160;&#160;&#160; 22 ms&#160; &#8212;&#8212;&#8212;&#8212;&#8211;    <br />&#160; 3&#160;&#160;&#160; 23 ms&#160;&#160;&#160; 52 ms&#160;&#160;&#160; 41 ms&#160; &#8212;&#8212;&#8212;&#8212;&#8211;    <br />&#160; 4&#160;&#160;&#160; 27 ms&#160;&#160;&#160; 43 ms&#160;&#160;&#160; 23 ms&#160; &#8212;&#8212;&#8212;&#8212;&#8211;    <br />&#160; 5&#160;&#160;&#160; 62 ms&#160;&#160;&#160; 63 ms&#160;&#160;&#160; 61 ms&#160; 219.158.12.5    <br />&#160; 6&#160;&#160;&#160; 62 ms&#160;&#160;&#160; 61 ms&#160;&#160;&#160; 61 ms&#160; 219.158.9.170    <br />&#160; 7&#160;&#160;&#160; 68 ms&#160;&#160;&#160; 68 ms&#160;&#160;&#160; 67 ms&#160; 120.83.0.58    <br />&#160; 8&#160;&#160;&#160; 69 ms&#160;&#160;&#160; 68 ms&#160;&#160;&#160; 68 ms&#160; 120.80.198.242    <br />&#160; 9&#160;&#160;&#160; 69 ms&#160;&#160;&#160; 68 ms&#160;&#160;&#160; 68 ms&#160; reverse.gdsz.cncnet.net [58.251.0.74]    <br /> 10&#160;&#160;&#160; 75 ms&#160;&#160;&#160; 70 ms&#160;&#160;&#160; 67 ms&#160; reverse.gdsz.cncnet.net [58.251.61.206] </p>
<p>Trace complete.</p>
<p>&#160;</p>
<p>阿拉不晓得为啥子是1st.dtwscachev7.glb0.lxdns.com 而非epay.12306.cn，这是嘛意思。阿拉更难弄得清爽为啥子网络速度是郎介个的慢。偶是否可以预言，在春运的某天他会拥堵到down掉，真难想象那是如此大的公司的一个平台。</p>
<p>哥很不爽的是系统调试为啥子还可以选票，哥的数据在调试后清空的否？调试可以选择网站说明里的原则上非工作时间23：00~6：00嘛。要以人为本啊，这才是和谐发展呢。阿拉怀疑在12306.cn网站上的数据安全性，因为看他们的域名解析设置，好似是刚入学的水平的呐。</p>
<p>哥说的都是事实，别拍哥砖头啊。</p>
]]></content:encoded>
			<wfw:commentRss>http://starhai.net/2011/431.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>盗版小说网站遭关停，创办人获刑</title>
		<link>http://starhai.net/2011/430.htm</link>
		<comments>http://starhai.net/2011/430.htm#comments</comments>
		<pubDate>Wed, 21 Dec 2011 12:14:27 +0000</pubDate>
		<dc:creator>星海</dc:creator>
				<category><![CDATA[默认分类]]></category>

		<guid isPermaLink="false">http://starhai.net/2011/430.htm</guid>
		<description><![CDATA[<p>盗版小说网站应该关停，但这一个案只不过是只倒霉的猴子而已。盗版小说网站很多很多，其中最大的莫过于百度贴吧了！为何百度贴吧可以屹立不倒。</p>]]></description>
			<content:encoded><![CDATA[<p>盗版小说网站应该关停，但这一个案只不过是只倒霉的猴子而已。盗版小说网站很多很多，其中最大的莫过于百度贴吧了！为何百度贴吧可以屹立不倒。</p>
]]></content:encoded>
			<wfw:commentRss>http://starhai.net/2011/430.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wp2sinablog 1.0.8发布</title>
		<link>http://starhai.net/2011/429.htm</link>
		<comments>http://starhai.net/2011/429.htm#comments</comments>
		<pubDate>Tue, 20 Dec 2011 16:26:28 +0000</pubDate>
		<dc:creator>星海</dc:creator>
				<category><![CDATA[默认分类]]></category>
		<category><![CDATA[wp2sinablog]]></category>

		<guid isPermaLink="false">http://starhai.net/2011/429.htm</guid>
		<description><![CDATA[<p>Wp2sinablog 1.0.8发布了，现在可以向新浪博客同步文章了。这个版本很匆忙，有些功能也是没有实现。</p>
<p>如同我邮件中和大家所说，最近太忙了。各位好多来信反映wp2sinablog插件不能使用的问题，我很感动，感谢大家的支持，等明年有时间我会把这个插件做得更好。</p>
<p>欢迎试用Wp2sinablog 1.0.8版本。您可以在i@starhai.net我的新浪微博上与我交流。</p>]]></description>
			<content:encoded><![CDATA[<p>Wp2sinablog 1.0.8发布了，现在可以向新浪博客同步文章了。这个版本很匆忙，有些功能也是没有实现。</p>
<p>如同我邮件中和大家所说，最近太忙了。各位好多来信反映wp2sinablog插件不能使用的问题，我很感动，感谢大家的支持，等明年有时间我会把这个插件做得更好。</p>
<p>欢迎试用Wp2sinablog 1.0.8版本。您可以在i@starhai.net我的新浪微博上与我交流。</p>
]]></content:encoded>
			<wfw:commentRss>http://starhai.net/2011/429.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Godaddy最新优惠码以及获得方法</title>
		<link>http://starhai.net/2011/428.htm</link>
		<comments>http://starhai.net/2011/428.htm#comments</comments>
		<pubDate>Mon, 19 Dec 2011 13:17:06 +0000</pubDate>
		<dc:creator>星海</dc:creator>
				<category><![CDATA[网络工具]]></category>
		<category><![CDATA[godaddy]]></category>
		<category><![CDATA[SSL优惠]]></category>
		<category><![CDATA[主机优惠]]></category>
		<category><![CDATA[优惠码]]></category>
		<category><![CDATA[域名优惠]]></category>

		<guid isPermaLink="false">http://starhai.net/2011/428.htm</guid>
		<description><![CDATA[Godaddy的优惠码是常常更新的，<strong>只要你在Godaddy下订单，然后不要忙着支付，那么Godaddy的优惠码就会发送到你的邮箱了</strong>，这是最简单也最有效的获得Godaddy优惠码的方法。
目前有效的三个Godaddy优惠码如下：
gdz1226dm&#160; 满70刀优惠15%；gdz1226cm 满90刀优惠20%；gdz1226bm 满100刀优惠30%
另外除了Godaddy优惠码外，还有一些Godaddy的广告链接是可以获得很大优惠的。下面就有选择的贴出一些链接：
&#160;
1.Godaddy域名优惠<a href="http://affiliate.godaddy.com/redirect/CFB7C93ACB6668D1C1E479BCEC5967493E6B04CDC16BF23CC60998A701BD1BFFD4BAF94D4035ABC7E63C681FBB3D2BD8" target="_blank"><img height="90" alt="Save some Cold, Hard Cash! $7.49/yr domains" src="http://affiliate.godaddy.com/ads/CFB7C93ACB6668D1C1E479BCEC5967493E6B04CDC16BF23CC60998A701BD1BFFD4BAF94D4035ABC7E63C681FBB3D2BD8" width="600" border="0" /></a>
<a href="http://affiliate.godaddy.com/redirect/98B0CD2950F0D61A4EEE4E9FFCDB0698ED458821353C7EDA18E1611D213E54F4B7EEFAF862DEBB3C51BFB92A3A63BE8B" target="_blank"><img height="90" alt="$1.99 Domains* at GoDaddy.com" src="http://affiliate.godaddy.com/ads/98B0CD2950F0D61A4EEE4E9FFCDB0698ED458821353C7EDA18E1611D213E54F4B7EEFAF862DEBB3C51BFB92A3A63BE8B" width="600" border="0" /></a>
<a href="http://affiliate.godaddy.com/redirect/106EC92CDCECDB2AA59F7D4FAAC7E9E33757D3EEE4BA4E8C21223CCB4845CB800C43B0EA53BD601C03544A6BBC2A7ADF" target="_blank"><img height="90" alt="Protect your Brand - 10% off .XXX Domains - 1st Year" src="http://affiliate.godaddy.com/ads/106EC92CDCECDB2AA59F7D4FAAC7E9E33757D3EEE4BA4E8C21223CCB4845CB800C43B0EA53BD601C03544A6BBC2A7ADF" width="600" border="0" /></a>
2.Godaddy主机优惠( Wordpress主机优惠 Wordpress<p class='read-more' align='right'><a href='http://starhai.net/2011/428.htm'>点击此处查看全文></a></p>]]></description>
			<content:encoded><![CDATA[<p>Godaddy的优惠码是常常更新的，<strong>只要你在Godaddy下订单，然后不要忙着支付，那么Godaddy的优惠码就会发送到你的邮箱了</strong>，这是最简单也最有效的获得Godaddy优惠码的方法。</p>
<p>目前有效的三个Godaddy优惠码如下：</p>
<p>gdz1226dm&#160; 满70刀优惠15%；gdz1226cm 满90刀优惠20%；gdz1226bm 满100刀优惠30%</p>
<p>另外除了Godaddy优惠码外，还有一些Godaddy的广告链接是可以获得很大优惠的。下面就有选择的贴出一些链接：</p>
<p>&#160;</p>
<p>1.Godaddy域名优惠<br/><a href="http://affiliate.godaddy.com/redirect/CFB7C93ACB6668D1C1E479BCEC5967493E6B04CDC16BF23CC60998A701BD1BFFD4BAF94D4035ABC7E63C681FBB3D2BD8" target="_blank"><img height="90" alt="Save some Cold, Hard Cash! $7.49/yr domains" src="http://affiliate.godaddy.com/ads/CFB7C93ACB6668D1C1E479BCEC5967493E6B04CDC16BF23CC60998A701BD1BFFD4BAF94D4035ABC7E63C681FBB3D2BD8" width="600" border="0" /></a></p>
<p><a href="http://affiliate.godaddy.com/redirect/98B0CD2950F0D61A4EEE4E9FFCDB0698ED458821353C7EDA18E1611D213E54F4B7EEFAF862DEBB3C51BFB92A3A63BE8B" target="_blank"><img height="90" alt="$1.99 Domains* at GoDaddy.com" src="http://affiliate.godaddy.com/ads/98B0CD2950F0D61A4EEE4E9FFCDB0698ED458821353C7EDA18E1611D213E54F4B7EEFAF862DEBB3C51BFB92A3A63BE8B" width="600" border="0" /></a></p>
<p><a href="http://affiliate.godaddy.com/redirect/106EC92CDCECDB2AA59F7D4FAAC7E9E33757D3EEE4BA4E8C21223CCB4845CB800C43B0EA53BD601C03544A6BBC2A7ADF" target="_blank"><img height="90" alt="Protect your Brand - 10% off .XXX Domains - 1st Year" src="http://affiliate.godaddy.com/ads/106EC92CDCECDB2AA59F7D4FAAC7E9E33757D3EEE4BA4E8C21223CCB4845CB800C43B0EA53BD601C03544A6BBC2A7ADF" width="600" border="0" /></a></p>
<p>2.Godaddy主机优惠( Wordpress主机优惠 Wordpress + 4GH Web Hosting)    <br /><a href="http://affiliate.godaddy.com/redirect/8E4701157447A757666C919DDA91A2ADA1D95E75E76EA0FA766FCE8D24E4F56C67EB522DAF6F85F5482E5D309C6DE356" target="_blank"><img height="90" alt="$1.99/mo Web Hosting" src="http://affiliate.godaddy.com/ads/8E4701157447A757666C919DDA91A2ADA1D95E75E76EA0FA766FCE8D24E4F56C67EB522DAF6F85F5482E5D309C6DE356" width="600" border="0" /></a></p>
<p><a href="http://affiliate.godaddy.com/redirect/D635E60E5ACFD64F32CA7C7A79EAEDE726D6F897D462954FC8886232AE2BE8F971BF480A64B83DEBBAECC6397F11C4BD" target="_blank"><img height="90" alt="SPECIAL Offer! Save 20% off all New Hosting Plans!" src="http://affiliate.godaddy.com/ads/D635E60E5ACFD64F32CA7C7A79EAEDE726D6F897D462954FC8886232AE2BE8F971BF480A64B83DEBBAECC6397F11C4BD" width="600" border="0" /></a></p>
<p><a href="http://affiliate.godaddy.com/redirect/4D12B8936F01B7826EB03578FB13FD5FF2550E54E5B2AEA8B799F10E0C471F9BD0A5239AF5C7B51075E1F398BB6EC2B8" target="_blank"><img height="90" alt="Full-Featured Hosting for Your WordPress Blog - GoDaddy.com" src="http://affiliate.godaddy.com/ads/4D12B8936F01B7826EB03578FB13FD5FF2550E54E5B2AEA8B799F10E0C471F9BD0A5239AF5C7B51075E1F398BB6EC2B8" width="600" border="0" /></a></p>
<p>3.Godaddy SSL优惠    <br /><a href="http://affiliate.godaddy.com/redirect/9CE6FF95D49FA2A3E1CF9558A7D534F063092A98003B5329584C7C7F0F6B025D866C9015B85DDB799DF9D2F9573981AC" target="_blank"><img height="90" alt="Go Daddy $12.99 SSL Sale!" src="http://affiliate.godaddy.com/ads/9CE6FF95D49FA2A3E1CF9558A7D534F063092A98003B5329584C7C7F0F6B025D866C9015B85DDB799DF9D2F9573981AC" width="600" border="0" /></a></p>
<p>4.Godaddy 服务器优惠 （Dedicated Servers <strong>Virtual Dedicated Servers</strong> 即VDS）     <br /><a href="http://affiliate.godaddy.com/redirect/AFB4D3F1595190809C1F515418C858D4F7803A64E5E308CD2795E5C1B9F1C4985704A3A13C10F89A6B9DD08F1BE591A1" target="_blank"><img height="90" alt="Dedicated Servers from just $69.99/mo" src="http://affiliate.godaddy.com/ads/AFB4D3F1595190809C1F515418C858D4F7803A64E5E308CD2795E5C1B9F1C4985704A3A13C10F89A6B9DD08F1BE591A1" width="600" border="0" /></a></p>
<p><a href="http://affiliate.godaddy.com/redirect/772640F2C67454C0BE32C0BD938BE6DEC56C203CCADB2511B3695284D714E82B333FA96BF5C005BDF31AB8E5FC2FFB24" target="_blank"><img height="90" alt="Virtual Dedicated Servers from just $29.99/mo" src="http://affiliate.godaddy.com/ads/772640F2C67454C0BE32C0BD938BE6DEC56C203CCADB2511B3695284D714E82B333FA96BF5C005BDF31AB8E5FC2FFB24" width="600" border="0" /></a> </p>
<p>5.Godaddy数据中心优惠（Asia Pacific data center）    <br /><a href="http://affiliate.godaddy.com/redirect/A0F32844D8238E3C44434F9BB9E81F9D73CBD084E43F84678BE619D6A5012FE370A4E57CB6C2756836B809AFE88B7952" target="_blank"><img height="90" alt="Go Daddy Asia Pacific Data Center - Fast &amp; Secure!" src="http://affiliate.godaddy.com/ads/A0F32844D8238E3C44434F9BB9E81F9D73CBD084E43F84678BE619D6A5012FE370A4E57CB6C2756836B809AFE88B7952" width="600" border="0" /></a>     </p>
<p>另外还可以搞到更便宜、更优惠的Godaddy域名，Godaddy主机，Godaddy SSL，如有需要可以留言的。</p>
]]></content:encoded>
			<wfw:commentRss>http://starhai.net/2011/428.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>龙门飞甲</title>
		<link>http://starhai.net/2011/427.htm</link>
		<comments>http://starhai.net/2011/427.htm#comments</comments>
		<pubDate>Sat, 17 Dec 2011 10:32:24 +0000</pubDate>
		<dc:creator>星海</dc:creator>
				<category><![CDATA[杂论]]></category>

		<guid isPermaLink="false">http://starhai.net/2011/427.htm</guid>
		<description><![CDATA[<p>龙门飞甲继承了中国电影的无内涵和大场面。丑化明朝历史有没有，东厂哪里能只手遮天呢！满清的官史哪里可信的。如以官史载东厂之能，10个野猪皮也不是对手。</p>]]></description>
			<content:encoded><![CDATA[<p>龙门飞甲继承了中国电影的无内涵和大场面。丑化明朝历史有没有，东厂哪里能只手遮天呢！满清的官史哪里可信的。如以官史载东厂之能，10个野猪皮也不是对手。</p>
]]></content:encoded>
			<wfw:commentRss>http://starhai.net/2011/427.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>学习笔记1.如何看待公益性国企</title>
		<link>http://starhai.net/2011/426.htm</link>
		<comments>http://starhai.net/2011/426.htm#comments</comments>
		<pubDate>Tue, 13 Dec 2011 15:06:49 +0000</pubDate>
		<dc:creator>星海</dc:creator>
				<category><![CDATA[默认分类]]></category>

		<guid isPermaLink="false">http://starhai.net/2011/426.htm</guid>
		<description><![CDATA[原文：<a title="http://news.xinhuanet.com/fortune/2011-12/12/c_111237717.htm" href="http://news.xinhuanet.com/fortune/2011-12/12/c_111237717.htm">http://news.xinhuanet.com/fortune/2011-12/12/c_111237717.htm</a>
该文主要反映的是随着改革的不断深化，国有经济布局结构调整路径的问题，重点介绍了公益性国企的概念和澄清了一些公众的误解。介绍了公益性国企的特点并举例说明了不同领域的公益性国企。
防止企业利用垄断地位损害社会和公众利益的对策：
1）深化内部改革。公益性国企要深化以企业内部劳动用工干部人事分配制度等内容为主的内部改革，加强治理结构和管理制度建设。
2）实施有效的行业监管。实施包括价格、服务标准、成本控制、收入分配、资源配置和行业限制等有效监管，提高透明度。
国有企业的作用：<p class='read-more' align='right'><a href='http://starhai.net/2011/426.htm'>点击此处查看全文></a></p>]]></description>
			<content:encoded><![CDATA[<p>原文：<a title="http://news.xinhuanet.com/fortune/2011-12/12/c_111237717.htm" href="http://news.xinhuanet.com/fortune/2011-12/12/c_111237717.htm">http://news.xinhuanet.com/fortune/2011-12/12/c_111237717.htm</a></p>
<p>该文主要反映的是随着改革的不断深化，国有经济布局结构调整路径的问题，重点介绍了公益性国企的概念和澄清了一些公众的误解。介绍了公益性国企的特点并举例说明了不同领域的公益性国企。</p>
<p>防止企业利用垄断地位损害社会和公众利益的对策：</p>
<p>1）深化内部改革。公益性国企要深化以企业内部劳动用工干部人事分配制度等内容为主的内部改革，加强治理结构和管理制度建设。</p>
<p>2）实施有效的行业监管。实施包括价格、服务标准、成本控制、收入分配、资源配置和行业限制等有效监管，提高透明度。</p>
<p>国有企业的作用：</p>
<p>1）发挥了对市场波动的抑制作用   </p>
<p>2）国有企业的动员能力强提高了国家救灾重建的效率   </p>
<p>3）在金融危机期间，稳定国内经济和保障人民生活发挥很大作用。</p>
<p>启示：公益性国企如何最大程度的发挥社会效益、持续不断的发展，还要不要参与国际竞争以及如何参与国际竞争？</p>
<p>公益性国企应该适度盈利而非暴利，特别是企业的收入分配更应该公开透明，对公益性国企应该有不同的考核评价制度，形成规范合理的与政府间的政策安排，不能因为发挥社会效益而影响企业的竞争力，更不能靠国家补贴过日子。</p>
<p>X主任提出的公益性国企有石油石化。目前，中国的石油石化是有能力并且已经参与国际竞争的，在海外有许多投资项目，如何适应世界贸易的惯例，在企业并购时不给外国留下太多借口，这是值得思考的事情。</p>
]]></content:encoded>
			<wfw:commentRss>http://starhai.net/2011/426.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>苏宁易购 4.8折后再用券&#8211;划算还是不划算</title>
		<link>http://starhai.net/2011/425.htm</link>
		<comments>http://starhai.net/2011/425.htm#comments</comments>
		<pubDate>Thu, 08 Dec 2011 16:22:25 +0000</pubDate>
		<dc:creator>星海</dc:creator>
				<category><![CDATA[默认分类]]></category>

		<guid isPermaLink="false">http://starhai.net/2011/425.htm</guid>
		<description><![CDATA[<a href="http://club.mail.163.com/jifen/statistics/click.do?type=activity&#38;id=4059&#38;action=list&#38;from=activity">苏宁易购 4.8折后再用券</a>
邮箱积分换现金,苏宁易购年末狂欢，商品4.8折后再用券，4800万让利！！
这是网易邮箱里推荐的一个活动，就是苏宁网店的活动，商品4.8折后再用券。商品4.8折不是所有商品4.8折，而是有的商品4.8折，至于4.8折是几件商品那就是商家玄机一了。用券那是有条件的满300用10元，满1000用30，满2000用80，不是说想用就用的就是商家的玄机二了。买之前你不会知道商品打几折的，而是要抽奖的，如果抽到4.8折，那么恭喜你，你可以去买双色球了，如果抽到谢谢参与，那么也恭喜你，你可以去买3D彩票了，这就是商家的玄机三了。还有一个终极玄机，下面细细分解。
解说这个终极玄机<p class='read-more' align='right'><a href='http://starhai.net/2011/425.htm'>点击此处查看全文></a></p>]]></description>
			<content:encoded><![CDATA[<h5><a href="http://club.mail.163.com/jifen/statistics/click.do?type=activity&amp;id=4059&amp;action=list&amp;from=activity">苏宁易购 4.8折后再用券</a></h5>
<p>邮箱积分换现金,苏宁易购年末狂欢，商品4.8折后再用券，4800万让利！！</p>
<p>这是网易邮箱里推荐的一个活动，就是苏宁网店的活动，商品4.8折后再用券。商品4.8折不是所有商品4.8折，而是有的商品4.8折，至于4.8折是几件商品那就是商家玄机一了。用券那是有条件的满300用10元，满1000用30，满2000用80，不是说想用就用的就是商家的玄机二了。买之前你不会知道商品打几折的，而是要抽奖的，如果抽到4.8折，那么恭喜你，你可以去买双色球了，如果抽到谢谢参与，那么也恭喜你，你可以去买3D彩票了，这就是商家的玄机三了。还有一个终极玄机，下面细细分解。</p>
<p>解说这个终极玄机前先做个假设，那就是佳能镜头EF50mmf/1.8II 的市场价格是700元，苏宁上的价格是1185.00，下面开始解说了。</p>
<p>&#160;</p>
<table cellspacing="0" cellpadding="2" width="400" border="0">
<tbody>
<tr>
<td valign="top" width="100">折数</td>
<td valign="top" width="100">折后价格</td>
<td valign="top" width="100">市场价</td>
<td valign="top" width="100">差别</td>
</tr>
<tr>
<td valign="top" width="100">4.5</td>
<td valign="top" width="100">533.25</td>
<td valign="top" width="100">700</td>
<td valign="top" width="100">-166.75</td>
</tr>
<tr>
<td valign="top" width="100">6</td>
<td valign="top" width="100">711</td>
<td valign="top" width="100">700</td>
<td valign="top" width="100">11</td>
</tr>
<tr>
<td valign="top" width="100">8</td>
<td valign="top" width="100">948</td>
<td valign="top" width="100">700</td>
<td valign="top" width="100">248</td>
</tr>
<tr>
<td valign="top" width="100">9</td>
<td valign="top" width="100">1066.5</td>
<td valign="top" width="100">700</td>
<td valign="top" width="100">366.5</td>
</tr>
<tr>
<td valign="top" width="100">9.5</td>
<td valign="top" width="100">1125.75</td>
<td valign="top" width="100">700</td>
<td valign="top" width="100">425.75</td>
</tr>
<tr>
<td valign="top" width="100">9.8</td>
<td valign="top" width="100">1161.3</td>
<td valign="top" width="100">700</td>
<td valign="top" width="100">461.3</td>
</tr>
<tr>
<td valign="top" width="100">谢谢参与</td>
<td valign="top" width="100">1185</td>
<td valign="top" width="100">700</td>
<td valign="top" width="100">485</td>
</tr>
</tbody>
</table>
<p>&#160;</p>
<p>如果每个折数的出现的概率都是相同的，那么每台机器平均差别为305.13，也就是说平均每台EF50mmf/1.8II是1005.13的价格。终极玄机是价格的文章以及数学的概率游戏。</p>
<p>让我们怎么相信他呢！</p>
]]></content:encoded>
			<wfw:commentRss>http://starhai.net/2011/425.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>淘宝已死</title>
		<link>http://starhai.net/2011/424.htm</link>
		<comments>http://starhai.net/2011/424.htm#comments</comments>
		<pubDate>Tue, 08 Nov 2011 16:41:36 +0000</pubDate>
		<dc:creator>星海</dc:creator>
				<category><![CDATA[默认分类]]></category>

		<guid isPermaLink="false">http://starhai.net/2011/424.htm</guid>
		<description><![CDATA[淘宝的卖家规则改变了，消保冻结资金，名义上是为了买家，实际上只不过是为了圈钱而已。假设每个买家冻结了1000元，如果有10万个卖家，那么就相当对淘宝投入了1千万。这个投入是被迫而无法选择的，因为你不加入消保你的某些产品就无法上线。
淘宝已不是原来的淘宝，它到了这个规模后开始漠视卖家了，所谓店大欺客就是这个样子吧。淘宝只是一个平台，我想这或许是其他平台崛起的机会或者是独立电子商务平台的机会。
大的企业完全可以建立自己的平台而非使用淘宝，从技术和投入上讲或许更适合企业的进一步发展和忠诚客户的培养。
淘宝只是一个销售消费平台，他的管理者过于夸大了他的可替代性，或许百度有啊的倒闭刺激了他的自大。
那个<p class='read-more' align='right'><a href='http://starhai.net/2011/424.htm'>点击此处查看全文></a></p>]]></description>
			<content:encoded><![CDATA[<p>淘宝的卖家规则改变了，消保冻结资金，名义上是为了买家，实际上只不过是为了圈钱而已。假设每个买家冻结了1000元，如果有10万个卖家，那么就相当对淘宝投入了1千万。这个投入是被迫而无法选择的，因为你不加入消保你的某些产品就无法上线。</p>
<p>淘宝已不是原来的淘宝，它到了这个规模后开始漠视卖家了，所谓店大欺客就是这个样子吧。淘宝只是一个平台，我想这或许是其他平台崛起的机会或者是独立电子商务平台的机会。</p>
<p>大的企业完全可以建立自己的平台而非使用淘宝，从技术和投入上讲或许更适合企业的进一步发展和忠诚客户的培养。</p>
<p>淘宝只是一个销售消费平台，他的管理者过于夸大了他的可替代性，或许百度有啊的倒闭刺激了他的自大。</p>
<p>那个有朝气，代表年轻人梦想的淘宝已经死去。</p>
]]></content:encoded>
			<wfw:commentRss>http://starhai.net/2011/424.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

