• 驱动程序不同之表现它们建立连接方式上。

    The difference between the two JDBC drivers is shown in the way that they make their connections.

    youdao

  • 设计就是通过HID驱动程序来实现虚拟键盘驱动程序的。

    This designing achieves the virtual keyboard driver with HID class drivers.

    youdao

  • MTD驱动程序Linux专门嵌入式环境开发新的驱动程序

    MTD drivers are a new class of drivers developed under Linux specifically for the embedded environment.

    youdao

  • 我们示例使用流行mySQL服务器mmJDBC4驱动程序(请参阅参考资料)。

    We'll be using the popular mySQL server and the mm JDBC type 4 driver (see Resources) in our example.

    youdao

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

    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.

    youdao

  • 程序显示了HID设备只用Windows驱动程序安装定义驱动程序然后自定义驱动程序真正透明方面HIDAPI相同结果

    When the program shows the same results for a HID device with only the Windows class drivers and installed custom drivers then the custom drivers are really transparent regarding the HID API.

    youdao

  • fixture作用相当于驱动程序确定如何根据SUT测试中的示例数据

    The fixture class ACTS as the driver to determine how the sample data sets in the table are to be tested against the SUT.

    youdao

  • cp路径(用于指示数据库驱动程序JAR文件位置)。

    Cp is the classpath (used to indicate the location of the database driver JAR file).

    youdao

  • 必须DB 2驱动程序添加路径中。

    The DB2 driver libraries must be added into your classpath.

    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

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

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

    youdao

  • JDBC驱动程序处理错误方式大相径庭

    The two types of JDBC drivers handle errors in very different ways.

    youdao

  • 需要DB 2驱动程序配置DB 2数据库连接

    The DB2 driver classes are required to configure a connection with the DB2 database.

    youdao

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

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

    youdao

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

    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.

    youdao

  • 开发者需要方便地访问HSQLDBJDBC驱动程序提交sql语句

    Developers of the first kind need easy access to the HSQLDB JDBC driver so they can submit SQL statements.

    youdao

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

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

    youdao

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

    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.

    youdao

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

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

    youdao

  • 注意通用Type2通用Type4驱动程序具有相同实现名称

    Notice that the universal type 2 and universal type 4 drivers share the same implementation class name.

    youdao

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

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

    youdao

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

    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.

    youdao

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

    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.

    youdao

  • 给driver嵌入式驱动程序的完全限定名称

    The value assigned to the driver is the fully qualified name for the embedded driver class.

    youdao

  • jar --包含SequeLinkJDBC驱动程序用来实现 JDBC 2.0核心API各个

    sljc.jar -- contains the classes of the SequeLink JDBC driver implementing the JDBC 2.0 core API

    youdao

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

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

    youdao

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

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

    youdao

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

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

    youdao

  • 注意运行示例应用程序需要运行时路径中包含DB2UniversalJDBC驱动程序 (db2jcc.jar)。

    Note that to run the sample application, you will need to include the DB2 Universal JDBC driver (db2jcc.jar) in your runtime classpath.

    youdao

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

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

    youdao

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

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

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