代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/125048/14515595
cpp simple1.cpp
#include
#include
#include
int main() {
// The full format for the Connection constructor is
// Connection(cchar *db, cchar *host="",
// cchar *user="
www.eeworm.com/read/225425/14541023
changelog
0.40
- fixed redhat 7.3 accept() bug (thanks to Eric S. Johansson )
- added man page
- switched to automake, autoconf
- modularised project source files
- better HTTP suppo
www.eeworm.com/read/225406/14541769
pas errmes.pas
unit errmes;
interface
resourcestring
errorcode0000 =' ** ERROR.DAT = error text file for PRODAVE MPI ** ';
errorcode00CA ='no resources available ';
errorcode00CE =' module not found ';
err
www.eeworm.com/read/225406/14541799
dat error.dat
0000:** ERROR.DAT = error text file for PRODAVE MPI **
00CA:no resources available
00CE:module not found
00CF:driver not loaded
00E1:too many channels open
00E9:sin_serv.exe not started
0
www.eeworm.com/read/225129/14555210
bas module1.bas
Attribute VB_Name = "Module1"
Type student '定义类型
ipw As String '远程主机的互连网ip地址
ipn As String '远程主机的内网ip地址
name As String '远程主机的名子
tim As String '登录时间
tmpinfo
www.eeworm.com/read/224560/14585053
vb c_sqlhelper.vb
Imports System.Data.OleDb
Imports System.Data
Imports System.Xml
'****************************************************************
' DHU
' Copyright (c) 2006 DHU.
'***********************
www.eeworm.com/read/124165/14592409
jse idspsrvr.jse
//~ title: Generic iDSP Server
/*
Copyright 1999 by Ronald Terry Constant
http://www.rtconstant.com
*/
/*.
idspsrvr.jse
syntax: sewin32.exe idspsrvr.jse [port]
www.eeworm.com/read/124165/14592410
jse dspcli.jse
//~ title: Simple File DSP Client Script
/*
Copyright 1999 by Ronald Terry Constant
http://www.rtconstant.com
*/
/*.
dspcli.jse
syntax: sewin32.exe dspcli.jse [i
www.eeworm.com/read/124165/14592423
htm vote.htm
Voting Page
//get the voter uid
var user = client.user;
var voteConn = null; // voting db connection
// get the
www.eeworm.com/read/224052/14607142
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