代码搜索:execute

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

代码结果 10,000
www.eeworm.com/read/255418/4376026

java hottuboncommand.java

package headfirst.command.remote; public class HottubOnCommand implements Command { Hottub hottub; public HottubOnCommand(Hottub hottub) { this.hottub = hottub; } public void execute() { ho
www.eeworm.com/read/473927/6822868

txt 3009.txt

Rule: -- Sid: 3009 -- Summary: This event is generated when an attempt is made to request a connection using the NetBus Pro 2.0 Trojan. -- Impact: If connected, the attacker could execute file
www.eeworm.com/read/294911/8193872

ulp ex-run-script.ulp

#usage "Example: Export a script and execute it\n" "" "Author: support@cadsoft.de" // THIS PROGRAM IS PROVIDED AS IS AND WITHOUT WARRANTY OF ANY KIND, EXP
www.eeworm.com/read/293918/8263954

m ilo.m

function out = ilo(command, varargin); % ilo TEOAE analysis tool % % % Pekka Kumpulainen (kumpu@ee.tut.fi) switch nargin, % Initialize case 0, localInitFig % Execute
www.eeworm.com/read/173997/9613921

sin insert-header.sin

# Sed script that inserts the file called HEADER before the header entry. # # At each occurrence of a line starting with "msgid ", we execute the following # commands. At the first occurrence, insert
www.eeworm.com/read/171718/9740030

sin insert-header.sin

# Sed script that inserts the file called HEADER before the header entry. # # At each occurrence of a line starting with "msgid ", we execute the following # commands. At the first occurrence, insert
www.eeworm.com/read/265852/11252186

java command.java

import java.io.Serializable; public abstract class Command implements Serializable { protected Object result = null; protected Exception excep = null; protected abstract void execute(
www.eeworm.com/read/265852/11252192

java getshapescommand.java

import java.awt.Shape; import java.util.ArrayList; public class GetShapesCommand extends Command { public GetShapesCommand() { } public void execute(DrawModel draw) { t
www.eeworm.com/read/265852/11252204

java addshapescommand.java

import java.awt.Shape; public class AddShapesCommand extends Command { SubShape shape; public AddShapesCommand(SubShape shape) { this.shape = shape; } public void execute(DrawMod
www.eeworm.com/read/411028/11260551

sin insert-header.sin

# Sed script that inserts the file called HEADER before the header entry. # # At each occurrence of a line starting with "msgid ", we execute the following # commands. At the first occurrence, insert