Finally, to initiate the worker, call postMessage with some data for it to work on.

  • 最后,为了初始化这个worker,用一些数据调用postMessage以便它能工作起来。
  • 来源:互联网摘选更新时间:2025-02-23 22:21:47

  • 重点词汇
  • forconj.因为,由于;
  • finallyadv.最后,终于;彻底地;
  • itpron.它;他;正好是所需的;事实[情况];
  • initiatevt.开始,发起;传授;创始,开辟;接纳新成员;
  • theart.这个;指已提到或易领会到的人或事物;指独一无二的、正常的或不言而喻的人或事物;用以泛指;与形容词连用,指事物或统称的人;用于姓氏的复数形式前,指家庭或夫妇;(指特定用途的事物)足够,恰好;每,一;当前的,本,此;(重读,表示所指的为知名或重要的人或事物)
  • withprep. 具有;和;用;有;以;跟;同;带有;使用;和…在一起;借;与…对立;关于;包括;因为;由于;与…方向一致;由…持有;为…工作;虽然;作为…的成员,为…所雇用;具有,有,带有;在…身上,在…身边;由于,因;在…那里,在…看来
  • toprep. 向,朝着;到;关于;属于;
  • onprep. (覆盖、附着)在…上;由…支撑着;在(运输工具)上;在(某一天);就在…之后;关于(事或人);(身上)带着;为(某团体或组织)的一员;吃;(表示方向)在,向,对;在,接近(某地);根据;以…支付;通过;与…相比
  • workern.工人,员工;劳动者;[虫]工蜂,工蚁;
  • somedet. 一些,若干;某些,部分;某个;好些,不少的,相当多的;少量的;真可谓,算不上;
  • postmessage发送消息;投递;消息方式
  • 相关例句
1、

Generally, the handler will run its own postMessage() method to return a message to the calling code, and then the port's start() method generates an enable message process.

通常,这个处理程序会执行自己的postMessage()方法将消息返回给调用代码,然后port的start()方法就会生成一个启用消息过程。

互联网摘选

2、

Control returns immediately from PostMessage and the message gets processed later.

控制会从PostMessage立即返回,该消息是后来才处理的。

互联网摘选

3、

This data is then sent back to the parent thread by using the postMessage function.

该数据随后会被通过postMessage函数发送回母线程。

互联网摘选

4、

When you finish processing the data in the Worker script, you invoke the postMessage function to send data back to the main thread.

当您处理完Worker脚本中的数据时,调用postMessage函数将数据返回主线程。

互联网摘选

5、

To send the thread a message, the postMessage method on the Worker instance is invoked.

要向线程发送一个消息,需要调用Worker实例上的postMessage方法。

互联网摘选

6、

So what exactly goes on with this onmessage/ postMessage paradigm?

那么这个onmessage/postMessage范型到底说明了什么?

互联网摘选

7、

The data you passed from the page script is passed to the postMessage function in the message object.

从页面脚本传来的数据被传递到message对象中的postMessage函数。

互联网摘选

8、

Some of the patients had different degrees of mental developing retardation, some had abnormality on brain imaging. On medicine treatment, VPA, TPM and CNZ were the most effective medicines. LTG and CBZ could be beneficial or aggravated.

部分患者有不同程度精神智力发育迟滞,部分有影像学异常,药物治疗以丙戊酸、托吡酯、氯硝安定的疗效最好,拉莫三嗪和卡马西平疗效多样,或有效或加重。

互联网摘选

10、

The primitive exarch and diarch haplostele with cross-like metaxylem exists in the lower part of CNZ.

在子叶节区下部存在原始的外始式二原型十字形单中柱。

互联网摘选

11、

Other genera of the Ranunculaceae in that there were two transition regi-ons with the cotyledon node zone ( CNZ) being the centre.

其幼苗初生维管系统的解剖学研究表明,它与毛莨科的其它属同样,存在一个以子叶节区为中心的两个过渡区。

互联网摘选

12、

VPA, TPM and CNZ were the most effective medicines, LTG and CBZ aggravated in most of patients.

药物治疗以丙戊酸、托吡酯、氯硝安定的疗效最好,拉莫三嗪和卡马西平使大部分患者加重。

互联网摘选

13、

The main benefit of tcpdump is that you can specify filters so that you can select only particular protocols, sources, destinations, ports and other combinations.

tcpdump的主要好处是可以指定过滤器,这样您就可以仅选择特定的协议、源、目标和端口等。

互联网摘选

14、

Tcpdump continues to capture packets until you hit Ctrl+ C.

tcpdump将持续地捕获数据包,直到您键入Ctrl+C为止。

互联网摘选

15、

You can do this either by typing an expression ( like those provided to tcpdump, snoop or iptrace) into the Filter box.

您可以通过在Filter输入框中输入一个表达式(类似于tcpdump、snoop或iptract)。

互联网摘选

16、

For example, snoop and tcpdump both provide detailed information on different protocols under both UDP and TCP to varying levels.

例如,snoop和tcpdump都提供了关于UDP和TCP上不同协议的不同级别的详细信息。

互联网摘选

17、

The message packets between client and server can be traced using the tcpdump command in AIX.

在AIX中,可以使用tcpdump命令跟踪客户机和服务器之间传输的消息包。

互联网摘选

18、

Instead of writing Snort rules or analyzing Tcpdump output, use Argus and some command-line switches to provide a minimal list of network connections.

本文并没有编写Snort规则或分析Tcpdump输出,而是使用Argus和一些命令行转换来提供最少的网络连接列表。

互联网摘选

19、

The Net:: TcpDumpLog parses the raw network data saved by tcpdump.

TcpDumpLog会解析tcpdump所保存的原始网络数据。

互联网摘选

20、

Tcpdump is an essential tool for exploring low-level packet exchanges and verifying that your firewall is working correctly.

tcpdump是研究低级信息包交换和验证防火墙是否正常工作的必备工具。

互联网摘选

  • 今日热词
  • 热门搜索

简答网英语词典(dict.jiandongshicai.cn)为您提供在线翻译英语词典单词大全英译汉汉译英等英语服务!可按单词字数词义分类查询。支持lj:关键词格式查询例句。

用户反馈
请选择反馈类型(可多选):
您的联系方式:(如需回复请填写联系方式)
反馈内容:
提交成功 小编会尽快处理
回到顶部
点击反馈