代码搜索:CONNECT

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

代码结果 10,000
www.eeworm.com/read/442071/7660361

bas const.bas

Attribute VB_Name = "Const" '数据源信息常量 Public Const conn As String = "Provider=SQLOLEDB.1;Password=sa;User ID=sa;Initial Catalog=Books;Data Source=localhost;" '一次执行connect操作可以访问数据库的次数 Public Const
www.eeworm.com/read/436362/7771086

php mysql.inc.php

www.eeworm.com/read/399906/7825484

htm otl3_ex60.htm

OTL 4.0, Example 60 (Using OTL/OCI8: server_attach/detach and session_begin/end)
www.eeworm.com/read/399906/7825791

htm otl3_const_sql.htm

OTL 4.0, Constant SQL statements
www.eeworm.com/read/198994/7895537

l conf.l

%{ #include #include #include #include "conf.tab.h" %} %% [ \t]+ /* Ignore */; \n { return TOKNEWLINE; } #.*\n { return TOKNEWLINE; } ([0-9]{1,
www.eeworm.com/read/398665/7930273

~dpr gd_glasses_client.~dpr

program GD_Glasses_Client; uses Forms, Windows, Connect in 'Connect.pas' {frm_Connect}, Data in 'Data.pas' {frm_Data: TDataModule}, Login in 'Login.pas' {frm_Login}, Main in 'Main
www.eeworm.com/read/398665/7930915

dpr gd_glasses_client.dpr

program GD_Glasses_Client; uses Forms, Windows, Connect in 'Connect.pas' {frm_Connect}, Data in 'Data.pas' {frm_Data: TDataModule}, Login in 'Login.pas' {frm_Login}, Main in 'Main
www.eeworm.com/read/296062/8126024

c ptk-path-entry.c

/* * C Implementation: ptk-path-entry * * Description: A custom entry widget with auto-completion * * * Author: Hong Jen Yee (PCMan) , (C) 2006 * * Copyright: See COPYING fil
www.eeworm.com/read/333298/12690105

~dpr admin.~dpr

program admin; uses Forms, login in 'login.pas' {Fm_login}, main in 'main.pas' {Fm_main}, netlist in 'netlist.pas' {Fm_netlist}, connect in 'connect.pas' {fm_SerConfig}, data in '
www.eeworm.com/read/244802/12842818

pl client.pl

use strict; use Socket; use Errno qw(EAGAIN); my $addr = $ARGV[0] || '127.0.0.1'; my $port = $ARGV[1] || '3000'; my $dest = sockaddr_in($port, inet_aton($addr)); my $buf = undef; socket(S