代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/142519/12941923
cs connection.cs
using System;
using System.Drawing;
using System.Drawing.Drawing2D;
namespace Netron.Lithium
{
///
/// Represents the connection between two connectors
///
public clas
www.eeworm.com/read/242797/12985237
h connection.h
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2004-2007 Marcel Holtmann
*
*
* This program is free software; you can redistribute it and/or modif
www.eeworm.com/read/242797/12985276
c connection.c
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2004-2007 Marcel Holtmann
*
*
* This program is free software; you can redistribute it and/or modif
www.eeworm.com/read/327270/13088980
png connection.png
www.eeworm.com/read/326632/13128933
cpp connection.cpp
#include "StdAfx.h"
#include "Connection.h"
CConnection::CConnection(CString strConnection)
{
AfxOleInit();
conn=NULL;
m_strConnection=strConnection;
}
CConnection::~CConnection()
www.eeworm.com/read/326632/13128957
h connection.h
#ifndef _CONNECTION_
#define _CONNECTION_
class CConnection
{
public:
CConnection(CString strConnection);
~CConnection();
bool Open();
bool Close();
bool isConnected();
_Recordset
www.eeworm.com/read/326054/13168817
cs connection.cs
using System;
namespace HotelManage
{
///
/// ConnectionStr 的摘要说明。
///
public class Connection
{
public static string ConnString
{
get{return"data so
www.eeworm.com/read/325159/13221638
conf connection.conf
DBDriver=com.mysql.jdbc.Driver
URL=jdbc:mysql://localhost/deme
username=
password=
maxcon=5
mincon=1
poolName=zhengmao
www.eeworm.com/read/324164/13280629
class connection.class
www.eeworm.com/read/324164/13280667
java connection.java
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java