代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/223543/14634877
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/123184/14643297
pas idhostnameserver.pas
{ $HDR$}
{**********************************************************************}
{ Unit archived using Team Coherence }
{ Team Coherence is Copyright 2002 by Qual
www.eeworm.com/read/223372/14643441
java testmoneyrounding.java
/* =============================================================
* SmallSQL : a free Java DBMS library for the Java(tm) platform
* =============================================================
*
*
www.eeworm.com/read/223372/14643451
java testaltertable.java
/*
* Created on 14.11.2006
*/
package smallsql.junit;
import java.sql.*;
/**
* @author Volker Berlin
*/
public class TestAlterTable extends BasicTestCase {
private final Strin
www.eeworm.com/read/223317/14646359
c conn.c
/*
* Copyright (C) 2002-2003 Ardis Technolgies
*
* Released under the terms of the GNU GPL v2.0.
*/
#include
#include
#include
#include
www.eeworm.com/read/223165/14650909
conf tls-office.conf
#
# Sample OpenVPN configuration file for
# office using SSL/TLS mode and RSA certificates/keys.
#
# '#' or ';' may be used to delimit comments.
# Use a dynamic tun device.
# For Linux 2.2 or non-Lin
www.eeworm.com/read/223053/14662946
bas sharefunction.bas
Attribute VB_Name = "shareFunction"
Public con As Connection
Dim rst As Recordset
'在网络中查找 SQL 服务器,并将其赋给 frmLand.cmbSName
Public Function getSNameList() As Boolean
Dim errVSQL As Boolean
www.eeworm.com/read/222731/14678142
bas mod_sde.bas
Attribute VB_Name = "Mod_SDE"
Private Function SDEAdoCon(User As String, Password As String, Server As String, _
version As String, Instance As String, Optional Database As String) As ADODB.
www.eeworm.com/read/222590/14684969
readme_echoserver
FILE LIST -
echoServer.c
DESCRIPTION -
The TCP echo service specifies that a server must accept incoming
requests, read data from the connection, and write the data back
over
www.eeworm.com/read/222590/14684971
c echoserver.c
/* echoServer.c - TCP echo server program */
/* Copyright 1984-1997 Wind River Systems, Inc. */
/*
modification history
--------------------
01g,06nov97,mm added copyright.
01f,29Sep97,mm change