<?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 on: [转] couchdb 上手指南</title>
	<atom:link href="http://erlang-china.org/study/couchdb-guide.html/feed" rel="self" type="application/rss+xml" />
	<link>http://erlang-china.org/study/couchdb-guide.html</link>
	<description>erlang 中文社区</description>
	<lastBuildDate>Tue, 03 Jan 2012 15:49:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: couchDB小全 : NoSQLfan</title>
		<link>http://erlang-china.org/study/couchdb-guide.html/comment-page-1#comment-18446</link>
		<dc:creator>couchDB小全 : NoSQLfan</dc:creator>
		<pubDate>Mon, 26 Jul 2010 14:36:18 +0000</pubDate>
		<guid isPermaLink="false">http://erlang-china.org/?p=487#comment-18446</guid>
		<description>[...] 3、couchDB上手指南：http://erlang-china.org/study/couchdb-guide.html [...]</description>
		<content:encoded><![CDATA[<p>[...] 3、couchDB上手指南：http://erlang-china.org/study/couchdb-guide.html [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NoSQL数据库CouchDB 1.0发布 &#171; 云中的天空</title>
		<link>http://erlang-china.org/study/couchdb-guide.html/comment-page-1#comment-18405</link>
		<dc:creator>NoSQL数据库CouchDB 1.0发布 &#171; 云中的天空</dc:creator>
		<pubDate>Sat, 17 Jul 2010 07:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://erlang-china.org/?p=487#comment-18405</guid>
		<description>[...] 张沈鹏的CouchDB上手指南，豆瓣阿稳的CouchDB小全 [...]</description>
		<content:encoded><![CDATA[<p>[...] 张沈鹏的CouchDB上手指南，豆瓣阿稳的CouchDB小全 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 知名NoSQL数据库CouchDB 1.0发布 &#124; MCat，网络的一只小猫</title>
		<link>http://erlang-china.org/study/couchdb-guide.html/comment-page-1#comment-18400</link>
		<dc:creator>知名NoSQL数据库CouchDB 1.0发布 &#124; MCat，网络的一只小猫</dc:creator>
		<pubDate>Thu, 15 Jul 2010 15:50:24 +0000</pubDate>
		<guid isPermaLink="false">http://erlang-china.org/?p=487#comment-18400</guid>
		<description>[...] 张沈鹏的CouchDB上手指南，豆瓣阿稳的CouchDB小全 [...]</description>
		<content:encoded><![CDATA[<p>[...] 张沈鹏的CouchDB上手指南，豆瓣阿稳的CouchDB小全 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 知名NoSQL数据库CouchDB 1.0发布 &#171; 编程王网站</title>
		<link>http://erlang-china.org/study/couchdb-guide.html/comment-page-1#comment-18398</link>
		<dc:creator>知名NoSQL数据库CouchDB 1.0发布 &#171; 编程王网站</dc:creator>
		<pubDate>Thu, 15 Jul 2010 15:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://erlang-china.org/?p=487#comment-18398</guid>
		<description>[...] 张沈鹏的CouchDB上手指南，豆瓣阿稳的CouchDB小全 [...]</description>
		<content:encoded><![CDATA[<p>[...] 张沈鹏的CouchDB上手指南，豆瓣阿稳的CouchDB小全 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dior</title>
		<link>http://erlang-china.org/study/couchdb-guide.html/comment-page-1#comment-17711</link>
		<dc:creator>dior</dc:creator>
		<pubDate>Thu, 27 May 2010 03:47:23 +0000</pubDate>
		<guid isPermaLink="false">http://erlang-china.org/?p=487#comment-17711</guid>
		<description>I agree with your opinion! well know, I&#039;m looking forward to your more articles</description>
		<content:encoded><![CDATA[<p>I agree with your opinion! well know, I&#8217;m looking forward to your more articles</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jackyz</title>
		<link>http://erlang-china.org/study/couchdb-guide.html/comment-page-1#comment-13076</link>
		<dc:creator>jackyz</dc:creator>
		<pubDate>Sun, 24 May 2009 00:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://erlang-china.org/?p=487#comment-13076</guid>
		<description>貌似 couchdb 对 erlang 有一个 native 的 API 。通讯层次与通过 http restful 接口进行访问并不相同。也就是说，可以不启动 mochiweb 而是通过 erlang 的 message 机制与其进行通讯。之前粗粗看过，只是时间久远，已经不大记得清了。 ShiningRay 同学自己 Hack 一下源代码就好。</description>
		<content:encoded><![CDATA[<p>貌似 couchdb 对 erlang 有一个 native 的 API 。通讯层次与通过 http restful 接口进行访问并不相同。也就是说，可以不启动 mochiweb 而是通过 erlang 的 message 机制与其进行通讯。之前粗粗看过，只是时间久远，已经不大记得清了。 ShiningRay 同学自己 Hack 一下源代码就好。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ShiningRay</title>
		<link>http://erlang-china.org/study/couchdb-guide.html/comment-page-1#comment-13072</link>
		<dc:creator>ShiningRay</dc:creator>
		<pubDate>Sat, 23 May 2009 08:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://erlang-china.org/?p=487#comment-13072</guid>
		<description>我郁闷的是，用erlang写的couchdb，用erlang去连居然不是很方便</description>
		<content:encoded><![CDATA[<p>我郁闷的是，用erlang写的couchdb，用erlang去连居然不是很方便</p>
]]></content:encoded>
	</item>
</channel>
</rss>

