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.
无论您执行什么操作来获取设为数据对象的结果,都必须在服务器端代码中执行。
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.
但是在一个应用程序虚拟化环境中,对象代码在一个抽象机器内经过解译,以便于执行。
In your test code, create a mock object implementing the same interface as the collaborator.
在测试代码中,创建模仿对象且实现与合作者相同的接口。
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.).
在业务对象代码中,很难了解要操作的业务数据结构的格式(也就是,对业务代码隐藏了数据模型)。
In your test code, create a specialization object that extends (specializes) the target.
在测试代码中,创建扩展(专用于)目标对象的特殊化对象。
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这样的代码开头。
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 write method, the code reads the content of the data object and stores it in the passed "message" parameter.
在write方法中,代码读取了数据对象的内容,并将其存储在传递的“message”参数中。
I put this just below the code that creates a request object, in hoverbox-ajax.js.
我将上述代码放到了hoverbox - ajax . js中用于创建请求对象的代码的下面。
This code stores a list of entries in the feed object.
该代码将一系列条目存储在feed对象中。
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)方法指的是先在代码中创建对象模型,然后按照模型生成数据库结构。
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)点之前,以一种经过编译的形式包含目标代码。
In this code, Html is the object that will encapsulate the whole of the document.
在这段代码中,Html是封装整个文档的对象。
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工具将不检查这个类。
In the code in Listing 2, the simplexml_load_file object sends a request to the feed URL and converts the response into a simplexml object.
清单2的代码中,simplexml_load _ file对象向提要URL发送请求并把响应变成simplexml对象。
应用推荐