代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/124619/6044129
java command.java
public interface Command
{
public void execute() throws Exception;
}
www.eeworm.com/read/122834/6064409
vb command.vb
Public Interface Command
Sub Execute()
Sub Undo()
Function isUndo() As Boolean
End Interface
www.eeworm.com/read/122834/6064425
vb command.vb
public interface Command
Sub Execute()
end interface
www.eeworm.com/read/122834/6064435
vb command.vb
public interface Command
Sub Execute()
End interface
www.eeworm.com/read/122414/6066102
cpp command.cpp
// ******************************************************************** //
// //
// COMMAND.CPP
www.eeworm.com/read/120747/6070972
c command.c
/*-------------------------------------------------------------------------
* Filename: command.c
* Version: $Id: command.c,v 1.9 2002/01/03 16:07:18 erikm Exp $
* Copyright: Copy
www.eeworm.com/read/120747/6071079
h command.h
/*-------------------------------------------------------------------------
* Filename: command.h
* Version: $Id: command.h,v 1.2 2001/10/07 15:27:35 erikm Exp $
* Copyright: Copy
www.eeworm.com/read/120487/6073861
c command.c
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2003, PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.105 2003/10/11 18:04:26 mom
www.eeworm.com/read/120487/6073864
h command.h
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2003, PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/command.h,v 1.17 2003/08/04 23:59:39 tgl
www.eeworm.com/read/120158/6080173
h command.h
/*
* $Id: command.h,v 1.3 2002/02/07 10:25:41 linfusheng Exp $
*/
#define PATHLEN 1024
#define CMDLEN 10240
#define MAXARGS 1000
#define ALIASALLOC 20
#define STDIN 0
#define STDOUT 1