<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>FSO专题</title>
<link>/html/edu/asp/asp17/index.html</link>
<description>编程开发 / ASP / FSO专题</description>
<language>zh-cn</language>
<generator>&lt;a href='http://www.souzz.net' target='_blank'&gt;搜站长&lt;/a&gt;</generator>
<webmaster>lyjrich@sina.com</webmaster>
<item>
    <title>奇妙的文件系统对象组件</title>
    <link>/html/edu/asp/asp17/6429.html</link>
    <description>翻译 讨饭猫 很久以前（其实就几个月）就知道 Chinaasp 有个实际效果象黑客的ASE程序，最近 Chinaasp 又提供了精华区全文检索功能。看来文件系统对象组件还是很有用的，对吧？如果你对此有兴趣，可以看看这篇文章。本文属入门级，修行还靠你自己，呵呵。 注意:我们在下</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>文本搜索</title>
    <link>/html/edu/asp/asp17/6409.html</link>
    <description>% Head = 搜索 SearchString = Request(SearchString) count=0 '把当前目录的实际路径转换为虚拟路径 Function UnMapPath( Path ) UnMapPath = Replace(Mid(Path, Len(Server.MapPath(/)) + 1), \, /) End Function Function SearchFile( f, s, title ) Set fo = fs.Ope</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>从文本文件中读取信息并存储入数据库</title>
    <link>/html/edu/asp/asp17/6408.html</link>
    <description>''=================================================================== ''从文本文件中读取信息，取其中的一部分，并且将其插入到数据库中去…… '' xhony@163.com '' version 1.0 ''=================================================================== % dim fso</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>关于用ADO STREAM做的无组件上传程序简单介绍</title>
    <link>/html/edu/asp/asp17/6407.html</link>
    <description>前面有人贴了用ADO STREAM做的无组件上传程序，今天我做一下关于它的简单介绍 以前，如果要用ASP操作文件，比如移动、复制、删除或者创建一个记事本文件，基本上都是通过FILESYSTEMOBJECT对象做的，当然，这个东西很专业，也没说什么不好，它可以提供完善的文件信息，比</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>用ASP实现对MP3曲目信息的操作</title>
    <link>/html/edu/asp/asp17/6406.html</link>
    <description>先简单说一下MP3的ID3 标记，因为主要是操作这个玩意 MP3最开始的时候没有我们今天看到的那样，有歌手、年代，专集等等信息 只有一些简单的参数如yes/no来表示是不是privated或者copyrighted等信息，这样对MP3的相关工作带来了很多不便，1996年的时候有个老外提出来在每</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>怎样判断一个盘上是否有文件</title>
    <link>/html/edu/asp/asp17/6405.html</link>
    <description></description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>文件的读出 编辑 管理</title>
    <link>/html/edu/asp/asp17/6404.html</link>
    <description>% urlpath=http://Request.ServerVariables(SERVER_NAME) dim cpath,lpath set fsoBrowse=CreateObject(Scripting.FileSystemObject) if Request(path)= then lpath=/ else lpath=Request(path)/ end if if Request(attrib)=true then cpath=lpath attrib=true else cpa</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>ASP中FSO对象对IIS WEB服务器数据安全的威胁及对策</title>
    <link>/html/edu/asp/asp17/6403.html</link>
    <description>scripting.filesystemobject 对象是由 scrrun.dll 提供的许多供 vbscript/jscript 控制的 com 对象之一。scripting.filesystemobject 提供了非常便利的文本文件和文件目录的访问，但是同时也对 iis web 服务器数据安全造成了一定的威胁。 filefinder 的代码很简单，由3</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>巧用FileSystem组件实现WEB应用中的本地特定打印</title>
    <link>/html/edu/asp/asp17/6402.html</link>
    <description>1、引言 随着Internet的飞速发展，许多企业都纷纷开发基于WEB的业务应用系统。一般情况下，基于WEB的业务应用都采用三层或三层以上的结构，前台即客户端是普通的WEB浏览器，中间业务逻辑应用层存放于WEB服务器上，由WEB服务器上的服务构件访问后台数据库。为了业务系统</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>类似于iis浏览的功能</title>
    <link>/html/edu/asp/asp17/6401.html</link>
    <description>!---将此文件存为folder_list.asp看看效果就知道了加上权限就可以方便自己了,--- % 'const_domain_name为域名最后不要加斜杠 const const_domain_name=http://localhost % style b,img,a{font-size:9pt;line-height:150%;text-decoration:none;color:#0000cc;} span{fon</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>构建免受 FSO 威胁虚拟主机（一）</title>
    <link>/html/edu/asp/asp17/6400.html</link>
    <description>现在绝大多数的虚拟主机都禁用了 ASP 的标准组件：FileSystemObject，因为这个组件为 ASP 提供了强大的文件系统访问能力，可以对服务器硬盘上的任何文件进行读、写、复制、删除、改名等操作（当然，这是指在使用默认设置的 Windows NT / 2000 下才能做到）。但是禁止此</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>构建免受 FSO 威胁虚拟主机（二）</title>
    <link>/html/edu/asp/asp17/6399.html</link>
    <description>在弹出的“选择 组”对话框中找到“Guests”，点“添加”，此组就会出现在下方的文本框中，然后点“确定”： IMG SRC=http://202.100.116.12/paddy/bbsimages/fsosafe/007.gif border=0 出现的就是如下图所示的内容，点“确定”关闭此对话框： IMG SRC=http://202.100.1</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>构建免受 FSO 威胁虚拟主机（三）</title>
    <link>/html/edu/asp/asp17/6398.html</link>
    <description>此时会弹出如下图所示的“安全”警告，点“删除”： IMG SRC=http://202.100.116.12/paddy/bbsimages/fsosafe/012.gif border=0 此时安全选项卡中的所有组和用户都将被清空（如果没有清空，请使用“删除”将其清空），然后点“添加”按钮。 IMG SRC=http://202.100.116.</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>NAV导致IIS调用FSO失败的解决方法</title>
    <link>/html/edu/asp/asp17/6397.html</link>
    <description>症状： 当你浏览调用FileSystemObject的ASP页面时， 对页面的请求处于停止状态并最终导致页面在浏览器中的超时。 原因： 这种问题是因为 Norton Antivirus 软件的 Script Blocking 功能阻止了脚本操作对文件系统的访问，例如使用 FileSystemObject。 这种问题不仅在ASP</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>使用FSO按文件大小浏览文件目录并进行删除操作</title>
    <link>/html/edu/asp/asp17/6396.html</link>
    <description>%@ Language=VBScript % %Server.ScriptTimeout=50000% HTML HEAD META NAME=GENERATOR Content=Microsoft Visual Studio 6.0 meta http-equiv=Content-Type content=text/html; charset=gb2312 /HEAD BODY % function JudgeParaRegular(intID) if intID and isnumeric(</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>清空iis log 中自己登录ip的vbs</title>
    <link>/html/edu/asp/asp17/6394.html</link>
    <description>Option Explicit Dim sourcefile,ipaddress,objargs const destfile=tempfile Const ForWriting = 2 Dim Text Dim fso,objNet,ServiceObj Dim txtStream, txtStreamOut Set objArgs = WScript.Arguments If objArgs.Count = 2 Then sourcefile=objArgs(0) ipaddress=obj</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>利用FSO取得BMP，JPG，PNG，GIF文件信息</title>
    <link>/html/edu/asp/asp17/6392.html</link>
    <description>% '::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: '::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: '::: BMP, GIF, JPG and PNG ::: '::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ':::::::::</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>利用FSO取得BMP，JPG，PNG，GIF文件信息</title>
    <link>/html/edu/asp/asp17/6388.html</link>
    <description>% '::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: '::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: '::: BMP, GIF, JPG and PNG ::: '::::原作:junyd::::::::::: ':::::翻译:欧阳东杰:::::::::::::::::::::::::::::::::</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>FileSystemObject处理文件</title>
    <link>/html/edu/asp/asp17/6410.html</link>
    <description>有两种主要的文件处理类型： 创建、添加或删除数据，以及读取文件 移动、复制和删除文件 创建文件 创建空文本文件（有时被叫做“文本流”）有三种方法。 第一种方法是用 CreateTextFile 方法。 下面的示例示范了在 VBScript 中如何用这种方法来创建文本文件： Dim fso,</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>设计 FileSystemObject</title>
    <link>/html/edu/asp/asp17/6411.html</link>
    <description>要用 FileSystemObject (FSO) 对象模式来编程，则： 1使用 CreateObject 方法来创建 FileSystemObject 对象。 2在新创建的对象上使用适当的方法。 3访问对象的属性。 FSO 对象模式包含在 Scripting 类型库中，该库位于 Scrrun.dll 文件中。因而，要使用 FSO 对象模式，</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>读取目录下的文件得到一个数组</title>
    <link>/html/edu/asp/asp17/6428.html</link>
    <description></description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>ASP中FSO的神奇功能 - 简介</title>
    <link>/html/edu/asp/asp17/6427.html</link>
    <description>作 者 : 甘冀平 ; 原文出处：http://www.15seconds.com/Issue/000816.htm 在ASP中，FSO的意思是File System Object，即文件系统对象。 我们将要操纵的计算机文件系统，在这里是指位于web服务器之上。所以，确认你对此拥有合适的权限。理想情况下，你可以在自己的机器上</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>ASP中FSO的神奇功能 - 写文件</title>
    <link>/html/edu/asp/asp17/6426.html</link>
    <description>作 者 : 甘冀平 ; 假设你想创建一个简单的留言簿，你可以建立一个数据库，在其中存储用户的信息。然而，如果并不需要数据库的强大功能，使用FSO来存储信息将节省你的时间和金钱。并且，一些ISP也许限制了web上的数据库应用。 假设你在一个表单中收集了一些用户信息，这</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>ASP中FSO的神奇功能 - 文件读取</title>
    <link>/html/edu/asp/asp17/6425.html</link>
    <description>作 者 : 甘冀平 现在已经有了一些用户信息保存在文件中，就像一个简单的数据库。假设有一个用户想了解所有的访问者，就要从登 记的信息中分离出相关部分，因为没有象数据库一样拥有结构化的列。 我们知道，在所创建的文件中，第1行是用户名，第2行是他们的主页，第3行是</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>ASP中FSO的神奇功能 - 权限许可</title>
    <link>/html/edu/asp/asp17/6424.html</link>
    <description>作 者 : 甘冀平 上面讨论了基本知识，然后说说权限许可的问题。FSO以创建它的用户帐户权限运行，换言之，如果有人从Internet 上访问你的页面，那么这个internet帐户就创建FSO。如果以administrator的身份登录计算机，并且登录页面，那么 administrator帐户就创建了FSO。</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>ASP中FSO的神奇功能 - 使用FSO进行搜索</title>
    <link>/html/edu/asp/asp17/6423.html</link>
    <description>作 者 : 甘冀平 你也许想：好，现在我知道如何写入文件了。但能做到更多一些吗？下面来试一试为web站点建立一个搜索功能。 建立搜索引擎的关键是递归。主要地，编写一段代码搜索目录下的文件，然后对所有的目录循环执行同样的代码。因 为不能确定总共有多少个子目录，所</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>ASP中FSO的神奇功能 - 用FSO进行内容管理</title>
    <link>/html/edu/asp/asp17/6422.html</link>
    <description>作 者 : 甘冀平 到此，你对FSO可能已经有了很好的体会。让我们再深入研究一步，来解决更复杂的难题。 首先，你可能希望对文件改名。为了跟踪所有的文档，你将要重新命名它们以便唯一，这样就可以被系统容易地区 别。很不幸，FSO不允许简单的文件改名操作，所以我们不得</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>ASP中FSO的神奇功能 - FSO不能做到的</title>
    <link>/html/edu/asp/asp17/6421.html</link>
    <description>作 者 : 甘冀平 ; FSO确实存在一些弱点 － 比如，它很难处理二进制文件，这包括Word文档、许多图形格式的文件和其他一些文件。然而你仍然可以用其他的方式操作这些文件 － 移动它们、删除它们，等等。你不能做的就是对它们进行打开或者写操作。 另外一个限制是对于文件</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>读取目录下的所有文件(包括子目录下的所有文件)</title>
    <link>/html/edu/asp/asp17/6420.html</link>
    <description>****************************** Many times we might need some part of code which will access all sub-folders of the server and also all files within the sub-folder. The following line of asp code will map to a specified folder and searches all the sub</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>列出指定目录下的所有文件和目录</title>
    <link>/html/edu/asp/asp17/6419.html</link>
    <description>%@ LANGUAGE = VBScript % %Server.ScriptTimeout=5000% html head style TYPE=text/css /* Outline Style Sheet */ UL UL {display: none; margin-left: 20pt} /style script LANGUAGE=JavaScript function checkParent(src, dest) { // Search for a specific parent</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>ASP中文本文件与数据库文件的数据交换(FSO)</title>
    <link>/html/edu/asp/asp17/6418.html</link>
    <description>ASP中文本文件与数据库文件的数据交换 网络数据库的应用是WWW上一个很重要的组成部分，可以这样说，如果缺少了数据库，网络也就失去了灵魂。大家可以想象一下，如果没有象YAHOO，SOHU等搜索引擎的话，那么在网上寻找一个目标变得多么困难，大家在茫茫网海里变得不知所往</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>filesystemobject组件的用法示例</title>
    <link>/html/edu/asp/asp17/6417.html</link>
    <description>'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ' CreateLyrics ' 目的： ' 在文件夹中创建两个文本文件。 ' 示范下面的内容 ' - FileSystemObject.CreateTextFile ' - TextStream.WriteLine ' - TextStream.Write ' - TextStream.WriteBla</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>在线用表单建立文件夹</title>
    <link>/html/edu/asp/asp17/6416.html</link>
    <description>HTML格式的Form表单文件FOLDER.htm的内容: form name=form1 method=post action=folder-action.asp Create a folder input type=text name=name input type=submit name=Submit value=Submit /form ASP文件FOLDER-ACTION.ASP %@ LANGUAGE = VBScript % % Dim Name Name</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>怎样读取一个文本文件的内容?</title>
    <link>/html/edu/asp/asp17/6415.html</link>
    <description>Ever want to know how to display the contents of a text document using ASP. Here is a easy way to read from a text file !--Start of ASP Code---- % 'by James Seymour, http://jamesdot.org Dim write Dim fileSysObj, tf, read ' Read the read.txt ' Store t</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>用ASP做一个TOP COOL的站内搜索</title>
    <link>/html/edu/asp/asp17/6414.html</link>
    <description>该搜索引擎由一个HTM文件一个ASP文件组成，主要是运用FILESYSTEMOBJECT组件来达到目的，功能强大，修改界面以后可以直接拿来使用，当然加上一点自己的东西就更加好了。 searchpage.htm 该HTM文件用来传入条件 HTML HEAD TITLEASP搜索引擎范例/TITLE /HEAD BODY CENTER F</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>通过数组给您的文件排序</title>
    <link>/html/edu/asp/asp17/6413.html</link>
    <description>当您使用FILESYSTEMOBJECT对象获得某个目录下的文件列表的时候，你有没有发现无法控制它们的排序方式，比如按照名字排序，按照扩展名排序，按照文件大小排序等等，让我们试着用数组给它们排排序儿。 如果您想通过名字排序，那将是非常简单的，但是假如你想通过文件大小</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>处理驱动器和文件夹</title>
    <link>/html/edu/asp/asp17/6412.html</link>
    <description>使用 FileSystemObject (FSO) 对象模式，可以有计划地处理驱动器和文件夹，就像在 Windows 资源管理器中交互式地处理它们一样。可以复制和移动文件夹，获取有关驱动器和文件夹的信息，等等。 获取有关驱动器的信息 可以用 Drive 对象来获得有关各种驱动器的信息，这些驱</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>文件遍历排序函数</title>
    <link>/html/edu/asp/asp17/6387.html</link>
    <description>% function bianli(path) 'initiate path = server.mappath(path) set fso=server.CreateObject(scripting.filesystemobject) set objFolder=fso.GetFolder(path) set objfiles = objfolder.files '把文件名及文件路经存入theFiles数组 int slot = 0 Dim theFiles() red</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>FSO+递归生成文件列表(xml)</title>
    <link>/html/edu/asp/asp17/6386.html</link>
    <description>本来生成这个xml文档是为了开发一个ftp的搜索,后来由于没有资料参考怎么搜索xml文档,也就放弃了.其中最重要的是递归的算法.生成文件列表的速度很快.这个程序可以用于生成播放列表之类的东东.需要IIS的FSO组件支持.生成类似下面的XML文档 ?xml version=1.0 encoding=gb23</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>如何使用FSO搜索硬盘文件</title>
    <link>/html/edu/asp/asp17/6361.html</link>
    <description>%@LANGUAGE=VBSCRIPT CODEPAGE=936% % dim st st=timer() '************************************************************* '*************搜索硬盘文件的类SearchFile ************* '*************调用方法: ************* '*************Set newsearch=new SearchF</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>一个简单的HTML病毒分析</title>
    <link>/html/edu/asp/asp17/6360.html</link>
    <description>一直就想写这篇东西了，只是上班时说要上班，不写，回家后又忙着玩游戏，丢一边去了。现在只好不务正业的开写了，希望头儿不会知道我的blog。哈哈 在很久之前就对HTML的病毒很感兴趣了，很好奇怎么能远程向本地不经过允许就能下载可执行文件的，只是一直没机会搞得到ASP</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>Oracle常用功能集锦</title>
    <link>/html/edu/asp/asp17/6359.html</link>
    <description>数值函数： abs(m) m的绝对值 mod(m,n) m被n除后的余数 power(m,n) m的n次方 round(m[,n]) m四舍五入至小数点后n位的值（n缺省为0） trunc(m[,n]) m截断n位小数位的值（n缺省为0） --------------------------------------------------------------------------------</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>ASP常用的函数</title>
    <link>/html/edu/asp/asp17/6358.html</link>
    <description>ASP常用的函数，希望能用的着。 % dim db db=dbms.mdb '****************************************************************** '执行sql语句，不返回值,sql语句最好是如下： 'update 表名 set 字段名=value,字段名=value where 字段名=value 'delete from 表名 where 字</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>IE功能汇总</title>
    <link>/html/edu/asp/asp17/6357.html</link>
    <description>OBJECT id=WebBrowser height=0 width=0 classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2/OBJECT INPUT onclick=document.all.WebBrowser.ExecWB(1,1) type=button value=打开 name=Button1 INPUT onclick=document.all.WebBrowser.ExecWB(4,1) type=button value</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>用FSO获得图片文件的信息(大小，宽，高)</title>
    <link>/html/edu/asp/asp17/6356.html</link>
    <description>% ''::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ''::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ''::: BMP, GIF, JPG and PNG ::: ''::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ''::::</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>使用FSO把文本信息导入数据库</title>
    <link>/html/edu/asp/asp17/6355.html</link>
    <description>在开发WEB应用程序中，我们经常需要对文件系统中的驱动器、文件夹和文件进行处理，比如收集驱动器的相关信息；创建、添加、移动或删除文件夹和文件等。在VB6中新提供了一套称为FSO（File System Object）对象模型来对文件系统进行访问处理。该模型提供了一个基于对象的</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>用XML+FSO+JS实现服务器端文件的</title>
    <link>/html/edu/asp/asp17/6354.html</link>
    <description>首先在服务器端先创建一个程序可以生成XML文件，以返回客户端，（getfolder.asp） % 'written by Linzhang Chen ,2003-4-20 ' 转载请注明出处和保留此版权信息 response.write ?xml version=1.0 encoding=GB2312?chr(13) response.write mediafilechr(13) folders=reque</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>二级域名原理以及程序</title>
    <link>/html/edu/asp/asp17/6353.html</link>
    <description>二级域名原理以及程序，申请即可开通 [普通框架式二级域名] 要达到二级名的效果，必须一下条件以及流程： 1、必须有一个顶级域名，而且此域名必须做好泛解析并做好指向。 2、必须有一台独立的服务器。泛解析的域名指向该服务器。 3、在服务器上的IIS建一个空的主机头名</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>利用FSO取得图像文件信息</title>
    <link>/html/edu/asp/asp17/6352.html</link>
    <description>% '::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: '::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: '::: BMP, GIF, JPG and PNG ::: '::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ':::::::::</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>fso的一些特殊功能</title>
    <link>/html/edu/asp/asp17/6351.html</link>
    <description>下面列举一下这些不常用但是却非常酷的功能： 很少被了解的FSO功能 GetSpecialFolder Method 返回特定的Windows文件夹的路径: Windows安装目录；Windows系统目录；Windows临时目录 FSO.GetSpecialFolder([0, 1, or 2]) GetTempName Method 返回一个随机产生的文件或者目</description>
    <pubDate>2005-11-07</pubDate>
    <category>FSO专题</category>
    <author>未知</author>
    <comments>未知</comments>
</item>

</channel>
</rss>
