代码搜索:Scripting
找到约 2,777 项符合「Scripting」的源代码
代码结果 2,777
www.eeworm.com/read/263726/4299523
notes
#
# $XORP: xorp/bgp/harness/NOTES,v 1.2 2004/05/30 01:44:35 atanu Exp $
#
#
# Example Scripting language for a BGP test harness.
#
# The testing system is composed of three components:
# 1) The BGP
www.eeworm.com/read/475754/6777322
txt 15-5.txt
function showFolderInfo(){
//创建FileSystemObject实例
var fso = new ActiveXObject("Scripting.FileSystemObject");
var drv = fso.GetDrive("e:");
var fldr = drv.RootFolder;
//决定是否是根目录
www.eeworm.com/read/335720/12502066
js ajax.js
// remote scripting library
// (c) copyright 2005 modernmethod, inc
var sajax_debug_mode = false;
var sajax_request_type = "GET";
/**
* if sajax_debug_mode is true, this function outputs given the me
www.eeworm.com/read/333871/12656845
asa global.asa
Sub Session_OnStart()
set subjects_ids=server.CreateObject("Scripting.Dictionary")
set session("subject_ids")=subjects_ids
application("constring")
www.eeworm.com/read/113072/15471027
txt 323.txt
GetFolder 方法
Microsoft® Visual Basic® Scripting Edition
GetFolder 方法
请参阅
语言参考
GetAbsolutePathName 方法
GetBaseName 方法
GetDrive 方法
GetDriveName 方法
GetExtensionName 方法
GetFile 方法