To compile the code, generate some JCL to execute the compilation job.
要编译这段代码,需要生成一些JCL以执行编译任务。
That means you must declare all of your variables and compile the code.
这意味着必须声明所有的变量,然后编译代码。
Once you compile the code, you need to deploy it in the server to access the service.
您一旦编译完了这些代码,就需要在服务器上部署它来访问那些服务。
Compile the code to generate an XML file containing the documentation comments.
编译此代码,以生成包含该文档注释的XML文件。
Re-compile the code and ensure that a texture mapped triangle does appear on your screen.
重新编译并运行代码,确保屏幕上出现一个带纹理的三角形。
Second, once you've written a Flex application, you compile the code using the MXML compiler.
其次,编写完Flex应用程序之后,使用MXML编译器编译代码。
The next step is to resolve any conflict that eventually appears and try to compile the code again.
下一步是解决最后出现的任何冲突,并设法再次编译代码。
When you compile the code, consider whether there is some way a malicious program could modify it.
当您编译程式码时,请想想恶意程式码是否可以利用某种方式来修改它。
For this project, I decided just to go with the standard Python setup tools and not compile the code.
对于本项目,我决定采用标准的Python安装工具,不编译代码。
First, the time taken by the JIT to analyze and compile the code path is included in the runtime of the test.
首先,测试的运行时间当中包含了JIT用于分析和编译代码路径所花的时间。
After you compile the code with GCC -g -o0 simple.c -o simple, a regular debug session might look like Listing 2.
用gcc- g - O0simple . c -o simple编译代码后,一个常规的调试会话如清单2所示。
You will need to have a J2ME development environment installed on your system in order to compile the code examples.
需要在系统中安装J 2 ME开发环境才能编译代码示例。
Compile the code and place the class file in <WP root>/shared/app/org/apache/log4j/servlet/ConfigurationServlet.class.
编译该代码并将类文件放在 <WProot>/shared/app/org/apache/log4j/servlet/ConfigurationServlet.class 中。
Finally, and this is actually a weakness, we use the embedded groovy runtime to both introspect and compile the code in your projects.
最后,实际上是缺点,我们使用内嵌的groovy运行时来解析和编译项目中的代码。
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.
因为在程序执行时进行编译,所以编译代码的时间将计入程序的执行时间。
If you're not using Eclipse or WebSphere Studio Application Developer, these implied method additions are only recognized when you actually compile the code.
如果您使用的不是Eclipse或WebSphereStudioApplication Developer,那么所暗指的这些方法添加只有在实际编译这些代码时才能被认可。
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.
构建服务器编译代码,交付准备服务器等候接收构建结果,有了这二者之后,下一步就是决定你的部署策略。
You can compile the code coverage results into reports and view them in Rational Application Developer, or save them to the file system for future analysis.
您可以将代码覆盖率结果数据汇编到报告之中并在RationalApplication Developer中查看它们,或者将它们保存到文件系统中以便未来的分析。
When you pass the information to the compiler, you request that the reader modify the include path appropriately per the installation. Then, compile the code.
在把信息传递给编译器时,您要求进程根据安装相应地修改include路径。
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.
对于在服务器上频繁运行的代码,如果您能够确保服务器在每次遇到该代码时都不必解析或编译它,那么会看到明显的性能改善。
If you pasted in the code, you should have some compile errors.
如果您粘贴代码,则可能出现一些编译错误。
The first approach is to compile all the code but without performing any expensive analyses or transformations so that the code is generated quickly.
第一种方法是:编译所有的代码,但是不执行任何耗时多的分析和转换,因此可以快速生成代码。
The downside of this approach is the possibility that a typo or slight ambiguity in the signature will silently fail, which means the code will compile but "do the wrong thing" at runtime.
这种方法的缺点在于签名录入的错误或含糊不清可能会导致没有征兆的故障,这也就意味着代码可以编译,但在运行时无法正确完成操作。
Doing so often necessitates the addition of casts to get the code to compile.
这样做经常需要添加类型强制转换来编译代码。
Once that's done, type ant on a console open to the jaxws directory to run JAX-WS code generation from WSDL, compile the supplied code, and build a JAR file for server deployment.
完成编辑后,在打开到jaxws目录的控制台中输入ant以从WSDL运行jax - ws代码生成,编译附带的代码,并为服务器部署构建一个JAR文件。
The quickest way to compile your code is to use the compile button from the hosted mode console.
编译代码的最快捷方法是使用托管模式控制台中的Compile按钮。
There should be no compile errors in the generated code.
生成的代码中并不会有编译的错误。
Next, you need to compile the included source code for the demo application and then create the JAR file.
接下来,您需要编译包含的演示应用程序源代码,然后创建JAR文件。
If you successfully compile the source code, you can execute the bytecode within a JVM.
如果成功地编译了源代码,就可以在JVM中执行字节码。
For the code to compile successfully, you need to add the JARs to the compile time classpath.
至于成功编译的代码,您需要将JAR添加到编译时类路径上。
应用推荐