1. If there is interfere between the connection box and other components, the connection box can be moved from the drive end (DE) to non-drive end (NDE) (Option code: H08).
当电动机的接线盒位置与其它部件冲突时,可以将接线盒从驱动端移到非驱动端(选件号:H08)。
来自互联网
2. The default option generates code for the inline function in both the header and body files.
默认的选项是在头文件和实体文件中都为内联函数生成代码。
来自互联网
3. Another option is to create a new workbench project by importing code from the selected branch of the CVS repository.
另一个选项是通过从选定的CVS资源库分支导入代码来创建新的工作台项目。
来自互联网
4. I also added an option to print out the code generation model tree for a binding.
我还添加了一个选项,可以打印出绑定的代码生成模型树。
来自互联网
5. This last option is particularly useful in debugging because it makes the XML code more readable.
这最后一个选项在调试过程中特别有用,因为它使得XML代码更加可读。
来自互联网
6. I'm not saying that the TDD doctrine is wrong, but it's not really an option when two million lines of legacy model code already exist.
我并不是说TDD原则是错误的,但当两百万行的遗留模型代码已经存在时,它的确不能成为一个有用的选择。
来自互联网
7. In general, code compiled with this option will not execute on older CPUs.
在一般情况下,较老的CPU无法执行使用这些选项编译的代码。
来自互联网
8. Here the final option to the code generator is the definitions file itself.
这里,代码生成器的最后一个选项是定义文件本身。
来自互联网
9. The code generated with this option is shown in Listing 11.
采用这一选项生成的代码如列表 11中所示。
来自互联网
10. It may also involve the use of a special replace UML elements option when using transformations to generate code from conceptual UML.
当用转换从概念化uml中创建代码时,它也可能包含特殊的可替代uml元素选项的能力。
来自互联网
11. The code generated with this option is shown in Listing 8.
采用这一选项所生成的代码如列表8中所示。
来自互联网
12. The code generated with this option looks like that in Listing 10.
采用这一选项生成的代码如列表10中所示。
来自互联网
13. The UML To C++ transformation provides an option to generate the code in the order of public elements, followed by protected and private, respectively.
UML到 C++的转换提供了一个以公共元素、被保护元素、私有元素这一顺序生成代码的选项。
来自互联网
14. This option will not introduce incompatibility with older CPUs, but code tuned for a different CPU might execute more slowly.
这个选项不存在与较老CPU不兼容的问题,但专门针对不同cpu调优的代码执行起来可能较慢。
来自互联网
15. Developers still have the option to generate 1.4-compatible code, which can be run on the EMF 2.2 runtime.
开发人员仍然可以选择生成兼容1.4的代码,生成的代码可以在EMF 2.2运行时中运行。
来自互联网
16. Once you receive your gift card, enter the code in the option at the bottom of the payment selection. Then click continue.
收到礼品卡后,在付款选择页面底部中输入卡号,然后点继续即可完成付款。
来自互联网
17. However it's not an option to use change tracking in source files (code editors and IDEs are not designed for that).
然而,在源文件中使用变化追踪并不是我们的选项(代码编辑器和IDE不是用于那些操作的)。
来自互联网
18. The code generated with this option (from the UML model mentioned above) is shown in Listing 13.
采用这一选项所生成的代码(从上面所提到的uml模型中)如列表13中所示。
来自互联网
19. Listing 5. Generated Code for an inline function using the DINLINE_HEADER option.
列表5.使用DINLINE_HEADER选项为一个内联函数生成代码。
来自互联网
20. Listing 8. Generated Code for a template class with DTYPENAME_TEMPLATES option.
列表8.为一个采用DTYPENAME_TEMPLATES选项的模板类所生成的代码。
来自互联网
21. You also have the option of configuring everything directly using Spring, or in your code.
您也可以选择直接使用Spring,或者在您的代码中进行任何配置。
来自互联网
22. Generate - This option generates the code (deployment or consumption) and depends on the TYPE supplied in the configuration file.
generate——此选项根据配置文件中指定的TYPE生成代码(部署或消费)。
来自互联网
23. Hence, a key-aware kernel extension must be compiled with the -q noinlglue option for glue code.
因此,不能使用粘合代码的-q inlglue内联选项来编译可识别键的内核扩展。
来自互联网
24. To disable exception handling, you need to remove all try and catch blocks from the sources and compiling the code using the /GX- option.
要禁用异常处理,您需要从源代码中删除所有的try和catch块,并使用 /GX-选项编译代码。
来自互联网
25. Begin by replacing the code that creates the Edit option in the Student controller listing function with the code from listing 21.