It presents a clean object-oriented interface on top of the procedural DBI layer.
它在过程化的dbi层之上提供了一个完全面向对象的接口。
Now that you have an object-oriented interface to SNMP, you can start interrogating your local machine a bit.
既然已经有一个面向对象的SNMP接口,那么您就可以开始向本地计算机进行询问。
But then there's the object-oriented interface concept, and every class has that object-oriented interface concept.
不过这有着面向对象的接口概念,而每个类都有面向对象的接口概念。
Python was the libvirt-supported scripting language and provides a clean, object-oriented interface to the libvirt API.
Python是受libvirt支持的脚本语言,它向libvirt API提供完全面向对象的接口。
Because of its user-friendly, object-oriented interface, Zone Trigger is hands-down the easiest motion detection software to use.
因为它的用户友好,面向对象的接口,带触发是手式最简单的运动检测软件的使用。
IPC SAP enables application programs to access local and remote IPC protocol families such as TCP/IP via a type-secure, object-oriented interface.
IPCSAP使应用程序可以通过类型安全的面向对象的接口访问本地的和远程的IPC协议族,比如TCP/IP。
Notice the setMinViewability() and setMaxResults() method, which provide an object-oriented interface to the min-viewability and max-results input parameters.
注意setMinViewability()和setMaxResults()方法,它们为min-viewability 和max-results输入参数提供面向对象的接口。
They came up with a rather brilliant and very compact table that mapped the object-oriented interface I was defining onto internal Excel functions, but that really wasn’t my business.
他们弄出了一份非常聪明而紧凑的表格,把我所定义的对象接口对应到Excel内部功能上,当然这份东西其实不管我的是。
In Object Oriented Analysis and Design Methodology, a system interface is most often viewed as a contract.
在面向对象的分析和设计方法中,系统接口通常被视为契约。
It is common in object-oriented development to abstract out a common interface that may have multiple implementations and write code that works with the interface, making it more reusable.
在面向对象的开发中,有一种实践很常见:抽象出一个可能拥有多个实现的接口并编写代码以使用该接口,从而使其可以重复利用。
Considering metadata as an aspectual interface from classes to crosscutting concerns in the system translates some of the best practices from the object-oriented world to AOP.
将元数据考虑为类中的一个方面化接口,通过这种方法来横切系统中的一些关注点,这样,可以将面向对象世界中的一些最佳实践应用到AOP中。
Using fundamental object-oriented design principles, the architecture team may decide to update the Sendable interface to extend the vendor's Validatable interface.
运用基本的面向对象设计原理,体系结构团队决定修改Sendable接口来扩展供应商的Validatable接口。
It's reasonable to follow common object-oriented programming practices and have getters and setters in the public interface, but within a class you should always access fields directly.
通常根据面向对象语言的实践,在公共接口中使用Getters和Setters是有道理的,但在一个字段经常被访问的类中宜采用直接访问。
From this simple premise, the tying interface has evolved into an object-oriented methodology in Perl, hiding OOP complexity behind a procedural interface.
如果从这个简单的前提出发,那么绑定接口已经演变为Perl中的面向对象方法了,它将OOP的复杂性隐藏在过程接口后面。
Due to the wonders of object-oriented programming and the principles of design by interface, you can simply replace your original ContactDAOMock with the new ContactJdoDAO.
通过面向对象的编程和接口设计原则,您只需使用新的ContactJdoDAO替代原始的ContactDAOMock。
In traditional Object-Oriented (OO) design, it is common to have multiple object instances that implement the same interface.
在传统的面向对象(OO)设计中,通常让多个对象实例实现相同的接口。
It is also important that you understand basic object-oriented paradigms, such as inheritance, class, interface, and so on.
而且,理解基本的面向对象概念(如继承、类、接口等)也很重要。
Interface Design Model (FS-IDM) details the components and interfaces of the concepts identified in the Business Object Model to support implementation of service-oriented components.
接口设计模型(Interface Design Model, FS -IDM)详细说明业务对象模型中标识的组件和接口,用于支持面向服务的组件的实现。
Object Oriented programming methods are used, which make this software expansile and maintainable with a friendly interface easy to operate for clients.
该软件采用的是面向对象的编程方法,扩展性和可维护性强,具有友好的用户界面,操作简单。
The expressiveness of an interface-oriented language allows us to write object oriented programs.
面向接口的语言允许我们写面向对象的程序。
This paper presents the way that USES the Object Oriented Programming to design the communication software interface module.
本文阐述了一种应用面向对象法进行通讯接口模块设计的思路和方法,并给出主要软件结构。
In object-oriented model base management system, properties, method, data interface and metadata of model are encapsulated as model object. Model metadata are used to assist model management.
在面向对象的资源环境模型库管理系统中,模型的属性、方法、数据接口和元数据被封装为模型对象,模型元数据用于资源环境模型的辅助管理。
WTL delivers the object oriented way to program for the Windows user interface, while keeping the code size small.
WTL专注于用面向对象的方法来编写Windows的用户界面程序,同时保持代码的尺寸很小。
This paper quotes a idea of object oriented at auto products characteristic, introduces a design method of CAD database interface.
引用面向对象的概念,针对汽车产品的特点,介绍CAD数据库界面的设计方法。
AIS uses software agent to build system, data visualizing to complete the plan and management tool of corporation operation, object-oriented method to design information interchange interface.
该系统借助于软件智能体作为软件构件,利用数据可视化技术设计企业运作的规划与管理辅助工具,而信息交换接口则用面向对象方式来实现。
The whole design USES the approach of the object-oriented and visualization interface design.
整个设计采用面向对象和可视化的界面设计方法。
This paper aims at a hot researched question-the application of natural language comprehension in interface, designs a limited nature language database query system based on object-oriented design.
该文针对当前研究的热点问题——界面层自然语言理解的应用,设计了一个基于面向对象设计方法的受限自然语言数据库查询系统。
They say it's better to know about design patterns, object-oriented methodologies, software tools, interface design, stuff like that.
他们说更重要的是要去了解设计模式,面向对象原理,软件工具,界面设计,以及一些其他类似的东西。
They say it's better to know about design patterns, object-oriented methodologies, software tools, interface design, stuff like that.
他们说更重要的是要去了解设计模式,面向对象原理,软件工具,界面设计,以及一些其他类似的东西。
应用推荐