Now you should be able to go to a folder and add a source code object.
现在你应该可以在文件夹中添加代码对象了。
Gets a value that indicates whether the specified strings refer to the same code object.
获取一个值,该值指示指定的字符串是否引用同一个代码对象。
You can keep the code object oriented by encapsulating the actual model knowledge within the model itself.
您可以通过将实际的模型知识封装到模型中来保证代码是面向对象的。
The compiler transforms the text that you create in the code editor into an object file.
编译器可以将您在代码编辑器中创建的文本转换为目标文件。
If anything changes with the object, any code that USES it needs to change as well.
如果对象有任何更改,则使用该对象的所有代码也都需要更改。
This refactoring of the class also improves the code so that we have separated the initialization code from the object construction code.
类的这种重构也会改进代码,因为我们将初始化逻辑从对象的构造函数分离出来了。
But in an application virtualization environment, the object code is interpreted within an abstract machine to provide the execution.
但是在一个应用程序虚拟化环境中,对象代码在一个抽象机器内经过解译,以便于执行。
As shown in Listing 7, the code is verbose because many object constructors do not take parameters.
如清单7所示,代码十分冗长,因为许多对象构造函数都不带参数。
If a template expects an object, code shouldn't provide a list.
如果模板期望获得对象,则代码不应当提供列表。
We can then complete the creation of a functioning mock object by adding code to construct, populate, and return a suitable data object.
然后我们可以通过向结构添加代码、进行填充并返回一个适当的数据对象来完成功能性模拟对象的创建。
They are used to putting all the processing in their object code. The database is an afterthought.
他们习惯于将所有处理放在对象的代码中完成,事后才添加数据库。
The object code of static libraries, as opposed to dynamic link libraries, is linked when the application compiles and, as such, becomes a part of the application.
与动态库不同,在编译应用程序时对静态库的目标代码进行连接,并且因此成为该应用程序的一部分。
Allowing outsiders to have access to the source or object code for these assets would be extremely damaging to the company.
允许外人访问这些属于公司资产的原码和目标码将对公司产生极大的危害。
Virtually the entire kernel remains unchanged, save for the new object code and a few instructions to redirect the function calls.
实际上,整个内核没有变,只是增加了新的对象代码和几个函数调用重定向指令。
Through a compilation process, this high-level code is compiled into an intermediate representation called object code.
通过一个编译过程,该高级代码被编译成一个名为对象代码 的中间表示。
This bit of code decoded the object and method from a SOAPenvelope, instantiated the local object, and returned the result to be wrapped up in a return SOAP envelope.
这个代码位将SOAP 信封的对象和方法进行解码,实例化本地对象,并返回将会在返回 SOAP 信封中被包装起来的结果。
You don't need to write object serialization code or use third-party tools to turn your objects into XML.
不再需要编写对象的序列化代码或者使用第三方工具才能把对象变成XML。
On the other hand, if the test code does any object allocation at all (and nearly all code does), it's going to create garbage, and eventually, the garbage collector is going to have to run.
另一方面,如果测试代码要进行对象分配工作(差不多所有的代码都要这样),那么垃圾收集器也肯定会运行。
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或者说面向方面编程支持开发人员将代码段“织入”到对象和方法中,而不需要显式地将代码放入到类的源代码中。
Rather than simply giving you a collapsible tree view of code, the object browser gives you a live representation of the objects themselves — even of the importable modules in your PYTHONPATH.
对象浏览器不仅仅为您提供了一个可折叠树形式的代码视图,它还让您可以看到对象本身的生动的描述——甚至包括那些在您的PYTHONPATH中可以导入的那些模块。
The Client-Side Click-to-Action source object code is updated, as shown in Listing 3.
客户端的点击操作源对象代码得到了更新,如列表3所示。
Only the code creating the cache object needs to know about the new kind of cache.
只有创建缓存对象的代码需要了解新的缓存类型。
This code creates the object, then points the proxy to the IBM UDDI registry.
这段代码创建对象,然后将代理指向IBMUDDI注册表。
A mock object conforms to the interface of the real object, but has just enough code to fool the tested object and track its behavior.
模仿对象符合实际对象的接口,但只要有足够的代码来“欺骗”测试对象并跟踪其行为。
All that remains is to place the object code into a ROM or download it via a debugging tool.
放置目标代码到ROM中或通过调试工具下载。
Listing 5 shows the code that creates the XMLHttpRequest object.
清单5显示了创建XMLHttpRequest对象所需的代码。
Listing 7 shows the fixed code of the ApplicationUtil object.
清单7显示了修复后的ApplicationUtil对象代码。
The former command generates a tarball of object code, ksplice-8c4o6u.tar.gz, to be patched into the kernel.
前一个命令生成tarball 文件ksplice-8c4o6u.tar.gz,其中包含要应用于内核的补丁对象代码。
The statement to guarantee the consistency of the business objects can only be fulfilled if no other code than the business object code accesses the appropriate Notes documents directly.
如果只有业务对象代码直接访问适当的Notes文档,那么只能执行保证业务对象一致性的语句。
The object code for a VM is also called bytecode, specifically defining an instruction set that an interpreter executes.
VM的对象代码也称为bytecode,特别定义解释程序执行的一个指令集。
应用推荐