代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/238410/13888398
java autoanswerobserver.java
/*
Import required JTAPI calsses
*/
import javax.telephony.*;
import javax.telephony.events.*;
import javax.telephony.media.*;
import javax.telephony.media.events.*;
import java.net.*;
/*
www.eeworm.com/read/238410/13888401
txt the autoanswerobserver.java file.txt
/*Import required JTAPI classes*/
import javax.telephony.*;
import javax.telephony.events.*;
import javax.telephony.media.*;
import javax.telephony.media.events.*;
import java.net.*;
/*
This c
www.eeworm.com/read/135541/13922179
ppp-on-dialer
#!/bin/sh
#
# This is part 2 of the ppp-on script. It will perform the connection
# protocol for the desired connection.
#
exec chat -v \
TIMEOUT 30 \
ABORT '\nBUSY\r' \
ABORT '\nNO AN
www.eeworm.com/read/300166/13931548
cs sqlhelper.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Data.SqlClient;
using System.Collections;
using System.Configuration;
using System.Xml;
pub
www.eeworm.com/read/135131/13956056
changelog
Stable Version 0.2 - 11/25/01
devel. v0.1.1 - 11/22/01-11/24/01
*Each plugin has their own properties tab.
*Jim.bat now starts default JRE
*Now able to change passwords and usernames in
www.eeworm.com/read/135077/13964945
java cdatabase.java
//
// jSMSEngine API.
// An open-source API package for sending and receiving SMS via a GSM device.
// Copyright (C) 2002-2005, Thanasis Delenikas, Athens/GREECE
// Web Site: http://www.jsmsengin
www.eeworm.com/read/134741/13975310
bas mdl1.bas
Attribute VB_Name = "mdl1"
Option Explicit
Public connStr As String '连接字符串
Public conn As New ADODB.Connection
Public all As Boolean '查询现存商品中使用的
Public allsell As Boolean '查询已售商品时使用
Public all
www.eeworm.com/read/134156/14003635
java client.java
// Fig. 17.5: Client.java
// Set up a Client that will read information sent
// from a Server and display the information.
// Java core packages
import java.io.*;
import java.net.*;
import jav
www.eeworm.com/read/134156/14003638
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.*;