Of course the spawned thread can pass a message back to its parent thread.
当然,这个派生的线程也可以将消息传递回其母线程。
Autrey began shouting at straphangers to be quiet so he could pass a message to his kids.
奥崔开始向搭地铁、拉着吊环站立的乘客呼喊,要他们安静,这样他才能给孩子们一个口讯。
I was ready to lose the game and leave Old Trafford with a smile just to pass a message of confidence.
我此前也已经准备好输掉这场比赛后带着笑脸离开老特拉福德,这也能传递出我们自信的信息。
This pattern breaks a file down into records and USES each record to make a service call, or pass a message to one or more systems with a transactional interface.
此模式将文件划分为记录,并使用每个记录进行一次服务调用,或将消息传递到具有事务接口的一个或多个系统。
May I trouble you to pass on a message to her?
烦您给她捎个信儿。
If you need to pass the message to a second service for additional processing, you would configure an outbound router on the first service to pass the message to the second service.
如果为了进一步处理消息,需要将消息传递给第二个服务,那么需要在第一个服务上配置一个出站路由器将该消息传递给第二个服务。
I think it has a cool little message; that no matter how dark the cloud is above you or how cold the rain, there is hope that things will pass and stuff gets better.
我认为它表达了一条非常酷的信息,那就是无论你头上的乌云有多黑暗或雨有多冷,仍然会有一份希望:一切不如意都将过去,事情也会变得更好。
You pass this method the KFM credential handle so that you can properly decrypt a message.
将KF M凭证的句柄传递给这个方法,就可以正确地将消息解密出来。
As we talk about this, as people talk about this, in the context of our object-oriented programming, they typically will talk about it in terms of message pass, a message passing metaphor.
当我们讨论这个的时候,当人们讨论这个的时候,在面向对象编程的背景下它们往往会,被称为消息传递,也就是传递隐喻的消息。
To tell a story, then, is to pass on the message, to share the work of art.
那么,讲故事既是向人们传播讯息,并和他们分享这个作品。
Similarly, action connectors take the results of business process rule evaluation, retrieve an action as a payload from the internal JMS message queue, and pass it to a touchpoint.
类似地,操作连接器取得业务流程规则评估的结果,以有效负载的形式从内部JMS消息队列检索一个操作,并将其传递给接触点。
The reply comes back as a SOAPMessage object, but you need to pass the actual text of the message to the servlet's Response object.
将答复作为SOAPMessage对象返回,但是您需要把消息的实际文本传递给servlet的Response对象。
The screen freezes, a message tells you the exam has ended, and you'll see the same pass or fail message you would if you had clicked the Done button yourself. Oops!
屏幕会冻结,一条消息告诉您考试已经结束,您将看到与您自己单击Done按钮时相同的是否通过的消息。
That module will look at a message that Acme receives from a customer, parse the message header, and, based on the conversation state and the header information, pass it to an appropriate handler.
这个模块看到Acme从客户那里接收到的消息,解析消息头,再根据对话状态和头信息把它传递给合适的处理程序。
If everything checks out, I print a pass message; otherwise I print a fail message.
如果一切检查都通过,则打印pass消息,否则打印fail消息。
The test automation checks the resulting state of the application under test, verifies that the listbox control contains the correct message, and logs a "pass" result.
测试自动化检查测试应用程序的结果状态,验证Listbox 控件包含正确的消息,并记录“pass”结果。
You will pass the unique message identifier as a parameter during the generation of locale sensitive messages from the message file.
当您从消息文件中生成地区敏感的消息时您将该唯一的消息标志符作为参数传递。
You pass this method the KFM credential handle so that you can properly encrypt a message.
将KF M凭证的句柄传递给这个方法,就可以正确地对消息进行加密。
You can achieve this by introducing an input JSP page to pass the message map via a stored attribute in the request.
可以引入输入JS p页来通过请求中的存储属性传递消息映射,从而完成此工作。
Viral marketing describes any strategy that encourages individuals to pass on a marketing message to others, creating the potential for exponential growth in the message's exposure and influence.
病毒式营销描述那些鼓励个体之间相互传递营销信息,从而通过信息的曝光和影响创造指数级增长的策略。
A busy friend may give your message just a quick glance, then pass it along with all the best intentions, so be cognizant of how you're presenting yourself, and be sure to keep a professional tone.
很忙的朋友可能只会粗略的浏览下你的邮件,然后好心的帮你转发给他的朋友们,所以你自己一定要注意你是如何描叙自己的,并且邮件要用专业的语调。
Photo: a pair of sisters dressed as a grape and a carrot pass out plates to Senate staffers in Washington, D.C., with a message urging them to pass a nutrition bill.
图:华盛顿特区,一对身穿葡萄服和胡萝卜服的姐妹向参议员分发盘子以传递督促他们通过营养议案的信息。
Photo: a pair of sisters dressed as a grape and a carrot pass out plates to Senate staffers in Washington, D. C., with a message urging them to pass a nutrition bill.
图:华盛顿特区,一对身穿葡萄服和胡萝卜服的姐妹向参议员分发盘子以传递督促他们通过营养议案的信息。
If you want to pass some of the input message to the output message when claiming a task, you can get the input message and do the mapping as shown in the Listing 7.
在声明任务时,如果您要将某些输入消息传递给输出消息,您可以获取输入消息,并执行如清单7所示的映射。
The RDF you have defined is a bundle of data, and the idea is to pass along this bundle of data in a message, which you name according to what we expect the recipient to do with the data.
您所定义的RDF是数据束,其思想是将这个数据束放在消息中传输,您按照我们期望接收方处理数据的方式来命名。
Although this technique works for any kind of data you can pass through a URL, this article focuses on Web services, so I'll start with the simple SOAP message in Listing 1.
虽然这项技术适用于任何能够通过URL传递的数据,但本文主要讨论Web服务,因此我们从一个简单的SOAP消息开始,如清单1所示。
Note that I can use echo's attribute, message, or I can simply pass in a desired String.
注意,我可以使用echo的属性message,也可以只传递一个期望的String。
Various invokers and interceptors create a message, set the payload, set the TargetInvoker, and pass the message down the chain.
各种调用器和拦截器创建一条消息,设置有效负荷,设置TargetInvoker,并将消息沿着调用链传输。
You might want to check the size of an output file to ensure it does not pass some limit, or check whether a file contains a certain message, or check system status using a command such as vmstat.
您可能希望检查输出文件的大小以确保没有超出限制,或者检查某个文件是否包含了特定的消息,或者使用 vmstat 这样的命令检查系统状态。
You might want to check the size of an output file to ensure it does not pass some limit, or check whether a file contains a certain message, or check system status using a command such as vmstat.
您可能希望检查输出文件的大小以确保没有超出限制,或者检查某个文件是否包含了特定的消息,或者使用 vmstat 这样的命令检查系统状态。
应用推荐