代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/138595/13229045
txt 一个连接池的例子(来自jive)(2).txt
作者:sonymusic
email: sonymusic@china.com
日期:2001-5-17 11:33:47
//文件:DbConnectionDefaultPool.java的第二部分
/**
* Housekeeping thread. Runs in the background with low CPU overhead.
* Conne
www.eeworm.com/read/138595/13229087
txt connecting database using javaserverpages (转载).txt
作者:阿土伯
email: lu1206@yeah.net
日期:2001-1-5 11:04:15
I have given you the source code, how to connect with database from jsp. this is easy and simple.cut and paste the below code and modify according
www.eeworm.com/read/138595/13229450
txt 一个连接池的例子(来自jive)(1).txt
作者:sonymusic
email: sonymusic@china.com
日期:2001-5-17 11:32:45
//文件:DbConnectionDefaultPool.java的第一部分
//请注意看里面注明的一处需要修改连接参数的地方
package com.qingtuo.db.pool;
import java.sql.*;
import java.uti
www.eeworm.com/read/138595/13229623
txt 一个连接池的例子(来自jive)(3).txt
作者:sonymusic
email: sonymusic@china.com
日期:2001-5-17 11:34:25
//文件:DbConnectionDefaultPool.java的第三部分
/**
* Returns the age of a connection -- the time since it was handed out to
* an
www.eeworm.com/read/138595/13229958
txt 一个连接池的例子(来自jive)(4).txt
作者:sonymusic
email: sonymusic@china.com
日期:2001-5-17 11:35:03
//文件:DbConnectionManager.java
package com.qingtuo.db.pool;
import java.sql.*;
import java.io.*;
import java.util.*;
/**
*
www.eeworm.com/read/240222/13230002
java jdbcadapter.java
/*
* @(#)JDBCAdapter.java 1.16 04/07/26
*
* Copyright (c) 2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification
www.eeworm.com/read/138595/13230127
txt 一个连接池的例子(来自jive)(5).txt
作者:sonymusic
email: sonymusic@china.com
日期:2001-5-17 11:36:03
//文件:DbConnectionProvider.java
package com.qingtuo.db.pool;
import java.sql.*;
import java.util.*;
public abstract class DbCo
www.eeworm.com/read/138595/13230243
txt orcale测试实例.txt
作者:blackwhites
日期:2000-11-9 15:13:59
/*
OracleTestServlet - This is a sample servlet which
connects to an Oracle instance. It includes some code to
log various points of invocation and execu
www.eeworm.com/read/324996/13234110
bas sharefunction.bas
Attribute VB_Name = "shareFunction"
Public con As Connection
Dim rst As Recordset
'在网络中查找 SQL 服务器,并将其赋给 frmLand.cmbSName
Public Function getSNameList() As Boolean
Dim errVSQL As Boolean
www.eeworm.com/read/324854/13240002
bas module1.bas
Attribute VB_Name = "Module1"
Public adoCon As New ADODB.Connection
Public adoRs As New ADODB.Recordset
Public Numer As Integer
Public Name1 As String
Public Sub main()
Dim temp As String
temp