代码搜索:cli
找到约 6,094 项符合「cli」的源代码
代码结果 6,094
www.eeworm.com/read/402770/11527859
cpp ex320_db2.cpp
#include
using namespace std;
#include
#define OTL_DB2_CLI // Compile OTL 4.0/DB2-CLI
#define OTL_STREAM_READ_ITERATOR_ON
#include // include the OTL 4.0 header
www.eeworm.com/read/402770/11527947
cpp ex224_db2.cpp
#include
#include
using namespace std;
#define OTL_DB2_CLI // Compile OTL 4.0/DB2 CLI
#define OTL_STL // Enable STL compatibily mode
#include // include the OTL 4.
www.eeworm.com/read/402770/11527950
cpp ex236_db2.cpp
#include
using namespace std;
#include
#define OTL_DB2_CLI // Compile OTL 4.0/DB-CLI
#include // include the OTL 4.0 header file
otl_connect db; // connect obje
www.eeworm.com/read/402770/11527988
cpp ex472_db2.cpp
#include
using namespace std;
#include
#define OTL_DB2_CLI // Compile OTL 4.0/DB-CLI
#include // include the OTL 4.0 header file
otl_connect db; // connect ob
www.eeworm.com/read/402770/11528065
cpp ex319_db2.cpp
#include
using namespace std;
#include
#define OTL_DB2_CLI // Compile OTL 4.0/DB2-CLI
#define OTL_STREAM_READ_ITERATOR_ON
#include // include the OTL 4.0 header
www.eeworm.com/read/402770/11528185
cpp ex89_db2.cpp
#include
using namespace std;
#include
#define OTL_DB2_CLI // Compile OTL 4/DB-CLI
#include // include the OTL 4 header file
otl_connect db; // connect object
www.eeworm.com/read/402770/11528201
cpp ex290_db2.cpp
#include
using namespace std;
#include
#define OTL_DB2_CLI // Compile OTL 4.0/DB2 CLI
#define OTL_STRICT_NUMERIC_TYPE_CHECK_ON_SELECT
#include // include the OT
www.eeworm.com/read/402770/11528233
cpp ex380_db2.cpp
#include
#include
using namespace std;
#include
#define OTL_DB2_CLI // Compile OTL 4.0/DB2 CLI
#define OTL_STL // enable OTL support for STL
#include
www.eeworm.com/read/402770/11528303
cpp ex264_db2.cpp
#include
using namespace std;
#include
#define OTL_DB2_CLI// Compile OTL 4.0/DB2-CLI
#define OTL_STREAM_READ_ITERATOR_ON
#include // include the OTL 4.0 header
www.eeworm.com/read/129891/14219759
c strcliselect02.c
#include "unp.h"
void
str_cli(FILE *fp, int sockfd)
{
int maxfdp1, stdineof = 0;
fd_set rset;
char sendline[MAXLINE], recvline[MAXLINE];
heartbeat_cli(sockfd, 1, 5);
FD_ZERO(&rset);
for (