<?xml version="1.0" encoding="gb2312" ?> <rss><channel><title>自定义函数--飞飞Asp乐园</title><link>http://www.ffasp.com/rss/rss.asp</link><description></description><item><title>解决asp使用xmlhttp生成静态页有延时的方法</title><link>http://www.ffasp.com/content.asp?newsid=1550</link><description>有用如下Microsoft.XMLHTTP的方法生成静态页面，但此方法有个弊端，在修改数据库内容后立刻调用生成的静态页面读不到最新数据典型的就是在后台修改新闻内容页后，立刻生成修改后的页面，数据不能及时更新。 </description><pubDate>Mon, 30 Nov 2009 14:09:56  GMT</pubDate></item><item><title>Asp按照指定目录使用fso创建文件夹</title><link>http://www.ffasp.com/content.asp?newsid=1546</link><description>Sub EFolder(FolderName)  Dim FSO Set FSO=Server.CreateObject(&amp;quot;Scripting.FileSystemObject&amp;quot;)  If Fso.folderexists(Server.MapPath(FolderName)) Then   Set FSO=Nothing    Exit Sub  Else   </description><pubDate>Wed, 18 Nov 2009 13:49:16  GMT</pubDate></item><item><title>使用aspjpeg组件给指定图片添加文字水印</title><link>http://www.ffasp.com/content.asp?newsid=1393</link><description>使用aspjpeg组件给指定图片添加文字水印	'****************************************************	'函数名：WaterMarkFont	'作  用：给图片加文字水印	'参  数：ImgUrl      原图地址	'       FontColor   文字颜色	'       FontFamily  文字字体	'       FontSize    文字字号	'       FontBold    文字是否加粗	'       FontPosX    文字定位X	'       FontPosY    文字定位Y	'       Font        文字内容</description><pubDate>Fri, 26 Jun 2009 11:14:37  GMT</pubDate></item><item><title>使用aspjpeg组件给指定图片添加图片水印</title><link>http://www.ffasp.com/content.asp?newsid=1392</link><description>使用aspjpeg组件给指定图片添加图片水印	'****************************************************	'函数名：WaterMarkPic	'作  用：给图片加图片水印	'参  数：ImgUrl      原图地址	'       LogoUrl     Logo原图地址	'       LogoWidth   Logo的缩放尺寸 宽度	'       LogoPosX    Logo相对于</description><pubDate>Fri, 26 Jun 2009 10:48:53  GMT</pubDate></item><item><title>使用aspjpeg组件生成缩略图</title><link>http://www.ffasp.com/content.asp?newsid=1391</link><description>使用aspjpeg组件生成缩略图        '****************************************************        '函数名：ThumbnailImg        '作  用：制作图片的缩略图        '参  数：ImgUrl      原图地址        '       ImgWidth    新图的宽        '       Imgheight   新图的高        '       newImgurl   新图的存放地址        '****************************************************        Sub ThumbnailImg(Imgurl,ImgWidth,Imgh</description><pubDate>Fri, 26 Jun 2009 10:47:34  GMT</pubDate></item><item><title>vbscript(Asp)的Escape和UnEscape函数</title><link>http://www.ffasp.com/content.asp?newsid=1374</link><description>Function vbsEscape(str)     dim i,s,c,a     s=&amp;quot;&amp;quot;     For i=1 to Len(str)         c=Mid(str,i,1)         a=ASCW(c)         If (a&amp;gt;=48 and a&amp;lt;=57) or (a&amp;gt;=65 and a&amp;lt;=90) or (a&amp;gt;=97 and a&amp;lt;=122) Then             s = s &amp;amp; c         ElseIf InStr(&amp;quot;@*_+-./&amp;quot;,c)&amp;gt;0 Then             s = s &amp;amp; c         ElseIf a&amp;gt;0 and a&amp;lt;16 Then             s = s &amp;amp; &amp;quot;%0&amp;quot; &amp;amp; Hex(a)         ElseIf </description><pubDate>Thu, 14 May 2009 15:52:00  GMT</pubDate></item><item><title>关于fso不常用但是却非常酷的函数</title><link>http://www.ffasp.com/content.asp?newsid=1299</link><description>GetSpecialFolder Method 返回特定的Windows文件夹的路径: Windows安装目录；Windows系统目录；Windows临时目录 FSO.GetSpecialFolder([0, 1, or 2])　 GetTempName Method 返回一个随机产生的文件或者目录名字，用于需要存储临时数据时 G</description><pubDate>Wed, 10 Dec 2008 00:10:48  GMT</pubDate></item><item><title>使用fso建立目录的程序，如果有多级目录，则一级一级的创建</title><link>http://www.ffasp.com/content.asp?newsid=1298</link><description>使用fso建立目录的程序，如果有多级目录，则一级一级的创建 '建立目录的程序，如果有多级目录，则一级一级的创建Function CreateDIR(ByVal LocalPath)On Error Resume NextLocalPath = Replace(LocalPath,&amp;quot;\&amp;quot;,&amp;quot;/&amp;quot;)</description><pubDate>Wed, 10 Dec 2008 00:09:25  GMT</pubDate></item><item><title>FSO替换指定文件的字符</title><link>http://www.ffasp.com/content.asp?newsid=1297</link><description>FSO替换指定文件的字符程序代码：'FSO替换指定文件的字符Function FSOLineEdit(filename,Target,String)Dim objFSO,objCountFile,FiletempDataSet objFSO = Server.CreateObject(&amp;quot;Scripting.FileSystemObje</description><pubDate>Wed, 10 Dec 2008 00:08:49  GMT</pubDate></item><item><title>使用fso读文件最后一行</title><link>http://www.ffasp.com/content.asp?newsid=1296</link><description>使用fso读文件最后一行  function FSOlastline(filename) dim fso,f,temparray,tempcnt set fso = server.CreateObject(&amp;quot;scripting.filesyste</description><pubDate>Wed, 10 Dec 2008 00:07:46  GMT</pubDate></item></channel></rss>