代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/263633/11351987
java client.java
// Fig. 17.5: Client.java
// Set up a Client that will read information sent
// from a Server and display the information.
// Java core packages
import java.io.*;
import java.net.*;
import jav
www.eeworm.com/read/263633/11351990
java server.java
// Fig. 17.4: Server.java
// Set up a Server that will receive a connection
// from a client, send a string to the client,
// and close the connection.
// Java core packages
import java.io.*;
www.eeworm.com/read/263516/11358690
mdl d_014_twt.mdl
Model {
Name "d_014_twt"
Version 6.2
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortData
www.eeworm.com/read/408881/11366296
java pooledconnection1.java
/*
* A simple Pooled Connection Sample
* Please compare to PooledConnection2.java
* Please use jdk1.2 or later version
*/
import java.sql.*;
import javax.sql.*;
import oracle.jdbc.*;
import oracl
www.eeworm.com/read/408881/11366370
java ccache6.java
/**
Oracle JDBC supports a JDBC connection cache time-out
scheme. There are 3 connection cache time-out:
TimeToLive timeout
Inactivity timeout
FixedWait timeout
www.eeworm.com/read/408881/11366378
java refclient.java
/*
* This sample demonstrates using REF over
* two different Sessions.
*
* It 1. gets a ref to a SQL structured type value
* through session1.
* 2. retrieve the ref's value through ses
www.eeworm.com/read/408881/11366443
java ntierauth.java
/*
* A Ntier Authentication Sample
*
* It 1. create new users proxy and client
* grant corresponding privileges to them
* 2. create new roles role1, role2, and
* grant some operat
www.eeworm.com/read/408881/11366447
java ociconnpooljndi.java
/**
* A sample with JNDI using OCI Connection Pool as Datasource.
* This is tested using File System based reference
* implementation of JNDI SPI driver from JavaSoft.
* You need to download fsco
www.eeworm.com/read/408584/11381476
c clientrst.c
#include "unp.h"
#define MAXN 16384 /* max #bytes to request from server */
int
main(int argc, char **argv)
{
int i, j, fd, nchildren, nloops, nbytes;
pid_t pid;
ssize_t n;
char request[MAXLIN
www.eeworm.com/read/262980/11381624
bas conn.bas
Attribute VB_Name = "CONN"
Public czy As String '操作员
Public czyqx As String '权限
Public yhxhcd As String '用户序号传递
Public wxidcd As String '维修单ID传递
Public hfidcd As String '回访ID传递
Publi