代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/191759/5162560
js connection.js
YAHOO.util.Connect = {_msxml_progid:["MSXML2.XMLHTTP.3.0", "MSXML2.XMLHTTP", "Microsoft.XMLHTTP"], _http_header:{}, _has_http_headers:false, _default_post_header:true, _isFormSubmit:false, _isFileUplo
www.eeworm.com/read/190666/5180170
java connection.java
// Connection.java - Implementation of HttpURLConnection for http protocol.
/* Copyright (C) 1999, 2000 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work l
www.eeworm.com/read/190666/5180172
java connection.java
// Connection.java - Implementation of URLConnection for file protocol.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work licensed un
www.eeworm.com/read/190666/5180176
java connection.java
// Connection.java - Implementation of URLConnection for core protocol.
/* Copyright (C) 2001 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work licensed un
www.eeworm.com/read/190666/5180178
java connection.java
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work licensed under the terms of the
Libgcj License. Please consult the file "LIBGCJ_LIC
www.eeworm.com/read/190666/5181667
java connection.java
/* Connection.java -- Manage a database connection.
Copyright (C) 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribut
www.eeworm.com/read/189320/5200463
connection_config
# Configuration file that the gatewayd process uses to determine
# connection information about proxies.
#
# The following provides an explanation for the fields in this file,
# and how they relate to
www.eeworm.com/read/189320/5200666
cpp connection.cpp
// connection.cpp,v 1.5 1998/07/31 23:36:46 gonzo Exp
#include "connection.h"
ACE_RCSID(stress_testing, connection, "connection.cpp,v 1.5 1998/07/31 23:36:46 gonzo Exp")
// Make the connection to t
www.eeworm.com/read/189320/5200673
h connection.h
// connection.h,v 1.3 2000/03/20 22:18:49 jxh Exp
#include "global.h"
#ifndef _D_connection
#define _D_connection
class connection {
public:
int connect(char *hostname_opt_port, int tcp_nodelay,
www.eeworm.com/read/189047/5202907
java connection.java
/**
* Copyright (C) 2003 Manfred Andres
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by th