<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title>Copterfly's blog</title>
		<link>http://www.copterfly.cn/</link>
		<description></description>
		<copyright>Copyright (C) 2004 Security Angel Team [S4T] All Rights Reserved.</copyright>
		<generator>SaBlog-X Version 1.6 Build 20080806</generator>
		<lastBuildDate>Tue, 07 Sep 2010 11:53:41 +0000</lastBuildDate>
		<ttl>180</ttl>
		<item>
			<guid>http://www.copterfly.cn/show-123-1.html</guid>
			<title>ASP网站实现中英文版的转换</title>
			<author>Copterfly</author>
			<description><![CDATA[<p>　　要实现中英文版网站转换暂时有两种方法。</p>
<p>　　<strong>第一种方法：</strong>建立数据表的时候增加另外一个字段，目的用来存放英文的内容。例如：字段NewsContent用来存放中文的内容，那么NewsContenten就用来存放英文的内容了；同时图片又要做两份了,图片的规定如下：例如中文的就保存为xx.jpg,英文的就要保存为xx_en.jpg。中英版网站切换的时候就要用到语言包来实现了，即language.asp。</p><br /><br /><a href="http://www.copterfly.cn/show-123-1.html" target="_blank">阅读全文</a><br /><br />]]></description>
			<link>http://www.copterfly.cn/show-123-1.html</link>
			<category domain="http://www.copterfly.cn/category-2-1.html">ASP技术</category>
			<pubDate>2008-07-18 10:15</pubDate>
		</item>
		<item>
			<guid>http://www.copterfly.cn/show-17-1.html</guid>
			<title>Asp常用函数(比较完整版)</title>
			<author>Copterfly</author>
			<description><![CDATA[<p>&lt;% <br />
Dim Moonpotato<br />
Set Moonpotato=New Moonpotato_Cls<br />
Class Moonpotato_Cls<br />
Public Badwords,Badwordr</p>
<p>'================================================<br />
'过程名：Writefile<br />
'作 用：导出Excel<br />
'================================================</p><br /><br /><a href="http://www.copterfly.cn/show-17-1.html" target="_blank">阅读全文</a><br /><br />]]></description>
			<link>http://www.copterfly.cn/show-17-1.html</link>
			<category domain="http://www.copterfly.cn/category-2-1.html">ASP技术</category>
			<pubDate>2008-03-23 02:10</pubDate>
		</item>
		<item>
			<guid>http://www.copterfly.cn/show-16-1.html</guid>
			<title>asp用正则检测是否为数值类型数字的javascript</title>
			<author>Copterfly</author>
			<description><![CDATA[<p>function TransNum(strng,def)<br />
&nbsp;&nbsp;&nbsp; if isnull(strng) Or Len(strng) = 0 then<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TransNum = def<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; exit function<br />
&nbsp;&nbsp;&nbsp; end if<br />
&nbsp;&nbsp;&nbsp; dim regex<br />
&nbsp;&nbsp;&nbsp; Set regex = new Regexp<br />
&nbsp;&nbsp;&nbsp; ...</p><br /><br /><a href="http://www.copterfly.cn/show-16-1.html" target="_blank">阅读全文</a><br /><br />]]></description>
			<link>http://www.copterfly.cn/show-16-1.html</link>
			<category domain="http://www.copterfly.cn/category-2-1.html">ASP技术</category>
			<pubDate>2008-03-23 02:08</pubDate>
		</item>
		<item>
			<guid>http://www.copterfly.cn/show-15-1.html</guid>
			<title>启动IIS出现0x8ffe2740错误的解决办法</title>
			<author>Copterfly</author>
			<description><![CDATA[<table style="table-layout: fixed">
    <tbody>
        <tr>
            <td>
            <div class="cnt" id="blog_text"><font size="3">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="#ff0000">我发现是skype及迅雷在网络有问题时会占用80端口的。把软件监听端口设置一下，并且启软件IIS即可正常启动。</font></font>
            <h2><font size="3">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 系统提示了错误号&ldquo;0x8ffe2740&rdquo;，百度一下，答案是：IIS要使用的80端口被程序占用，只需要更改IIS所使用的端口即可解决问题。改了端口后问题果然解决。</font></h2>
            </div>
            </td>
        </tr>
    </tbody>
</table><br /><br /><a href="http://www.copterfly.cn/show-15-1.html" target="_blank">阅读全文</a><br /><br />]]></description>
			<link>http://www.copterfly.cn/show-15-1.html</link>
			<category domain="http://www.copterfly.cn/category-2-1.html">ASP技术</category>
			<pubDate>2008-03-23 02:07</pubDate>
		</item>
	</channel>
</rss>
