<?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:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/feng2375" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/feng2375" type="application/rss+xml"></fs:self_link><lastBuildDate>Wed, 06 Jan 2010 09:51:00 GMT</lastBuildDate><title>feng2375的专栏</title><description>CSDN博客聚合服务</description><link>http://blog.csdn.net/blogrss.aspx?username=feng2375</link><item><title>ASP中使用XMLHTTP或ServerXMLHTTP读取远程数据</title><link>http://blog.csdn.net/feng2375/archive/2010/01/06/5144859.aspx</link><description>&lt;br /&gt;照例使用xmlhttp同步方式获取数据,可是由于网络不稳定,经常造成'死锁'状况,既send之后一直不返回服务器结果,也不出错. &lt;br /&gt;&lt;br /&gt;被这个问题折磨了好久,最后才查到还有ServerxmlHTTP这个对象,看了介绍才知道它才是天生为了服务器端获取其他网站信息设计的.利用他的超时机制，问题轻松解决:D &lt;br /&gt;&lt;br /&gt;参考： &lt;br /&gt;&lt;br /&gt;http://support.microsoft.com/kb/290761/zh-cn &lt;br /&gt;&lt;br /&gt;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xmlsdk/html/97884cf6-5fdf-4b1f-8273-73c0e098b8f3.asp &lt;br /&gt;&lt;br /&gt;下面付简单封装了ServerxmlHTTP的简单类,共参考: &lt;br /&gt;&lt;% &lt;br /&gt;&lt;br /&gt;'使用范例 &lt;br /&gt;'读取URL 的HTML &lt;br /&gt;dim myHttp &lt;br /&gt;set myHttp=new xht&lt;img src=&quot;http://www1.feedsky.com/t1/319505765/feng2375/csdn.net/s.gif?r=http://blog.csdn.net/feng2375/archive/2010/01/06/5144859.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/feng2375/319505765/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/feng2375/319505765/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 06 Jan 2010 17:51:00 +0800</pubDate><author>feng2375</author><guid isPermaLink="false">http://blog.csdn.net/feng2375/archive/2010/01/06/5144859.aspx</guid><dc:creator>feng2375</dc:creator><fs:srclink>http://blog.csdn.net/feng2375/archive/2010/01/06/5144859.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/feng2375/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/feng2375/~5909795/319505765/4038227</fs:itemid></item><item><title>js 捕捉url参数</title><link>http://blog.csdn.net/feng2375/archive/2010/01/05/5136919.aspx</link><description>&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/319187591/feng2375/csdn.net/s.gif?r=http://blog.csdn.net/feng2375/archive/2010/01/05/5136919.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/feng2375/319187591/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/feng2375/319187591/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 05 Jan 2010 17:01:00 +0800</pubDate><author>feng2375</author><guid isPermaLink="false">http://blog.csdn.net/feng2375/archive/2010/01/05/5136919.aspx</guid><dc:creator>feng2375</dc:creator><fs:srclink>http://blog.csdn.net/feng2375/archive/2010/01/05/5136919.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/feng2375/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/feng2375/~5909795/319187591/4038227</fs:itemid></item><item><title>IIS修改注册表扩大内存使用</title><link>http://blog.csdn.net/feng2375/archive/2009/12/22/5054375.aspx</link><description>&lt;br /&gt;注册表键值的修改还是需要和实际的网站的实际情况想对应的，比如说这个站是动态的还是静态的，每个页面的文件有多大，站点的内容是不是时时更新的等等。提升IIS性能要对症下药。&lt;br /&gt;      DisableMemoryCache&lt;br /&gt;      作用：禁用服务器缓存。要确保在所有产品服务器上将此参数设置为 0。如果将此参数设置为 1，那么就会禁用静态文件缓存。尽管禁用缓存可能会对调试有用，但这样做会严重降低产品服务器的性能。&lt;br /&gt;      注册表路径：HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\InetInfo\Parameters&lt;br /&gt;      数据类型：REG_DWORD&lt;br /&gt;      默认值：0（已禁用）&lt;br /&gt;      范围：0 - 1&lt;br /&gt;      MaxCachedFileSize&lt;br /&gt;      作用：确定可以放在缓存中的文件的最大大小。IIS 不缓存大于 MaxCachedFileSize 字节的文件。如果您正在运行专用的大型 Web 服务器，您可&lt;img src=&quot;http://www1.feedsky.com/t1/319187592/feng2375/csdn.net/s.gif?r=http://blog.csdn.net/feng2375/archive/2009/12/22/5054375.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/feng2375/319187592/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/feng2375/319187592/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 22 Dec 2009 11:14:00 +0800</pubDate><author>feng2375</author><guid isPermaLink="false">http://blog.csdn.net/feng2375/archive/2009/12/22/5054375.aspx</guid><dc:creator>feng2375</dc:creator><fs:srclink>http://blog.csdn.net/feng2375/archive/2009/12/22/5054375.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/feng2375/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/feng2375/~5909795/319187592/4038227</fs:itemid></item><item><title>DOS命令</title><link>http://blog.csdn.net/feng2375/archive/2009/12/10/4980530.aspx</link><description>&lt;br /&gt;&lt;br /&gt;　　DOS命令&lt;br /&gt;　　（一）MD——建立子目录&lt;br /&gt;　　1．功能：创建新的子目录&lt;br /&gt;　　2．类型：内部命令&lt;br /&gt;　　3．格式：MD[盘符：][路径名]〈子目录名〉&lt;br /&gt;　　4．使用说明：&lt;br /&gt;　　（1）“盘符”：指定要建立子目录的磁盘驱动器字母，若省略，则为当前驱动器；&lt;br /&gt;　　（2）“路径名”：要建立的子目录的上级目录名，若缺省则建在当前目录下。&lt;br /&gt;　　例：（1）在C盘的根目录下创建名为FOX的子目录；（2）在FOX子目录下再创建USER子目录。&lt;br /&gt;　　C：、＞MD FOX （在当前驱动器C盘下创建子目录FOX）&lt;br /&gt;　　C：、＞MD FOX 、USER （在FOX 子目录下再创建USER子目录）&lt;br /&gt;　　（二）CD——改变当前目录&lt;br /&gt;　　1．功能：显示当前目录&lt;br /&gt;　　2．类型：内部命令&lt;br /&gt;　　3．格式：CD[盘符：][路径名][子目录名]&lt;br /&gt;　　4．使用说明：&lt;br /&gt;　　（1）如果省略路径和子目录名则显示当前目录；&lt;br /&gt;　　（2）如采用“CD&lt;img src=&quot;http://www1.feedsky.com/t1/319187593/feng2375/csdn.net/s.gif?r=http://blog.csdn.net/feng2375/archive/2009/12/10/4980530.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/feng2375/319187593/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/feng2375/319187593/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 10 Dec 2009 16:40:00 +0800</pubDate><author>feng2375</author><guid isPermaLink="false">http://blog.csdn.net/feng2375/archive/2009/12/10/4980530.aspx</guid><dc:creator>feng2375</dc:creator><fs:srclink>http://blog.csdn.net/feng2375/archive/2009/12/10/4980530.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/feng2375/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/feng2375/~5909795/319187593/4038227</fs:itemid></item><item><title>存储过程删除局域网文件</title><link>http://blog.csdn.net/feng2375/archive/2009/12/02/4922779.aspx</link><description>&lt;br /&gt;    exec master..xp_cmdshell'net use z: \\IP\盘符$\站点文件\子文件夹 &quot;登录密码&quot; /user:IP\用户名' &lt;br /&gt;    declare @kh_id varchar(20)&lt;br /&gt;    declare @return int&lt;br /&gt;    declare @filepath varchar(500)&lt;br /&gt;    declare @files varchar(200)&lt;br /&gt;    declare @sql varchar(500)&lt;br /&gt;    set @files='z:\'&lt;br /&gt;    set @return =0&lt;br /&gt;    declare mycur  cursor for&lt;br /&gt;    select a.kh_id FROM client as a &lt;br /&gt;&lt;br /&gt;    open mycur&lt;br /&gt;    fetch next from mycur into @kh_id&lt;br /&gt;    while @@fetch_status=0&lt;img src=&quot;http://www1.feedsky.com/t1/319187594/feng2375/csdn.net/s.gif?r=http://blog.csdn.net/feng2375/archive/2009/12/02/4922779.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/feng2375/319187594/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/feng2375/319187594/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 02 Dec 2009 11:04:00 +0800</pubDate><author>feng2375</author><guid isPermaLink="false">http://blog.csdn.net/feng2375/archive/2009/12/02/4922779.aspx</guid><dc:creator>feng2375</dc:creator><fs:srclink>http://blog.csdn.net/feng2375/archive/2009/12/02/4922779.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/feng2375/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/feng2375/~5909795/319187594/4038227</fs:itemid></item><item><title>mysql的备份和恢复</title><link>http://blog.csdn.net/feng2375/archive/2009/06/01/4233496.aspx</link><description>&lt;br /&gt;还原或者导入数据库命令：&lt;br /&gt;&lt;br /&gt;mysql -u root --password=root &lt;br /&gt;&lt;br /&gt;备份数据库命令: &lt;br /&gt;&lt;br /&gt;mysqldump -u root --password=root --database  helloworld &gt;helloworld_backup.sql&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;其他用法: &lt;br /&gt;&lt;br /&gt;1.导出整个数据库&lt;br /&gt;mysqldump -u 用户名 -p 数据库名 &gt; 导出的文件名   &lt;br /&gt;mysqldump -u wcnc -p smgp_apps_wcnc &gt; wcnc.sql&lt;br /&gt;2.导出一个表&lt;br /&gt;mysqldump -u 用户名 -p 数据库名表名&gt; 导出的文件名&lt;br /&gt;mysqldump -u wcnc -p smgp_apps_wcnc users&gt; wcnc_users.sql&lt;br /&gt;3.导出一个数据库结构&lt;br /&gt;   mysqldump -u wcnc -p -d --add-drop-table smgp_a&lt;img src=&quot;http://www1.feedsky.com/t1/319187595/feng2375/csdn.net/s.gif?r=http://blog.csdn.net/feng2375/archive/2009/06/01/4233496.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/feng2375/319187595/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/feng2375/319187595/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 01 Jun 2009 16:54:00 +0800</pubDate><author>feng2375</author><guid isPermaLink="false">http://blog.csdn.net/feng2375/archive/2009/06/01/4233496.aspx</guid><dc:creator>feng2375</dc:creator><fs:srclink>http://blog.csdn.net/feng2375/archive/2009/06/01/4233496.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/feng2375/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/feng2375/~5909795/319187595/4038227</fs:itemid></item><item><title>Adobe Dreamweaver CS4可用序列号（破解方法）</title><link>http://blog.csdn.net/feng2375/archive/2009/05/10/4165066.aspx</link><description>&lt;br /&gt;Adobe Dreamweaver CS4 beta 序列号（注册码）:. 1192-1261-5493-3634-4588-8338. &lt;br /&gt;Adobe Dreamweaver CS4 beta 点击下载 注册码：1192-1413-8739-4724-1366-4303 &lt;br /&gt;Adobe Flash CS4 序列号:1325-1512-9350-7948-8837-8750&lt;br /&gt;注意:安装Dreamweaver CS4后，先不要输入序列号，要先在防火墙封掉Dreamweaver.exe&lt;br /&gt;&lt;br /&gt;打开*:\WINDOWS\system32\drivers\etc\hosts 这个文件, 在里面加入一节:&lt;br /&gt;127.0.0.1 practivate.adobe.com&lt;br /&gt;聪明的孩子知道我们的目的了吧? 对! 就是让它去验证的时候把验证信息发给我们自己的电脑-_- 我们的电脑当然不会验证通过,于是就Timeout, 于是产品也就不会出现序列号过时了。&lt;br /&gt;Adobe DreamweaverCS4 beta 下载地址+序列&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/feng2375/319187596/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/feng2375/319187596/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 10 May 2009 11:41:00 +0800</pubDate><author>feng2375</author><guid isPermaLink="false">http://blog.csdn.net/feng2375/archive/2009/05/10/4165066.aspx</guid><dc:creator>feng2375</dc:creator><fs:srclink>http://blog.csdn.net/feng2375/archive/2009/05/10/4165066.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/feng2375/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/feng2375/~5909795/319187596/4038227</fs:itemid></item><item><title>Javascript 操作select控件大全</title><link>http://blog.csdn.net/feng2375/archive/2009/04/23/4102885.aspx</link><description>Javascript 操作select控件大全&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/feng2375/319187597/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/feng2375/319187597/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 23 Apr 2009 12:06:00 +0800</pubDate><author>feng2375</author><guid isPermaLink="false">http://blog.csdn.net/feng2375/archive/2009/04/23/4102885.aspx</guid><dc:creator>feng2375</dc:creator><fs:srclink>http://blog.csdn.net/feng2375/archive/2009/04/23/4102885.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/feng2375/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/feng2375/~5909795/319187597/4038227</fs:itemid></item><item><title>ntext,image,text 中的替换</title><link>http://blog.csdn.net/feng2375/archive/2009/04/03/4046004.aspx</link><description>ntext,image,text 中的替换&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/feng2375/319187598/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/feng2375/319187598/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 03 Apr 2009 11:52:00 +0800</pubDate><author>feng2375</author><guid isPermaLink="false">http://blog.csdn.net/feng2375/archive/2009/04/03/4046004.aspx</guid><dc:creator>feng2375</dc:creator><fs:srclink>http://blog.csdn.net/feng2375/archive/2009/04/03/4046004.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/feng2375/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/feng2375/~5909795/319187598/4038227</fs:itemid></item><item><title>Ruby on Rails的下载及安装以及开发环境的搭建</title><link>http://blog.csdn.net/feng2375/archive/2009/02/23/3926965.aspx</link><description>Ruby on Rails的下载及安装以及开发环境的搭建&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/feng2375/319187599/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/feng2375/319187599/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 23 Feb 2009 11:48:00 +0800</pubDate><author>feng2375</author><guid isPermaLink="false">http://blog.csdn.net/feng2375/archive/2009/02/23/3926965.aspx</guid><dc:creator>feng2375</dc:creator><fs:srclink>http://blog.csdn.net/feng2375/archive/2009/02/23/3926965.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/feng2375/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/feng2375/~5909795/319187599/4038227</fs:itemid></item></channel></rss>