<?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://jingpin.org/keso/feed/" rel="self" type="application/rss+xml" /><link>http://jingpin.org/keso/</link> <description></description> <lastBuildDate>Wed, 25 Jan 2012 12:59:09 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>作者：Estyle</title><link>http://jingpin.org/keso/comment-page-1/#comment-2195</link> <dc:creator>Estyle</dc:creator> <pubDate>Mon, 23 Jun 2008 11:09:54 +0000</pubDate> <guid isPermaLink="false">http://jingpin.org/?p=35#comment-2195</guid> <description>另外，我又看了看： 好像直接进后台修改，也不太妥当。 比如本文中的“Pagerank 排名”，中间有空格，Pagerank又是加了空格的，就不能用我说的方法直接改，唉。</description> <content:encoded><![CDATA[<p>另外，我又看了看：<br /> 好像直接进后台修改，也不太妥当。<br /> 比如本文中的“Pagerank 排名”，中间有空格，Pagerank又是加了空格的，就不能用我说的方法直接改，唉。</p> ]]></content:encoded> </item> <item><title>作者：Estyle</title><link>http://jingpin.org/keso/comment-page-1/#comment-2194</link> <dc:creator>Estyle</dc:creator> <pubDate>Mon, 23 Jun 2008 11:08:07 +0000</pubDate> <guid isPermaLink="false">http://jingpin.org/?p=35#comment-2194</guid> <description>晕，那可麻烦了。 那要不你弄一个临时受限的PHPMYADMIN的帐号，我去看看是怎么回事？ PS：我也不知道临时受限帐号怎么弄，呵呵，MYSQL不熟。</description> <content:encoded><![CDATA[<p>晕，那可麻烦了。<br /> 那要不你弄一个临时受限的PHPMYADMIN的帐号，我去看看是怎么回事？<br /> PS：我也不知道临时受限帐号怎么弄，呵呵，MYSQL不熟。</p> ]]></content:encoded> </item> <item><title>作者：Young</title><link>http://jingpin.org/keso/comment-page-1/#comment-2156</link> <dc:creator>Young</dc:creator> <pubDate>Sun, 22 Jun 2008 13:43:30 +0000</pubDate> <guid isPermaLink="false">http://jingpin.org/?p=35#comment-2156</guid> <description>@Estyle, Sorry, but it didn&#039;t work, and just mentoined:错误 有可能您发现了 SQL 分析器的臭虫。------</description> <content:encoded><![CDATA[<p>@Estyle, Sorry, but it didn&#8217;t work, and just mentoined:</p><p>错误<br /> 有可能您发现了 SQL 分析器的臭虫。&#8212;&#8212;</p> ]]></content:encoded> </item> <item><title>作者：Estyle</title><link>http://jingpin.org/keso/comment-page-1/#comment-2055</link> <dc:creator>Estyle</dc:creator> <pubDate>Fri, 20 Jun 2008 17:08:06 +0000</pubDate> <guid isPermaLink="false">http://jingpin.org/?p=35#comment-2055</guid> <description>勘误：代码第二行的set name是错误的，name应该替换为存放正文的字段名。 我查了一下，好像WP默认的表明和字段名就是我猜的那个，那么代码就是这样： update wp_posts set post_content=replace(post_content,’PageRank排名’,&#039;PageRank值’)</description> <content:encoded><![CDATA[<p>勘误：代码第二行的set name是错误的，name应该替换为存放正文的字段名。<br /> 我查了一下，好像WP默认的表明和字段名就是我猜的那个，那么代码就是这样：<br /> update wp_posts<br /> set post_content=replace(post_content,’PageRank排名’,&#8217;PageRank值’)</p> ]]></content:encoded> </item> <item><title>作者：Estyle</title><link>http://jingpin.org/keso/comment-page-1/#comment-2054</link> <dc:creator>Estyle</dc:creator> <pubDate>Fri, 20 Jun 2008 17:04:55 +0000</pubDate> <guid isPermaLink="false">http://jingpin.org/?p=35#comment-2054</guid> <description>老young，进入phpMyAdmin，选中WP的数据库，然后点左上方写有“SQL”的按钮，弹出SQL运行框，接着输入： update 【WP储存文章的表名，我猜是wp_posts或者类似】 set name=replace(【该表中存放正文的字段名，我猜是post_content或者类似】,&#039;PageRank排名&#039;,&#039;PageRank值&#039;) PS：不含这两个符号【】。 然后执行即可。 可能摘要或者其它什么地方也需要改，你研究研究吧？记得备份先。</description> <content:encoded><![CDATA[<p>老young，进入phpMyAdmin，选中WP的数据库，然后点左上方写有“SQL”的按钮，弹出SQL运行框，接着输入：<br /> update 【WP储存文章的表名，我猜是wp_posts或者类似】<br /> set name=replace(【该表中存放正文的字段名，我猜是post_content或者类似】,&#8217;PageRank排名&#8217;,'PageRank值&#8217;)<br /> PS：不含这两个符号【】。<br /> 然后执行即可。<br /> 可能摘要或者其它什么地方也需要改，你研究研究吧？记得备份先。</p> ]]></content:encoded> </item> <item><title>作者：Young</title><link>http://jingpin.org/keso/comment-page-1/#comment-2051</link> <dc:creator>Young</dc:creator> <pubDate>Fri, 20 Jun 2008 16:42:05 +0000</pubDate> <guid isPermaLink="false">http://jingpin.org/?p=35#comment-2051</guid> <description>@Estyle，这个我还不会。</description> <content:encoded><![CDATA[<p>@Estyle，这个我还不会。</p> ]]></content:encoded> </item> <item><title>作者：Estyle</title><link>http://jingpin.org/keso/comment-page-1/#comment-2017</link> <dc:creator>Estyle</dc:creator> <pubDate>Fri, 20 Jun 2008 01:03:56 +0000</pubDate> <guid isPermaLink="false">http://jingpin.org/?p=35#comment-2017</guid> <description>老young： PHPMYADMIN，SQL，1分钟搞定，哇咔咔。</description> <content:encoded><![CDATA[<p>老young：<br /> PHPMYADMIN，SQL，1分钟搞定，哇咔咔。</p> ]]></content:encoded> </item> <item><title>作者：Young</title><link>http://jingpin.org/keso/comment-page-1/#comment-2004</link> <dc:creator>Young</dc:creator> <pubDate>Thu, 19 Jun 2008 16:28:18 +0000</pubDate> <guid isPermaLink="false">http://jingpin.org/?p=35#comment-2004</guid> <description>@Poshi, 我会抽个时间把所有的PageRank排名都改为PageRank值，谢谢提醒！</description> <content:encoded><![CDATA[<p>@Poshi, 我会抽个时间把所有的PageRank排名都改为PageRank值，谢谢提醒！</p> ]]></content:encoded> </item> <item><title>作者：Poshi</title><link>http://jingpin.org/keso/comment-page-1/#comment-1983</link> <dc:creator>Poshi</dc:creator> <pubDate>Thu, 19 Jun 2008 06:25:44 +0000</pubDate> <guid isPermaLink="false">http://jingpin.org/?p=35#comment-1983</guid> <description>啊？那以前的就不改啦？</description> <content:encoded><![CDATA[<p>啊？那以前的就不改啦？</p> ]]></content:encoded> </item> <item><title>作者：Young</title><link>http://jingpin.org/keso/comment-page-1/#comment-1934</link> <dc:creator>Young</dc:creator> <pubDate>Wed, 18 Jun 2008 10:16:29 +0000</pubDate> <guid isPermaLink="false">http://jingpin.org/?p=35#comment-1934</guid> <description>@Poshi, PageRank根据Google的翻譯是指&quot;网頁排名&quot;﹐后面再加上&quot;排名&quot;确實有不妥﹐下次一定改正﹐謝謝指正﹒ @Upey! 那就是免費廣告﹐哈哈﹒</description> <content:encoded><![CDATA[<p>@Poshi, PageRank根据Google的翻譯是指”网頁排名”﹐后面再加上”排名”确實有不妥﹐下次一定改正﹐謝謝指正﹒<br /> @Upey! 那就是免費廣告﹐哈哈﹒</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching using disk: basic
Object Caching 423/424 objects using disk: basic

Served from: jingpin.org @ 2012-02-09 15:12:54 -->
