代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/187487/8636023
java addcustomerframe.java
//AddcustomerFrame.java
import java.awt.*;
import java.awt.event.*;
import java.sql.*;
import java.util.*;
import javax.swing.*;
import UI.customerUI;
class AddcustomerFrame extends JFrame
www.eeworm.com/read/388080/8636843
am makefile.am
## Makefile.am for pursuit server
## define the program that has to be built and the related sources
bin_PROGRAMS = trilearn_player trilearn_coach
SOURCES = Connection.cpp \
SenseHa
www.eeworm.com/read/388039/8640455
txt jdbc 连接池.txt
JDBC连接池源码及示例源码
/*
功能:PoolManager.java连接池管理
Date:2002.4.28
Author:shiyq
. 加载和注册所有JDBC驱动程序;
. 根据一个特性文件中定义的特性,创建ConnectionPool对象;
. 将连接池名称映射到ConnectionPool对象上;
. 将客户请求传递到一个名称为Connection的特定对对象;
.
www.eeworm.com/read/288168/8649546
frm dlgreport.frm
VERSION 5.00
Begin VB.Form DlgReport
BorderStyle = 3 'Fixed Dialog
Caption = "输出报表"
ClientHeight = 1080
ClientLeft = 2295
ClientTop = 3390