代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/139738/13136988
java kthread.java
package nachos.threads;
import nachos.machine.*;
/**
* A KThread is a thread that can be used to execute Nachos kernel code. Nachos
* allows multiple threads to run concurrently.
*
* To create a
www.eeworm.com/read/323119/13353681
test sp-prelocking.test
#
# Tests of prelocking-free execution of stored procedures.
# Currently two properties of prelocking-free SP execution are checked:
# - It is possible to execute DDL statements in prelocking-free st
www.eeworm.com/read/307979/13711860
java deletevetcommand.java
package vetcommand;
import java.util.*;
import command.*;
import db.*;
public class DeleteVetCommand implements ICommand {
private IDbservice dbservice;
public Map execute(Map param) {
www.eeworm.com/read/304275/13796978
c execmac.c
/*
* Copyright 1993, 1995 Christopher Seiwald.
*
* This file is part of Jam - see jam.c for Copyright information.
*/
/*
* execunix.c - execute a shell script on UNIX
*
* If $(JAMSHELL) is def