代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/164604/5488931
java stereooncommand.java
package headfirst.command.party;
public class StereoOnCommand implements Command {
Stereo stereo;
public StereoOnCommand(Stereo stereo) {
this.stereo = stereo;
}
public void execute() {
ste
www.eeworm.com/read/164604/5488937
java hottuboffcommand.java
package headfirst.command.party;
public class HottubOffCommand implements Command {
Hottub hottub;
public HottubOffCommand(Hottub hottub) {
this.hottub = hottub;
}
public void execute() {
h
www.eeworm.com/read/164604/5488946
java hottuboncommand.java
package headfirst.command.party;
public class HottubOnCommand implements Command {
Hottub hottub;
public HottubOnCommand(Hottub hottub) {
this.hottub = hottub;
}
public void execute() {
hott
www.eeworm.com/read/164604/5488956
java lightoncommand.java
package headfirst.command.simpleremote;
public class LightOnCommand implements Command {
Light light;
public LightOnCommand(Light light) {
this.light = light;
}
public void execute() {
l
www.eeworm.com/read/164604/5488989
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/349808/3138917
in qtgui.in
#!/bin/sh
#
# This script makes it easy and
# possible to excute the binary
# sample from anywhere in the system.
# You won't have to be in a particular
# directory to execute the sample.
#
# The swi
www.eeworm.com/read/349808/3138921
in consoleaimlhtmlconverter.in
#!/bin/sh
#
# This script makes it easy and
# possible to excute the binary
# sample from anywhere in the system.
# You won't have to be in a particular
# directory to execute the sample.
#
# The swi
www.eeworm.com/read/349808/3138927
in console.in
#!/bin/sh
#
# This script makes it easy and
# possible to excute the binary
# sample from anywhere in the system.
# You won't have to be in a particular
# directory to execute the sample.
#
# The sw
www.eeworm.com/read/349808/3138928
in regression.in
#!/bin/sh
#
# This script makes it easy and
# possible to excute the binary
# sample from anywhere in the system.
# You won't have to be in a particular
# directory to execute the sample.
#
# The swi
www.eeworm.com/read/347220/3174134
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