• 对于样本程序我们实际语法放置一个单独文件中

    For our sample program, we put the actual grammar in a separate file.

    youdao

  • 明白我们必须什么之后继续研究工具箱最好办法就是钻研一个实际程序

    Having seen what we have to work with, the best way to continue our exploration of the toolkit is to dive into an actual program.

    youdao

  • 下面构建一个程序装载这些数据确定使用什么比例然后实际屏幕上描绘这个数据。

    Next I'll construct a program to load the data, determine what scale to use, and then actually plot the data to the screen.

    youdao

  • 了解动态语言开发人员为什么这么热衷于测试之后,构建一个需要一些真正测试实际应用程序时候了。

    Now that you know why dynamic language developers are passionate about testing, it's time to build a real application that needs some real tests.

    youdao

  • 实际原型部分构建程序而不是测试之后即被丢弃的废品

    A prototype is really a partially built program, not a throwaway.

    youdao

  • 如果希望一个tablet上实际显示内容应用程序测试设置,比较方便的方法是使用HildonHello World模板

    If you want a quick way to test your setup with an application that actually displays something on the tablet, you can use the Hildon Hello World template.

    youdao

  • 记住因为客户不是一个pc机实际不能所有数据存储客户端,所以应用程序数据将检索

    Remember, because your client is not a PC, you really can't store all your data on the client, and so the application data will be retrieved on demand.

    youdao

  • 数据最初进入程序或者一个层次的例实际使用这些数据时?

    When the data first enters the program, or later by a lower-level routine that actually uses the data?

    youdao

  • 部署应用程序管理员负担过大实际环境中,管理员每个应用程序都将部署多次部署之后必须一个应用程序进行监视

    Overburdened administrators that have to deploy your applications: In the real world, an administrator will deploy each application more than once - and then have to monitor each one after deployment.

    youdao

  • 这两个名称用于连接工厂一个用于实际队列客户应用程序部署描述符利用资源引用它们束缚起来。

    Both names, one for the connection factory and one for the actual queue, are bound using resource references in the client application deployment descriptor.

    youdao

  • 程序实际不会真空工作-某个环境安全程序可能一个环境中安全了。

    Programs never really work in a vacuum — a program that is secure in one environment may be insecure in another.

    youdao

  • 使用简短主题虽然可以节约带宽,但一个设计良好主题空间则应该更具描述性且允许订阅应用程序使用通配符,因此更实际意义益处

    Although you can save bandwidth by using short topics, a well-designed topic space that is more descriptive and that allows the use of wildcards in subscribing applications has substantial benefits.

    youdao

  • 实际应用程序中,这些对象可能是从一个数据库中获得的。

    In a real application, these objects would probably be obtained from a database.

    youdao

  • 实际应用程序中,结果来自一个有限数据库集合也许常见的

    In the real application, the results come from a limited database set, which is probably most typical.

    youdao

  • 一个现代应用程序部署中,可以几个嵌套启动脚本中设置选项,应用程序实际运行哪些选项并不总是很清楚

    In a modern application deployment, options can be set in several nested launch scripts, and it's not always clear which options the application is actually being run with.

    youdao

  • 我们介绍每个阶段会发生什么以及这些阶段是如何相互连接一起的,然后使用一个示例程序展示实际生命周期

    I'll explain what happens in each phase and how the phases interconnect, then use an example application to demonstrate the lifecycle in action.

    youdao

  • 下面一个实际客户案例问题:客户报告一整天用户应用程序中的所有活动速度很慢。

    The following is an example from an actual real customer problem: the customer reported that users were experiencing slow performance in all activities in an application throughout the day.

    youdao

  • 断言使用实际标识WEB应用程序中定义一个环境变量:WEB_USER2,为user2

    The actual identity used for assertion is defined in the WEB application as an environment variable: WEB_USER2, with the value of user2.

    youdao

  • 一个多线程环境中COBOL运行单元进程一部分包括实际已经执行COBOL程序线程

    In a multithreaded environment, a COBOL run unit is the portion of the process that includes threads that have been actively executing COBOL programs.

    youdao

  • 可能应用程序一个应用服务器上不能实际运行情况

    It may be the case where the application doesn't actually run on the other application server.

    youdao

  • soa上下文中意味着ESB客户机提供一个虚拟服务接口,该接口隐藏了服务提供程序实际位置接口。

    Putting this in an SOA context, it means that the ESB offers a virtual service interface to the client that hides the real location and interface of the service provider.

    youdao

  • 基于XML应用程序实际开发中,XML文档中保存信息太可能来自

    In the real world of XML-based application development, it's unlikely that your XML document will hold information from only a single source.

    youdao

  • 虽然实际应用程序中,但是来自一个(WebSphere)Web服务数据或者事务合并到自己的Web服务可能更好

    In a real application though, it may be better to incorporate the data or transaction from the other (WebSphere) Web service into its own.

    youdao

  • 概念了解MVC的工作原理后,我们实际创建一个应用程序来实践下。

    Now that we understand how all that works in concept, let's actually create an application that does it.

    youdao

  • 接下来部分实际程序的范例—一个离散Fourier转变(DFT)—显示汇编不同汇编选项改善结果

    What follows is a case study of an actual application - a discrete Fourier transform (DFT) - showing the performance improvements that result when compiling with various compiler options.

    youdao

  • openclose方法调用实际可能转换应用程序连接池中保留和释放一个实时(live)连接。

    The open and close method calls may actually translate into reserving and releasing a live connection from the application connection pool.

    youdao

  • 这个框架实际模拟了一个servlet容器这样虚拟地运行测试struts应用程序不必Tomcat(举例)中运行了。

    This framework essentially mocks a servlet container, such that you can run and test a Struts application virtually rather than having to run it in Tomcat (for instance).

    youdao

  • 系列第2部分中,研究程序,它实际完成构建gstreamer管道以便We b照相机屏幕一个系统传输图像核心工作

    In Part 2 of this series, we'll look at a program that actually does the core work of building a gstreamer pipeline to get images from the Web camera to the screen or to another system.

    youdao

  • 使用dTrace应用程序中添加探测时,要考虑一个问题是,实际探测实现什么目的。

    The first consideration to make when using DTrace to add probes to your application is to determine what you are actually using the probes for in the first place.

    youdao

  • 一个备选方案第一次启动ij应用程序时引用脚本实际上就是使用文件内容替换stdin(参见清单12)。

    Another alternative is to reference the script when you first start up the ij application, essentially replacing stdin with the contents of the file (see Listing 12).

    youdao

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

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

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