
execute - 搜索 词典
6. An activity can execute if it receives all required inputs of at least one input criterion, otherwise it waits for these inputs to arrive. 当 活动 收到 至少 一个 输入 条件 的 所有 必需 输入 后, 便 可以 执行 该 活 …
EXECUTE中文 (简体)翻译:剑桥词典 - Cambridge Dictionary
execute verb [T] (DO) C2 formal to do or perform something, especially in a planned way (尤指有计划地)实施,履行,表演
execute是什么意思_execute的翻译_音标_读音_用法_例句_爱词霸在线 …
爱词霸权威在线词典,为您提供execute的中文意思,execute的用法讲解,execute的读音,execute的同义词,execute的反义词,execute的例句等英语服务。
命令/execute - 中文 Minecraft Wiki
/execute 是各不同功能的子命令的集合,用于改变 命令执行上下文 (修饰子命令),执行逻辑判断(条件子命令)和 管理并存储命令返回值(存储子命令)[仅 Java版],并在此基础上执行任意其他命令。
EXECUTE Definition & Meaning - Merriam-Webster
perform, execute, discharge, accomplish, achieve, effect, fulfill mean to carry out or into effect. perform implies action that follows established patterns or procedures or fulfills agreed-upon requirements …
execute(英语单词)_百度百科
1. V-T To execute someone means to kill them as a punishment for a serious crime. 处死 2.execution N-VAR 处死
「執行」英文怎麼說?Execute, Implement, Carry out 等的用法!
是要用 execute 、 implement,還是 carry out 呢? 這三個字在中文上都可以翻成執行,但慣用的用法、使用情況會有點小差異,今天就要透過這篇文章,讓大家更了解執行英文在不同的情況下會有不同的 …
线程池提交任务的两种方式:execute 与 submit 的区别
Oct 12, 2025 · 通过实验发现,用 submit() 提交任务,任务内有异常也不会打印异常信息。 用 execute() 方法执行任务,默认情况下,提交到线程池的任务,如果 run() 方法中有异常,会打印异常信息。 当 …
线程池中 submit () 和 execute () 方法 - CSDN博客
Oct 12, 2024 · 7. 总结 submit() 和 execute() 是Java线程池中两种常用的任务提交方法,它们在返回值、异常处理和功能上有所不同: 返回值: execute() 没有返回值, submit() 返回一个 Future 对象,可 …
Python中的execute ()方法 - 极客教程
Python中的execute ()方法 1. 简介 在Python中,execute ()方法是一个非常强大和灵活的函数。 它可以执行字符串中的Python代码,并且在运行时可以访问当前环境的命名空间。 execute ()方法通常用于动 …