代码搜索:Connection

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

代码结果 10,000
www.eeworm.com/read/38039/1101821

bif mech_lock_connection.bif

! ! 04-Feb-05 K-03-19 abera $$1 Created. ! (Image mech_lock_connection (Resources (.Width 20) (.Height 20) (.Depth 24) ) (Data FFFFFFFF030066F
www.eeworm.com/read/38039/1102268

bif mech_velocity_connection.bif

! ! 04-Feb-05 K-03-19 abera $$1 Created. ! (Image mech_velocity_connection (Resources (.Width 20) (.Height 20) (.Depth 24) ) (Data FFFFFFFF030
www.eeworm.com/read/493783/1163257

java temp_to_connection_db.java

package file; import java.sql.*; public class Temp_to_connection_db { private Connection con=null; private Statement st=null; private String url,userName,password; private boolean flag=true;
www.eeworm.com/read/481108/1299885

java ajp13connection.java

//======================================================================== //Copyright 2006 Mort Bay Consulting Pty. Ltd. //------------------------------------------------------------------------ //L
www.eeworm.com/read/467614/1497538

php pop3connection.php

www.eeworm.com/read/465668/1517353

svn-base connection.java.svn-base

/******************************************************************************* Library of additional graphical screens for J2ME applications Copyright (C) 2003-08 Jimm Project This library
www.eeworm.com/read/460077/1562441

hpp ndb_cluster_connection.hpp

/* Copyright (C) 2003 MySQL AB This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Fou
www.eeworm.com/read/460077/1562468

hpp ndb_cluster_connection.hpp

/* Copyright (C) 2003 MySQL AB This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Fou
www.eeworm.com/read/455833/1609222

c myinet_connection_sock.c

#define AF_INET_FAMILY(fam) 1 static inline u32 myinet_synq_hash(const u32 raddr, const u16 rport, const u32 rnd, const u16 synq_hsize) { return jhash_2words(raddr, (u32)rport, rnd) & (synq_hsiz
www.eeworm.com/read/242657/4548055

bor connection_blocking_acceptor.bor

# Makefile for building the acceptor exe with Borland C++ Make NAME = acceptor NO_FULL_PATH=1 OBJFILES = \ $(OBJDIR)\SPIPE-acceptor.$(OBJ_EXT) \ $(OBJDIR)\test_spipe_acceptor.$(OBJ_EXT)