-
众所周知,JDBC(Java数据库连接)是Java 2企业版的重要组成部分。它是基于SQL层的API。通过把SQL语句嵌入JDBC接口的方法中,用户可以通过Ja...
众所周知,JDBC(Java数据库连接)是Java 2企业版的重要组成部分。它是基于SQL层的API。通过把SQL语句嵌入JDBC接口的方法中,用户可以通过Java程序执行几乎所有的数据库操作。JDBC只提供了接口,具体的类的实现要求数据库的设计者完成。通过生成这些接口的实例,即使对于不同的数据库,Java程序也可以正确地执行SQL调用。所以对于程序员来说,不必把注意力放在如何向数据库发送SQL指令,因为程序员需要了解和用到的只是JDBC的接口,只有在极少数情况下会用到面向特定数据库的类,例如程序员希望使用ORACLE的扩展API。-known, JDBC (Java Database Connectivity) is a Java 2 Enterprise Edition of the important components. It is based on SQL API layer. Through JDBC embedded SQL interface method, Java users can implement procedures almost all of the data base. JDBC interface provides only a specific category of demands on the database designer to complete. Interface generated by these examples, even for the different databases, Java programs can also correct implementation of SQL calls. So programmers, we do not have to focus on how to send SQL database directive because programmers need to understand and use the only JDBC interface Only in very rare cases, will use the database for specific categories, For example, programmers hope to expan
- 2022-07-09 18:17:48下载
- 积分:1
-
单片机c语言 源程序 初学者不错 有例子
单片机c语言 源程序 初学者不错 有例子-SCM c language source code there is a good example for beginners
- 2023-01-20 18:20:04下载
- 积分:1
-
欣赏古代文字可以吗?
古诗文鉴赏可以吗-appreciation of ancient text can?
- 2022-03-11 22:38:18下载
- 积分:1
-
这是一个关于SN54LV244A器件的说明资料,是我从国外的网站上找到的....
这是一个关于SN54LV244A器件的说明资料,是我从国外的网站上找到的.-SN54LV244A device on the descriptive information from abroad is the website found.
- 2022-04-23 01:20:27下载
- 积分:1
-
COM 技术内幕――这本书讲述了构建优美的COM组件的清晰、简单、实用的规则;循序渐进地介绍COM设计;以代码形式给出大量实例。...
COM 技术内幕――这本书讲述了构建优美的COM组件的清晰、简单、实用的规则;循序渐进地介绍COM设计;以代码形式给出大量实例。-Inside COM-- This book tells how to build COM components with clear, simple, practical rules step-by-step description of COM design give a large number of examples of code.
- 2022-08-14 00:26:35下载
- 积分:1
-
一个局域网的斗地主游戏,可以让几个人一起玩的
一个局域网的斗地主游戏,可以让几个人一起玩的-A LAN斗地主games, few people can play together
- 2022-11-01 22:15:03下载
- 积分:1
-
O Reilly
O Reilly
The perl CD bookshelf
including :
Perl in a Nutshell book
learning perl
Learning Perl on Win32 Systems
Programming Perl
Advanced Perl Programming
Perl Cookbook
- 2022-02-28 20:07:11下载
- 积分:1
-
VB6 controls LISTVIEW Guide feel useful
VB6控件LISTVIEW使用指南
个人觉得很有用-VB6 controls LISTVIEW Guide feel useful
- 2023-08-12 11:45:03下载
- 积分:1
-
MCS51系列单片机教程
从单片机的历史,到开发板的设计,单片机内部结构,汇编代码实验程序,开发部署全过程,非常详细,是单片机入门者或初级开发者的好向...
MCS51系列单片机教程
从单片机的历史,到开发板的设计,单片机内部结构,汇编代码实验程序,开发部署全过程,非常详细,是单片机入门者或初级开发者的好向导。-MCS51 series single-chip microcontroller tutorial from the history of the development board design, the internal structure of single-chip, code compiled experimental procedures, the development and deployment of the entire process, very detailed, single-chip entry is the primary developer or a good Wizard.
- 2023-05-21 06:40:04下载
- 积分:1
-
dynamic
动态链接库(DLL)已成为Windows的重要基础,Windows CE也不例外。操作系统对DLL很重要,节日主要是loader.c分析代码,它包含在EXE和DLL中。这里要讨论的是DLL的一部分
- 2022-09-26 17:50:02下载
- 积分:1