代码搜索:Scripting
找到约 2,777 项符合「Scripting」的源代码
代码结果 2,777
www.eeworm.com/read/137626/5823058
h hooks.h
/* $Id: hooks.h,v 1.2 2004/04/29 23:32:19 jonas Exp $ */
#ifndef EL__SCRIPTING_PERL_HOOKS_H
#define EL__SCRIPTING_PERL_HOOKS_H
#ifdef CONFIG_PERL
#include "sched/event.h"
extern struct event_hook_
www.eeworm.com/read/137626/5823065
h hooks.h
/* $Id: hooks.h,v 1.11 2004/04/29 23:32:19 jonas Exp $ */
#ifndef EL__SCRIPTING_LUA_HOOKS_H
#define EL__SCRIPTING_LUA_HOOKS_H
#ifdef CONFIG_LUA
#include "sched/event.h"
extern struct event_hook_in
www.eeworm.com/read/137626/5823073
h hooks.h
/* $Id: hooks.h,v 1.1.2.1 2005/01/29 02:06:29 jonas Exp $ */
#ifndef EL__SCRIPTING_RUBY_HOOKS_H
#define EL__SCRIPTING_RUBY_HOOKS_H
#ifdef CONFIG_RUBY
#include "sched/event.h"
extern struct event_h
www.eeworm.com/read/192685/8362912
txt 如何在客户机上建立服务器上的一个共享的文件目录.txt
下 面 为 我 写 的 一 小 段 程 序 , 相 信 对 你 有 一 定 帮 助 。
Dim fso, d
dim newfolder as string
On Error Resume Next '//////如 已 经 建 立 则 忽 略 错 误
Set fso = CreateObject("Scripting.FileSy
www.eeworm.com/read/192685/8363008
txt 如何获取某个文件夹的大小.txt
没 有 这 样 的 API, 但 可 以 使 用 FileSystemObject来 实 现 , 如 :
Dim fso As FileSystemObject
Dim f As Folder
Set fso = CreateObject("Scripting.FileSystemObject")
Set f = fso.Get
www.eeworm.com/read/192685/8363274
txt 通过局域网copy东西,但不知网络路径怎么写.txt
网络路径就是UNC格式,即:\\计算机名\路径。但是需要注意的是使用FileSystemObject拷贝网络目录时有点怪,如果要拷贝网络上的一个共享目录,需要这么做:
Dim fs
Set fs = CreateObject("Scripting.FileSystemObject")
' 把myFolder下的所有子目录拷贝到myNewFolder
www.eeworm.com/read/192685/8366660
txt 如何在客户机上建立服务器上的一个共享的文件目录.txt
下 面 为 我 写 的 一 小 段 程 序 , 相 信 对 你 有 一 定 帮 助 。
Dim fso, d
dim newfolder as string
On Error Resume Next '//////如 已 经 建 立 则 忽 略 错 误
Set fso = CreateObject("Scripting.FileSy
www.eeworm.com/read/192685/8367001
txt 哪里有script control.txt
在 专 业 版 和 企 业 版 都 有 Script Control。 不 过 需 要 手 工 安 装 , 在 光 盘 的 Common\Tools\VB\Script目 录 下 。 也 可 以 从 微 软 站 点 下 载 :
http://www.microsoft.com/scripting/scriptcontrol/default.htm