<?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://www.nealmi.com/comments/feed/" rel="self" type="application/rss+xml" /><link>http://www.nealmi.com</link> <description>Let us face reality, loyalty to an ideal.</description> <lastBuildDate>Mon, 08 Aug 2011 10:52:23 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Neal Mi 对《使用 Nginx + Mercurial(aka hg) 架设版本管理系统》的评论</title><link>http://www.nealmi.com/2011/05/nginx-hg-scm-howto/#comment-142</link> <dc:creator>Neal Mi</dc:creator> <pubDate>Mon, 08 Aug 2011 10:52:23 +0000</pubDate> <guid
isPermaLink="false">http://www.nealmi.com/?p=588#comment-142</guid> <description>关于这个问题我已经找到解决办法：
在.hgrc 里加入
[web]
prefix = hg
就可以了</description> <content:encoded><![CDATA[<p>关于这个问题我已经找到解决办法：<br
/> 在.hgrc 里加入<br
/> [web]<br
/> prefix = hg</p><p>就可以了</p> ]]></content:encoded> </item> <item><title>Tale 对《四大门户 (Sina, Sohu, 163, QQ) 微博 API 的 OAuth 认证测试》的评论</title><link>http://www.nealmi.com/2011/03/four-api-mircoblog-test-oauth/#comment-141</link> <dc:creator>Tale</dc:creator> <pubDate>Sat, 06 Aug 2011 08:13:34 +0000</pubDate> <guid
isPermaLink="false">http://www.nealmi.com/?p=348#comment-141</guid> <description>原来如此，多谢楼主耐心的回复~ 好难得啊</description> <content:encoded><![CDATA[<p>原来如此，多谢楼主耐心的回复~ 好难得啊</p> ]]></content:encoded> </item> <item><title>Neal Mi 对《四大门户 (Sina, Sohu, 163, QQ) 微博 API 的 OAuth 认证测试》的评论</title><link>http://www.nealmi.com/2011/03/four-api-mircoblog-test-oauth/#comment-140</link> <dc:creator>Neal Mi</dc:creator> <pubDate>Sat, 06 Aug 2011 06:56:54 +0000</pubDate> <guid
isPermaLink="false">http://www.nealmi.com/?p=348#comment-140</guid> <description>Scribe-Java示例使用得oob模式认证，也就是通常桌面模式使用得，当用户授权之后，会在网页上显示一个verifier，然后手动输入到示例运行的控制台里，之后程序再获得accesstoken。</description> <content:encoded><![CDATA[<p>Scribe-Java示例使用得oob模式认证，也就是通常桌面模式使用得，当用户授权之后，会在网页上显示一个verifier，然后手动输入到示例运行的控制台里，之后程序再获得accesstoken。</p> ]]></content:encoded> </item> <item><title>Tale 对《四大门户 (Sina, Sohu, 163, QQ) 微博 API 的 OAuth 认证测试》的评论</title><link>http://www.nealmi.com/2011/03/four-api-mircoblog-test-oauth/#comment-139</link> <dc:creator>Tale</dc:creator> <pubDate>Fri, 05 Aug 2011 14:05:21 +0000</pubDate> <guid
isPermaLink="false">http://www.nealmi.com/?p=348#comment-139</guid> <description>上网搜啊搜，在雅虎api上也找到了相关的东西，verifier是用户授权后取得的，并与requestToken一起用于获取AccessToken，
但是用Scribe-Java提供的example貌似少了用户授权的过程，verifer是手动输入的。
最近在搭建OAuth服务器，OAuth源码看得快晕过去了，里面提供的示例比较简单，好像也没有涉及到verifer，云山雾罩的~~苦13啊~~</description> <content:encoded><![CDATA[<p>上网搜啊搜，在雅虎api上也找到了相关的东西，verifier是用户授权后取得的，并与requestToken一起用于获取AccessToken，<br
/> 但是用Scribe-Java提供的example貌似少了用户授权的过程，verifer是手动输入的。<br
/> 最近在搭建OAuth服务器，OAuth源码看得快晕过去了，里面提供的示例比较简单，好像也没有涉及到verifer，云山雾罩的~~苦13啊~~</p> ]]></content:encoded> </item> <item><title>Neal Mi 对《四大门户 (Sina, Sohu, 163, QQ) 微博 API 的 OAuth 认证测试》的评论</title><link>http://www.nealmi.com/2011/03/four-api-mircoblog-test-oauth/#comment-138</link> <dc:creator>Neal Mi</dc:creator> <pubDate>Fri, 05 Aug 2011 09:00:48 +0000</pubDate> <guid
isPermaLink="false">http://www.nealmi.com/?p=348#comment-138</guid> <description>按照OAuth的规范，在用户授权之后，会返回类似如下的参数：
oauth_token=8ldIZyxQeVrFZXFOZH5tAwj6vzJYuLQpl0WUEYtWc&amp;oauth_verifier=pDNg57prOHapMbhv25RNf75lVRd6JDsni1AJJIDYoTY
OAuth的客户端再通过oauth_token和oauth_verifier等参数去获得真正AccessToken
一般OAuth都封装了该操作，直接调用即可。</description> <content:encoded><![CDATA[<p>按照OAuth的规范，在用户授权之后，会返回类似如下的参数：<br
/> oauth_token=8ldIZyxQeVrFZXFOZH5tAwj6vzJYuLQpl0WUEYtWc&#038;oauth_verifier=pDNg57prOHapMbhv25RNf75lVRd6JDsni1AJJIDYoTY<br
/> OAuth的客户端再通过oauth_token和oauth_verifier等参数去获得真正AccessToken</p><p>一般OAuth都封装了该操作，直接调用即可。</p> ]]></content:encoded> </item> <item><title>Tale 对《四大门户 (Sina, Sohu, 163, QQ) 微博 API 的 OAuth 认证测试》的评论</title><link>http://www.nealmi.com/2011/03/four-api-mircoblog-test-oauth/#comment-137</link> <dc:creator>Tale</dc:creator> <pubDate>Fri, 05 Aug 2011 08:49:47 +0000</pubDate> <guid
isPermaLink="false">http://www.nealmi.com/?p=348#comment-137</guid> <description>楼主你好，我在测试api时到输入verifier就有点搞不懂了，不知道这个是什么东西，做啥用的，格式是如何，求解~~~</description> <content:encoded><![CDATA[<p>楼主你好，我在测试api时到输入verifier就有点搞不懂了，不知道这个是什么东西，做啥用的，格式是如何，求解~~~</p> ]]></content:encoded> </item> <item><title>Neal Mi 对《使用 Nginx + Mercurial(aka hg) 架设版本管理系统》的评论</title><link>http://www.nealmi.com/2011/05/nginx-hg-scm-howto/#comment-136</link> <dc:creator>Neal Mi</dc:creator> <pubDate>Thu, 28 Jul 2011 15:01:50 +0000</pubDate> <guid
isPermaLink="false">http://www.nealmi.com/?p=588#comment-136</guid> <description>使用/hg/ 这种好像会导致路径错误，你右键查看一下网页源码，看看是不是所有资源的路径都正确，</description> <content:encoded><![CDATA[<p>使用/hg/ 这种好像会导致路径错误，你右键查看一下网页源码，看看是不是所有资源的路径都正确，</p> ]]></content:encoded> </item> <item><title>coancna 对《使用 Nginx + Mercurial(aka hg) 架设版本管理系统》的评论</title><link>http://www.nealmi.com/2011/05/nginx-hg-scm-howto/#comment-132</link> <dc:creator>coancna</dc:creator> <pubDate>Tue, 26 Jul 2011 10:13:40 +0000</pubDate> <guid
isPermaLink="false">http://www.nealmi.com/?p=588#comment-132</guid> <description>我想用http://localhost/hg 访问，如下配置：
location /hg/ {
auth_basic &quot;Restricted&quot;;
auth_basic_user_file /usr/local/nginx/conf/htpasswd;
proxy_pass http://localhost:8000;
}
结果web页面显示不正常，而且push时报404
这是怎么回事呢</description> <content:encoded><![CDATA[<p>我想用http://localhost/hg 访问，如下配置：<br
/> location /hg/ {<br
/> auth_basic &#8220;Restricted&#8221;;<br
/> auth_basic_user_file /usr/local/nginx/conf/htpasswd;<br
/> proxy_pass <a
href="http://localhost:8000" rel="nofollow">http://localhost:8000</a>;<br
/> }</p><p>结果web页面显示不正常，而且push时报404</p><p>这是怎么回事呢</p> ]]></content:encoded> </item> <item><title>Neal Mi 对《信仰的伦理学》的评论</title><link>http://www.nealmi.com/2011/06/the-ethics-of-belief/#comment-130</link> <dc:creator>Neal Mi</dc:creator> <pubDate>Tue, 19 Jul 2011 10:57:55 +0000</pubDate> <guid
isPermaLink="false">http://www.nealmi.com/?p=788#comment-130</guid> <description>记得好像有一个中文翻译的版本，不过我找不到了。</description> <content:encoded><![CDATA[<p>记得好像有一个中文翻译的版本，不过我找不到了。</p> ]]></content:encoded> </item> <item><title>邓肯 对《信仰的伦理学》的评论</title><link>http://www.nealmi.com/2011/06/the-ethics-of-belief/#comment-128</link> <dc:creator>邓肯</dc:creator> <pubDate>Tue, 19 Jul 2011 10:17:34 +0000</pubDate> <guid
isPermaLink="false">http://www.nealmi.com/?p=788#comment-128</guid> <description>全英文？想看看伦理方面的知识都看不了！ :cry:</description> <content:encoded><![CDATA[<p>全英文？想看看伦理方面的知识都看不了！ <img
src='https://www.nealmi.com/wp-includes/images/smilies/icon_cry.gif' alt=':cry:' class='wp-smiley' /></p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 1/7 queries in 0.041 seconds using disk: basic
Object Caching 502/509 objects using disk: basic

Served from: www.nealmi.com @ 2012-05-14 22:26:45 -->
