<?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>Comments for 非我</title>
	<atom:link href="http://jinu.me/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jinu.me</link>
	<description>学习，提高自己。监督，不至沉溺于玩乐。记录，不至遗忘。</description>
	<lastBuildDate>Thu, 26 Apr 2012 03:50:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on 腾讯微博oauth2的api python实现 by shangguan</title>
		<link>http://jinu.me/index.php/2012/04/qq-weibo-python-api-sdk/comment-page-1/#comment-314</link>
		<dc:creator>shangguan</dc:creator>
		<pubDate>Thu, 26 Apr 2012 03:50:22 +0000</pubDate>
		<guid isPermaLink="false">http://jinu.me/?p=1162#comment-314</guid>
		<description>KeyError at /account/qq_login

&#039;access_token&#039;
项目放到服务器上的时候出现这个错误</description>
		<content:encoded><![CDATA[<p>KeyError at /account/qq_login</p>
<p>&#8216;access_token&#8217;<br />
项目放到服务器上的时候出现这个错误</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 使用dropbox api来备份 by juntao</title>
		<link>http://jinu.me/index.php/2012/01/backup-to-dropbox-by-api/comment-page-1/#comment-310</link>
		<dc:creator>juntao</dc:creator>
		<pubDate>Tue, 20 Mar 2012 11:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://jinu.me/?p=1156#comment-310</guid>
		<description>请确定是否都在utf-8环境下测试。</description>
		<content:encoded><![CDATA[<p>请确定是否都在utf-8环境下测试。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 使用dropbox api来备份 by wgjtyu</title>
		<link>http://jinu.me/index.php/2012/01/backup-to-dropbox-by-api/comment-page-1/#comment-309</link>
		<dc:creator>wgjtyu</dc:creator>
		<pubDate>Sat, 17 Mar 2012 05:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://jinu.me/?p=1156#comment-309</guid>
		<description>您好，我测试的时候，不能上传含中文 文件名的 文件</description>
		<content:encoded><![CDATA[<p>您好，我测试的时候，不能上传含中文 文件名的 文件</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iOS上的push notification by juntao</title>
		<link>http://jinu.me/index.php/2011/01/push-notifcation-of-ios/comment-page-1/#comment-298</link>
		<dc:creator>juntao</dc:creator>
		<pubDate>Wed, 22 Feb 2012 08:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://jinu.me/?p=989#comment-298</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-297&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-297&quot; rel=&quot;nofollow&quot;&gt;yautou&lt;/a&gt; :&lt;/strong&gt;
          &lt;p&gt;你好，首先十分感谢你的经验分享！让我学到不少。&lt;br&gt;
另外，还想请教一下，假如服务器端有消息要push了，它是如何在‘该连接里发送消息’的？这是哪些方面的知识？能否麻烦指点下？&lt;br&gt;
再次谢谢你！&lt;/p&gt;
         &lt;/blockquote&gt;

服务器和客户端之间维持一个tcp常连接。如果有消息了，服务器就发数据包给客户端。这是一个网络连接。</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-297"><p>
<strong><a href="#comment-297" rel="nofollow">yautou</a> :</strong></p>
<p>你好，首先十分感谢你的经验分享！让我学到不少。<br />
另外，还想请教一下，假如服务器端有消息要push了，它是如何在‘该连接里发送消息’的？这是哪些方面的知识？能否麻烦指点下？<br />
再次谢谢你！</p>
</blockquote>
<p>服务器和客户端之间维持一个tcp常连接。如果有消息了，服务器就发数据包给客户端。这是一个网络连接。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iOS上的push notification by yautou</title>
		<link>http://jinu.me/index.php/2011/01/push-notifcation-of-ios/comment-page-1/#comment-297</link>
		<dc:creator>yautou</dc:creator>
		<pubDate>Wed, 22 Feb 2012 07:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://jinu.me/?p=989#comment-297</guid>
		<description>你好，首先十分感谢你的经验分享！让我学到不少。
另外，还想请教一下，假如服务器端有消息要push了，它是如何在‘该连接里发送消息’的？这是哪些方面的知识？能否麻烦指点下？
再次谢谢你！</description>
		<content:encoded><![CDATA[<p>你好，首先十分感谢你的经验分享！让我学到不少。<br />
另外，还想请教一下，假如服务器端有消息要push了，它是如何在‘该连接里发送消息’的？这是哪些方面的知识？能否麻烦指点下？<br />
再次谢谢你！</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on kindle阅读google reader by juntao</title>
		<link>http://jinu.me/index.php/2010/09/kindle%e9%98%85%e8%af%bbgoogle-reader/comment-page-1/#comment-274</link>
		<dc:creator>juntao</dc:creator>
		<pubDate>Fri, 30 Dec 2011 00:55:55 +0000</pubDate>
		<guid isPermaLink="false">http://jinu.me/?p=722#comment-274</guid>
		<description>我看了一下，貌似新版的gr里面没有了。悲剧。</description>
		<content:encoded><![CDATA[<p>我看了一下，貌似新版的gr里面没有了。悲剧。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on kindle阅读google reader by Ace</title>
		<link>http://jinu.me/index.php/2010/09/kindle%e9%98%85%e8%af%bbgoogle-reader/comment-page-1/#comment-269</link>
		<dc:creator>Ace</dc:creator>
		<pubDate>Mon, 05 Dec 2011 05:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://jinu.me/?p=722#comment-269</guid>
		<description>gr的settings里面  怎么找不到设置tag为public的地方。。</description>
		<content:encoded><![CDATA[<p>gr的settings里面  怎么找不到设置tag为public的地方。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 完美支持cue的播放器deadbeef by jinuljt</title>
		<link>http://jinu.me/index.php/2011/05/deadbeef/comment-page-1/#comment-251</link>
		<dc:creator>jinuljt</dc:creator>
		<pubDate>Tue, 02 Aug 2011 03:15:53 +0000</pubDate>
		<guid isPermaLink="false">http://jinu.me/?p=1082#comment-251</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-250&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-250&quot; rel=&quot;nofollow&quot;&gt;kgame&lt;/a&gt; :&lt;/strong&gt;
          windows下foobar2000用UTF-8會亂碼!??
你的foobar2000該不會太舊了阿
快去更新, UTF-8編碼才是王道
         &lt;/blockquote&gt;
可能是太旧了。。不过现在不使用mac就是linux。。。也不怎么用foobar了</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-250"><p>
<strong><a href="#comment-250" rel="nofollow">kgame</a> :</strong><br />
          windows下foobar2000用UTF-8會亂碼!??<br />
你的foobar2000該不會太舊了阿<br />
快去更新, UTF-8編碼才是王道
         </p></blockquote>
<p>可能是太旧了。。不过现在不使用mac就是linux。。。也不怎么用foobar了</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 完美支持cue的播放器deadbeef by kgame</title>
		<link>http://jinu.me/index.php/2011/05/deadbeef/comment-page-1/#comment-250</link>
		<dc:creator>kgame</dc:creator>
		<pubDate>Tue, 02 Aug 2011 02:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://jinu.me/?p=1082#comment-250</guid>
		<description>windows下foobar2000用UTF-8會亂碼!??
你的foobar2000該不會太舊了阿
快去更新, UTF-8編碼才是王道</description>
		<content:encoded><![CDATA[<p>windows下foobar2000用UTF-8會亂碼!??<br />
你的foobar2000該不會太舊了阿<br />
快去更新, UTF-8編碼才是王道</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on kindle阅读google reader by ZHANGRENKUN</title>
		<link>http://jinu.me/index.php/2010/09/kindle%e9%98%85%e8%af%bbgoogle-reader/comment-page-1/#comment-249</link>
		<dc:creator>ZHANGRENKUN</dc:creator>
		<pubDate>Fri, 03 Jun 2011 16:54:05 +0000</pubDate>
		<guid isPermaLink="false">http://jinu.me/?p=722#comment-249</guid>
		<description>SDF</description>
		<content:encoded><![CDATA[<p>SDF</p>
]]></content:encoded>
	</item>
</channel>
</rss>

