• The only class that remains is the driver class DriverProgram.

    最后剩下的驱动器DriverProgram

    youdao

  • At the same time, because the USB keyboard is a HID class device, when the driver is embedded into the operating system, the HID class driver ought to be programmed.

    同时由于US B键盘HID设备,要把驱动程序嵌入操作系统中去,还需要编写HID类驱动程序。

    youdao

  • Jin Ying not only foreigners to rent a first-class vehicles, first-class driver, but also to find good professional translators or general tourism business entourage.

    外国人不但一流车辆、一流的驾驶员找到优秀专业翻译人员一般旅游商务陪同人员

    youdao

  • Finally, it gives the two ways that we implement instrument simulation with instrument-specific drivers and class driver, and two simulation mode of IVI simulation drivers.

    利用仪器驱动程序、分类仿真驱动程序实现仪器仿真方法以及IVI仿真驱动程序两种仿真模式

    youdao

  • He describes how to use class wrapping of the JDBC driver, connection, statement, and result set objects to instrument JDBC, and hence, database calls.

    介绍了如何使用JDBC驱动连接语句结果对象包装工具化jdbc,由此工具化数据库调用

    youdao

  • We have our driver class written.

    我们已经写完了驱动程序

    youdao

  • This tells the server which JDBC driver class to use to access the database.

    告诉服务器使用一类JDBC驱动程序访问数据库。

    youdao

  • A single driver script connects the front end to the back end, and another wrapper class on the front end gives you access to all the tables you need.

    单个驱动程序脚本连接前端,前端另一个包装提供所有所需访问权

    youdao

  • This defines the JDBC driver class.

    定义JDBC驱动程序类。

    youdao

  • It doesn't matter which driver you want to use; you always use the PDO class name.

    不管使用哪种驱动程序,您总是使用pdo名。

    youdao

  • The standard processing for loading a JDBC driver requires two items: the driver's class name and the JDBC URL of the database that's targeted for connection.

    载入JDBC驱动程序标准过程需要:驱动程序连接目标数据库JDBCURL

    youdao

  • The IFX_PAM_CLASS value that is specified is intended to inform the JDBC driver what class (module) has implemented the PAM interface.

    指定 IFX_PAM_CLASS用来告诉JDBC驱动程序哪个模块实现PAM接口

    youdao

  • Hibernate will manage connections for you when you provide it with connection information like driver class name, user name, password, and so on, through XML configuration.

    Hibernate可以管理连接,但是您必须通过XML配置提供驱动程序用户名、密码以及其他一些连接信息

    youdao

  • This method finds the class file for the Derby embedded driver, which must exist somewhere in your CLASSPATH, then loads it into the JVM.

    这个方法寻找Derby嵌入式驱动程序文件(这个文件必须CLASSPATH中存在),然后装载JVM中。

    youdao

  • The coordinated connection must be obtained using the DriverManager interface with the DB2 "App" JDBC Type 2 Driver -- instantiating an instance of the class COM.ibm.db2.jdbc.app.DB2Driver.

    必须使用DB2 "App"JDBCType2驱动程序的 DriverManager接口获得协调连接——实例化 COM.ibm.db2.jdbc.app.DB2Driver实例

    youdao

  • Database.properties, the configuration file, defines the JDBC driver class to use, the user name and password to use, and the JDBC URL to use.

    配置文件database . properties定义了使用JDBC驱动程序、将使用的用户密码以及将使用的JDBCURL

    youdao

  • Select a driver Class location.

    选择一个驱动Classlocation

    youdao

  • During this loading process, the class 'static section is processed, which registers this driver with the JDBC DriverManager object.

    装载过程中,会处理这个静态部分,这会向JDBCDriverManager对象注册这个驱动程序

    youdao

  • I have provided values for the JDBC driver class, the database user name, and a JDBC URL to connect to the database, in which you have already created the users and usergroup tables.

    指定了JDBC驱动程序数据库用户连接数据库(这个数据库中已经创建了usersusergroup)所用的 JDBCURL

    youdao

  • Derby is the name of the JDBC driver class that the ij tool can use to communicate with the database server.

    derbyJDBC驱动程序名称ji工具使用该类数据库服务器通信

    youdao

  • The first name-value pair specifies the name of the class that is the primary application driver, which is DemoApp in this case.

    第一名称-值指定主要应用程序驱动程序名称, DemoApp。

    youdao

  • Normally, the first dataSource block is where we define JDBC properties, like driver class, username, password, etc.

    通常第一dataSource代码段是定义诸如驱动程序用户名密码之类jdbc属性的位置。

    youdao

  • You may have noted in Listing 4 that the driver program introduced a new class called Parallel.

    清单4中,可能已经注意到驱动器程序引入了一个叫作parallel

    youdao

  • The first line of this script instantiates a new Sql object by setting the JDBC connection string, username, password, and JDBC driver class.

    脚本第一代码实例化了一个新的Sql对象设置JDBC连接字符串用户名密码 JDBC驱动器

    youdao

  • We use the EmbeddedDriver for our driver class in the static initializer of the class.

    我们静态初始化器中把 EmbeddedDriver 用于驱动程序类。

    youdao

  • Make sure that pdq.jar, pdqmgmt.jar, and the corresponding JCC driver jar files are in the class path when you run these commands.

    运行这些命令时,请确保pd q .jarpdqmgmt . jar对应JCC驱动程序jar文件位于路径中。

    youdao

  • The first steps in creating a database-backed model are to instantiate the MySQL driver class, and create a DBConnection instance.

    创建数据库后台模型一步说明MySQL驱动创建DBConnection实例

    youdao

  • Make sure that pdq.jar, pdqmgmt.jar, and the corresponding JCC driver jar files are in your class path when you run these commands.

    运行这些命令,要确保pd q .jarpdqmgmt . jar相应JCC驱动程序jar文件位于路径中。

    youdao

  • This item is optional; if it's not included, the WrappingJDBCDriver USES its own class loader to locate the driver class.

    该项可选项如果包括此项,WrappingJDBCDriver会使用自己的加载程序定位驱动程序类。

    youdao

  • The Ajax requests are fielded by a PHP driver page, which makes sure that the request is valid and then passes it onto a database wrapper class that handles the request.

    Ajax请求受到PHP驱动程序的保护,该页先确保请求有效然后将其传递一个处理请求的数据库包装

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定