<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feed.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feed.iwalking.org" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feed.feedsky.com/iwalking" type="application/rss+xml"></fs:self_link><lastBuildDate>Mon, 11 May 2009 02:49:29 GMT</lastBuildDate><title>iwalking</title><description>步走在神秘的路上，从窄缝里观望世界的变迁...</description><link>http://www.iwalking.org</link><language>en</language><pubDate>Mon, 11 May 2009 02:49:29 GMT</pubDate><item><title>DEDECMS建立模型及分表操作实战分享</title><link>http://item.feedsky.com/~feedsky/iwalking/~7117418/214860611/5226056/1/item.html</link><wfw:commentRss>http://www.iwalking.org/cms/dedecms-mysql-tables/feed/</wfw:commentRss><description>首先，要先建立一个模型，建立模型的方法寂寞天涯已经写过专门的教程，不过要注意的是建立模型之后要新建一个字段，名字是：文章正文，英文名是：body，要选择html文本存储模式。固定发...</description><category>DedeCms</category><category>模型</category><category>CMS开源</category><category>分表</category><pubDate>Mon, 11 May 2009 10:49:29 +0800</pubDate><author>iwalking</author><comments>http://www.iwalking.org/cms/dedecms-mysql-tables/#comments</comments><guid isPermaLink="false">http://www.iwalking.org/?p=96</guid><dc:creator>iwalking</dc:creator><fs:srclink>http://www.iwalking.org/cms/dedecms-mysql-tables/</fs:srclink><fs:srcfeed>http://www.iwalking.org/feed/</fs:srcfeed><fs:itemid>feedsky/iwalking/~7117418/214860611/5226056</fs:itemid></item><item><title>php浏览历史程序代码</title><link>http://item.feedsky.com/~feedsky/iwalking/~7117418/214860612/5226056/1/item.html</link><wfw:commentRss>http://www.iwalking.org/php-mysql/php-history/feed/</wfw:commentRss><description>相信很多人在做网站的时候都需要用到此功能：浏览历史
即要记录用户在网站上的行为，很多人都明白要用cookie来实现，但具体怎么做会比较合理，并且代码比较精简呢？这的确会难到不少人...</description><category>history</category><category>浏览历史</category><category>PHP</category><category>php和mysql</category><pubDate>Thu, 26 Mar 2009 00:27:50 +0800</pubDate><author>iwalking</author><comments>http://www.iwalking.org/php-mysql/php-history/#comments</comments><guid isPermaLink="false">http://www.iwalking.org/?p=94</guid><dc:creator>iwalking</dc:creator><fs:srclink>http://www.iwalking.org/php-mysql/php-history/</fs:srclink><fs:srcfeed>http://www.iwalking.org/feed/</fs:srcfeed><fs:itemid>feedsky/iwalking/~7117418/214860612/5226056</fs:itemid></item><item><title>wordpress 模板条件判断函数</title><link>http://item.feedsky.com/~feedsky/iwalking/~7117418/214860613/5226056/1/item.html</link><wfw:commentRss>http://www.iwalking.org/wordpress/wordpress-if/feed/</wfw:commentRss><description>如果你想在wordpress模板中条件的显示部分内容，下面的条件判断你也许用得上，简单举例，如果你仅仅希望在具体的文章页面显示一个函数，你可以这样写
//这里写你想显示的内容，包括函数
...</description><category>wordpress</category><category>判断函数</category><pubDate>Sat, 21 Feb 2009 14:28:36 +0800</pubDate><author>iwalking</author><comments>http://www.iwalking.org/wordpress/wordpress-if/#comments</comments><guid isPermaLink="false">http://www.iwalking.org/?p=92</guid><dc:creator>iwalking</dc:creator><fs:srclink>http://www.iwalking.org/wordpress/wordpress-if/</fs:srclink><fs:srcfeed>http://www.iwalking.org/feed/</fs:srcfeed><fs:itemid>feedsky/iwalking/~7117418/214860613/5226056</fs:itemid></item><item><title>修改dedecms之channelArtlist标签,去掉table</title><link>http://item.feedsky.com/~feedsky/iwalking/~7117418/214860614/5226056/1/item.html</link><wfw:commentRss>http://www.iwalking.org/cms/dedecms-channelartlist-table/feed/</wfw:commentRss><description>用记事本打开include/inc_arcpart_view.php ,找到：
if($col&amp;#62;1){ $artlist = &amp;#8220;&amp;#60;table width=&amp;#8217;$tablewidth&amp;#8217; border=&amp;#8217;0&amp;#8242; cellspacing=&amp;#8217;0&amp;#8242; cellpadding=&amp;#8217;0&amp;#8242;&amp;#62;\r\n&amp;#8221;; }
修改为：
if($col&amp;...</description><category>DedeCms</category><category>channelArtlist</category><category>table</category><category>CMS开源</category><pubDate>Tue, 11 Nov 2008 21:49:57 +0800</pubDate><author>iwalking</author><comments>http://www.iwalking.org/cms/dedecms-channelartlist-table/#comments</comments><guid isPermaLink="false">http://www.iwalking.org/?p=88</guid><dc:creator>iwalking</dc:creator><fs:srclink>http://www.iwalking.org/cms/dedecms-channelartlist-table/</fs:srclink><fs:srcfeed>http://www.iwalking.org/feed/</fs:srcfeed><fs:itemid>feedsky/iwalking/~7117418/214860614/5226056</fs:itemid></item><item><title>DedeCms的程序文档对照表</title><link>http://item.feedsky.com/~feedsky/iwalking/~7117418/214860615/5226056/1/item.html</link><wfw:commentRss>http://www.iwalking.org/web/dedecms-files-intro/feed/</wfw:commentRss><description>根目录
/dede 管理后台目录
/freelist 自由文档列表生成目录
/html 默认文章生成目录
/include 程序核心文件目录
/member 会员管理目录
/plus 插件及辅助功能目录
/setup 安装目录
/special 专题生成目录
/tem...</description><category>DedeCms</category><category>web前端技术</category><category>对照表</category><pubDate>Mon, 03 Nov 2008 12:17:48 +0800</pubDate><author>iwalking</author><comments>http://www.iwalking.org/web/dedecms-files-intro/#comments</comments><guid isPermaLink="false">http://www.iwalking.org/?p=85</guid><dc:creator>iwalking</dc:creator><fs:srclink>http://www.iwalking.org/web/dedecms-files-intro/</fs:srclink><fs:srcfeed>http://www.iwalking.org/feed/</fs:srcfeed><fs:itemid>feedsky/iwalking/~7117418/214860615/5226056</fs:itemid></item><item><title>Win2008下的IIS7与PHP相关问题</title><link>http://item.feedsky.com/~feedsky/iwalking/~7117418/214860616/5226056/1/item.html</link><wfw:commentRss>http://www.iwalking.org/php-mysql/win2008-iis7-php-cgi/feed/</wfw:commentRss><description>导读：本文主要是介绍在 Win2008 的 IIS7 中配置和使用 PHP  的相关问题。注意，本文是针对  Win2008 全新的讲解，力求使用上的完美和配置上的简捷。
先推荐下载个视频（虽然是英文的，但是也可...</description><enclosure url="http://wallpaper.iis7.org/videos/php-fastCGI.wmv" length="21979513" type="video/x-ms-wmv"></enclosure><category>Windows 2008</category><category>PHP</category><category>php和mysql</category><category>IIS7</category><category>服务器知识</category><pubDate>Thu, 30 Oct 2008 20:07:45 +0800</pubDate><author>iwalking</author><comments>http://www.iwalking.org/php-mysql/win2008-iis7-php-cgi/#comments</comments><guid isPermaLink="false">http://www.iwalking.org/?p=83</guid><dc:creator>iwalking</dc:creator><fs:srclink>http://www.iwalking.org/php-mysql/win2008-iis7-php-cgi/</fs:srclink><fs:srcfeed>http://www.iwalking.org/feed/</fs:srcfeed><fs:itemid>feedsky/iwalking/~7117418/214860616/5226056</fs:itemid></item><item><title>verycms调用当日，本月最热点击文章</title><link>http://item.feedsky.com/~feedsky/iwalking/~7117418/214860617/5226056/1/item.html</link><wfw:commentRss>http://www.iwalking.org/cms/verycms-today-month-aim/feed/</wfw:commentRss><description>作为verycms的fans之一，怎能不作一点点贡献以表达我的忠诚呢。
verycms是我最早使用的一款cms系统，他的模板功能确实很简单很实用，尤其他的模板可以解析PHP脚本，这就可以增加一些复杂的调...</description><category>verycms</category><category>最热点击</category><category>CMS开源</category><pubDate>Tue, 07 Oct 2008 14:45:40 +0800</pubDate><author>iwalking</author><comments>http://www.iwalking.org/cms/verycms-today-month-aim/#comments</comments><guid isPermaLink="false">http://www.iwalking.org/?p=80</guid><dc:creator>iwalking</dc:creator><fs:srclink>http://www.iwalking.org/cms/verycms-today-month-aim/</fs:srclink><fs:srcfeed>http://www.iwalking.org/feed/</fs:srcfeed><fs:itemid>feedsky/iwalking/~7117418/214860617/5226056</fs:itemid></item><item><title>MYSQL数据库问题及解决方法整理</title><link>http://item.feedsky.com/~feedsky/iwalking/~7117418/214860618/5226056/1/item.html</link><wfw:commentRss>http://www.iwalking.org/php-mysql/mysql-solve-problem/feed/</wfw:commentRss><description>一、Can&amp;#8217;t connect to MySQL server on &amp;#8216;localhost&amp;#8217; (10061)
翻译：不能连接到 localhost 上的mysql
分析：这说明“localhost”计算机是存在的，但在这台机器上却没提供MySQL服务。
需要启动这台机器...</description><category>mysql</category><category>php和mysql</category><pubDate>Thu, 11 Sep 2008 17:00:57 +0800</pubDate><author>iwalking</author><comments>http://www.iwalking.org/php-mysql/mysql-solve-problem/#comments</comments><guid isPermaLink="false">http://www.iwalking.org/?p=77</guid><dc:creator>iwalking</dc:creator><fs:srclink>http://www.iwalking.org/php-mysql/mysql-solve-problem/</fs:srclink><fs:srcfeed>http://www.iwalking.org/feed/</fs:srcfeed><fs:itemid>feedsky/iwalking/~7117418/214860618/5226056</fs:itemid></item><item><title>MySQL忘记root密码修改方法</title><link>http://item.feedsky.com/~feedsky/iwalking/~7117418/214860619/5226056/1/item.html</link><wfw:commentRss>http://www.iwalking.org/php-mysql/mysql-root-modify/feed/</wfw:commentRss><description>在windows下：
打开命令行窗口，停止mysql服务： Net stop mysql
启动mysql，一般到mysql的安装路径，找到 mysqld-nt.exe
执行：mysqld-nt - -skip-grant-tables 当前窗口将会停止。
另外打开一个命令行窗口，执行...</description><category>root</category><category>mysql</category><category>php和mysql</category><category>密码修改</category><pubDate>Tue, 02 Sep 2008 10:21:12 +0800</pubDate><author>iwalking</author><comments>http://www.iwalking.org/php-mysql/mysql-root-modify/#comments</comments><guid isPermaLink="false">http://www.iwalking.org/?p=70</guid><dc:creator>iwalking</dc:creator><fs:srclink>http://www.iwalking.org/php-mysql/mysql-root-modify/</fs:srclink><fs:srcfeed>http://www.iwalking.org/feed/</fs:srcfeed><fs:itemid>feedsky/iwalking/~7117418/214860619/5226056</fs:itemid></item><item><title>IIS出现401错误三种解决方案</title><link>http://item.feedsky.com/~feedsky/iwalking/~7117418/214860620/5226056/1/item.html</link><wfw:commentRss>http://www.iwalking.org/iis-apache/iis-401/feed/</wfw:commentRss><description>1、错误号401.1
症状：HTTP 错误 401.1 - 未经授权：访问由于凭据无效被拒绝。
分析：
由于用户匿名访问使用的账号(默认是IUSR_机器名)被禁用，或者没有权限访问计算机，将造成用户无法访问。
...</description><category>iis</category><category>服务器知识</category><category>401</category><pubDate>Mon, 01 Sep 2008 19:30:37 +0800</pubDate><author>iwalking</author><comments>http://www.iwalking.org/iis-apache/iis-401/#comments</comments><guid isPermaLink="false">http://www.iwalking.org/?p=68</guid><dc:creator>iwalking</dc:creator><fs:srclink>http://www.iwalking.org/iis-apache/iis-401/</fs:srclink><fs:srcfeed>http://www.iwalking.org/feed/</fs:srcfeed><fs:itemid>feedsky/iwalking/~7117418/214860620/5226056</fs:itemid></item></channel></rss>