代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/301198/13863942
c item.c
#include
void main()
{
int counter = 1; // Initialize the control variable
while (counter
www.eeworm.com/read/152312/5674287
java meetingtask.java
package com.ibm.agletx.util;
/*
* @(#)MeetingTask.java
*
* IBM Confidential-Restricted
*
* OCO Source Materials
*
* 03L7246 (c) Copyright IBM Corp. 1996, 1998
*
* The source code for thi
www.eeworm.com/read/151482/5681729
java storedprocedure.java
/*
* Copyright 2002-2005 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/151482/5681745
java interactioncallback.java
/*
* Copyright 2002-2005 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/151482/5681746
java connectioncallback.java
/*
* Copyright 2002-2005 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/151482/5681758
java simplerecordoperation.java
/*
* Copyright 2002-2005 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/151482/5681759
java mappingrecordoperation.java
/*
* Copyright 2002-2005 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/147809/5719816
java msgsender.java
/**
*
* Concurrency utilities (JSR-166) example
**/
package queue;
import java.net.*;
import java.io.*;
import java.util.concurrent.*;
/**
* Send messages to a Logger via a BlockingQueue
**
www.eeworm.com/read/143923/5753974
java webserviceimp.java
/*
* Copyright 2003-2005 the original author or authors.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
www.eeworm.com/read/142042/5766189
java getcustomercommand.java
package trader.nw;
import java.io.*;
import trader.*;
public class GetCustomerCommand extends Command {
String id;
/** Creates new GetCustomerCommand */
public GetCustomerCommand(Strin