<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>科技博 的评论</title>
	<atom:link href="http://kejibo.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://kejibo.com</link>
	<description></description>
	<lastBuildDate>Wed, 15 Feb 2012 01:51:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>simonliu 对《OAuth认证协议原理分析及使用方法》的评论</title>
		<link>http://kejibo.com/oauth/#comment-14221</link>
		<dc:creator>simonliu</dc:creator>
		<pubDate>Wed, 15 Feb 2012 01:51:22 +0000</pubDate>
		<guid isPermaLink="false">#comment-14221</guid>
		<description>五，现在总可以开始请求资源了吧？
NO。现在还需要再向 服务提供商 请求 访问另牌（Access Token）。

为什么需要这个步骤呢？在第四步拿到的 token 不能做为身份认证吗？</description>
		<content:encoded><![CDATA[<p>五，现在总可以开始请求资源了吧？<br />
NO。现在还需要再向 服务提供商 请求 访问另牌（Access Token）。</p>
<p>为什么需要这个步骤呢？在第四步拿到的 token 不能做为身份认证吗？</p>
]]></content:encoded>
	</item>
	<item>
		<title>PunCha 对《oauth2开放认证协议原理及案例分析》的评论</title>
		<link>http://kejibo.com/oauth2/#comment-14219</link>
		<dc:creator>PunCha</dc:creator>
		<pubDate>Fri, 10 Feb 2012 10:14:11 +0000</pubDate>
		<guid isPermaLink="false">#comment-14219</guid>
		<description>Great! 很清晰，根据你的指导，完成了一个应用的认证!</description>
		<content:encoded><![CDATA[<p>Great! 很清晰，根据你的指导，完成了一个应用的认证!</p>
]]></content:encoded>
	</item>
	<item>
		<title>cicnor 对《About Me》的评论</title>
		<link>http://kejibo.com/about-me/#comment-14217</link>
		<dc:creator>cicnor</dc:creator>
		<pubDate>Sat, 04 Feb 2012 05:48:37 +0000</pubDate>
		<guid isPermaLink="false">#comment-14217</guid>
		<description>你现在用的还是wp吧！</description>
		<content:encoded><![CDATA[<p>你现在用的还是wp吧！</p>
]]></content:encoded>
	</item>
	<item>
		<title>微博开发之：OAuth 和 Basic Auth &#124; OneTiger 对《OAuth认证协议原理分析及使用方法》的评论</title>
		<link>http://kejibo.com/oauth/#comment-14213</link>
		<dc:creator>微博开发之：OAuth 和 Basic Auth &#124; OneTiger</dc:creator>
		<pubDate>Tue, 17 Jan 2012 07:30:11 +0000</pubDate>
		<guid isPermaLink="false">#comment-14213</guid>
		<description>[...] http://zh.wikipedia.org/wiki/OAuth http://kejibo.com/oauth/ http://blog.csdn.net/hereweare2009/archive/2009/03/08/3968582.aspx      Relate Share   Twitter [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://zh.wikipedia.org/wiki/OAuth" rel="nofollow">http://zh.wikipedia.org/wiki/OAuth</a> <a href="http://kejibo.com/oauth/" rel="nofollow">http://kejibo.com/oauth/</a> <a href="http://blog.csdn.net/hereweare2009/archive/2009/03/08/3968582.aspx" rel="nofollow">http://blog.csdn.net/hereweare2009/archive/2009/03/08/3968582.aspx</a>      Relate Share   Twitter [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>我的服装我做主 对《美图秀秀非主流图片,在线闪图制作》的评论</title>
		<link>http://kejibo.com/web-meitu/#comment-14211</link>
		<dc:creator>我的服装我做主</dc:creator>
		<pubDate>Sat, 24 Dec 2011 08:03:11 +0000</pubDate>
		<guid isPermaLink="false">#comment-14211</guid>
		<description>我想药制作一个自己的图片网站请问我该怎么做呢？</description>
		<content:encoded><![CDATA[<p>我想药制作一个自己的图片网站请问我该怎么做呢？</p>
]]></content:encoded>
	</item>
	<item>
		<title>kejibo 对《Golang Go语言结构体中匿名字段暴露方法的优先级》的评论</title>
		<link>http://kejibo.com/golang-struct-anonymous-field-expose-method/#comment-14208</link>
		<dc:creator>kejibo</dc:creator>
		<pubDate>Wed, 21 Dec 2011 04:33:55 +0000</pubDate>
		<guid isPermaLink="false">#comment-14208</guid>
		<description>指创建 gzipResponseWriter 结构体变量的时候，原来比如使用 gzipResponseWriter{w, x} 就行，
