To compile the code, generate some JCL to execute the compilation job.
要编译这段代码,需要生成一些JCL以执行编译任务。
The next step is to resolve any conflict that eventually appears and try to compile the code again.
下一步是解决最后出现的任何冲突,并设法再次编译代码。
You will need to have a J2ME development environment installed on your system in order to compile the code examples.
需要在系统中安装J 2 ME开发环境才能编译代码示例。
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.
因为在程序执行时进行编译,所以编译代码的时间将计入程序的执行时间。
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.
构建服务器编译代码,交付准备服务器等候接收构建结果,有了这二者之后,下一步就是决定你的部署策略。
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.
团队不应该仅仅对所写代码进行版本控制;还必须对编译与测试代码的流程(或脚本)进行版本控制。
The first approach is to compile all the code but without performing any expensive analyses or transformations so that the code is generated quickly.
第一种方法是:编译所有的代码,但是不执行任何耗时多的分析和转换,因此可以快速生成代码。
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.
由于此代码仅仅作为样例使用,我们没有执行任何实际的错误处理,但是我们实现了一个虚构的异常处理程序,从而完成代码的编译。
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.
本文介绍如何使用串行通信端口来设置调试环境、如何编译经过修改的内核代码,以及如何开始内核调试。
Before you are able to debug your project, the code needs to compile and run cleanly.
在您能调试您的项目之前,需要先完整地编译和运行代码。
Doing so often necessitates the addition of casts to get the code to compile.
这样做经常需要添加类型强制转换来编译代码。
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 文件进行最少的修改, 就可以令为特定体系结构所编写的程序在其他体系结构上被编译。
What this does is save Perl from having to compile the script from its source code into the bytecode each time.
这样做的优点是节省了Perl每次将脚本从源代码编译成字节代码的时间。
The code needs only the Hibernate and HSQLDB libraries in order to compile and run properly.
只需要Hibernate和hsqldb库,这些代码就可以正确地编译和运行。
Now that your native code is written and your make file is in place, it’s time to compile the native code.
既然你的原生代码已完成,make文件也已就绪,是时候编译原生代码了。
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提供了一个简便机制来编译有关代码的实用程序类或报告。
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。
The code is verified to compile on both gcc-3.4.4 and cl-13.10.3077 without modification.
此代码经过验证,能在不用修改的情况下在gcc -3.4.4和cl - 13.10.3077上成功编译。
Once you compile the code, you need to deploy it in the server to access the service.
您一旦编译完了这些代码,就需要在服务器上部署它来访问那些服务。
Writing just enough code to get the test to compile gave you a passing test this time, but not for long.
编写足够的代码以使测试进行编译此时将为您提供即将通过的测试程序,但不是长期。
Another important consideration is that the programmer should be able to get the code to compile on other architectures as easily as possible.
另一个需要考虑的重要事项是,程序员应该能够让代码尽可能容易地在其他体系结构上编译。
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.
在许多情况下,这些方法实现都是空的,它们之所以存在只是为了满足接口的要求,让代码能够通过编译,这使代码很杂乱。
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.
对于在服务器上频繁运行的代码,如果您能够确保服务器在每次遇到该代码时都不必解析或编译它,那么会看到明显的性能改善。
Now that we have written the code for logging, we need to compile it and integrate it into the existing system.
现在,我们已经编写了日志代码,我们需要编译并将其集成入现存的系统。
JIT compilers selectively compile the most frequently executing methods to native code while programs are running.
程序运行时,JIT编译器选择将最频繁执行的方法编译成本地代码。
Next, you need to compile the included source code for the demo application and then create the JAR file.
接下来,您需要编译包含的演示应用程序源代码,然后创建JAR文件。
For the code to compile successfully, you need to add the JARs to the compile time classpath.
至于成功编译的代码,您需要将JAR添加到编译时类路径上。
Signature changes will cause the client code to either not compile or to crash and behavioral changes will create more subtle errors.
方法声明的变化会导致客户端无法编译或是崩溃,方法行为的变化会导致无可预计的微妙错误。
First, the time taken by the JIT to analyze and compile the code path is included in the runtime of the test.
首先,测试的运行时间当中包含了JIT用于分析和编译代码路径所花的时间。
First, the time taken by the JIT to analyze and compile the code path is included in the runtime of the test.
首先,测试的运行时间当中包含了JIT用于分析和编译代码路径所花的时间。
应用推荐