exec
英 [ɪɡˈzek]
美 [ɪɡˈzek]
n. (公司的)经理,管理人员
复数:execs
BNC.36382 / COCA.12420
牛津词典
noun
- (公司的)经理,管理人员
an executive in a business
柯林斯词典
Execis an abbreviation for (缩略=)executive.
英英释义
noun
- the chief executive department of the United States government
双语例句
- PHP provides a number of functions for executing external commands, among them shell_exec(), exec(), passthru(), and system().
PHP为执行外部命令提供大量函数,其中包括shellexec()、exec()、passthru()和system()。 - The User EXEC mode is recognized by its prompt, which ends in a greater-than character (>).
使用者执行模式可由提示符号识别,提示符号是以一个大于字元(>)结尾。 - When you've finished building the Exec162F, we'll teach you how to fly and maintain your helicopter.
当您完成建设Exec的162f,我们会教你如何飞行和维护您的直升机。 - In other words, exec reuses the same process to start a new task.
换句话说,exec重用同一进程来启动一个新任务。 - Exec& This handy PHP function sends a string for the operating system's command line to process.
exec&这个方便的PHP函数发送一个字符串供操作系统的命令行处理。 - Also, both scripts are careful to use the exec shell command, which replaces one program with another but does not create new processes.
而且,这两个脚本都要小心地使用exec外壳命令,这个命令用一个程序替代另一个程序,但是没有创建新进程。 - Execute your SQL using odbc_exec, which takes in your connection and your SQL string and returns a result set.
使用odbcexec函数执行该SQL语句,此函数将接受您的连接和您的SQL字符串,并返回一个结果集。 - During this network activity, the curl_exec function will block until the HTTP operation is completed.
在执行这个网络行为期间,curlexec函数会一直阻塞直到HTTP操作完成。 - When the command is ready to be executed, AIX will fork the process as sh-c exec.
当命令准备执行时,AIX将以如下方式启动子进程:sh-cexec。 - Or you can run it using Ant's exec task.
或者使用Ant的exec任务来运行它。