代码搜索:Connection

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

代码结果 10,000
www.eeworm.com/read/214177/15111615

h socket.h

/* socket.h * Copyright (c) 1997 David Cole * * Handle the WINSOCK connection to server */ #ifndef __socket_h #define __socket_h #include /* Return whether or not we have a
www.eeworm.com/read/214177/15111705

h connect.h

/* connect.h * Copyright (C) 1998 David Cole * * Manage connect dialog, connection history, and connect parameters. */ #ifndef __connect_h #define __connect_h #define USER_NAME_LEN 20 /
www.eeworm.com/read/213314/15137191

bas module1.bas

Attribute VB_Name = "Module1" Option Explicit Public strusername As String '用户登录姓名 Public iflag As Integer Public ichangeflag As Integer Public strpublicsql As String Public us
www.eeworm.com/read/212585/15153583

bas module1.bas

Attribute VB_Name = "Module1" Option Explicit Public conn As New ADODB.Connection '标记连接对象 Public userID As String '标记当前用户ID Public userpow As String '标记用户权限 Pub
www.eeworm.com/read/212582/15153669

bas module1.bas

Attribute VB_Name = "Module1" Option Explicit '===================================== Public Declare Function SendMessage Lib "user32" Alias "SendMessageA" _ (ByVal hWnd As Long, ByVal wMsg As Lon
www.eeworm.com/read/212334/15159568

h a2dp_sd_avrcp.h

/**************************************************************************** Copyright (C) Cambridge Silicon Radio Ltd. 2004-2006 Part of BlueLab 3.6.2-release FILE NAME a2dp_sd_avrcp.h
www.eeworm.com/read/212119/15165710

c tcp.c

//----------------------------------------------------------------------------- // Net TCP.C // // This module handles TCP segments // Refer to RFC 793, 896, 1122, 1323, 2018, 2581 // // A "conn
www.eeworm.com/read/212119/15165759

lst tcp.lst

C51 COMPILER V8.05a TCP 05/16/2007 11:29:11 PAGE 1 C51 COMPILER V8.05a, COMPILATION OF MODULE TCP OBJECT MODULE PLACED IN TC
www.eeworm.com/read/212119/15165770

c tcp.c

//----------------------------------------------------------------------------- // Net TCP.C // // This module handles TCP segments // Refer to RFC 793, 896, 1122, 1323, 2018, 2581 // // A "conn
www.eeworm.com/read/211405/15180848

cs sqlhelper.cs

//=============================================================================== // This file is based on the Microsoft Data Access Application Block for .NET // For more information please go to