代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/337396/3341268
java connect.java
package com.buat.connect;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
public class Connect {
public static Connection con=null;
static{
www.eeworm.com/read/334125/3372603
c connect.c
/*
Unix SMB/CIFS implementation.
implements a non-blocking connect operation that is aware of the samba4
events system
Copyright (C) Andrew Tridgell 2005
Copyright (C) Volker Lendeck
www.eeworm.com/read/334125/3373692
c connect.c
/*
Unix SMB/CIFS implementation.
SMB2 composite connection setup
Copyright (C) Andrew Tridgell 2005
This program is free software; you can redistribute it and/or modify
it under
www.eeworm.com/read/334125/3373718
c connect.c
/*
Unix SMB/CIFS implementation.
Copyright (C) Andrew Tridgell 2005
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public
www.eeworm.com/read/334125/3374424
c connect.c
/*
Unix SMB/CIFS implementation.
test suite for SMB2 connection operations
Copyright (C) Andrew Tridgell 2005
This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/333010/3391062
java connect.java
package com.accp.shop.connection;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.net.URL;
import java.sql.*;
import java.util.Prope