• 所有通用连接代码已经转移到父中了。

    All the generic, boilerplate connectivity code has moved into the parent class.

    youdao

  • 连接代码隐藏应用程序中,因此无法重用

    The connectivity code is buried in the applications, so it can't be reused.

    youdao

  • 最后结果就是现在我们报告服务可以连接代码特性计划缺陷跟踪

    The upshot of this is that we now can strong linkage between code, feature planning, and bug tracking, all with reporting services that are just far and away the best that I've ever seen.

    youdao

  • 上述代码充当的是CouchDB连接代码并且包含使用此数据库所需所有相关

    This code serves as your connection code to CouchDB and includes all the relevant classes that you'll need to work with the database.

    youdao

  • 建模工具支持就可以自动生成构件所有需要的构建文件之间连接代码集合构件

    With support from the modeling tool you can automatically generate the glue code between the components and all the necessary build files to assemble the component.

    youdao

  • 二进制安装总的来说源码安装简单。因为它们需要模块,也不需要花费计算机资源编译连接代码

    Binary installations, in general, are easier than source installations, because they don't require source modules and spending computer resources compiling and linking the code.

    youdao

  • 不管连接哪种数据库连接代码应该放置一个名称类似Connection . py的文件中,且该文件存储在一些通常访问的位置中。

    Whatever database you're connected to, the connection code should go in a file called something like Connection.py, stored in some commonly accessible location.

    youdao

  • 由于使用JDBC应该任何支持SQL数据库下都能正常运行,DB 2Express - C,需要连接代码最小程度的修改

    Because the example USES JDBC, it should work with any supported SQL database, such as DB2 Express-C, with only minor changes to the connection code.

    youdao

  • 前面一样代码首先连接队列管理器打开队列句柄这次为了使用缺省队列定义接收消息

    As before, the code begins by connecting to the queue manager and opening the queue handle, but this time for retrieving messages using the default queue definition.

    youdao

  • 甚至编写任何门户代码或者连接后台基础设施之前开始压力测试

    Begin stress testing even before you have any portal code written or have connected it to backend infrastructure.

    youdao

  • 注意这个示例没有征用当前事务jdbc连接代码容器我们完成这个任务。

    Notice that there is no code in this example to enlist the JDBC connections in the current transaction — the container does this for us.

    youdao

  • SQLJ可以通过编译使用数据库连接代码执行语法语义上检查

    SQLJ can perform syntactic and semantic checking on the code, using database connections at compile time.

    youdao

  • 实际上可以处理数据源配置连接代码打包一个工具(留给读者作为练习)。

    In fact, you might want to bundle up the code you write to handle data source configuration and connection into a utility class (that's left for you as an exercise).

    youdao

  • 清单4显示应用程序模块查找创建数据库连接所需代码

    Listing 4 shows the code in the application module needed to lookup the created database connection pool.

    youdao

  • 了三条语句不足20行的代码连接到了数据库选定了每一数据作为xml导出

    In three statements and fewer than 20 lines of code, it connects to the database, selects every row from the table, and exports the data as XML.

    youdao

  • 大多数业务程序员都愿意,为了使用JDBCSPI而编写他们自己的数据源连接代码实现一个命名服务器

    Most business programmers cannot justify the time it takes to write their own datasource and connection pool code plus implement a naming server so the JDBC SPI can be used.

    youdao

  • 可行地方可以连接核心代码其他平台中。

    It is ported back into core code and other platforms, where feasible.

    youdao

  • 以下代码连接编目数据库

    The following code connects to a cataloged database.

    youdao

  • 依我看提供了一个连接传入代码包装程当中,等到连接可用的时候恢复纤程。

    As I see, it allows to pass code wrapped in Fibers to a pool of connections, which then resumes the Fibers as connections become available.

    youdao

  • 事件气泡技巧可用于断开小组件视图结构控制器代码之间连接

    The event bubbling technique provides the ability to disconnect the view structure of the widget from the controller code.

    youdao

  • 这样可简化连接两端代码导致同时打开多个连接

    This makes the code at either end of the connection simpler — although it does cause more connections to be open at once.

    youdao

  • 执行建立数据库连接时,确定用户应用程序代码而且连接期间有效

    At execution time, the user application code page is established when a database connection is made, and it is in effect for the duration of the connection.

    youdao

  • 可以自由添加连接代码需要任意数量这些应该打包连接器eJB中。

    You are certainly free to include any number of other classes that your connector code requires, which you should package into the connector EJB accordingly.

    youdao

  • 全部工作就是尽可能少的忙乱Web服务器Python代码连接

    All it does is connect the Web server to your Python code with as little fuss as possible.

    youdao

  • 此外Axis其他解决方案用于建立HTTP连接底层代码也是基于的。

    Additionally, the underlying code for making HTTP connections in Axis and others solutions is also stream based.

    youdao

  • 清单1显示了应用程序示例中用NSURLRequest初始化连接代码

    Listing 1 shows the code used to initialize a connection with NSURLRequest in the sample application.

    youdao

  • 其它最新变化都是RC2里面完成,诸如“请求伪造保护改进ActiveRecord连接代码优。

    Some last minute changes were done in RC2, namely the improvement of the request forgery protection and tuning of the ActiveRecord connection pooling code.

    youdao

  • 下面用于创建MQseriesQueueConnectionFactory获取特定队列管理器连接样本代码

    Here's the sample code to create an MQSeries QueueConnectionFactory and acquire a connection to a specific queue manager.

    youdao

  • 减少代码很多好处包括性能(连接所涉及代码对于脚本而言非常值得考虑),会减少我们以往交织依赖关系

    Reducing the code had many benefits, including performance (code size over the wire is where it really counts with script) but also in reducing the tangled dependencies we used to have.

    youdao

  • 安装Derby数据库软件之后,可以使用本文附带示例代码连接Derby数据库,清单1

    After you have the Derby database software installed, you can use the sample code available with this article to connect to a Derby database, as shown in Listing 1.

    youdao

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

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

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