<?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>后院&#124;kevin’s backyard &#187; twitter</title>
	<atom:link href="http://kevin.9511.net/archives/tag/twitter/feed" rel="self" type="application/rss+xml" />
	<link>http://kevin.9511.net</link>
	<description>立志做一个混事业型男人</description>
	<lastBuildDate>Fri, 30 Apr 2010 16:55:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>TwitClientRank下线了</title>
		<link>http://kevin.9511.net/archives/411.html</link>
		<comments>http://kevin.9511.net/archives/411.html#comments</comments>
		<pubDate>Thu, 17 Dec 2009 09:52:47 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
				<category><![CDATA[互联网]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://kevin.9511.net/?p=411</guid>
		<description><![CDATA[前阵子无聊搞了个小程序用来统计到底有多少个Twitter的客户端
于是有了http://www.9511.net/TwitClientRank.html这个页面
可最新这个页面知道的人越来越多了，也让我越来越担心了。
服务器不是我一个人的，而且是蹭的哥们儿公司的机房，这些让我不得不小心，只有将这个页面下线图个安心。
最后一次的数据页面，我放在GoogleSites上了，估计要翻墙
这个小程序的源代码我也公开了吧
如果有不怕事的或者墙外有空间的哥们儿能给再架起来，那是最好不过了，起码目前我没这个能力。
代码有少许改动，主要是为了隐去我的一些服务器环境信息。数据库中的数据是截至目前最新的。
【代码传送门】【页面传送门】
]]></description>
			<content:encoded><![CDATA[<p>前阵子无聊搞了个小程序用来统计到底有多少个Twitter的客户端</p>
<p>于是有了<a href="http://www.9511.net/TwitClientRank.html" target="_blank">http://www.9511.net/TwitClientRank.html</a>这个页面</p>
<p>可最新这个页面知道的人越来越多了，也让我越来越担心了。<br />
服务器不是我一个人的，而且是蹭的哥们儿公司的机房，这些让我不得不小心，只有将这个页面下线图个安心。<span id="more-411"></span></p>
<p>最后一次的数据页面，我放在GoogleSites上了，估计要翻墙</p>
<p>这个小程序的源代码我也公开了吧</p>
<p>如果有不怕事的或者墙外有空间的哥们儿能给再架起来，那是最好不过了，起码目前我没这个能力。<br />
代码有少许改动，主要是为了隐去我的一些服务器环境信息。数据库中的数据是截至目前最新的。</p>
<p>【<a href="http://gtap.googlecode.com/files/TwitClientRank.tar.gz" target="_blank">代码传送门</a>】【<a href="http://sites.google.com/site/twitclientrank/" target="_blank">页面传送门</a>】</p>
]]></content:encoded>
			<wfw:commentRss>http://kevin.9511.net/archives/411.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何访问Google Picasa(非穿墙)</title>
		<link>http://kevin.9511.net/archives/300.html</link>
		<comments>http://kevin.9511.net/archives/300.html#comments</comments>
		<pubDate>Sun, 26 Jul 2009 15:06:37 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
				<category><![CDATA[互联网]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://kevin.9511.net/?p=300</guid>
		<description><![CDATA[我大部分的图片目前是存在Google的Picasaweb上的，由于一些众所周知的原因，picasa的图片地址无法访问了(主域名还能访问，相当于只有架子没有内容)。网上找来如下方法。将下面这段加入到“C:\WINDOWS\system32\drivers\etc\”目录下的hosts文件的末尾，重启浏览器即可访问。
203.208.39.104 lh1.ggpht.com
203.208.39.104 lh2.ggpht.com
203.208.39.104 lh3.ggpht.com
203.208.39.104 lh4.ggpht.com
203.208.39.104 lh5.ggpht.com
203.208.39.104 lh6.ggpht.com
下面这段是twitter的，方法同上，已失效。
168.143.161.20 twitter.com
168.143.162.101 assets1.twitter.com
168.143.162.101 static.twitter.com
168.143.162.101 assets0.twitter.com
168.143.162.101 assets2.twitter.com
168.143.162.101 assets3.twitter.com
168.143.162.101 assets4.twitter.com
访问这些网站，一定得记得把前头的“http://”改成“https://”！！
]]></description>
			<content:encoded><![CDATA[<p>我大部分的图片目前是存在Google的Picasaweb上的，由于一些众所周知的原因，picasa的图片地址无法访问了(主域名还能访问，相当于只有架子没有内容)。网上找来如下方法。将下面这段加入到“C:\WINDOWS\system32\drivers\etc\”目录下的hosts文件的末尾，重启浏览器即可访问。<span id="more-300"></span></p>
<blockquote><p>203.208.39.104 lh1.ggpht.com<br />
203.208.39.104 lh2.ggpht.com<br />
203.208.39.104 lh3.ggpht.com<br />
203.208.39.104 lh4.ggpht.com<br />
203.208.39.104 lh5.ggpht.com<br />
203.208.39.104 lh6.ggpht.com</p></blockquote>
<p>下面这段是twitter的，方法同上，已失效。</p>
<blockquote><p><span style="text-decoration: line-through;">168.143.161.20 twitter.com<br />
168.143.162.101 assets1.twitter.com<br />
168.143.162.101 static.twitter.com<br />
168.143.162.101 assets0.twitter.com<br />
168.143.162.101 assets2.twitter.com<br />
168.143.162.101 assets3.twitter.com<br />
168.143.162.101 assets4.twitter.com</span></p></blockquote>
<p>访问这些网站，一定得记得把前头的“http://”改成“https://”！！</p>
]]></content:encoded>
			<wfw:commentRss>http://kevin.9511.net/archives/300.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
