• To compile the code, generate some JCL to execute the compilation job.

    编译段代码需要生成一些JCL执行编译任务

    youdao

  • The next step is to resolve any conflict that eventually appears and try to compile the code again.

    下一步解决最后出现任何冲突设法再次编译代码

    youdao

  • You will need to have a J2ME development environment installed on your system in order to compile the code examples.

    需要系统安装J 2 ME开发环境才能编译代码示例

    youdao

  • Because compilation happens at the same time as program execution, the time it takes to compile the code is added to the program's running time.

    因为程序执行进行编译,所以编译代码时间将计入程序执行时间。

    youdao

  • With a build server in place to compile the code and the staging server standing by to receive it, the next step is to determine your deployment strategy.

    构建服务器编译代码,交付准备服务器等候接收构建结果,有了二者之后,下一步就是决定部署策略。

    youdao

  • The team should not merely version the code that it is writing; it must also version the process (or scripts) it USES to compile and test that code.

    团队应该仅仅代码进行版本控制;必须编译测试代码流程(脚本)进行版本控制。

    youdao

  • The first approach is to compile all the code but without performing any expensive analyses or transformations so that the code is generated quickly.

    第一种方法编译所有代码但是执行任何耗时多分析转换因此可以快速生成代码。

    youdao

  • Because this code is only a sample we don't perform any real error processing, but we do implement a dummy exception handler to allow the code to compile.

    由于代码仅仅作为样例使用我们没有执行任何实际的错误处理但是我们实现一个虚构异常处理程序,从而完成代码编译。

    youdao

  • This article shows you how to set up the debug environment using serial communication port, how to compile modified kernel code, and how to start kernel debugging.

    本文介绍如何使用串行通信端口设置调试环境、如何编译经过修改内核代码以及如何开始内核调试

    youdao

  • Before you are able to debug your project, the code needs to compile and run cleanly.

    调试项目之前需要先完整地编译运行代码

    youdao

  • Doing so often necessitates the addition of casts to get the code to compile.

    这样经常需要添加类型强制转换编译代码

    youdao

  • The aim should be to have the program written for a particular architecture to compile on another architecture with minimal effort and minimum changes to the code, the code layout, and the makefiles.

    目标应该最少精力代码、代码规划makefile 文件进行最少修改, 就可以令特定体系结构所编写程序其他体系结构上被编译

    youdao

  • What this does is save Perl from having to compile the script from its source code into the bytecode each time.

    这样的优点节省Perl每次脚本源代码编译成字节代码时间

    youdao

  • The code needs only the Hibernate and HSQLDB libraries in order to compile and run properly.

    需要Hibernatehsqldb这些代码就可以正确地编译运行

    youdao

  • Now that your native code is written and your make file is in place, it’s time to compile the native code.

    既然原生代码已完成make文件就绪,是时候编译原生代码了。

    youdao

  • Since they have access to the entire parse tree (minus the actual method body), Doclets provide a handy mechanism to compile utility classes or compile reports on the code.

    因为它们有权访问整个解析(除去实际方法主体),所以Doclet提供了一个简便机制编译有关代码实用程序报告

    youdao

  • To compile the full C# example code, install the . NET Framework v1.1 SDK and use the C# compiler, csc.exe.

    编译完整的 C#示例代码需要安装.NETFrameworkv1.1SDK使用 C#编译器 csc.exe

    youdao

  • The code is verified to compile on both gcc-3.4.4 and cl-13.10.3077 without modification.

    代码经过验证,能在不用修改的情况下gcc -3.4.4cl - 13.10.3077上成功编译

    youdao

  • Once you compile the code, you need to deploy it in the server to access the service.

    一旦编译完了这些代码需要服务器部署访问那些服务

    youdao

  • Writing just enough code to get the test to compile gave you a passing test this time, but not for long.

    编写足够的代码使测试进行编译此时将为提供即将通过的测试程序,不是长期

    youdao

  • Another important consideration is that the programmer should be able to get the code to compile on other architectures as easily as possible.

    另一个需要考虑重要事项程序员应该能够代码尽可能容易地其他体系结构编译

    youdao

  • In many cases, these method implementations wind up empty and exist only to satisfy the interface and allow the code to compile, leading to cluttered code.

    许多情况下这些方法实现都是空的,它们之所以存在只是为了满足接口的要求,代码能够通过编译使代码很杂乱。

    youdao

  • For code that runs frequently in a server, you'll see measurable gains in performance if you can ensure that the server doesn't have to parse or compile the code upon each encounter.

    对于服务器上频繁运行代码如果能够确保服务器在每次遇到代码时都不必解析编译它那么看到明显的性能改善

    youdao

  • Now that we have written the code for logging, we need to compile it and integrate it into the existing system.

    现在我们已经编写日志代码,我们需要编译其集成现存的系统。

    youdao

  • JIT compilers selectively compile the most frequently executing methods to native code while programs are running.

    程序运行时,JIT编译器选择频繁执行方法编译成本地代码

    youdao

  • Next, you need to compile the included source code for the demo application and then create the JAR file.

    接下来需要编译包含演示应用程序源代码然后创建JAR文件

    youdao

  • For the code to compile successfully, you need to add the JARs to the compile time classpath.

    至于成功编译代码需要JAR添加编译类路径上

    youdao

  • Signature changes will cause the client code to either not compile or to crash and behavioral changes will create more subtle errors.

    方法声明变化导致客户无法编译或是崩溃方法行为的变化会导致无可预计的微妙错误。

    youdao

  • First, the time taken by the JIT to analyze and compile the code path is included in the runtime of the test.

    首先,测试运行时间当中包含JIT用于分析编译代码路径所花时间

    youdao

  • First, the time taken by the JIT to analyze and compile the code path is included in the runtime of the test.

    首先,测试运行时间当中包含JIT用于分析编译代码路径所花时间

    youdao

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

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

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