-
Testing Program for test
Testing Program for test
- 2023-05-29 22:55:03下载
- 积分: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
-
一个oracle查询文件jsp,只需输入sql语句,列名及数据库内容都显示在界面上,注意:oracle驱动需要自己安装!...
一个oracle查询文件jsp,只需输入sql语句,列名及数据库内容都显示在界面上,注意:oracle驱动需要自己安装!-an oracle Inquiry jsp, to just sql statement, the names and contents of the database are displayed in the interface, attention : oracle needs its own driver installation!
- 2023-06-01 09:45:02下载
- 积分:1
-
房屋租赁系统,可以实现租房退房等功能
房屋租赁系统,包括用户端,GUI与数据库三部分,可以实现不同用户登录,客户租房退房,房主购房,出租房,管理员整理等简单功能
- 2022-11-17 10:55:04下载
- 积分:1
-
"Oracle Database 10g Java developers" all the source code, can be used...
《Oracle 10g数据库Java开发》的全部源代码,可以作为开发参考-"Oracle Database 10g Java developers" all the source code, can be used as the development of reference
- 2022-03-15 11:05:41下载
- 积分:1
-
常见的数据库格式转换工具在Oracle、SQL Sever支持,访问..
通用数据库格式转换工具,支持oracle,sqlsever,access等数据库之间数据格式转换:即Oracle转SQL Server;SQL Server转Oracle;Oracle转Access;Access转Oracle;SQL Server转Access, Access转SQL Server等。可以实现数据库的移植,异构数据库之间同步。完成表的创建(含字段的约束:默认值,是否为空,和的主键),数据的导入,导出。转换速度快,有完整的转换日志,有那个数据无法转换,可以精确定位。-Common database format conversion tools in support of oracle, sqlsever, access and other data format conversion between the database: the Oracle to switch SQL Server SQL Server switch to Oracle Oracle switch to Access Access switch to Oracle SQL Server switch to Access, Access switch to SQL Server and so on. Database migration can be achieved, synchronization between heterogeneous databases. Complete the table creation (including field constraints: the default value, whether it is empty, and the primary key), data import, export. Conversion speed, a complete conversion of the log, there is that data can not be converted, you can pinpoint.
- 2022-04-16 02:08:56下载
- 积分: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
-
pl/sql development,学习pl/sql的好资料
pl/sql development,学习pl/sql的好资料-pl/sql development, learning pl/sql good information
- 2022-02-03 02:01:47下载
- 积分:1
-
jboss和EJB 配置,详细还有图片说明.
不错,不、错
jboss和EJB 配置,详细还有图片说明.
不错,不、错-ORM and EJB configuration, there are detailed caption. Well, no, wrong!
- 2023-04-02 00:40:03下载
- 积分:1
-
OCI的演示,插入,更新和删除
oci demo, for insert, update & delete
- 2022-05-12 10:29:35下载
- 积分:1