Typically, every significant piece of software found on a UNIX machine including each command-line utility, each system call, each callable function of a programming library, and each file format includes a complementary man page. 通常情况下,UNIX系统上的所有软件(包括每个命令行实用程序、每个系统调用、编程库中每个可调用的函数和每种文件格式)都包含一个手册页。
The non-data descriptor is likely to be used to return a callable object. 非数据描述符最常用于返回一个可调用对象。
Instead, they deal with the abstract login interface that the callable routine provides. 相反,他们处理可调用例行程序提供的抽象注册界面。
The first item in each tuple is a callable object ( in this case a method pointer) and the second is a HTTP request type that the method should be called for. 每个元组的第一项是可调用对象(在这里是一个方法指针),第二项是HTTP请求类型,这种请求类型可以调用该方法。
Eventually, you create more and more of these callable routines to support the tests. 最终,你将创建越来越多的可调用的例行程序来支持测试。
An instance of Dispatch is a callable object and can be configured with as many rules as you wish. Dispatch实例是个可调用对象,可以用数量不限的规则来配置它。
The maximum Sharpe ratio for the given set of assets is the return value of the Callable task. 给定资产集的最大Sharpe比率是Callable任务的返回值。
To have the functions callable from the client side, a proxy must be defined. 要让函数可从客户端调用,必须定义代理。
Such a descriptor could return something callable& any Python function or method can return anything, after all. 这种描述符可以返回可调用的内容&毕竟Python函数或方法可以返回任何内容。
You could copy the code to handle the login into every test program, or you can make it into a single, callable routine. 你可以在每一个测试程序中通过复制代码来为注册用户编号,或者你可以使它成为一个单一的,可调用的例行程序。
This line makes the is_iphone_request? method a helper method that is callable from any view. 这行代码将使isiphonerequest?方法成为助手方法,您可以从任何一个视图中调用它。
We opted to use Expect and create the callable routines that we needed. 我选择使用Expect并且创建我们所需要的并且可随时使用的惯例。
These functions can be grouped as composable components and provided as reusable and callable Web services. 可以将这些功能组合成复合组件,并且它们作为可复用的及可调用的Web服务来提供。
At this level a program becomes multiple instances of a service subroutine callable in parallel by a client through some grid middleware. 这个级别上的应用程序已经变成服务子例程的多个实例,可由客户机通过某种网格中间件并行调用。
The PMS provides a callable management interface. PMS提供了可调用的管理接口。
Decorators are methods that modify other methods and return either a method or another callable object. 修饰符是一些方法,这些方法可以修改其他方法并返回一个方法或另外一个可调用对象。
Callable securities could be called at different prices than par. 可赎回的证券可称为在不同的价格比标准杆。
These members are publicly callable by using a reference to the interface. 通过使用对接口的引用,这些成员都是可以公共调用的。
Fixed income securities or bonds that are callable may be priced to their yield to call. 固定收益证券或债券,可赎回的价格可能调用的产量。
How this value is computed depends on the type of the callable object. 这个值如何计算依赖于可调用对象的类型。
A callable function design of arrearage information management system 一种欠费信息管理系统的催缴功能设计
In this code sample, e is not a callable delegate. Rather, it's an expression tree. 在这个代码示例中,e不是一个可调用委托,而是表达式树。
Callable bond which the debtor has declared to be due prior to maturity. 在规定的到期日之前即由债务人宣布到期的可收回债券。
In this background, China began its histories of callable bonds and putable bonds in2002 and2001 respectively. 在这种背景下,分别于2002年和2001年,中国开始了可赎回债券和可回售债券的历史。
8% preferred stock,$ 10 par, callable at$ 10 Share prices bounced back this morning. 8%优先股,面值10美元,赎回价格10美元股票价格今晨回升了。
The bonds are callable, to reflect the prepayment risk of the underlying mortgages. 该债券是可以随时偿还的,这反映了相应的房产抵押贷款的提前还款风险。
The attributes attribute allows us to specify attributes and methods ( note that methods are just callable attributes) that can be accessed if the user has the specified permission. 如果用户有指定的权限,Attributes允许我们指定能被访问的属性和方法(注意方法就是被调用的属性)。
Subscribers do not have to be any special type of objects; they merely have to be callable. 订户不必是特定类型的对象,它们只是能被调用就行。
First, we factor out method handles as a simple and generic way of managing methods ( arbitrary JVM methods) as units of behavior, which are ( as methods should be) directly callable. 首先,我们以一种简单而一般的方式来处理方法句柄,这是将方法(任意的JVM方法)作为行为单元来管理的,这样他们就可以直接调用了(本来就应该这样)。