Runs the % build section to compile the code.
运行%build节,编译代码。
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.
由于此代码仅仅作为样例使用,我们没有执行任何实际的错误处理,但是我们实现了一个虚构的异常处理程序,从而完成代码的编译。
Before you are able to debug your project, the code needs to compile and run cleanly.
在您能调试您的项目之前,需要先完整地编译和运行代码。
So, write just enough code to get the test to compile, run, and fail.
因此,编写足够的代码来使测试进行编译、运行但结果失败。
Doing so often necessitates the addition of casts to get the code to compile.
这样做经常需要添加类型强制转换来编译代码。
This time, you must first compile the code to a JVM.class file using scalac.
在这次,你必须先用scalac来把代码编译成jvm可认的。class文件。
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提供了一个简便机制来编译有关代码的实用程序类或报告。
The simple way to compile and run this code is to do the following.
编译并运行这段代码的简单方法如下所示。
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。
Once you compile the code, you need to deploy it in the server to access the service.
您一旦编译完了这些代码,就需要在服务器上部署它来访问那些服务。
Another important consideration is that the programmer should be able to get the code to compile on other architectures as easily as possible.
另一个需要考虑的重要事项是,程序员应该能够让代码尽可能容易地在其他体系结构上编译。
In fact, you need most of the JAR files to successfully compile the code.
事实上,要成功编译这段代码,您需要大部分JAR文件。
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.
对于在服务器上频繁运行的代码,如果您能够确保服务器在每次遇到该代码时都不必解析或编译它,那么会看到明显的性能改善。
Write just enough code to make the test compile.
编写足够的代码以使测试进行编译。
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文件。
Finally, you need to load the library that the native code will ultimately compile to.
最后,你需要加载原生代码最终编译到的库。
For the code to compile successfully, you need to add the JARs to the compile time classpath.
至于成功编译的代码,您需要将JAR添加到编译时类路径上。
First, the time taken by the JIT to analyze and compile the code path is included in the runtime of the test.
首先,测试的运行时间当中包含了JIT用于分析和编译代码路径所花的时间。
Compile the source code to create your class files.
编译源代码来创建类文件。
应用推荐