代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/104479/15691149
java connection.java
/*
* @(#)Connection.java 1.13 98/04/24
*
* Copyright 1996-1998 by Sun Microsystems, Inc.,
* 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
* All rights reserved.
*
* This software
www.eeworm.com/read/103493/15730397
class connection.class
www.eeworm.com/read/103493/15730400
java connection.java
import java.io.*;
import java.net.*;
class Connection extends Thread
{
protected Socket netClient; //为客户端准备socket对象
protected BufferedReader fromClient; //处理从客户到服务器的数据转移
protected PrintSt
www.eeworm.com/read/100773/15864490
py connection.py
from proxy4_base import *
class Connection(asyncore.dispatcher):
RECV_BUFSIZE = 65536
#SEND_BUFSIZE = 1460
SEND_BUFSIZE = 8192
def __init__(self, socket=None):
self.conne
www.eeworm.com/read/100430/15873835
class connection.class
www.eeworm.com/read/188943/8503809
rc2 connection.rc2
//
// CONNECTION.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
www.eeworm.com/read/289224/8567920
cs connection.designer.cs
namespace DataInput
{
partial class Connection
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;