You may make a single copy of the products in object code form for archival or backup purposes.
您可以为存档或备份的目的以目标代码的形式制作产品的一份复制品。
A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that.
贡献者可以选择以遵循自己许可证协议的结果代码的形式分发程序,只要。
The compiler transforms the text that you create in the code editor into an object file.
编译器可以将您在代码编辑器中创建的文本转换为目标文件。
Whatever you do to get from your result set to your data object you must do in your server-side code.
无论您执行什么操作来获取设为数据对象的结果,都必须在服务器端代码中执行。
In a nutshell, this code tries to create the object using one version of MSXML; if that fails, it then creates the object using the other version.
这两行代码基本上就是尝试使用一个版本的MSXML创建对象,如果失败则使用另一个版本创建该对象。
Now the final task is to include this element in the object and save all of the HTML code to a file, which you'll do in Listing 8.
现在最后一项任务是将这个元素加入到对象中,并将所有HTML代码保存到一个文件中,这是在清单8中完成的。
But in an application virtualization environment, the object code is interpreted within an abstract machine to provide the execution.
但是在一个应用程序虚拟化环境中,对象代码在一个抽象机器内经过解译,以便于执行。
By typing the following command, you can see an assembly listing of every section in the object file that contains executable code.
通过输入下面的命令,您可以看到目标文件中包含可执行代码的每个段的汇编清单。
In the business object code, it is very difficult to understand the format of the business data structure that is being manipulated (that is, the data model is hidden from the business code.).
在业务对象代码中,很难了解要操作的业务数据结构的格式(也就是,对业务代码隐藏了数据模型)。
A code profiler helps identify and optimize code hot spots, and really helps in understanding object usage and potential memory leaks.
代码评测器帮助鉴别和优化代码,并且在理解对象使用和潜在内存泄露方面真的很有帮助。
They are used to putting all the processing in their object code. The database is an afterthought.
他们习惯于将所有处理放在对象的代码中完成,事后才添加数据库。
Variables are untyped, so the object constructor might begin with code shown in Listing 1.
变量是无类型的,所以对象构造方法可能以清单1这样的代码开头。
This event object is later used to prevent default form submission, as in the earlier code listings.
此事件对象稍后用来预防默认表单提交。正如之前代码所述。
These types are pruned on the fly based on partial characters typed, and they typically do not pick up object members defined in the code.
这些类型根据输入的部分字符动态调整,并且通常不会选择代码中定义的对象成员。
AOP or Aspect Oriented Programming allows developers to "weave" code fragments through their object and methods without explicitly placing the code in the class's source.
AOP或者说面向方面编程支持开发人员将代码段“织入”到对象和方法中,而不需要显式地将代码放入到类的源代码中。
The key step in the preceding code is providing the actual object as the JSON output to the client.
以上代码的关键步骤在于将实际对象作为JSON输出提供给客户机。
All you have to do to create this object is invoke the code in Listing 8.
要创建这个对象,只需调用清单8中的代码。
You imbed the implementation details in the code, which makes the object even less like the simple POJO that you seemed to crave.
您将实现细节嵌入到代码中,这使得对象更不像您所渴望的简单POJO。
In the code above, we create a table object, t, with three columns and two rows.
在上面的代码中,创建了一个表格对象,t,它有三列、两行。
In the bad code example in Listing 1, the fields of the Person object are exposed directly as public fields instead of with accessors.
在清单1的坏代码示例中,Person对象的字段被直接公开为公共字段而非使用访问方法。
In the write method, the code reads the content of the data object and stores it in the passed "message" parameter.
在write方法中,代码读取了数据对象的内容,并将其存储在传递的“message”参数中。
The Code First approach to application development means that the object model is created in code, and then the database structure is generated from that model.
应用程序开发领域中的代码先行(CodeFirst)方法指的是先在代码中创建对象模型,然后按照模型生成数据库结构。
This gives you the power to evaluate ruby code in the context of an object without directly having to reference it.
这样,我们不需要直接引用某个对象,便可以在这个对象的上下文中求解ruby代码。
Ruby calls the code block in braces, passing in a continuation object.
Ruby调用花括号中的代码块,同时传递一个延续对象。
Note that the object template in the code above is created at the same time as the context.
注意:代码中的对象模板在context创建的时候就被创建。
As the name suggests, a precompiled header file contains object code in a compiled form that is included before the header stop point.
正如其名称所表示的,预编译头文件在头中止(headerstop)点之前,以一种经过编译的形式包含目标代码。
I simply set coll to the "test_cases" key in the binding object and the code was good to go.
我简单地将coll设置为“test _ cases”绑定对象中的键值,现在代码就准备好运行了。
The following code returns the Stats object in an MBean.
以下的代码返回MBean中的Stats对象。
If an unknown class is referenced only in the implementation class (the bean class of the EJB) either as a return object or in the code, the AAT tool does not check for this class.
如果一个未知的类只在实现类(EJB的bean类)中被引用,作为返回对象或者在代码中,那么AAT工具将不检查这个类。
If an unknown class is referenced only in the implementation class (the bean class of the EJB) either as a return object or in the code, the AAT tool does not check for this class.
如果一个未知的类只在实现类(EJB的bean类)中被引用,作为返回对象或者在代码中,那么AAT工具将不检查这个类。
应用推荐