代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/255418/4375975
java lightoncommand.java
package headfirst.command.party;
public class LightOnCommand implements Command {
Light light;
public LightOnCommand(Light light) {
this.light = light;
}
public void execute() {
light.on();
www.eeworm.com/read/255418/4375999
java lightoffcommand.java
package headfirst.command.undo;
public class LightOffCommand implements Command {
Light light;
public LightOffCommand(Light light) {
this.light = light;
}
public void execute() {
light.of
www.eeworm.com/read/255418/4376004
java lightoncommand.java
package headfirst.command.undo;
public class LightOnCommand implements Command {
Light light;
public LightOnCommand(Light light) {
this.light = light;
}
public void execute() {
light.on()
www.eeworm.com/read/255418/4376012
java lightoffcommand.java
package headfirst.command.remote;
public class LightOffCommand implements Command {
Light light;
public LightOffCommand(Light light) {
this.light = light;
}
public void execute() {
light.
www.eeworm.com/read/255418/4376020
java lightoncommand.java
package headfirst.command.remote;
public class LightOnCommand implements Command {
Light light;
public LightOnCommand(Light light) {
this.light = light;
}
public void execute() {
light.on()
www.eeworm.com/read/155397/5622218
install
Installation for TinyOS-specific uisp:
Execute
./COMPILE
(you can run the commands it contains directly if you prefer)
Then:
make install
(you must be root on Linux to perform this step)
WARNIN
www.eeworm.com/read/155388/5623898
java continuetoindexaction.java
package cart.action;
import javax.servlet.*;
import javax.servlet.http.*;
public class ContinueToIndexAction implements Action
{
public String execute(HttpServletRequest request,HttpServletRespon
www.eeworm.com/read/473927/6822396
txt 1886.txt
Rule:
--
Sid:
1886
--
Summary:
This rule has been placed in deleted.rules
--
Impact:
attacker might have gained an ability to execute commands remotely on the system.
--
Detailed Informati
www.eeworm.com/read/473927/6822465
txt 334.txt
Rule:
--
Sid: 334
--
Summary:
This event is generated when an attempt to copy a specific file to an FTP server is made.
--
Impact:
Serious. The attacker might gain the ability to execute co