代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/292747/8335630
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 connection
www.eeworm.com/read/192685/8349470
html 17044.html
Re: 怎样动态设定DataEnvironment 的DataSource?
Re: 怎样动态设定DataEnvironment 的DataSource?
www.eeworm.com/read/392201/8357946
bas module1.bas
Attribute VB_Name = "Module1"
Public conn As New ADODB.Connection
Public userID As String
Public userpow As String
Public find As Boolean
Public sqlfind As String
Public rs_data1 As New ADODB.Re
www.eeworm.com/read/392198/8358062
bas conn.bas
Attribute VB_Name = "CONN"
Public czy As String '操作员
Public czyqx As String '权限
Public yhxhcd As String '用户序号传递
Public wxidcd As String '维修单ID传递
Public hfidcd As String '回访ID传递
Publi
www.eeworm.com/read/174072/9608899
pcc ex58_oci8_proc.pcc
#include
#include
#include
#include
#include
#define OTL_ORA8 // Compile OTL 3.2/OCI8
#define OTL_ORA8_PROC // Indicate that OTL/OCI8 is
www.eeworm.com/read/370194/9611053
bas mdl_link.bas
Attribute VB_Name = "Mdl_Link"
Public PublicStr As String '定义公共变量用于ADO控件的数据连接,使程序模块化
Public sql As String '定义字符变量存储SQL语句
Public Tb As String '存储表名
Public Province As String '存储省份名称
Public
www.eeworm.com/read/173983/9617049
java networkclient.java
import java.net.*;
import java.io.*;
/** A starting point for network clients. You'll need to
* override handleConnection, but in many cases
* connect can remain unchanged. It uses
* So
www.eeworm.com/read/173976/9617722
h webclient.h
/**
* \addtogroup webclient
* @{
*/
/**
* \file
* Header file for the HTTP client.
* \author Adam Dunkels
*/
/*
* Copyright (c) 2002, Adam Dunkels.
* All rights reserved.
www.eeworm.com/read/173708/9640698
java client.java
// Fig. 17.5: Client.java
// Set up a Client that will read information sent
// from a Server and display the information.
// Java core packages
import java.io.*;
import java.net.*;
import jav