代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/367182/2854257
c connect.c
/* Copyright (C) 1992,94,95,96,97,2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it und
www.eeworm.com/read/366796/2861291
java connect.java
package clinique;
import java.sql.DriverManager;
import java.sql.Statement;
import java.sql.ResultSet;
import java.sql.Connection;
import java.sql.SQLException;
/**
* Title:
*
www.eeworm.com/read/363037/2923484
cs connect.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace AnotherPDFLib.XFA
{
///
/// An element that describes the relationship between its containing object an
www.eeworm.com/read/360431/2963279
dsp connect.dsp
# Microsoft Developer Studio Project File - Name="connect" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) C
www.eeworm.com/read/360431/2963351
c connect.c
#include "common.h"
static char software_version[] = "$Id: connect.c,v 1.9 2006/04/11 11:52:24 freddy77 Exp $";
static void *no_unused_var_warn[] = { software_version, no_unused_var_warn };
static
www.eeworm.com/read/358128/3003531
test-connect
#!/opt/lampp/bin/perl
# Copyright (C) 2000-2001, 2003 MySQL AB
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public
# License
www.eeworm.com/read/358128/3003797
result connect.result
drop table if exists t1,t2;
show tables;
Tables_in_mysql
columns_priv
db
func
help_category
help_keyword
help_relation
help_topic
host
proc
procs_priv
tables_priv
time_zone
time_zone_leap_second
time_
www.eeworm.com/read/358128/3004490
test connect.test
# This test is to check various cases of connections
# with right and wrong password, with and without database
# Unfortunately the check is incomplete as we can't connect without database
# This tes
www.eeworm.com/read/356870/3036384
c connect.c
/* Connect.c
*
* Connect to a remote host:
*/
#include "quotes.h"
/*
* ARGUMENTS:
* addr String address in mkaddr()
* format.
*
* RETURNS:
* 0 Successful
* -1 Fail