词语吧>英语词典>exec翻译和用法

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
            Synonym:White House

          双语例句

          • In other words, exec reuses the same process to start a new task.
            换句话说,exec重用同一进程来启动一个新任务。
          • Exec and noexec specify whether or not to allow execution of files from the mounted filesystem.
            exec和noexec指定是否支持来自已安装文件系统的文件执行。
          • Also, both scripts are careful to use the exec shell command, which replaces one program with another but does not create new processes.
            而且,这两个脚本都要小心地使用exec外壳命令,这个命令用一个程序替代另一个程序,但是没有创建新进程。
          • The result of each EXEC SQL statement executed inside a procedure body is stored into the variable SQLSUCCESS.
            在过程体内部执行的每个EXECSQL过程语句都被存储到变量SQLSUCCESS中。
          • PHP provides a number of functions for executing external commands, among them shell_exec(), exec(), passthru(), and system().
            PHP为执行外部命令提供大量函数,其中包括shellexec()、exec()、passthru()和system()。
          • Cmd_to_exec: This is the command that is executed.
            cmdtoexec:这是所执行的命令。
          • Got rid of the "exec" function.
            除去了“exec”函数;
          • Exec& This handy PHP function sends a string for the operating system's command line to process.
            exec&这个方便的PHP函数发送一个字符串供操作系统的命令行处理。
          • So the file descriptor will remain open across exec calls.
            标记没有被设置过,那么文件描述符将保持调用交叉执行调用。
          • Fexecve used to exec file descriptors, is now enabled in Linux.
            Fexecve被用来exec文件描述符,现在可以在Linux中启用它。