代码搜索:Connection

找到约 10,000 项符合「Connection」的源代码

代码结果 10,000
www.eeworm.com/read/368348/2822939

js connection.js

/* * Ext JS Library 1.0.1 * Copyright(c) 2006-2007, Ext JS, LLC. * licensing@extjs.com * * http://www.extjs.com/license */ /** * @class Ext.data.Connection * The class encapsulates
www.eeworm.com/read/368348/2823003

js connection.js

/* * Ext JS Library 1.0.1 * Copyright(c) 2006-2007, Ext JS, LLC. * licensing@extjs.com * * http://www.extjs.com/license */ /* Copyright (c) 2007, Yahoo! Inc. All rights reserved. Code
www.eeworm.com/read/367110/2854612

cs connection.cs

using System; namespace HotelManage.DataLevl { /// /// ConnectionStr 的摘要说明。 /// public class Connection { public static string ConnString { get{retur
www.eeworm.com/read/366513/2888410

js connection.js

/* * Ext JS Library 0.20 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ // Asbtract base class for Connection classes Ext.sql.Connection
www.eeworm.com/read/366513/2888701

js connection.js

/* * Ext JS Library 2.1 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.data.Connection * @extends Ext.util.Observable
www.eeworm.com/read/363744/2910968

java connection.java

/* Copyright (C) 2002 MySQL AB 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 the
www.eeworm.com/read/361993/2940042

cpp connection.cpp

#include "connection.h" CConnection::CConnection() { } BOOL CConnection::Initialize(DWORD dwIndex,SOCKET s,HANDLE hEventSend,HANDLE hEventRecv,DWORD size) { memset(this,0,sizeof(CConnection))
www.eeworm.com/read/361993/2940048

h connection.h

#pragma once #include "stdafx.h" #include "define.h" #include "overlapped_send.h" #include "overlapped_recv.h" class CConnection { DWORD m_dwIndex; COverlappedSend m_ovlSend; CO
www.eeworm.com/read/361993/2941320

cpp connection.cpp

#include "stdafx.h" #include "connection.h" #include "define.h" /////////////////////////////////////////////////////////////////////////// #include #ifdef _DEBUG #define _DEBUG_NE
www.eeworm.com/read/361993/2941328

h connection.h

#pragma once #include "stdafx.h" #include #include "define.h" #define CONNECTION_CLOSED_BIT_MASK 0x00000008 enum CONNECTION_STATUS { CONNECTION_STATUS_CLOSED_FROM_LOCAL = 0