代码搜索:Connection

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

代码结果 10,000
www.eeworm.com/read/142276/12953567

bas module1.bas

Attribute VB_Name = "Module1" Public sSql As String '用于sql语句 Public adoCn As ADODB.Connection '数据库连接 Public adoCmd As ADODB.Command '用于执行对数据库的操作命令 Public tmpTableName As String '用于查询的临时表名
www.eeworm.com/read/243086/12965543

bas module1.bas

Attribute VB_Name = "Module1" Option Explicit Public conn As New ADODB.Connection '定义链接对象 Public Const keyenter = 13 '定义回车的ASCII码 Public userType, userName As String '记录登陆的用户名 Public Connection
www.eeworm.com/read/329221/12969117

bas module1.bas

Attribute VB_Name = "Module1" Public conn As ADODB.Connection Public rst As ADODB.Recordset Public rsuser As ADODB.Recordset Public rststore As ADODB.Recordset Dim quanxian As String Dim usernam
www.eeworm.com/read/242797/12984216

conf rfcomm.conf

# # RFCOMM configuration file. # #rfcomm0 { # # Automatically bind the device at startup # bind no; # # # Bluetooth address of the device # device 11:22:33:44:55:66; # # # RFCOMM channel for the conn
www.eeworm.com/read/242797/12985144

c manager.c

/* * * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modif
www.eeworm.com/read/242771/12986264

h headset_hfp_slc.h

/**************************************************************************** Copyright (C) Cambridge Silicon Radio Ltd. 2004-2007 Part of Stereo-Headset-SDK Q1-2007.Release FILE NAME headse
www.eeworm.com/read/242768/12986914

h a2dp_sd_avrcp.h

/**************************************************************************** Copyright (C) Cambridge Silicon Radio Ltd. 2004-2007 Part of Stereo-Headset-SDK Q1-2007.Release FILE NAME a2dp_s
www.eeworm.com/read/141619/12994327

bas sharefunction.bas

Attribute VB_Name = "shareFunction" Public con As Connection Dim rst As Recordset '在网络中查找 SQL 服务器,并将其赋给 frmLand.cmbSName Public Function getSNameList() As Boolean Dim errVSQL As Boolean
www.eeworm.com/read/328863/12997866

txt readme_echoserver.txt

FILE LIST - echoServer.c DESCRIPTION - The TCP echo service specifies that a server must accept incoming requests, read data from the connection, and write the data back
www.eeworm.com/read/328863/12997881

c echoserver.c

/* echoServer.c - TCP echo server program */ /* Copyright 1984-1997 Wind River Systems, Inc. */ /* modification history -------------------- 01g,06nov97,mm added copyright. 01f,29Sep97,mm