代码搜索:cli
找到约 6,094 项符合「cli」的源代码
代码结果 6,094
www.eeworm.com/read/322174/13387900
cpp ex625_odbc.cpp
#include
using namespace std;
#include
// Compile OTL 4.0/ODBC in Windows. Informix CLI uses the
// regular ODBC header files in Windows
#define OTL_ODBC
// Uncomme
www.eeworm.com/read/322174/13387946
cpp ex631_odbc.cpp
#include
using namespace std;
#include
// Compile OTL 4.0/ODBC in Windows. Informix CLI uses the
// regular ODBC header files in Windows
#define OTL_ODBC
// Uncomme
www.eeworm.com/read/322174/13387977
cpp ex640_odbc.cpp
#include
using namespace std;
#include
// Compile OTL 4.0/ODBC in Windows. Informix CLI uses the
// regular ODBC header files in Windows
#define OTL_ODBC
// Uncomme
www.eeworm.com/read/322174/13387997
cpp ex647_odbc.cpp
#include
using namespace std;
#include
// Compile OTL 4.0/ODBC in Windows. Informix CLI uses the
// regular ODBC header files in Windows
#define OTL_ODBC
// Uncomme
www.eeworm.com/read/322174/13388045
cpp ex365_odbc.cpp
// One of the following two #define's enables ODBC / DB2 CLI
// Unicode SQLxxxW functions
#define UNICODE
#define _UNICODE
#include
using namespace std;
#include
#de
www.eeworm.com/read/322174/13388081
cpp ex646_odbc.cpp
#include
#include
using namespace std;
// Compile OTL 4.0/ODBC in Windows. Informix CLI uses the
// regular ODBC header files in Windows
#define OTL_ODBC
// Uncomment
www.eeworm.com/read/317826/13496442
~dfm ujsyxx_ed.~dfm
object JSYXX_ED: TJSYXX_ED
Left = 178
Top = 106
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #39550#39542#21592#20449#24687'--'#32534#36753
ClientHeight = 327
Cli
www.eeworm.com/read/317826/13496672
dfm ujsyxx_ed.dfm
object JSYXX_ED: TJSYXX_ED
Left = 178
Top = 106
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #39550#39542#21592#20449#24687'--'#32534#36753
ClientHeight = 327
Cli
www.eeworm.com/read/306182/13750124
pas grobal2.pas
unit grobal2;
interface
uses
svn, Windows, SysUtils, Classes, strUtils, JSocket;
const
{$IFDEF Timeinc}{$I TimeStamp.inc}{$ELSE}BUILDTIME = 0;{$ENDIF}
VERSION_NUMBER = 20060715;
CLI
www.eeworm.com/read/148286/5716312
py base.py
# Abstract interface to SNMP objects initializers
from pysnmp_apps.cli import spark
# AST
class ConfigToken:
# Abstract grammar token
def __init__(self, type, attr=None):
self.type =