App下載

詞條

大約有 8,000 項符合查詢結(jié)果 ,庫內(nèi)數(shù)據(jù)總量為 78,250 項。(搜索耗時:0.0372秒)

4911.ASP.NET XML DocumentSource 屬性

ASP.NET XML DocumentSource 屬性 XML 控件 定義和用法 DocumentSource 屬性用于設(shè)置或返回在 Xml 控件中顯示的 XML 文檔的路徑。 語法 <asp:Xml DocumentSource="path" runat="server" /> 屬性 描述 path 字符串值,規(guī)定 XML 文件的位置。 該屬性...

http://www.o2fo.com/aspnet/prop-webcontrol-xml-documentsource.html

4912.ASP OpenAsTextStream 方法

...并返回一個供訪問此文件的 TextStream 對象。 語法 FileObject.OpenAsTextStream(mode,format) 參數(shù) 描述 mode 可選的。如何打開文件(輸入/輸出模式)。 1 = ForReading - 以只讀模式打開文件。不能對此文件進行寫操作。 2 = ForWriting - 以可...

http://www.o2fo.com/asp/met-openastextstream.html

4913.ASP IsRootFolder 屬性

...件夾。如果是,返回 True,否則返回 False。 語法 FolderObject.IsRootFolder 實例 <% dim fs,fo set fs=Server.CreateObject("Scripting.FileSystemObject") set fo=fs.GetFolder("c:\asp\test") if fo.IsRootFolder=true then ??Response.Write("The folder is the root folder!") else ??R...

http://www.o2fo.com/asp/prop-isrootfolder.html

4914.ASP SubFolders 集合

