网站首页  英汉词典

请输入您要查询的英文单词:

 

单词 Environment variables
释义

Environment variables

英语例句库

Depth and particle size were primary and secondary environment variables that influence the community structure of brachyuran crabs in the present geographic region.

深度与沙粒粒径大小,分别为影响调查区域内螃蟹群聚结构之主要与次要因素。

原声例句
PKM OS

For now, though, let's just look at this particular environment variable.

不过,现在我们只看一下这个特定的环境变量。

PKM OS

And then that will make use of the path environment variable that we saw in the first lecture.

然后,这将利用我们在第一讲中看到的路径环境变量。

PKM OS

It has just given me the name of the shell, which is bash, and the version, which is 5.0. I don't want this to be displayed and as with many things in your shell, this is just an environment variable.

它刚刚给了我 shell 的名称(bash)和版本(5.0)。我不希望显示它,并且与 shell 中的许多内容一样,这只是一个环境变量。

中文百科

环境变量 Environment variable

(重定向自Environment variables)

在所有 Unix 和 类Unix系统中, 每个进程都有其各自的环境变量设置。 缺省情况下, 当一个进程被创建时, 除了创建过程中的明确更改外,它继承了其父进程的绝大部分环境设置。 在API层级上, 使用forkexec函数进行变量设置。或利用bashshell文档, 使用特殊的命令调用来改变环境变量:通过env 间接替代或者使用ENVIRONMENT_VARIABLE=VALUE <command> 标识. 所有的Unix操作系统 以及DOS 和Microsoft Windows 都是用环境变量,但是它们使用不同的环境变量名称。我们可以通过运行进程来访问环境变量的值。环境变量的例子包括:

英语百科

Environment variable 环境变量

(重定向自Environment variables)
%CD%
This pseudo-variable expands to the current directory equivalent to the output of the command CD when called without arguments. While a long filename can be returned under CMD.EXE depending on the current directory, the fact that the current directory will always be in 8.3 format under COMMAND.COM will cause it to return a short filename under COMMAND.COM, even when COMMAND internally calls CMD.
%CMDCMDLINE%
This pseudo-variable expands to the original startup parameters of CMD.EXE, f.e. "C:\Windows\system32\cmd.exe". Under Windows' COMMAND.COM, this may return something like "C:\Windows\system32\cmd.exe /c ..." due to the fact that COMMAND.COM calls CMD.EXE internally.
%CMDEXTVERSION%
This pseudo-variable expands to the version of the command-line extensions of CMD.EXE, if enabled (e.g. "1" under Windows NT, "2" under Windows 2000 and Windows XP).
%DATE%
This pseudo-variable expands to the current date. The date is displayed according to the current user's date format preferences.
%ERRORLEVEL%
This pseudo-variable expands to the last set error level, a value between "0" and "255" (without leading zeros). External commands and some internal commands set error levels upon execution. See also the identically named pseudo-variable %ERRORLEVEL% under DR-DOS and the IF ERRORLEVEL command.
%RANDOM%
This pseudo-variable returns a random number between "0" and "32767".
%TIME%
This pseudo-variable returns the current time. The time is displayed according to the current user's time format preferences. If the %TIME% and %DATE% variables are both used, it is important to read them both in this particular order in rapid succession in order to avoid midnight-rollover problems.
随便看

 

英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2024 encnc.com All Rights Reserved
更新时间:2025/6/18 19:13:42