记作业>英语词典>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 only difference here is that the helper function performs the setup and exec functions.
            此处惟一的区别是helper函数执行setup和exec函数。
          • Exec& This handy PHP function sends a string for the operating system's command line to process.
            exec&这个方便的PHP函数发送一个字符串供操作系统的命令行处理。
          • The following command causes a user logging in from a network access server to have immediate access to EXEC commands
            下面的命令可以使一个用户从网络访问服务器登录,并获得对EXEC命令的立即访问
          • The exec command can be used to initialize the variable with a value.
            通过使用exec命令,可以用值来初始化变量。
          • Got rid of the "exec" function.
            除去了“exec”函数;
          • In other words, exec reuses the same process to start a new task.
            换句话说,exec重用同一进程来启动一个新任务。
          • Fexecve used to exec file descriptors, is now enabled in Linux.
            Fexecve被用来exec文件描述符,现在可以在Linux中启用它。
          • Once you call exec, the current process is gone and the new process starts.
            在您调用exec以后,当前进程就消失了,新进程就启动了。
          • She was last week, number five on Google's exec list which is a huge blow.
            上周她在谷歌高管名单中还名列第五,这是一个重大打击。
          • Execute your SQL using odbc_exec, which takes in your connection and your SQL string and returns a result set.
            使用odbcexec函数执行该SQL语句,此函数将接受您的连接和您的SQL字符串,并返回一个结果集。