代码搜索:Connection

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

代码结果 10,000
www.eeworm.com/read/155083/11899472

bas base.bas

Attribute VB_Name = "Base" Option Explicit '公用变量定义,在此定义的变量可以在全局引用 '环境 Public g_ToolBar As Boolean Public g_MenuTree As Boolean Public g_StatusBar As Boolean Public g_ButtonArrange As Boolean '
www.eeworm.com/read/343936/11918381

aspx documentdetail.aspx


www.eeworm.com/read/343829/11922244

cpp server.cpp

#include "Aria.h" //Server可以处理的命令字 #define HelloToServer 1 #define RobotStatus 2 #define ShutdownServer 3 #define RobotMove 4 #define RobotStop 5 #define RobotVel 6 #define RobotR
www.eeworm.com/read/257315/11934259

java dbtools.java

import java.awt.*; import java.util.*; import java.sql.*; public class DBTools { private Connection connection; private Statement statement; private ResultSet resultset; private boolea
www.eeworm.com/read/257315/11934263

java dbtools.java

import java.awt.*; import java.util.*; import java.sql.*; //import com.microsoft.*; public class DBTools { private Connection connection; private Statement statement; private ResultSet
www.eeworm.com/read/343458/11946375

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/343458/11947486

c manager.c

/* * * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2006-2007 Nokia Corporation * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free
www.eeworm.com/read/256722/11976969

cs sqlhelper.cs

// =============================================================================== // Microsoft Data Access Application Block for .NET // http://msdn.microsoft.com/library/en-us/dnbda/html/daab-rm.a
www.eeworm.com/read/343059/11979841

java chatserver.java

package at.ac.uni_linz.tk.vchat; import java.awt.*; import java.net.*; import java.io.*; import java.util.*; import java.text.*; /** * Main class for the server side's functionality. Sta
www.eeworm.com/read/342759/12002290

html slide046.html