代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/211225/15184537
cpp rasconn.cpp
/***********************************************************************
THIS CODE AND INFORMATION IS PROVIDED AS IS WITHOUT WARRANTY OF ANY
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LI
www.eeworm.com/read/210411/15199085
bas module1.bas
Attribute VB_Name = "Module1"
Public usertype As Integer '定义用户类型
Public username As String '保存用户帐号
Public bookno As String, bookname As String '保存书号,书名
Public exitType
www.eeworm.com/read/210411/15199123
bas module1.bas
Attribute VB_Name = "Module1"
Public usertype As Integer '定义用户类型
Public username As String '保存用户帐号
Public bookno As String, bookname As String '保存书号,书名
Public exitType
www.eeworm.com/read/210394/15199520
readme_echoserver
FILE LIST -
echoServer.c
DESCRIPTION -
The TCP echo service specifies that a server must accept incoming
requests, read data from the connection, and write the data back
over
www.eeworm.com/read/210394/15199527
c echoserver.c
/* echoServer.c - TCP echo server program */
/* Copyright 1984-1997 Wind River Systems, Inc. */
/*
modification history
--------------------
01g,06nov97,mm added copyright.
01f,29Sep97,mm change
www.eeworm.com/read/210310/15202006
java posttest.java
/**
@version 1.10 2004-08-04
@author Cay Horstmann
*/
import java.io.*;
import java.net.*;
import java.util.*;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
/**
www.eeworm.com/read/210296/15202177
java synchtopicexample.java
/*
* @(#)SynchTopicExample.java 1.7 00/08/18
*
* Copyright (c) 2000 Sun Microsystems, Inc. All Rights Reserved.
*
* Sun grants you ("Licensee") a non-exclusive, royalty free, license to use,
*
www.eeworm.com/read/210142/15206100
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public conn As New ADODB.Connection '标记连接对象
Public rs_chuzu As New ADODB.Recordset
Public userID As String
Public username As String
Public Decl
www.eeworm.com/read/209961/15210743
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