代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/104928/15681397
vbs sol10-16.vbs
'connect to Services object for local computer
Set objServices = GetObject("winmgmts:{impersonationLevel=impersonate,(Security)}")
'execute a event notification query to generate events when a new
www.eeworm.com/read/102006/15795055
bat winshell.bat
@echo off
:: WinShell.bat - execute windows with the specified shell, where
:: the shell is the first argument to WinShell.bat.
:: Other input parameters are passed to
www.eeworm.com/read/101169/15842202
h scheduler.h
// Scheduler.h
//
// Maintains internal timers and executes scheduled tasks
//
// Notes:
// timerChangesLastFrame is the key to execute scheduled tasks.
// It stores the number of counter limi
www.eeworm.com/read/100012/15889893
h writefileevent.h
class WriteFileEvent: public TraceEvent {
public:
WriteFileEvent(CString s, HANDLE hv, CDataArray & BytesToWrite);
virtual CString display();
virtual LRESULT execute();
virtual CString
www.eeworm.com/read/192685/8365517
txt 使用vb在http和ftp站点下载文件时不知道文件大小.txt
对于FTP,你可以使用Execute方法执行FTP命令SIZE获得文件大小。然后在StateChanged事件中可以获得返回的文件大小。
Private Sub Command1_Click()
Inet1.Execute "ftp://127.0.0.1", "SIZE 1.gif"
End Sub
Private Sub Inet
www.eeworm.com/read/242302/13080020
txt 使用vb在http和ftp站点下载文件时不知道文件大小.txt
对于FTP,你可以使用Execute方法执行FTP命令SIZE获得文件大小。然后在StateChanged事件中可以获得返回的文件大小。
Private Sub Command1_Click()
Inet1.Execute "ftp://127.0.0.1", "SIZE 1.gif"
End Sub
Private Sub Inet
www.eeworm.com/read/114100/15112655
txt 使用vb在http和ftp站点下载文件时不知道文件大小.txt
对于FTP,你可以使用Execute方法执行FTP命令SIZE获得文件大小。然后在StateChanged事件中可以获得返回的文件大小。
Private Sub Command1_Click()
Inet1.Execute "ftp://127.0.0.1", "SIZE 1.gif"
End Sub
Private Sub Inet
www.eeworm.com/read/380939/9121592
c tx_tsus.c
/**************************************************************************/
/* */
/* Copyright (c) 1996-2000 by E
www.eeworm.com/read/377279/9283557
map bootrom.map
LINK : warning L4021: no stack segment
Start Stop Length Name Class
00000H 0DFFFH 0E000H FCODE CODE
0E000H 0E000H 00000H _TEXT CODE
0E0