代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/313055/3646501
java connection.java
/*
* Siemens API for MicroEmulator
* Copyright (C) 2003 Markus Heberling
*
* This library is free software; you can redistribute it and/or
* modify it under the terms o
www.eeworm.com/read/313055/3646539
java connection.java
/*
* MicroEmulator
* Copyright (C) 2001 Bartek Teodorczyk
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser G
www.eeworm.com/read/313055/3646698
java connection.java
/*
* MicroEmulator
* Copyright (C) 2001,2002 Bartek Teodorczyk
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser G
www.eeworm.com/read/313055/3646699
java connection.java
/*
* MicroEmulator
* Copyright (C) 2001-2003 Bartek Teodorczyk
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser G
www.eeworm.com/read/313055/3646701
java connection.java
/*
* MicroEmulator
* Copyright (C) 2001,2002 Bartek Teodorczyk
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser G
www.eeworm.com/read/313055/3646702
java connection.java
package com.barteo.cldc.datagram;
import java.io.IOException;
import javax.microedition.io.Datagram;
import javax.microedition.io.DatagramConnection;
public class Connection implements DatagramConn
www.eeworm.com/read/311077/3688050
java connection.java
package at.ac.uni_linz.tk.vchat;
import java.io.*;
import java.net.*;
import java.util.zip.*;
/**
* Works as server-side connection that sends and receives data to / from the
* ChatClien
www.eeworm.com/read/310041/3699654
java connection.java
/*
* 创建日期 2005-3-18
*
* 更改所生成文件模板为
* 窗口 > 首选项 > Java > 代码生成 > 代码和注释
*/
package org.acerge.message.support;
/**
* @author Administrator
*
* 更改所生成类型注释的模板为
* 窗口 > 首选项 > Java > 代码生成
www.eeworm.com/read/309934/3702922
java connection.java
package com.jacob.samples.ado;
import com.jacob.com.*;
public class Connection extends Dispatch
{
public Connection()
{
super("ADODB.Connection");
}
/**
* This constructor
www.eeworm.com/read/306786/3734559
js connection.js
var LibConnection = {
makeRequest : function (request, method, url, action, error, contents) {
var content = "";
if (request)
request.abort();
else
request = new XMLHttpRequest();
reque