<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.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:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/shengcha" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/shengcha" type="application/rss+xml"></fs:self_link><lastBuildDate>Wed, 08 Oct 2008 22:55:00 GMT</lastBuildDate><title>生如夏花</title><description>像夏花一样绚烂</description><link>http://blog.csdn.net/shengcha/</link><item><title>PHP Session保存Object</title><link>http://blog.csdn.net/shengcha/archive/2008/10/08/3036584.aspx</link><wfw:comment>http://blog.csdn.net/shengcha/comments/3036584.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/shengcha/comments/commentRss/3036584.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3036584</trackback:ping><description>在PHP中，使用Session保存Object时，PHP会将Object自动序列化。在读取Session变量时，准确地说是在session_start时，PHP会将Session中已序列化的Object反序列化。这时就需要Class的定义，Why？因为序列化时只是保存了Object的属性值。如果Object包含方法，在反序列化时就需要Class定义来还原方法。   通常PHP.ini中可以开启session_auto_start,这样当PHP脚本开始执行时，就会自动将Session中的Object反序列化。但是这个时候我们不会把所有的类定义文件都包含进来。关闭session_auto_start吧，主意不错，把类定义文件全部包含进来之后再调用session_start()函数，问题好像解决了。   等等，每次请求都会使用session中的所有变量吗？不一定吧？那么为什么要把所有类定义文件包含进来呢？要是有100个类定义文件，那不慢死。有没有按需包含类定义文件的方法呢？有！那就是PHP5的__autoload函数。简单地，在PHP脚本的开头定义：  function __autoloa&lt;img src =&quot;http://blog.csdn.net/shengcha/aggbug/3036584.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 09 Oct 2008 06:55:00 +0800</pubDate><author>shengcha</author><comments>http://blog.csdn.net/shengcha/archive/2008/10/08/3036584.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/shengcha/archive/2008/10/08/3036584.aspx</guid><dc:creator>shengcha</dc:creator></item><item><title>YUI之DataTable（未完待续）</title><link>http://blog.csdn.net/shengcha/archive/2008/10/03/3014859.aspx</link><wfw:comment>http://blog.csdn.net/shengcha/comments/3014859.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/shengcha/comments/commentRss/3014859.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3014859</trackback:ping><description>最近在用PHP做一个MySQL数据表生成XML模式的工具，想给它加个GUI，于是想到了YUI，一番鼓捣以后，初步了解了YUI的DataTable到用法。于是把它写下来方便以后查阅。  任务1：从服务器读取数据，然后使用DataTable显示    Mission start!  &amp;#160;  1.放几个输入框在页面上，以便输入服务器需要的参数。我这里是这样的：  &amp;#160;&amp;#160;&amp;#160; &amp;lt;div id=&amp;quot;div_login&amp;quot;&amp;gt;    &amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;div id=&amp;quot;div_login_host&amp;quot;&amp;gt;     &amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;span&amp;gt;Host:&amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;     &amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160&lt;img src =&quot;http://blog.csdn.net/shengcha/aggbug/3014859.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 03 Oct 2008 23:49:00 +0800</pubDate><author>shengcha</author><comments>http://blog.csdn.net/shengcha/archive/2008/10/03/3014859.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/shengcha/archive/2008/10/03/3014859.aspx</guid><dc:creator>shengcha</dc:creator></item><item><title>一个匹配 关键字=&quot;值&quot; 的正则</title><link>http://blog.csdn.net/shengcha/archive/2008/02/23/2115959.aspx</link><wfw:comment>http://blog.csdn.net/shengcha/comments/2115959.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/shengcha/comments/commentRss/2115959.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2115959</trackback:ping><description>(\w+)\s*=\s*&quot;([^&quot;\\]*(?:\\.[^&quot;\\]*)*)&quot;&lt;img src =&quot;http://blog.csdn.net/shengcha/aggbug/2115959.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 24 Feb 2008 06:18:00 +0800</pubDate><author>shengcha</author><comments>http://blog.csdn.net/shengcha/archive/2008/02/23/2115959.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/shengcha/archive/2008/02/23/2115959.aspx</guid><dc:creator>shengcha</dc:creator></item><item><title>Executing a batch in a transaction－－PHP DATA OBJECT（PDO）事务处理中的批量操作</title><link>http://blog.csdn.net/shengcha/archive/2006/12/08/1435380.aspx</link><wfw:comment>http://blog.csdn.net/shengcha/comments/1435380.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/shengcha/comments/commentRss/1435380.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1435380</trackback:ping><description>PHP手册上关于PDO中事务处理的批量操作&lt;img src =&quot;http://blog.csdn.net/shengcha/aggbug/1435380.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 09 Dec 2006 05:27:00 +0800</pubDate><author>shengcha</author><comments>http://blog.csdn.net/shengcha/archive/2006/12/08/1435380.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/shengcha/archive/2006/12/08/1435380.aspx</guid><dc:creator>shengcha</dc:creator></item><item><title>Torrent文件解码-PHP实现</title><link>http://blog.csdn.net/shengcha/archive/2006/10/27/1352800.aspx</link><wfw:comment>http://blog.csdn.net/shengcha/comments/1352800.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/shengcha/comments/commentRss/1352800.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1352800</trackback:ping><description>PHP实现的Torrent文件解码器&lt;img src =&quot;http://blog.csdn.net/shengcha/aggbug/1352800.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 27 Oct 2006 08:59:00 +0800</pubDate><author>shengcha</author><comments>http://blog.csdn.net/shengcha/archive/2006/10/27/1352800.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/shengcha/archive/2006/10/27/1352800.aspx</guid><dc:creator>shengcha</dc:creator></item></channel></rss>