Environment Variables
Posted rsapaper
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Environment Variables相关的知识,希望对你有一定的参考价值。
https://msdn.microsoft.com/en-us/library/windows/desktop/ms682653(v=vs.85).aspx
Every process has an environment block that contains a set of environment variables and their values. There are two types of environment variables: user environment variables (set for each user) and system environment variables (set for everyone).
By default, a child process inherits the environment variables of its parent process. Programs started by the command processor inherit the command processor‘s environment variables. To specify a different environment for a child process, create a new environment block and pass a pointer to it as a parameter to the CreateProcess function.
The command processor provides the set command to display its environment block or to create new environment variables. You can also view or modify the environment variables by selecting System from the Control Panel, selecting Advanced system settings, and clicking Environment Variables.
以上是关于Environment Variables的主要内容,如果未能解决你的问题,请参考以下文章
访问 @Environment(\.presentationMode) 阻止 PDFView 出现
Environment.getExternalStorageDirectory() 获取硬件存储
核心数据,@Environment(\.managedObjectContext),onMove