代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/366576/9808211
1 pand.1
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29.
.TH BlueZ "1" "February 2003" "PAN daemon" "User Commands"
.SH NAME
pand \- BlueZ Bluetooth PAN daemon
.SH DESCRIPTION
The pand PAN dae
www.eeworm.com/read/366576/9808232
1 dund.1
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29.
.TH BlueZ "1" "February 2003" "DUN daemon" "User Commands"
.SH NAME
dund \- BlueZ Bluetooth dial-up networking daemon
.SH DESCRIPTION
D
www.eeworm.com/read/366576/9808609
c object.c
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2004-2008 Marcel Holtmann
*
*
* This program is free software; you can redistribute it and/or modif
www.eeworm.com/read/170245/9813557
inc jsyks.inc
include \masm32\include\head.inc
DlgProc PROTO :HWND,:UINT,:WPARAM,:LPARAM
My_Quit PROTO :HWND
My_Init PROTO :HWND
My_Proc PROTO :HWND
QueryProc proto hWin:DWORD, uMsg:DWORD, wParam:
www.eeworm.com/read/170235/9813805
bas mdldb.bas
Attribute VB_Name = "MdlDB"
Option Explicit
Public CN As ADODB.Connection
Public Sub DataIni()
Dim DBPath As String
DBPath = App.Path + "\Club.mdb"
On Error GoTo ErrCN
Set CN = New Co
www.eeworm.com/read/366434/9814572
txt rfc2920.txt
组织:中国互动出版网(http://www.china-pub.com/)
RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm)
E-mail:ouyang@china-pub.com
译者: 刘伟力(truelwl truelwl@sina.com)
译文发布时间:2001-4-27
版权:本中文翻译
www.eeworm.com/read/366232/9824135
cs frmmain.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
//using System.Data.Oracle
www.eeworm.com/read/366232/9824178
cs dbutils.cs
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Windows.Forms;
using Oracle.DataAccess.Client;
using Oracle.DataA
www.eeworm.com/read/366232/9824186
cs databaseloader.cs
using System;
using System.Collections.Generic;
using System.Text;
using Oracle.DataAccess.Client;
using System.Reflection;
using System.Data;
using OracleDALGen.Classes;
using OracleDALGen.Cla
www.eeworm.com/read/366232/9824191
cs codegenerator.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.CodeDom;
using System.CodeDom.Compiler;
using System.Reflection;
using System.Data;
using Microsoft.CSharp;
usin