代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/322174/13387400
pcc ex58_oci8_proc.pcc
#include
#include
#include
#include
#include
#define OTL_ORA10G
#define OTL_ORA8_PROC // Indicate that OTL/OCI8 is combined with Pro*C/C+
www.eeworm.com/read/321573/13403099
cpp salary.cpp
// Salary.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Salary.h"
#include "SalaryDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
stat
www.eeworm.com/read/321180/13411144
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/319744/13445552
cs sqlhelper.cs
using System;
using System.Configuration;
using System.Data;
using System.Xml;
using System.Data.SqlClient;
using System.Collections;
using System.Data.OleDb;
namespace PSP
{
///
www.eeworm.com/read/318502/13477266
java mycanvas.java
package bluetoochgame;
import javax.microedition.lcdui.*;
import java.io.*;
import javax.microedition.media.*;
import javax.microedition.io.*;
import java.util.Vector;
public class MyCanvas
www.eeworm.com/read/318492/13477314
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/318370/13480143
java poolbean.java
//package eshop;
import java.sql.*;
import java.util.*;
public class PoolBean {
private int inUse=0; //实际使用中的连接数
private int maxconn; //连接池支持的最大连接数
private Vector connections=new Vector
www.eeworm.com/read/318179/13483931
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/317787/13497193
java mycanvas.java
package bluetoochgame;
import javax.microedition.lcdui.*;
import java.io.*;
import javax.microedition.media.*;
import javax.microedition.io.*;
import java.util.Vector;
public class MyCanvas