代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/409512/2230743
java main.java
public class Main {
public static void main(String[] args) {
Host host = new Host(10000);
try {
System.out.println("execute BEGIN");
host.execute();
www.eeworm.com/read/399659/2359394
java executor.java
package connector;
public class Executor {
protected int execute(String query) {
return DBConnector.execute(query);
}
public int handleReg(String Cname, String Cpassword, String EMailA
www.eeworm.com/read/466400/7034682
txt netstat.txt
1 How many TCP connections did your program execute, and does the number match the TCP counters?
My program execute 1 TCP connection and the number matches the TCP
counters.
www.eeworm.com/read/452519/7438800
txt netstat.txt
1 How many TCP connections did your program execute, and does the number match the TCP counters?
My program execute 1 TCP connection and the number matches the TCP
counters.
www.eeworm.com/read/321827/13397960
c execlpe.c
/***
*execlpe.c - execute a file with environ, search along path
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines _execlpe() - execute a
www.eeworm.com/read/10438/186405
c execlp.c
/***
*execlp.c - execute a file (search along PATH)
*
* Copyright (c) Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines _execlp() - execute a file and search along PA
www.eeworm.com/read/10438/186445
c wexecl.c
/***
*wexecl.c - execute a file with a list of arguments (wchar_t version)
*
* Copyright (c) Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines _wexecl() - execute a f
www.eeworm.com/read/16273/666387
c execle.c
/***
*execle.c - execute a file with arg list and environment
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines _execle() - execute a fil
www.eeworm.com/read/16273/667515
c execlpe.c
/***
*execlpe.c - execute a file with environ, search along path
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines _execlpe() - execute a