• 设计器编译运行这个任务

    Compile and run this job in the designer.

    youdao

  • 这些环境变量一个名为wstk_cp;这个环境变量包含编译运行发布应用程序需要类路径。

    One of these environment variables is named WSTK_CP; this environment variable contains the classpath that is required to compile and run the publish applications.

    youdao

  • 多个线程运行COBOL程序必须应用程序使用THREAD编译选项所有COBOL程序进行编译

    To run COBOL programs in more than one thread, you must compile all of the COBOL programs in the application with the thread compiler option.

    youdao

  • 确保将要编译程序环境不是CICS环境,因为无法在CICS环境运行多线程应用程序

    Make sure the environment you compile the program in is not CICS. You cannot run multithreaded applications in the CICS environment.

    youdao

  • 一个VB9被命名为“敏捷运行时”的特性允许编译针对其他平台使用自定义运行时。

    A new feature in VB 9 called "runtime agility" will allow the compiler to use custom runtimes for other platforms.

    youdao

  • 幸运,自版本0.7起,编译环境运行定制代码相当容易

    Fortunately, as of version 0.7, running custom code in the precompiled environment is a lot easier.

    youdao

  • 运行清单6命令编译系统创建WAR文件

    Run the command shown in Listing 6 to compile the system classes and create the WAR file.

    youdao

  • 过多字符形式输入代码往往很难理解,而且会引起一些运行过程编译器通常会发现错误

    Excessively stringly typed code is usually a pain tounderstand and detonates at runtime with errors that the compiler wouldnormally find.

    youdao

  • 执行编译存档一个Jar文件后面hadoop命令运行这个文件。

    Compile it and archive it in a Jar file, which will be run with the hadoop command later.

    youdao

  • 编译程序然后命令运行可以得到预期的结果。

    Compile and run the application from the command line, and you should get the expected response.

    youdao

  • 为了测试这个函数,代码复制一个文件保存为execwithcaps . c,编译作为根用户运行

    To test this, paste the code into a file named execwithcaps.c, and compile and run it as root.

    youdao

  • 如果编译1,然后通过FxCop工具运行得到程序集时,发现会生成一个关于explicitconstructor类的严重警告

    If you compile the classes in Figure 1 and run the resulting assembly through the FxCop tool, you will find that it produces a critical warning about the ExplicitConstructor class.

    youdao

  • 但是,。NET 4.0,“能确保COM可见类型运行它们编译CLR版本之上”。

    With.net 4.0, "com Visible types are guaranteed to run against the CLR they were compiled with."

    youdao

  • LiveRun会获得当前文本窗口所有代码编译一个临时目录然后运行

    LiveRun will will pick up all the code in the current text window, compile it to a temporary location, then run it.

    youdao

  • 可以编译这个示例应用程序任何现代浏览器运行

    You can compile this example application and run it natively in any modern browser.

    youdao

  • 最后学习如何开发编译运行客户端应用程序以及如何配置服务器允许来自网络特定客户端的安全访问

    Finally you'll learn how to develop, compile, and run the client application and how to configure the server to allow secure access from specific clients on your network.

    youdao

  • 应用补丁运行的内核需要这些特殊选项编译

    The running kernel to be patched need not have been compiled with the same special options.

    youdao

  • 对象编译它们功能组合编排运行代码

    Their functionality is weaved into the runtime code after the objects have been compiled.

    youdao

  • 只有应用程序实际上需要该类而不是编译运行过程,此类的类型成为显式的。

    The class type will become explicit only when the application actually needs the class, not during compile or run time.

    youdao

  • 理想情况下应用程序生产环境运行可以只用那些文件不是编译每个每个文件(假设运行时会用到所有文件)。

    Then ideally you can ship just those classes, rather than precompiling every file in every library (assuming your run touches all files actually needed when the app runs in production.

    youdao

  • 现在如果使用清单3方法那么SAX代码甚至不必进行重新编译运行,并根据需要使用不同语法分析器实现

    Now, if you follow the method in Listing 3, your SAX code can hum along without even having to be recompiled, using different parser implementations as needed.

    youdao

  • 然而RT环境JIT编译引入了不可预知的运行行为将严重影响最坏情况时执行时间分析

    In an RT environment, however, the JIT compiler introduces an unpredictable run-time behaviour that wreaks havoc on worst-case execution time analysis.

    youdao

  • 将其链接可执行程序需要启用编译链接运行动态链接器来定位

    To link this into executables, you need to enable both the compile-time linker and the run-time dynamic linker to find it.

    youdao

  • 对象最终存储内存编译器、运行处理器缓存可以特权定时地在变量指定内存位置存入或取出变量

    Objects are ultimately stored in memory, but the compiler, runtime, processor, or cache may take some liberties with the timing of moving values to or from a variable's assigned memory location.

    youdao

  • 编译显示导入运行时,所导入的没有包含路径

    In this case, at compile time the imported classes were present, but at run time the imported class was not part of the class path.

    youdao

  • 如果一个驱动程序直接编译到了内核,那么即使这个驱动程序没有运行代码静态数据也会占据一部分空间

    If a driver is compiled directly into the kernel, its code and static data occupy space even if they're not used.

    youdao

  • 1.0发行版绑定编译器的尺寸运行4(228k54k),复杂性则高出许多倍。

    In the 1.0 release, the binding compiler is more than four times the size of the runtime (at 228k vs. 54k) and many times the complexity.

    youdao

  • 方法添加编译队列线程可以继续运行执行方法编译版本

    The method is instead added to a compilation queue, and the thread is allowed to continue running and execute the non-compiled version of the method.

    youdao

  • 使用JDK 5.0编译运行清单1代码会给出清单2输出

    Compiling and running the Listing 1 code using JDK 5.0 gives the output shown in Listing 2.

    youdao

  • 程序可以许多环境运行”,编译执行将“Hello,world. \n打印屏幕

    In many environments, this program "works," and it compiles, executes, and prints "Hello, world. \ n" to the screen.

    youdao

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

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

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