火范文>英语词典>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

          双语例句

          • This is used to keep track of open file descriptors and assist fork and exec, among other purposes.
            这用来掌握开放的档案记述件和帮助叉子和管理人员的资讯,在其他的目的之中。
          • Cmd_to_exec: This is the command that is executed.
            cmdtoexec:这是所执行的命令。
          • When the command is ready to be executed, AIX will fork the process as sh-c exec.
            当命令准备执行时,AIX将以如下方式启动子进程:sh-cexec。
          • Once you call exec, the current process is gone and the new process starts.
            在您调用exec以后,当前进程就消失了,新进程就启动了。
          • Yes, he was a very successful PayPal exec, but this is his first time as a CEO.
            是的,虽然当时他已经是一位很成功的PayPal管理层成员,但这次却是他首次担任首席执行官。
          • Unexpected condition: Call/ Exec dialog could not be created due to invalid arguments!
            意外情况:由于参数无效,无法创建调用/执行对话框!
          • The User EXEC mode is recognized by its prompt, which ends in a greater-than character (>).
            使用者执行模式可由提示符号识别,提示符号是以一个大于字元(>)结尾。
          • Got rid of the "exec" function.
            除去了“exec”函数;
          • In other words, exec reuses the same process to start a new task.
            换句话说,exec重用同一进程来启动一个新任务。
          • The job of exec is to replace the current process with a new process.
            exec的工作是将当前进程替换为一个新进程。