现在得使用 gzipResponseWriter{responseWriter{w}, x}，这其中 w是一个 http.ResponseWriter对象。</description>
		<content:encoded><![CDATA[<p>指创建 gzipResponseWriter 结构体变量的时候，原来比如使用 gzipResponseWriter{w, x} 就行，<br />
现在得使用 gzipResponseWriter{responseWriter{w}, x}，这其中 w是一个 http.ResponseWriter对象。</p>
]]></content:encoded>
	</item>
	<item>
		<title>金玄 对《Golang Go语言结构体中匿名字段暴露方法的优先级》的评论</title>
		<link>http://kejibo.com/golang-struct-anonymous-field-expose-method/#comment-14207</link>
		<dc:creator>金玄</dc:creator>
		<pubDate>Sat, 17 Dec 2011 11:27:42 +0000</pubDate>
		<guid isPermaLink="false">#comment-14207</guid>
		<description>最后这句“记得使用 gzipResponseWriter 的时候原来的 类型为 http.ResponseWriter 的对象比如 w，要用 responseWriter{w}，包装一下就可以使用到 gzipResponseWriter里面了。”没有看懂。</description>
		<content:encoded><![CDATA[<p>最后这句“记得使用 gzipResponseWriter 的时候原来的 类型为 http.ResponseWriter 的对象比如 w，要用 responseWriter{w}，包装一下就可以使用到 gzipResponseWriter里面了。”没有看懂。</p>
]]></content:encoded>
	</item>
	<item>
		<title>冷冷蛋蛋 对《oauth2开放认证协议原理及案例分析》的评论</title>
		<link>http://kejibo.com/oauth2/#comment-14206</link>
		<dc:creator>冷冷蛋蛋</dc:creator>
		<pubDate>Thu, 01 Dec 2011 02:17:53 +0000</pubDate>
		<guid isPermaLink="false">#comment-14206</guid>
		<description>受教了~</description>
		<content:encoded><![CDATA[<p>受教了~</p>
]]></content:encoded>
	</item>
	<item>
		<title>skey 对《Golang Go语言简单的文件服务器》的评论</title>
		<link>http://kejibo.com/golang-simple-file-server/#comment-14202</link>
		<dc:creator>skey</dc:creator>
		<pubDate>Fri, 18 Nov 2011 09:43:40 +0000</pubDate>
		<guid isPermaLink="false">#comment-14202</guid>
		<description>似乎包的方法又更新了，上面的代码编译不过去，改动了下
-----------------------------------------------------------------
package main

import &quot;http&quot;

func main(){
	h := http.FileServer(http.Dir(&quot;/Users/skey/Sites&quot;))
	http.ListenAndServe(&quot;:8080&quot;, h)
}</description>
		<content:encoded><![CDATA[<p>似乎包的方法又更新了，上面的代码编译不过去，改动了下<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
package main</p>
<p>import &#8220;http&#8221;</p>
<p>func main(){<br />
	h := http.FileServer(http.Dir(&#8220;/Users/skey/Sites&#8221;))<br />
	http.ListenAndServe(&#8220;:8080&#8243;, h)<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Google Chrome 扩展switchy!相关设置 &#124; 淡定博客 对《Chrome下使用Proxy Switchy自动代理访问》的评论</title>
		<link>http://kejibo.com/chrome-proxy-switchy/#comment-14201</link>
		<dc:creator>Google Chrome 扩展switchy!相关设置 &#124; 淡定博客</dc:creator>
		<pubDate>Fri, 18 Nov 2011 02:01:35 +0000</pubDate>
		<guid isPermaLink="false">#comment-14201</guid>
		<description>[...] 4，下面是另一个网友设置switchy！自动代理的方法 ，我觉得很可行，大家可以试一下 ，不过我还是觉得在线规则比较好。                                        http://kejibo.com/chrome-proxy-switchy/ [...]</description>
		<content:encoded><![CDATA[<p>[...] 4，下面是另一个网友设置switchy！自动代理的方法 ，我觉得很可行，大家可以试一下 ，不过我还是觉得在线规则比较好。                                        http://kejibo.com/chrome-proxy-switchy/ [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  kejibo.com/comments/feed/ ) in 0.16641 seconds, on Feb 22nd, 2012 at 7:52 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 22nd, 2012 at 8:52 pm UTC -->
