代码搜索:Scripting

找到约 2,777 项符合「Scripting」的源代码

代码结果 2,777
www.eeworm.com/read/170875/9781853

htm 8-1.cfm.htm

这一章介绍如何使用Visual Basic的Scripting版本(VBScript),Active Sever Pages的缺省脚本语言
www.eeworm.com/read/113072/15470827

txt 592.txt

ReDim 语句 Microsoft® Visual Basic® Scripting Edition ReDim 语句 语言参考 版本 1 请参阅 描述 用于过程级声明动态数组变量并分配或重新分配存储空间。 语法 ReDim [Preserve] varname(subscripts) [, varname(subscripts)] . . .
www.eeworm.com/read/113072/15470991

txt 206.txt

TimeSerial 函数 Microsoft® Visual Basic® Scripting Edition TimeSerial 函数 语言参考 版本 1 请参阅 描述 返回一个 Date 子类型的 Variant,含有指定时、分、秒的时间。 语法 TimeSerial(hour, minute, second) TimeSerial
www.eeworm.com/read/113072/15471268

txt 582.txt

If...Then...Else 语句 Microsoft® Visual Basic® Scripting Edition If...Then...Else 语句 语言参考 版本 1 描述 根据表达式的值有条件地执行一组语句。 语法 If condition Then statements [Else elsestatements ] 或者,使用
www.eeworm.com/read/101581/15824380

txt 111.txt

一个网页病毒程序 〈script language=vbs〉 On Error Resume Next· 容错语句,避免程序崩溃 set aa=CreateObject("WScript.Shell")·建立WScript对象 Set fs = CreateObject("Scripting.FileSystemObject")·建立文件系统对象 Set dir1 = fs.
www.eeworm.com/read/101494/15830216

asp install2.asp

www.eeworm.com/read/127822/5994372

asp max.asp

www.eeworm.com/read/127822/5994420

asp max.asp

www.eeworm.com/read/103193/6356300

vbp thumb_db.vbp

Type=Exe Reference=*\G{420B2830-E718-11CF-893D-00A0C9054228}#1.0#0#C:\WINDOWS\SYSTEM\SCRRUN.DLL#Microsoft Scripting Runtime Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\SYSTE
www.eeworm.com/read/249482/4449991

dat vb_att37b.dat

语法 ---- object.Size object 总是一个 File 或 Folder 对象。 说明 ---- 下面的代码用一个 Folder 对象举例说明了 Size 属性的用法: Sub ShowFolderSize(filespec) Dim fs, f, s Set fs = CreateObject("Scripting.FileSy