代码搜索:Connection

找到约 10,000 项符合「Connection」的源代码

代码结果 10,000
www.eeworm.com/read/247688/12629376

class connection.class

www.eeworm.com/read/238191/13903272

cpp connection.cpp

#include "StdAfx.h" #include "connection.h" CCONNECTION::CCONNECTION(void) { } CCONNECTION::~CCONNECTION(void) { } void CCONNECTION::Initialize() {CoInitialize(NULL); //初始化OLE/COM库环
www.eeworm.com/read/238191/13903356

h connection.h

#pragma once #include "afxcmn.h" #define DATASOURCE "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=教学管理系统.mdb" #define USER "" #define PW "" #import "c:\program files\common files\system\ado\msado
www.eeworm.com/read/133827/14021987

asp connection.asp

www.eeworm.com/read/204429/15339850

h connection.h

/*-*-linux-c-*-*/ #ifndef CONNECTION_H #define CONNECTION_H #include #include #include #include "global.h" #define QUEUE_FULL 20 /* maximum pending out
www.eeworm.com/read/204429/15339867

c connection.c

/*-*-linux-c-*-*/ /* * gnewtellium - Newtella for Unix * Copyright (C) 2001 Elias Athanasopoulos * * This program is free software; you can redistribute it and/or modify * it under the terms
www.eeworm.com/read/200749/15425487

png connection.png

www.eeworm.com/read/113482/15455151

cpp connection.cpp

#define __OCICPP_INTERNAL_USE_ #include "Connection.h" /*! \class OCICPP::Connection \brief Encapsulate a connection to a database instance By creating a connection to a database, a programm can
www.eeworm.com/read/113482/15455177

h connection.h

#ifndef __CONNECTION_H_ #define __CONNECTION_H_ #include "ocicpp.h" #include "Cursor.h" #include "BFile.h" #include "AQQueue.h" using std::string; #if ( OCILIBVERMAJOR>=8 && OCILIBVERMINOR>=1 ) ||
www.eeworm.com/read/110737/15458940

conf connection.conf

DBDriver=com.mysql.jdbc.Driver URL=jdbc:mysql://localhost/deme username= password= maxcon=5 mincon=1 poolName=zhengmao