词语吧>英语词典>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

          双语例句

          • The User EXEC mode is recognized by its prompt, which ends in a greater-than character (>).
            使用者执行模式可由提示符号识别,提示符号是以一个大于字元(>)结尾。
          • Got rid of the "exec" function.
            除去了“exec”函数;
          • The job of exec is to replace the current process with a new process.
            exec的工作是将当前进程替换为一个新进程。
          • When you've finished building the Exec162F, we'll teach you how to fly and maintain your helicopter.
            当您完成建设Exec的162f,我们会教你如何飞行和维护您的直升机。
          • The only difference here is that the helper function performs the setup and exec functions.
            此处惟一的区别是helper函数执行setup和exec函数。
          • Ofcourse you can use Maven java: exec goal to run them.
            当然,您也可以使用Mavenjava:execgoal运行它们。
          • PHP provides a number of functions for executing external commands, among them shell_exec(), exec(), passthru(), and system().
            PHP为执行外部命令提供大量函数,其中包括shellexec()、exec()、passthru()和system()。
          • Exec and noexec specify whether or not to allow execution of files from the mounted filesystem.
            exec和noexec指定是否支持来自已安装文件系统的文件执行。
          • User-mounted filesystems default to noexec unless exec is specified after user.
            用户安装的文件系统默认为noexec,除非在user后指定exec。
          • Exec& This handy PHP function sends a string for the operating system's command line to process.
            exec&这个方便的PHP函数发送一个字符串供操作系统的命令行处理。