代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/137504/13318925
class connection.class
www.eeworm.com/read/322450/13379865
java connection.java
package proxy;
import java.net.Socket;
import java.io.InputStream;
import java.io.IOException;
import java.io.OutputStream;
public class Connection extends Thread {
protected ProxyServer Pr
www.eeworm.com/read/320523/13424619
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/318899/13467614
c connection.c
// module implementing the TCP and UDP stacks. Uses info provided in sockets.c to invoke sockets as appropriate
#include
#include
#include "nic.h"
#include "network.h"
#
www.eeworm.com/read/318716/13473583
cpp connection.cpp
// OraLib 0.0.4 / 2002-07-28
// connection.cpp
//
// http://606u.dir.bg/
// 606u@dir.bg
#include "_p.h"
#include "oralib.h"
// set to 1 to track OCI's memory usage
#if (0)
dvoid *mal
www.eeworm.com/read/318716/13473586
h connection.h
// OraLib 0.0.4 / 2002-07-28
// connection.h
//
// http://606u.dir.bg/
// 606u@dir.bg
#ifndef _CONNECTION_H
#define _CONNECTION_H
namespace oralib {
class statement;
class resultset
www.eeworm.com/read/318499/13477269
java connection.java
package bluetoochgame;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2005
* Company:
* @author not attributable
* @version 1.0
*/
public class Connecti
www.eeworm.com/read/318362/13480502
class connection.class
www.eeworm.com/read/317787/13497192
java connection.java
package bluetoochgame;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2005
* Company:
* @author not attributable
* @version 1.0
*/
public class Connecti
www.eeworm.com/read/314540/13564634
java connection.java
public class Connection
{
Server server;
Client client;
int selectedR, selectedC;
boolean isServer;
private BTFIRCanvas myCanvas;
public Connection(BTFIRCanv