Scaffolding — like many metaprogramming techniques — is nothing but a run-time code generator.
搭建,像许多元编程技术一样,就是个运行时代码生成器。
The SQL in its DBRM now must go through a process similar to COMPILE to produce run-time code.
DBRM中的SQL必需通过与COMPILE类似的过程来产生运行时代码。
The run-time library code is also called during thread attach and thread detach, but the run-time code does no initialization or termination on its own.
在执行绪连结和执行绪中断连结期间也会呼叫执行阶段程式库程式码,然而执行阶段程式码不会自行初始化或终止。
The knowledge of the format is not in the parser but in the model, which is either accessed directly by the parser at run time, or generated into code that the parser invokes.
有关格式的知识不在解析器中,而是在模型中,模型可由解析器在运行时直接访问,或者将其生成为解析器可调用的代码。
Dynamic proxy, as its name suggests, supports an SEI dynamically at run time without requiring any code generation of a stub class that implements a specific SEI.
动态代理,正如它的名字暗示的,能在运行时动态的支持一个SEI而不需要产生任何代码实现一个特定的SEI。
It lets you build flexible code that can be assembled at run time without requiring source code links between components.
它使您能够创建灵活的代码,这些代码可以在运行时装配,无需在组件之间进行源代表链接。
Whether the organization has any business process modeling tool which automatically generates BPEL run time code for deployment?
组织是否拥有任何自动为部署而生成BPEL运行时代码的业务流程建模工具?
The behavior of good parametric code can be influenced by parameters that can be set at run time.
在运行时,可以通过设置参数来影响具有良好参数代码的行为。
You might think that compiling all the code statically is the best approach because it results in the largest amount of native code executing at run time.
您可能认为对所有的代码进行静态编译是最好的方法,因为可以在运行时执行最大数量的本地代码。
The business logic can be executed outside of the game run-time, without bloating the game code and chewing up precious execution cycles.
业务逻辑可以在游戏的运行时间之外执行,因而不用增加游戏的代码和占用宝贵的执行时间。
The purpose of the example application is to replace reflection with code generated at run time.
示例应用程序的目的是用运行时生成的代码代替反射。
So if there's a difference in run time, it's not because of the arithmetic code.
所以如果在运行时间上有差异,那么不是因为算术代码)。
The code can fail at run time if it includes even a simple typo.
如果该代码包含任何错误输入,它在运行时肯定会失败。
Callbacks are implemented as real classes to help facilitate code reuse and associated with client data at run time.
将回调实现为真正的类,从而促进代码重用并允许在运行时与客户机数据关联。
With the template defined, the next step is to write the run-time mapping code.
定义好模板之后,下一个步骤是编写运行时的映射代码。
The next step is to write the run-time mapping code.
下一个步骤是编写运行时的映射代码。
SPU code is compiled separately from the PPC code and gets loaded at run time.
SPU代码与PPC代码分开进行编译,并在运行时进行加载。
But code written for these implementations may lack portability across run-time systems.
可是为这些实现写的代码可能在运行时系统之间缺少可移植性。
It is important to understand what effect the run-time environment has on the way that application code is written.
理解运行时环境对应用程序代码的编写方式有什么影响是重要的。
PHP code isn't compiled; rather, it's interpreted at run time.
PHP代码不经过编译,而是在运行时加以解释。
Properties can be used to change the behavior of a component at run time without making code changes.
属性用于在运行时更改组件行为,不用更改代码。
Your CustomService code effectively becomes an extension of the server run time.
CustomService代码实际上成为服务器运行时的扩展。
Also, this exercise USES the Cocoa framework, which consists of a set of APIs, libraries, and run time code that forms the development layer for the iPhone SDK.
此外,这个练习使用了Cocoa框架,它是由一组api、程序库和组成iPhoneSDK开发层的运行时代码所构成的。
For example, the trace group "ChannelFrameworkService" traces both the channel framework component code, as well as the run time code that interacts with the channel framework.
例如,跟踪组“ChannelFrameworkService”同时跟踪通道框架组件代码和与通道框架交互的运行时代码。
For example, if the JVM cannot find a class required by custom code at test run time, IBM Rational Agent Controller will ignore the custom code and act as if it had returned null.
例如,如果在测试运行时jvm不能找到定制代码所需的类,那么IBMRationalAgentController将忽略定制代码并认为它应该返回null。
You can also use a WebSphere CustomService to extend the server run time itself with a piece of code that activates the MBean.
您还可以使用WebSphereCustomService和一段激活MBean的代码来扩展服务器运行时本身。
The eval function permits the run-time evaluation of a string of code.
eval函数允许字符串代码的运行时计算。
You must configure the connection to the DB2 UDB database here, specifying the correct database name, the UserName, and the Password (unless you want to pass that in code at run-time).
这里必须将连接配置到DB 2UD b数据库,指定适当的数据库名、UserName和Password(除非您想在运行时在代码中传递这些字段)。
This allows you to fix the problem one at a time (run test > failure > fix code > run test > failure > fix code > fix code > run test > success).
这允许您每次修复一个问题(运行测试 >故障 > 修复代码 > 运行测试 > 故障 > 修复代码 > 修复代码 > 运行测试 >成功)。
This code will perform the run-time mapping and write the corresponding formatted template to the original file, as shown in Listing 17.
这段代码将执行运行时映射,并将对应的格式化后的模板写入原始的文件中,如清单17所示。
应用推荐