代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/255418/4376028
java stereooffcommand.java
package headfirst.command.remote;
public class StereoOffCommand implements Command {
Stereo stereo;
public StereoOffCommand(Stereo stereo) {
this.stereo = stereo;
}
public void execute() {
www.eeworm.com/read/156620/5610930
java trycatch.java
//trycatch.java
public class trycatch {
// execute application
public static void main( String args[] )
{
// call method1
try {
method1()
www.eeworm.com/read/153859/5644760
java verb.java
public class Verb extends ParseVerb implements Command
{
protected Data data;
protected JawtList ptable;
public Verb(String s)
{
super(s);
}
public void Execute()
www.eeworm.com/read/153151/5653132
java macrocommand.java
package com.javapatterns.command.audioplayer2;
public interface MacroCommand extends Command
{
void execute();
void remove(Command toRemove);
void add(Command toAdd);
}
www.eeworm.com/read/153151/5653185
java macrocommand.java
/* Generated by Together */
package com.javapatterns.command.book;
public interface MacroCommand extends Command {
void execute();
void remove(Command toRemove);
void add(Co
www.eeworm.com/read/474379/6808580
pas unit2.pas
unit Unit2;
interface
uses
Classes {$IFDEF MSWINDOWS} , Windows {$ENDIF};
type
lsthread = class(TThread)
private
procedure SetName;
protected
procedure Execute; override
www.eeworm.com/read/474379/6808588
~pas unit2.~pas
unit Unit2;
interface
uses
Classes {$IFDEF MSWINDOWS} , Windows {$ENDIF};
type
lsthread = class(TThread)
private
procedure SetName;
protected
procedure Execute; override
www.eeworm.com/read/473927/6822212
txt 1823.txt
Rule:
--
Sid:
1823
--
Summary:
This event is generated when an attempt is made to execute a directory
traversal attack.
--
Impact:
Information disclosure. This is a directory traversal attempt wh
www.eeworm.com/read/473927/6822294
txt 1704.txt
Rule:
--
Sid:
1704
--
Summary:
This event is generated when an attempt is made to execute a directory
traversal attack.
--
Impact:
Information disclosure. This is a directory traversal attempt wh
www.eeworm.com/read/473927/6822362
txt 1498.txt
Rule:
--
Sid:
1498
--
Summary:
This event is generated when an attempt is made to execute a directory
traversal attack.
--
Impact:
Information disclosure. This is a directory traversal attempt wh