<?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/zhaolei254" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/zhaolei254" type="application/rss+xml"></fs:self_link><lastBuildDate>Mon, 23 Jun 2008 10:11:00 GMT</lastBuildDate><title>zhaolei254的专栏</title><description>php学习者</description><link>http://blog.csdn.net/zhaolei254/</link><item><title>php 连接access数据库</title><link>http://blog.csdn.net/zhaolei254/archive/2008/06/23/2577867.aspx</link><wfw:comment>http://blog.csdn.net/zhaolei254/comments/2577867.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhaolei254/comments/commentRss/2577867.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2577867</trackback:ping><description>&amp;lt;?   $dbc=new com(&amp;quot;adodb.connection&amp;quot;);   $dbc-&amp;gt;  &amp;lt;?&amp;#160;&amp;#160; $dbc=new com(&amp;quot;adodb.connection&amp;quot;);&amp;#160;&amp;#160; $dbc-&amp;gt;open(&amp;quot;driver=microsoft access driver (*.mdb);dbq=c:\member.mdb&amp;quot;);&amp;#160;&amp;#160; $rs=$dbc-&amp;gt;execute(&amp;quot;select * from tablename&amp;quot;);&amp;#160;&amp;#160; $i=0;&amp;#160;&amp;#160; while (!$rs-&amp;gt;eof){&amp;#160;&amp;#160; $i+=1&amp;#160;&amp;#160; $fld0=$rs-&amp;gt;fields[&amp;quot;UserName&amp;quot;];&amp;#160;&amp;#160; $fld0=$rs-&amp;gt;fields[&amp;quot;Password&amp;quot;];     ....&amp;#160;&amp;#160; ec&lt;img src =&quot;http://blog.csdn.net/zhaolei254/aggbug/2577867.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 23 Jun 2008 18:11:00 +0800</pubDate><author>zhaolei254</author><comments>http://blog.csdn.net/zhaolei254/archive/2008/06/23/2577867.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhaolei254/archive/2008/06/23/2577867.aspx</guid><dc:creator>zhaolei254</dc:creator></item><item><title>http://www.lovemyweb.cn/ss/</title><link>http://blog.csdn.net/zhaolei254/archive/2008/06/21/2573678.aspx</link><wfw:comment>http://blog.csdn.net/zhaolei254/comments/2573678.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhaolei254/comments/commentRss/2573678.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2573678</trackback:ping><description>http://www.lovemyweb.cn/ss/   baidu   http://www.lovemyweb.cn/c&lt;img src =&quot;http://blog.csdn.net/zhaolei254/aggbug/2573678.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 22 Jun 2008 04:55:00 +0800</pubDate><author>zhaolei254</author><comments>http://blog.csdn.net/zhaolei254/archive/2008/06/21/2573678.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhaolei254/archive/2008/06/21/2573678.aspx</guid><dc:creator>zhaolei254</dc:creator></item><item><title>简单的批量上传</title><link>http://blog.csdn.net/zhaolei254/archive/2008/05/25/2479911.aspx</link><wfw:comment>http://blog.csdn.net/zhaolei254/comments/2479911.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhaolei254/comments/commentRss/2479911.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2479911</trackback:ping><description>搜了好多批量上传的都是收费的,简单写了一个,希望大家给点意见.   shitou254@163.com  &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;   &amp;lt;mx:Application xmlns:mx=&amp;quot;http://www.adobe.com/2006/mxml&amp;quot; initialize=&amp;quot;appinit()&amp;quot; layout=&amp;quot;absolute&amp;quot; height=&amp;quot;610&amp;quot;&amp;gt;    &amp;#160;&amp;#160;&amp;#160; &amp;lt;mx:Script&amp;gt;    &amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;![CDATA[    &amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; import mx.controls.Alert;    &amp;#160;&amp;#160&lt;img src =&quot;http://blog.csdn.net/zhaolei254/aggbug/2479911.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 25 May 2008 22:37:00 +0800</pubDate><author>zhaolei254</author><comments>http://blog.csdn.net/zhaolei254/archive/2008/05/25/2479911.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhaolei254/archive/2008/05/25/2479911.aspx</guid><dc:creator>zhaolei254</dc:creator></item><item><title>php header信息收集(不断修改)</title><link>http://blog.csdn.net/zhaolei254/archive/2008/05/22/2469478.aspx</link><wfw:comment>http://blog.csdn.net/zhaolei254/comments/2469478.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhaolei254/comments/commentRss/2469478.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2469478</trackback:ping><description>header http 标头信息  header(&amp;quot;Content-type: image/jpeg&amp;quot;);    jpg文件的头     header(&amp;quot;Content-type: image/gif&amp;quot;);     gif文件的头     header(&amp;quot;Content-type: image/png&amp;quot;);     png 文件的头     header('Content-Type: application/force-download');     文件下载的头     header(&amp;quot;Content-disposition:atachment; filename=\&amp;quot;shi.wmv\&amp;quot;&amp;quot;);     文件名的头     header(&amp;quot;HTTP/1.0 404 Not Found&amp;quot;);     404     header(&amp;quot;Location: http://www.baidu.com&amp;quot;);&amp;#160; 跳转到 指定的url     heade&lt;img src =&quot;http://blog.csdn.net/zhaolei254/aggbug/2469478.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 22 May 2008 22:20:00 +0800</pubDate><author>zhaolei254</author><comments>http://blog.csdn.net/zhaolei254/archive/2008/05/22/2469478.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhaolei254/archive/2008/05/22/2469478.aspx</guid><dc:creator>zhaolei254</dc:creator></item><item><title>测试图片路径</title><link>http://blog.csdn.net/zhaolei254/archive/2008/05/22/2469430.aspx</link><wfw:comment>http://blog.csdn.net/zhaolei254/comments/2469430.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhaolei254/comments/commentRss/2469430.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2469430</trackback:ping><description>的说法&lt;img src =&quot;http://blog.csdn.net/zhaolei254/aggbug/2469430.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 22 May 2008 22:08:00 +0800</pubDate><author>zhaolei254</author><comments>http://blog.csdn.net/zhaolei254/archive/2008/05/22/2469430.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhaolei254/archive/2008/05/22/2469430.aspx</guid><dc:creator>zhaolei254</dc:creator></item><item><title>开始学习flex</title><link>http://blog.csdn.net/zhaolei254/archive/2008/03/04/2147244.aspx</link><wfw:comment>http://blog.csdn.net/zhaolei254/comments/2147244.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhaolei254/comments/commentRss/2147244.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2147244</trackback:ping><description>flex3已经正事发布了，我也开始学了！&lt;img src =&quot;http://blog.csdn.net/zhaolei254/aggbug/2147244.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 05 Mar 2008 02:36:00 +0800</pubDate><author>zhaolei254</author><comments>http://blog.csdn.net/zhaolei254/archive/2008/03/04/2147244.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhaolei254/archive/2008/03/04/2147244.aspx</guid><dc:creator>zhaolei254</dc:creator></item><item><title>隐私结束时代到来</title><link>http://blog.csdn.net/zhaolei254/archive/2008/03/04/2147243.aspx</link><wfw:comment>http://blog.csdn.net/zhaolei254/comments/2147243.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhaolei254/comments/commentRss/2147243.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2147243</trackback:ping><description>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 自从搜索引擎走入网络，我们的隐私就开始收到了威胁，准确的说是google和baidu开始走入网络开始。我刚开始上网的时候搜索主要用163和搜狐的那搜索引擎就像一个收藏夹资料很大一部分搜不到。但是有了google和baidu后一切都开始变了。 &amp;nbsp;&amp;nbsp; 我有个朋友我没见过她男朋友，有一次聊天我开玩笑说我知道她老公的电话。她说她不信，当时我真的是开玩笑，但是让我没想到的是我真的知道了，我从她的邮箱找到了她在校内上的注册，让后在校内上从她的特别好友里找到了他男朋友，虽然是设置了隐私没法查看，但是名字我是知道了，还有就是知道了她男朋友的QQ,就这些，我开始在baidu和google上搜，我在baidu没有搜到有用的内容，在google里我搜到了，她男朋友在一个地方人才网挂的简历。我把截图给她发过去，她无语了。一般的人才网，51job.com和zhaopin.com一般是拒绝搜索引擎的，但是有些地方性的人才网就不是拒绝搜索引擎的。 &amp;nbsp; 现在流行的facebook式的社交网站，在国内主要是xiaonei.com 51.co&lt;img src =&quot;http://blog.csdn.net/zhaolei254/aggbug/2147243.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 05 Mar 2008 02:35:00 +0800</pubDate><author>zhaolei254</author><comments>http://blog.csdn.net/zhaolei254/archive/2008/03/04/2147243.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhaolei254/archive/2008/03/04/2147243.aspx</guid><dc:creator>zhaolei254</dc:creator></item><item><title>汗，重大发现。</title><link>http://blog.csdn.net/zhaolei254/archive/2008/02/01/2077108.aspx</link><wfw:comment>http://blog.csdn.net/zhaolei254/comments/2077108.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhaolei254/comments/commentRss/2077108.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2077108</trackback:ping><description>我简直要被气死了，从昨天到今天我都为一个xmlhttp的程序烦，知道刚才。这个重大发现就是，firefox的xmlhttp必须同源,就是xmlhttp对象只能向同一服务器发送http请求。从昨天到今天我都一直在测试为什么我的xmlhttp.responseText为什么总是在firefox返回为空，怎么测试都是空的，不可能是我的xmlhttp对象有问题，如果是这样那我的浏览器肯定不能查看ajax框架的网站，我的firefox是bate3的我写的是html我就直接在本地路径测试，d:/xampp/index.html发送的http请求是我的服务器ss.shitou254.net但是无论如果怎么我都在firefox里返回都是空的。status，和其他属性都是正常的。没有任何异常。在ie里一切正常。无奈，我把html换了个访问方式，http://ss.shitou254.net/index.hml 测试一切正常，突然我才明白firefox的xmlhttp不支持向其他服务器发送http请求。&lt;img src =&quot;http://blog.csdn.net/zhaolei254/aggbug/2077108.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 02 Feb 2008 00:14:00 +0800</pubDate><author>zhaolei254</author><comments>http://blog.csdn.net/zhaolei254/archive/2008/02/01/2077108.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhaolei254/archive/2008/02/01/2077108.aspx</guid><dc:creator>zhaolei254</dc:creator></item><item><title>硬盘安装fc8</title><link>http://blog.csdn.net/zhaolei254/archive/2007/12/25/1965775.aspx</link><wfw:comment>http://blog.csdn.net/zhaolei254/comments/1965775.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhaolei254/comments/commentRss/1965775.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1965775</trackback:ping><description>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 前天想下了一个fc8的镜像，但是机子没光驱。就只能硬盘安装，镜像是DVD的安装就简单了，有一个问题是，机子的4个分区都是ntfs格式的，只有最后一留给fc8的12G，一切都准备好了，把fc8镜像里的isolinux中的vmlinuz 和initrd.img放到c:盘根目录，还有fc8的镜像放到一个fat格式盘中，grub for dos都放到c:根目录。最后安装dos之家的dos,因为dos之家的dos我觉得是最好的。 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 重新启动到dos,运行在c:的grub，然后选c 运行命令， &amp;gt;kernel (hd0,0)/vmlinuz &amp;gt;initrd (hd0,0)/initrd.img &amp;gt;boot 引导安装程序启动，但是安装并没有开始选择语言，之类选完，选安装方式选硬盘装，然后选镜像的位置， 最后开始安装，和光盘一样。&lt;img src =&quot;http://blog.csdn.net/zhaolei254/aggbug/1965775.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 25 Dec 2007 16:35:00 +0800</pubDate><author>zhaolei254</author><comments>http://blog.csdn.net/zhaolei254/archive/2007/12/25/1965775.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhaolei254/archive/2007/12/25/1965775.aspx</guid><dc:creator>zhaolei254</dc:creator></item><item><title>对抗网易相册不能贴图（解决）</title><link>http://blog.csdn.net/zhaolei254/archive/2007/12/05/1918611.aspx</link><wfw:comment>http://blog.csdn.net/zhaolei254/comments/1918611.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhaolei254/comments/commentRss/1918611.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1918611</trackback:ping><description>今天新发现的问题，网易相册里的图片不能在当贴图用了所有用了相册里的图片的都来个网易博客内部使用，愤怒死了，有点笨，弄了好半天也没明白怎么实现的，但是自己穷啊，哪来那么多空间啊，网易白送那么多相册空间不用太浪费了，终于被我想出办法，在自己的空间写个程序去那读，163.php  &amp;lt;?php  $img=$_GET['url'];$wimg=file_get_contents($img); echo $wimg; ?&amp;gt; 然后就可以了 http://www.shitou254.net/shitou/test/163.php?url=http://img.photo.163.com/ICRbR7YtlZj9_aT-tu5mdw==/793759434324466628.jpg 贴图了，虽然长了点但好用 其他人也可以使用 把你网易的图片地址前加上http://www.shitou254.net/shitou/test/163.php?url=就可以了。&lt;img src =&quot;http://blog.csdn.net/zhaolei254/aggbug/1918611.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 06 Dec 2007 00:16:00 +0800</pubDate><author>zhaolei254</author><comments>http://blog.csdn.net/zhaolei254/archive/2007/12/05/1918611.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhaolei254/archive/2007/12/05/1918611.aspx</guid><dc:creator>zhaolei254</dc:creator></item></channel></rss>