代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/318815/3562640
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/318815/3562693
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/316872/3604547
txt xip.txt
Execute-in-place for file mappings
----------------------------------
Motivation
----------
File mappings are performed by mapping page cache pages to userspace. In
addition, read&write type file ope
www.eeworm.com/read/314938/3628375
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/314938/3628428
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/292061/3960142
java action.java
package com.javaeedev.lightweight.mvc;
/**
* Prototype Action that execute for handle http request. NOTE that subclass
* should designed as "Use and throw".
*
* @author Xuefeng
*/
publ
www.eeworm.com/read/288894/4001569
java queryexecutionrequestexception.java
//$Id: $
package org.hibernate.hql;
import org.hibernate.QueryException;
/**
* Expecting to execute an illegal operation regarding the query type
*
* @author Emmanuel Bernard
*/
public
www.eeworm.com/read/288894/4002671
java executable.java
package org.hibernate.test.instrument.cases;
/**
* @author Steve Ebersole
*/
public interface Executable {
public void prepare();
public void execute();
public void complete();
}
www.eeworm.com/read/449675/1674755
java queryexecutionrequestexception.java
//$Id: $
package org.hibernate.hql;
import org.hibernate.QueryException;
/**
* Expecting to execute an illegal operation regarding the query type
*
* @author Emmanuel Bernard
*/
public