代码搜索:execute

找到约 10,000 项符合「execute」的源代码

代码结果 10,000
www.eeworm.com/read/358128/3004417

inc fv1.inc

--disable_query_log EXECUTE ins_sel_with_result; SET @select_id = LAST_INSERT_ID(); --enable_query_log
www.eeworm.com/read/358128/3004419

inc fv2.inc

--disable_query_log EXECUTE ins_sel_no_result; SET @select_id = LAST_INSERT_ID(); --enable_query_log
www.eeworm.com/read/161112/5560943

readme_pipeserver

FILE LIST - pipeServer.c DESCRIPTION - This demo demonstrates intertask communication using pipes. ServerStart() initializes a server task to execute functions at a low prior
www.eeworm.com/read/161112/5560968

readme_recoverexcsigdemo

FILE LIST - recoverExcSigDemo.c DESCRIPTION - tServer task executes functions at low priority (254). serverSend funtion is used to send a request to the tServer to execute a func
www.eeworm.com/read/153151/5653115

java macrocommand.java

/* Generated by Together */ package com.javapatterns.command.document; public interface MacroCommand extends Command { void execute(); void remove(Command toRemove); void ad
www.eeworm.com/read/153151/5653169

java macrocommand.java

package com.javapatterns.command.audioplayer; public interface MacroCommand extends Command { void execute(); void remove(Command toRemove); void add(Command toAdd); }
www.eeworm.com/read/473927/6822270

txt 670.txt

Rule: -- Sid: 670 -- Summary: This event is generated when an external attacker attempts to use a specific exploit against Sendmail that allows the attacker to execute remote commands on the server,
www.eeworm.com/read/473927/6822649

txt 1636.txt

Rule: -- Sid: 1636 -- Summary: This event is generated when an attempt is made to overflow a buffer in Xtramail. -- Impact: An attacker can execute an arbitrary command with the privilege of the u
www.eeworm.com/read/473927/6824945

txt 3012.txt

Rule: -- Sid: 3012 -- Summary: This event is generated when an attacker attempts to remotely upload and execute a file with the RUX the Tick trojan. -- Impact: If successful, the attacker woul
www.eeworm.com/read/473406/6852065

pas netdisconnect.pas

unit NetDisconnect; interface uses Forms, Dialogs, StdCtrls, mmsystem, classes, SysUtils, log, activex; type TWarnning = class(TThread) private protected procedure execute; ove