代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/261401/11648291
java server.java
// Fig. 17.4: Server.java
// Set up a Server that will receive a connection
// from a client, send a string to the client,
// and close the connection.
// Java core packages
import java.io.*;
www.eeworm.com/read/158029/11648639
java oracledatabasemetadata.java
package oracle.jdbc.driver;
import java.sql.*;
import oracle.jdbc.dbaccess.*;
import oracle.sql.SQLName;
/**
* The OracleDatabaseMetaData class implements the JDBC 1.0 DatabaseMetaData
* interface
www.eeworm.com/read/157574/11688827
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public con As ADODB.Connection
Public UserName As String
Public OldPassword As String
Public Right1 As String
Public ConnectionString As String
'Gl
www.eeworm.com/read/347139/11688960
bas dbconn.bas
Attribute VB_Name = "DB"
'====数据源连接模块 V1.5====
' 作者:我是乖猪猪
' QQ:68492919
' 博客:http://hi.baidu.com/sedjamm
' E-mail:Sedlover@163.com
' 使用方法: 首先引用 Microsoft ActiveX Data Objects 2.5
www.eeworm.com/read/346959/11710510
java ftpconnectionobserver.java
/*
* Copyright (C) The Apache Software Foundation. All rights reserved.
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been in
www.eeworm.com/read/346959/11710518
properties ftpstatus.properties
# Ftp server status properties
# Change if necessary
# {CMD} => FTP command
# {ARG} => FTP command argument
# {n} => the n-th element of the passed list
FtpServer.status.110=Restart mark
www.eeworm.com/read/157384/11713694
txt bnissue.txt
BOT or Telnet Connection from [%r]
Enter your account name and password.
Sorry, there is no guest account.
www.eeworm.com/read/346237/11759765
xpppoem_helptext
usage: xpppoem [-options ...]
xload lookalike program displaying a histogram of DSL throughput.
where options include:
-display dpy X server on which to display
-geometry geom s
www.eeworm.com/read/346237/11759774
h pppoem.h
#ifndef Pppoem_includeD
#define Pppoem_includeD
struct PppoeM {
/* Wether to run in an own loop and report to stdout+stderr */
int standalone;
/* wether to listen at stdin for messages rath
www.eeworm.com/read/259795/11764020
java dbclass2.java
package bean;
import java.io.*;
import java.util.*;
import java.sql.*;
public class DBclass2
{
private String driver;
private String url;
private String username;
private String passw