execute vt. 1.实行,实施,执行;履行;贯彻,完成。 2.作成,制成(美术品等);奏(乐曲),演(剧)。 3.〔英国〕让渡(财产);经过签名盖章等手续使(法律文件等)生效。 4.对…执行死刑,处决。 execute the captain's command 执行船长命令。 execute a deed 签名使契据生效。 execute fire 【军事】开火。 execute one's [duties] office 尽职。 execute the part of Hamlet 扮演哈姆雷特。 execute a painting [statue] 创作一幅画[一件雕像]。 execute one's promises 践约,履行契约。 execute an estate 让渡财产。 execute a will 使遗嘱生效。 be summarily executed 就地正法,当场处决,立即处死。
Building , debugging , and running projects in visual studio that include the code snippet automatically executes code on your local machine in the trusted process of devenv . exe 在visual studio中生成、调试和运行包含该代码段的项目时,将在本地计算机上devenv . exe的受信任进程中自动执行代码。
If a structure defines a default constructor , when arrays of the structure are created , the common language runtime automatically executes the default constructor on each array element 如果某一结构定义了默认构造函数,则在创建该结构的数组时,公共语言运行库会自动对每个数组元素执行该默认构造函数。
Window is active or visible , the ide automatically executes the go to definition command for items under the cursor in the code editor and for items that are selected in 当“代码定义”窗口活动或可见时, ide自动对“代码编辑器”中光标下的项以及在“类视图”或“对象浏览器”中选择的项执行“转到定义”命令。
Executing dbcc checkdb automatically executes dbcc checktable for each table in the database , as well as dbcc checkalloc and dbcc checkcatalog , eliminating the need to run them separately 执行dbcc checkdb时会对数据库中的每个表自动执行dbcc checktable ,以及dbcc checkalloc和dbcc checkcatalog ,因而不必单独运行这些语句。