...文件夾中所有子文件夾組成的一個集合。 語法 FolderObject.SubFolders 實例 <% dim fs,fo,x set fs=Server.CreateObject("Scripting.FileSystemObject") set fo=fs.GetFolder("c:\test\") for each x in fo.SubFolders ??'Print the name of all subfolders in the test folder ??Response...

http://www.o2fo.com/asp/coll-subfolders.html

4915.ASP Files 集合

...定的文件夾中所有文件組成的一個集合。 語法 FolderObject.Files 實例 <% dim fs,fo,x set fs=Server.CreateObject("Scripting.FileSystemObject") set fo=fs.GetFolder("c:\test\") for each x in fo.files ??'Print the name of all files in the test folder ??Response.write(x.Name &...

http://www.o2fo.com/asp/coll-files.html

4916.ASP Write 方法

...在每個字符串之間不帶有空格或換行。 語法 TextStreamObject.Write(text) 參數(shù) 描述 text 必需的。寫入文件的文本。 實例 <% dim fs,f set fs=Server.CreateObject("Scripting.FileSystemObject") set f=fs.CreateTextFile("c:\test.txt",true) f.write("Hello World!")...

http://www.o2fo.com/asp/met-write.html

4917.ASP FileSystem 屬性

...系統(tǒng)。 此屬性可返回下列值之一: FAT - 可移動驅(qū)動器 CDFS - CD-ROM 驅(qū)動器 FAT、FAT32 或 NTFS - 在 Windows 2000 或 Windows NT 上的硬盤驅(qū)動器 FAT 或 FAT32 - 在 Windows 9x 上的硬盤驅(qū)動器 語法 DriveObject.FileSystem 實例 <% dim fs,d set fs=Server.Cre...

http://www.o2fo.com/asp/prop-filesystem.html

4918.ASP Close 方法

ASP Close 方法 完整的 TextStream 對象參考手冊 Close 方法關(guān)閉一個打開的 TextStream 文件。 語法 TextStreamObject.Close 實例 <% dim fs,f set fs=Server.CreateObject("Scripting.FileSystemObject") set f=fs.CreateTextFile("c:\test.txt",true) f.WriteLine("Hello World!")...

http://www.o2fo.com/asp/met-close.html

4919.ASP VolumeName 屬性

...性設(shè)置或返回指定驅(qū)動器的卷標??勺x寫。 語法 DriveObject.VolumeName[=newname] 參數(shù) 描述 newname 可選的。設(shè)置指定驅(qū)動器的新名稱。 實例 <% dim fs,d set fs=Server.CreateObject("Scripting.FileSystemObject") set d=fs.GetDrive("c:") Response.Write("Th...

http://www.o2fo.com/asp/prop-volumename.html

4920.ASP TotalSize 屬性

...性返回指定驅(qū)動器或網(wǎng)絡(luò)共享的總字節(jié)數(shù)。 語法 DriveObject.TotalSize 實例 <% dim fs,d set fs=Server.CreateObject("Scripting.FileSystemObject") set d=fs.GetDrive("c:") Response.Write("The total size in bytes is: " & d.TotalSize) set d=nothing set fs=nothing %> 輸出: T...

http://www.o2fo.com/asp/prop-totalsize.html

抱歉,暫時沒有相關(guān)的微課

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時沒有相關(guān)的視頻課程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時沒有相關(guān)的教程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

4911.ASP.NET XML DocumentSource 屬性

ASP.NET XML DocumentSource 屬性 XML 控件 定義和用法 DocumentSource 屬性用于設(shè)置或返回在 Xml 控件中顯示的 XML 文檔的路徑。 語法 <asp:Xml DocumentSource="path" runat="server" /> 屬性 描述 path 字符串值,規(guī)定 XML 文件的位置。 該屬性...

http://www.o2fo.com/aspnet/prop-webcontrol-xml-documentsource.html

4912.ASP OpenAsTextStream 方法

...并返回一個供訪問此文件的 TextStream 對象。 語法 FileObject.OpenAsTextStream(mode,format) 參數(shù) 描述 mode 可選的。如何打開文件(輸入/輸出模式)。 1 = ForReading - 以只讀模式打開文件。不能對此文件進行寫操作。 2 = ForWriting - 以可...

http://www.o2fo.com/asp/met-openastextstream.html

4913.ASP IsRootFolder 屬性

...件夾。如果是,返回 True,否則返回 False。 語法 FolderObject.IsRootFolder 實例 <% dim fs,fo set fs=Server.CreateObject("Scripting.FileSystemObject") set fo=fs.GetFolder("c:\asp\test") if fo.IsRootFolder=true then ??Response.Write("The folder is the root folder!") else ??R...

http://www.o2fo.com/asp/prop-isrootfolder.html

4914.ASP SubFolders 集合

...文件夾中所有子文件夾組成的一個集合。 語法 FolderObject.SubFolders 實例 <% dim fs,fo,x set fs=Server.CreateObject("Scripting.FileSystemObject") set fo=fs.GetFolder("c:\test\") for each x in fo.SubFolders ??'Print the name of all subfolders in the test folder ??Response...

http://www.o2fo.com/asp/coll-subfolders.html

4915.ASP Files 集合

...定的文件夾中所有文件組成的一個集合。 語法 FolderObject.Files 實例 <% dim fs,fo,x set fs=Server.CreateObject("Scripting.FileSystemObject") set fo=fs.GetFolder("c:\test\") for each x in fo.files ??'Print the name of all files in the test folder ??Response.write(x.Name &...

http://www.o2fo.com/asp/coll-files.html

4916.ASP Write 方法

...在每個字符串之間不帶有空格或換行。 語法 TextStreamObject.Write(text) 參數(shù) 描述 text 必需的。寫入文件的文本。 實例 <% dim fs,f set fs=Server.CreateObject("Scripting.FileSystemObject") set f=fs.CreateTextFile("c:\test.txt",true) f.write("Hello World!")...

http://www.o2fo.com/asp/met-write.html

4917.ASP FileSystem 屬性

...系統(tǒng)。 此屬性可返回下列值之一: FAT - 可移動驅(qū)動器 CDFS - CD-ROM 驅(qū)動器 FAT、FAT32 或 NTFS - 在 Windows 2000 或 Windows NT 上的硬盤驅(qū)動器 FAT 或 FAT32 - 在 Windows 9x 上的硬盤驅(qū)動器 語法 DriveObject.FileSystem 實例 <% dim fs,d set fs=Server.Cre...

http://www.o2fo.com/asp/prop-filesystem.html

4918.ASP Close 方法

ASP Close 方法 完整的 TextStream 對象參考手冊 Close 方法關(guān)閉一個打開的 TextStream 文件。 語法 TextStreamObject.Close 實例 <% dim fs,f set fs=Server.CreateObject("Scripting.FileSystemObject") set f=fs.CreateTextFile("c:\test.txt",true) f.WriteLine("Hello World!")...

http://www.o2fo.com/asp/met-close.html

4919.ASP VolumeName 屬性

...性設(shè)置或返回指定驅(qū)動器的卷標。可讀寫。 語法 DriveObject.VolumeName[=newname] 參數(shù) 描述 newname 可選的。設(shè)置指定驅(qū)動器的新名稱。 實例 <% dim fs,d set fs=Server.CreateObject("Scripting.FileSystemObject") set d=fs.GetDrive("c:") Response.Write("Th...

http://www.o2fo.com/asp/prop-volumename.html

4920.ASP TotalSize 屬性

...性返回指定驅(qū)動器或網(wǎng)絡(luò)共享的總字節(jié)數(shù)。 語法 DriveObject.TotalSize 實例 <% dim fs,d set fs=Server.CreateObject("Scripting.FileSystemObject") set d=fs.GetDrive("c:") Response.Write("The total size in bytes is: " & d.TotalSize) set d=nothing set fs=nothing %> 輸出: T...

http://www.o2fo.com/asp/prop-totalsize.html

抱歉,暫時沒有相關(guān)的文章

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

熱門課程