I would say about 50 percent of the calls we get are this type of call.
我敢说我们接到的大概一半的电话都是这样的反应。
You may determine the manner with which the phone is dialed by editing the Dialing Patterns for each type of call.
通过编辑拨号模式,可以决定每种电话类型所用的电话拨号方式。
The next option is to call a user using the user ID. This is the syntax for invoking the REST API to make this type of call
下一个选项是使用用户ID呼叫用户。
Consider that the CTI application handles inbound calls by routing callers to the most qualified agent to handle each type of call.
假设这个CTI应用程序通过将呼叫者路由到最有资格处理每种呼叫类型的代理处来处理所有接入呼叫。
The next option is to specify the phone that is used by the caller. This is the syntax for invoking the REST API to make this type of call.
下一个选项是指定由呼叫方使用的电话。
DII is a generic dynamic invocation model that always ends in an 'invoke' type of call passing in the operation name and the input parameters for that operation.
DII是一种通用的动态调用模型,所得到的“调用”类型是这样的:传入操作名称,并传入操作的输入参数。
This is important to note because this interceptor can be applied to many different EJBs, so you can't make assumptions about what type of call is being intercepted.
注意到这点是很重要的,因为该截取程序可以应用于很多不同的EJB,因此要截取什么类型的调用是无法预知的。
Your dependency injection would be best used on your service start-up to create handlers for each type of call, then when each call comes in, dispatch appropriately.
你的依赖注入是最好的用在你的服务启动为每个呼叫类型创建处理程序,然后在每一个电话打进来,适当派遣。
When you call a function, what actually happens is that function gets its own chunk of memory that's identical in size to the data type that it expects.
当你调用一个函数,实际上发生的是函数得到了自己的内存块,它的大小与它期望的数据类型相同。
In contrast, if he infers that she is not interested when she is in fact interested, then he has made an error of false negative (what the statisticians call the "Type II" error).
相反,如果他推断,她不感兴趣,而实际上她感兴趣,那么他犯了假阴性的错误(统计学家称为“第二类”错误)。
In a typical mobile call, for example, the system must locate and identify the subscriber, what type of plan the subscriber USES, how much time or money is in the account, and other information.
例如,在典型的移动呼叫过程中,系统必须定位和识别用户,确定用户使用的套餐类型,账户剩余时间或金额,以及其他信息。
Thus, by declaring the variables with this type, you can directly assign the result of a constructor call to the corresponding variable.
这样,通过声明这种类型的变量,可以直接把构造函数调用的结果分配给对应的变量。
Each transformation is configured using a method call that identifies the type of transformation.
每一个转换都是用识别转换类型的方法调用来配置的。
The first two arguments to this rather ungainly call specify the namespace and name of the type we're adding a property to -- in this case, NAMESPACE:Name.
该调用看上去相当复杂,前两个参数指定了我们将为之添加属性的类型的名称空间和名称 ——在本例中为NAMESPACE:Name。
Table 2 describes the resulting ECI call type and the transactional scope of the CICS mirror task.
表2描述了CICS镜像任务的最后所得到的ECI调用类型和事务作用域。
The straightforward way is to call the data factory again to create an object of the appropriate type, then assign it to the property in its parent object.
直接的方法为再次调用数据工厂来创建恰当类型的对象,随后将其指派给其父对象的属性。
Partly to show you that it's kind of weird, but also to tell you that one of the things you want to do is exercise what I'm going to call some type discipline.
一定程度上来说这有点儿怪,但是还是想要告诉你们的是,你们需要做一些,我称之为类型规范的练习。
At a minimum, you will need some type of SOAP processing engine to parse the messages that are received and to call the functions or methods that the message indicates.
至少,你需要某种类型的SOAP处理引擎来解析接收到的消息,以及调用消息指向的函数或方法。
The transaction attribute and the initial presence of a transaction context both affect the ECI call type and the resulting transactional scope of the call to CICS.
事务属性和事务上下文的初始存在都会影响ECI调用类型和对 CICS 调用最后得到的事务范围。
Three new views give users greater insight into the structure of their code, including an Includes Browser, Call Hierarchy view, and a new Type Hierarchy view.
包括IncludesBrowser、CallHierarchyView和新的Type Hierarchy View在内的三个新视图将使用户可以更深入地研究代码结构。
The probe manager: Software code that defines and provides a set of probe points of the same probe type, such as the system call probe manager.
探测管理器(probemanager):用来定义和提供一组相同探测类型的探测点的软件代码,比如系统调用探测管理器。
The next code sample describes how to make use of the StoredProcedureResult object type to access all the output information of a stored procedure call.
下面的代码示例描述如何使用StoredProcedureResult对象类型访问一个存储过程调用的所有输出信息?
The idea is that you can instantiate a Scope in one method with an instance of type t that you'd like another method later in the call stack to be able to access.
您可以在一个方法中使用类型t的一个实例来实例化scope,并希望调用堆栈中的另一方法稍后能够访问该实例。
That is, there isn't actually any type called InputIterator: when you call find, the compiler substitutes the actual type of the arguments for the formal type parameters InputIterator and t.
也就是说,没有实际的类型InputIterator:当你调用find时,编译器会把他们替换成正式的类型。
Whenever the actual code encounters any type of error, it throws an exception, which then goes to the call stack.
每当实际代码碰到任何类型的错误,它就抛出一个异常,然后该异常就进入调用栈。
Once we have a delegate type in the metadata and a target function we'd like to call, we must form an instance of the delegate over a target.
在一个元数据中,一旦我们有了一个委托类型和一个我们想要调用的目标函数,我们必须从目标形成一个实例。
If he infers that she is interested when she is in fact not interested, then he has made an error of false positive (what the statisticians call the "Type I" error).
如果他推断说,她感兴趣,而她其实上不感兴趣,那么他犯了假阳性的错误(统计人员所谓的“第一类”错误)。
Use assignment context, as in the simple scheme, and also use the type of constructor arguments (call this complex).
使用赋值上下文,如简单架构中那样,还使用构造函数参数的类型(称为复杂结构)。
Avoid the huge cattle call-type job fairs where zillions of employers have booths, yet no one is taking resumes.
不要去参加那种虽然有着庞大的雇主摊位数量,但是没人收简历的大型召集招聘会。
Avoid the huge cattle call-type job fairs where zillions of employers have booths, yet no one is taking resumes.
不要去参加那种虽然有着庞大的雇主摊位数量,但是没人收简历的大型召集招聘会。
应用推荐