<?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>《wp_postmeta文章特殊数据表—WordPress数据库研究（2.6.2版本）#6》的评论</title>
	<atom:link href="http://yangsiwei.com/wp_postmeta-wordpress-database-introduce/feed" rel="self" type="application/rss+xml" />
	<link>http://yangsiwei.com/wp_postmeta-wordpress-database-introduce</link>
	<description>杨思为 &#124; 宝宝博客 &#124; 宝宝照片 &#124; 育儿经验</description>
	<lastBuildDate>Thu, 05 Jan 2012 03:04:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>作者：思为</title>
		<link>http://yangsiwei.com/wp_postmeta-wordpress-database-introduce/comment-page-1#comment-8171</link>
		<dc:creator>思为</dc:creator>
		<pubDate>Thu, 17 Jun 2010 01:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://yangjf.com/blog/?p=492#comment-8171</guid>
		<description>&lt;a href=&quot;#comment-8148&quot; rel=&quot;nofollow&quot;&gt;@千年私服 &lt;/a&gt; 
有什么字段不清楚？</description>
		<content:encoded><![CDATA[<p><a href="#comment-8148" rel="nofollow">@千年私服 </a><br />
有什么字段不清楚？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：千年私服</title>
		<link>http://yangsiwei.com/wp_postmeta-wordpress-database-introduce/comment-page-1#comment-8148</link>
		<dc:creator>千年私服</dc:creator>
		<pubDate>Wed, 16 Jun 2010 03:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://yangjf.com/blog/?p=492#comment-8148</guid>
		<description>您好，看到你的文章很受教育，我想用DELPHI开发一个WORDPRESS发布文章的客户端，因为用后台发文章，里面的文章ID太乱，总自动保存什么的，也不方便，基本想法是，直接写数据库，制定预发布，可是有些字段不知道是什么算法，希望站长能给些见意，我的QQ是87493666，能否加我指点下，感激不尽！</description>
		<content:encoded><![CDATA[<p>您好，看到你的文章很受教育，我想用DELPHI开发一个WORDPRESS发布文章的客户端，因为用后台发文章，里面的文章ID太乱，总自动保存什么的，也不方便，基本想法是，直接写数据库，制定预发布，可是有些字段不知道是什么算法，希望站长能给些见意，我的QQ是87493666，能否加我指点下，感激不尽！</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：思为爸爸</title>
		<link>http://yangsiwei.com/wp_postmeta-wordpress-database-introduce/comment-page-1#comment-3710</link>
		<dc:creator>思为爸爸</dc:creator>
		<pubDate>Wed, 30 Dec 2009 04:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://yangjf.com/blog/?p=492#comment-3710</guid>
		<description>&lt;a href=&quot;#comment-3674&quot; rel=&quot;nofollow&quot;&gt;@薰衣诱惑 &lt;/a&gt; 
meta_key主要作用就是个标识，主要用来存储post信息的自定义字段，自定也字段的信息保存在meta_value中。

例如：文章浏览量通常用meta_key=views来存储，而对应的meta_value就是文章的浏览次数……</description>
		<content:encoded><![CDATA[<p><a href="#comment-3674" rel="nofollow">@薰衣诱惑 </a><br />
meta_key主要作用就是个标识，主要用来存储post信息的自定义字段，自定也字段的信息保存在meta_value中。</p>
<p>例如：文章浏览量通常用meta_key=views来存储，而对应的meta_value就是文章的浏览次数……</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：薰衣诱惑</title>
		<link>http://yangsiwei.com/wp_postmeta-wordpress-database-introduce/comment-page-1#comment-3674</link>
		<dc:creator>薰衣诱惑</dc:creator>
		<pubDate>Tue, 29 Dec 2009 11:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://yangjf.com/blog/?p=492#comment-3674</guid>
		<description>我想询问下option表的meta_key字段作用是什么？因为最近在做自己个博客数据库，可以的话可以QQ联系我317369982谢谢</description>
		<content:encoded><![CDATA[<p>我想询问下option表的meta_key字段作用是什么？因为最近在做自己个博客数据库，可以的话可以QQ联系我317369982谢谢</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：WordPress数据库研究（2.6.2版本）#1 &#124; 剑锋博客-关注WEB应用开发的IT博客</title>
		<link>http://yangsiwei.com/wp_postmeta-wordpress-database-introduce/comment-page-1#comment-3348</link>
		<dc:creator>WordPress数据库研究（2.6.2版本）#1 &#124; 剑锋博客-关注WEB应用开发的IT博客</dc:creator>
		<pubDate>Wed, 29 Oct 2008 02:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://yangjf.com/blog/?p=492#comment-3348</guid>
		<description>[...] 5、wp_postmeta文章特殊信息数据表介绍 [...]</description>
		<content:encoded><![CDATA[<p>[...] 5、wp_postmeta文章特殊信息数据表介绍 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

