代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/150781/12263409
h asyncsslsocketlayer.h
/* CAsyncSslSocketLayer by Tim Kosse
mailto: tim.kosse@filezilla-project.org)
Version 2.0 (2005-02-27)
--------------------------------------------------------
www.eeworm.com/read/338909/12273676
java~3~ first.java~3~
package sfms;
import java.sql.*;
public class first{
public static void main(String args[]){
//declare Connection and Statement objects
Connection conn=null;
Statement state=null;
www.eeworm.com/read/338909/12273790
java~4~ first.java~4~
package sfms;
import java.sql.*;
public class first{
public static void main(String args[]){
//declare Connection and Statement objects
Connection conn=null;
Statement state=null;
www.eeworm.com/read/338909/12273802
java~5~ first.java~5~
package sfms;
import java.sql.*;
public class first{
public static void main(String args[]){
//declare Connection and Statement objects
Connection conn=null;
Statement state=null;
www.eeworm.com/read/338909/12273885
java~2~ first.java~2~
package sfms;
import java.sql.*;
public class first{
public static void main(String args[]){
//declare Connection and Statement objects
Connection conn=null;
Statement state=null;
www.eeworm.com/read/338904/12274360
h etr_ppp.h
#if !defined( _ETR_PPP_H )
#define _ETR_PPP_H
/*////////////////////////////////////////////////
NetBox TCP/IP over Ethernet
////////////////////////////////////////////////*/
#define NE_PARAM
www.eeworm.com/read/337967/12331787
java client.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
import javax.microedition.lcdui.*;
import java.util.Vector;
import java.io.DataInputStream;
import j