这是隐式调用复制构造函数?
其中,最重要的是,语义请求和响应可以隐式调用Web服务的实现细节,如清单10 和 11 所示。
Meanwhile, and most importantly, semantic request and response can hide the implementation details for invoking the Web services, as shown in Listings 10 and 11.
另外,您可以容易地结束这样一种情形,即调用的两边的类都隐式地假设它们拥有数组,只是这样会有不可预知的结果出现。
Otherwise, you can easily end up in a situation where the classes on both sides of the call implicitly assume that they own that array, with unpredictable results.
请注意如何通过更改在query调用中传递的Predicate来更改隐式选择的类型条件,如清单8所示?
Notice how changing the type of the Predicate passed in the query call can change the type criteria implicitly selected, shown in Listing 8.
当客户端进程发布connect系统调用时,内核负责执行隐式绑定。
The kernel takes care of doing an implicit binding when the client process issues the connect system call.
在解释方法名称时,JSFEL提供了隐式get来调用此绑定。
The JSF EL supplies the implicit get in interpreting the method name to call for the binding.
处理任何显式或隐式构造函数调用(在构造函数中调用this或super )。
Processes any explicit or implicit constructor invocation (a call to this or super in the constructor).
因为隐式对象是自动声明的,所以我们只需要使用与一个给定对象相关的引用变量来调用其方法。
Because implicit objects are declared automatically, we need only use the reference variable associated with a given object to begin calling methods on it.
您可以显式地或隐式地调用补偿。
隐式类装入发生在由于引用、实例化或继承导致装入类的时候(不是通过显式方法调用)。
Implicit class loading occurs when a class is loaded as result of a reference, instantiation, or inheritance (not via an explicit method call).
您只需知道,这些API是用调用该存储过程的用户的授权隐式地调用的,通常该用户也是连接到数据库的用户。
You only need to be aware that the APIs are called implicitly with the authorization of the user who called the stored procedure; usually that's also the user who connected to the database.
插件方法在文档操作(创建、更新和删除,以下称为CRUD操作)的特定阶段中调用,并且可隐式用于允许或拒绝对象更改。
The plug-in methods are invoked at specific stages of document manipulation (create, update and delete, hereafter called CRUD operations), and are implicitly intended to allow or deny object changes.
在调用这个URL时,如果成功,就会隐式地返回状态码200。
When this URL is invoked, it implicitly returns a 200 status code when it succeeds.
当SQL语句引用对象时,如果没有指定模式名,那么也会隐式地加上调用者的授权ID。
When an object is referenced by an SQL statement, it is also implicitly qualified with the authorization ID of the issuer if no schema name is specified.
控制流(例如这些调用的顺序)是隐式的,并在规则触发时显现出来。
The control flow (i.e., the sequencing of these invocations) is implicit and emerges as the rules fire off.
另外值得一提的是,IntelliJScala插件现在几乎可以理解所有的隐式转换了,所以如果你不明白到底发生了什么,control +左键单击就能带你到发生调用的地方。
In addition, the IntelliJ Scala plugin now understands implicits in nearly all cases, so if you're not sure what's happening control+click will take you to what's actually being called.
如果构造函数没有包含这样的显式调用,将隐式添加对super的调用。
If the constructor includes no such explicit call, a call to super is implicitly added.
任何用于与MQ交换消息的WebSphere mq函数都必须在一个事务中显式或隐式地调用。
When you invoke any WebSphere MQ function exchanging a message with MQ, you must be within a transaction, implicit or explicit.
您可以通过集的iterator手工迭代每个集的各个元素,或只调用toString方法(隐式地),实际上就是它为我们做了那些工作。
You can either iterate through each set manually, through its iterator , or just call the toString method (implicitly), which essentially just does that for us.
在这里的上下文中,this在一个String的链接表达式(使用加号)的右边,this . toString被隐式地调用了。
In this context, where this is the right-hand side of a String concatenation expression (using the plus sign), this.toString is invoked implicitly.
如果在初始化连接之前,客户端进程没有显式发布bind系统调用,则堆栈负责本地套接字上的隐式绑定。
If the client process has not explicitly issued a bind system call before initiating the connection, implicit binding on the local socket is taken care of by the stack.
您将再次调用 DataTables 对各表行执行隐式循环,var属性指示迭代过程中的当前行。
You will recall that DataTables execute an implicit loop over their rows, and the var attribute indicates the value of the current row during the iteration.
产生副作用的一个更难以捉摸的原因,是在托管代码中计算属性和其他隐式函数调用。
A more subtle cause of side effects is the evaluation of properties and other implicit function calls in managed code.
可以用单个实参来调用的构造函数定义了从形参类型到该类类型的一个隐式转换。
A constructor that can be called with a single argument defines an implicit conversion from the parameter type to the class type.
由于这些副作用可能会使调试更加困难,因此调试器通常会关闭属性和隐式函数调用的自动计算。
Because these effects can make debugging more difficult, automatic evaluation of properties and implicit functions calls by the debugger is often turned off.
属性以及隐式函数调用的计算可能会产生副作用,影响程序的状态。
Evaluation of properties and implicit function calls can have side effects that affect the state of your program.
因此,默认情况下,调试器不会自动计算隐式函数调用。
Therefore, by default, the debugger does not evaluate implicit function calls automatically.
调试器无法区分是属性计算还是隐式函数调用产生副作用。
The debugger cannot tell whether a property evaluation or implicit function call has side effects.
将调用应用程序加载后立即需要的所有函数放在一个DLL 中,并使调用应用程序隐式链接到该 DLL。
Put all the functions that the calling application needs immediately after loading into one DLL and have the calling application implicitly link to that DLL.
此方法必须在响应头信息隐式发送之前调用。
This can only be called before headers get implicitly flushed.
应用推荐