-
ORACLE 11G引入了DRCP(database resident connection pooling)这个相当不错的功能,能够允许应用共享同一个数据库连...
ORACLE 11G引入了DRCP(database resident connection pooling)这个相当不错的功能,能够允许应用共享同一个数据库连接池。大大提高了访问ORACLE的效率。-ORACLE 11G introduced a DRCP (database resident connection pooling) this rather nice feature, can allow application sharing the same database connection pool. Greatly increased the efficiency of access to ORACLE.
- 2022-03-10 05:38:41下载
- 积分:1
-
AP_
可以随时导出供应商详细资料,包括供应商名、税码、税务号等信息(You can always export supplier details, including vendor name, tax code, tax number and other information)
- 2014-02-09 10:19:46下载
- 积分:1
-
长途汽车管理系统
简单的增删该查,登录 对数据库进行操作
package 长途汽车信息管理系统;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.sql.*;
import java.io.*;
public class dengluQchepiao extends JFrame implements ActionListener{
Statement st=null;
JTextArea ja=new JTextArea("票号 车号 售票 已售 剩余 票价 出发地 目的地 出发时间 所用时间
");
JTextField jt1=new JTextField();
JTextField jt2=new JTextField();
JRadioButton jc1=new JRadioButton("查询全部");
JRadioButton jc2=new JRadioButton("部分查询");
ButtonGroup bg=new ButtonGroup();
JButton jb1=new JButton("查询");
JButton jb3=new JButton("退出");
JLabel jl1=new JLabel("出发地");
- 2023-08-18 01:40:03下载
- 积分:1
-
51CTOoracle
51cto中的关于oracle的一部分PPt(The 51cto part PPt on the oracle)
- 2016-04-18 19:24:03下载
- 积分:1
-
OOW_Latch
oracle database 11g latch
- 2018-08-15 08:44:36下载
- 积分:1
-
";Oracle 9i JDeveloper开发指南,";的全部源代码,..
《Oracle 9i JDeveloper开发指南》的全部源代码,可以作为开发参考-"Oracle 9i JDeveloper development guidelines," the full source code, as the development of reference
- 2022-02-09 15:02:01下载
- 积分:1
-
SSH框架ORACLE数据导入导出工具
最近要进行设备数据处理,CSV数据量已经超过百万级别,EXCEL无法进行处理,做了一个基于SSH框架,实现CSV文件上传,数据过滤导入ORACLE数据库,查询分析数据,并生成EXCEL文件,实现下载功能。
- 2023-02-26 02:50:04下载
- 积分:1
-
oracle
select * from 表1 t
where exists (select * form 表2 g where g.id = t.id);
- 2022-12-31 15:20:04下载
- 积分:1
-
python oracle to mysql
用python语言将oracel数据库中的数据导入到mysql数据库中。
- 2022-03-03 17:43:02下载
- 积分:1
-
Oracle数据库,在C++中使用连接池实现高
oracle 数据库,在C++中用连接池实现高速连接与访问。-oracle database, in the C++ using connection pooling to achieve high-speed connectivity and access.
- 2022-08-21 12:50:54下载
- 积分:1