Then the code call the send() method, which will send that message on the specified queue.
然后,该代码调用send()方法,这个方法将发送指定队列上的消息。
It is a movement building steady momentum: a call to make research data, software code and experimental methods publicly available and transparent.
这是一场建立了稳定势头的运动:呼吁让研究数据、软件代码和实验方法公开和透明。
Note that since this code only deals with buffers, there is almost no code except the function call which is specific to uppercase-conversion.
注意,因为这段代码只处理缓冲区,所以除了大写转换特有的函数调用之外几乎没有特殊代码。
Even when trace is disabled, your code will call at least one logger method per trace point.
甚至当跟踪禁用时,您的代码将在每个跟踪点至少调用一个日志记录器方法。
Listing 5 shows the code to generate the call to the wrapped method and save the result (if any).
清单5显示了生成对包装方法的调用并保存结果(如果有的话)的代码。
Listing 2 shows the code involved to make the call.
清单2显示了发出调用所涉及到的代码。
It then replaces the body of the copied method with timing code wrapping a call to the renamed original method.
然后它用含有对经过重命名的原方法的调用的计时代码替换拷贝方法的正文。
If the code that you want to call already exists, just change the class name to match its name.
如果您想调用的代码已经存在,则只需改变类名以与它的名称匹配。
Most of the code within a JAX-RPC call is bidirectional, so the same code used on the server is also used on the client.
JAX - RPC调用中的大多数代码是双向的,因此,在服务器上使用的相同代码也可在客户机上使用。
For example, the code must call certain runtime routines in the JVM runtime to perform specific actions, such as looking up an unresolved method or allocating memory.
例如,代码必须调用JVM运行时中的某些运行时例程来执行特定操作,如查找未解析的方法或分配内存。
Therefore, the code to call the license manager is right there, in the patches, where the user can remove it and rebuild if they so desire.
因此,调用许可管理器的代码已经在补丁里了,如果用户愿意,可以删除它,重新构建。
Once the bound component marshalling method has been found or generated, the object binding component just adds the code to call that bound component method to the original method it was passed.
如果发现或生成了绑定组件的编排方法,对象绑定组件添加的代码只是让绑定组件的方法去调用传递给它的原始方法。
Listing 2 shows the code for the setup and call.
清单2显示了设置和调用的代码。
Now you need merely to call the code that needs those dependencies and allow the container to perform its work.
现在只需要调用需要这些依赖项并允许容器执行注入的代码。
At some point, you're going to have to face that massive code block and call it your own.
随后的某一时刻,您必须面对大量代码块并将它们搞定。
The menu links on the left side of the screen call database code with transactions in various ways.
屏幕左侧的菜单链接以多种方式调用数据库事务代码。
Next, we need to import the EJB client JAR, which is a special JAR file with the code needed to call an EJB from a remote location.
接下来,我们需要导入EJB客户端jar,它是需要远程调用EJB的代码的专用JAR文件。
As you begin to create the above file, save its name as xforms_lib.php, and place it in a subdirectory to your PHP code; call it lib, for example.
开始创建上述文件时,将其名称保存为xforms_lib .php,并将其放入php代码的一个子目录中;比如称为lib。
Outside of a dynamic block developers can only call C# code statically, just as they do today.
而在dynamic块之外的代码仍将只支持静态访问,就和我们现在的写法一样。
Lest you think I invented this myself, notice that the original SwingSet code includes such a call.
以免您认为这是我自己发明的,请注意最初的SwingSet代码包括这样一个调用。
This code will call an existing EJB component that will return the AccessStockVO object, which we will store in the session scope where our data grid component expects.
这些代码会调用一个现有的EJB组件,此组件会返回AccessStock VO对象,我们将把此对象存储在数据网格组件所要求的会话范围内。
In our example, this code can call an XSL transformation to adapt the ItemManagement message format to the HammerMonitor format.
在我们的例子中,这个代码可以调用一个XSL转换将ItemManagement的消息格式改编成HammerMonitor的格式。
You can fix the leak by adding code to call pthread_join , which joins each joinable thread.
要修复泄漏,您可以添加代码调用pthread_join,该方法可联接每个可接合线程。
A given SRC object knows what block of code it needs to call by looking through its inheritance tree.
给定的src对象通过查看整个继承树知道它需要调用哪一个代码块。
However, occasionally your code must call restricted methods within the Windows SharePoint Services object model even though the request is initiated by a nonprivileged user.
然而,有时我们的代码必须要执行一些SharePoint对象模型中对某些用户有限制的方法,即使该请求是由一个没有该操作权限的人发起的。
For example, Listing 1 shows the JNI code required to call a static method.
举例来说,清单1展示了调用静态方法所需的JNI代码。
Normally, when an application makes a read call, the code blocks until there is data to be read.
一般情况下,当应用程序调用read时,代码会阻塞,直到有数据可读。
When a mouseout event occurs, your code will call a function that cancels the timer started earlier in this section, and then transitions back to Inactive state.
当发生mouseout事件时,代码调用一个函数,它会取消本节前面启动的计时器,然后转换回Inactive状态。
For example, say I want to move the block of code after the call to map.get in Listing 3 to a separate method.
例如,假设我想要在调用了清单3中的map .get后,将代码块移到另外一个方法。
This can lead to an insecure system, as hackers may be able to write code to call the EJB directly and bypass the Web tier.
这可能导致系统不安全,因为黑客可以编写代码来直接调用EJB,而得以绕过web层。
应用推荐