电子文本编辑器或textmate:什么是环境变量?或在电子文本中:环境 - KEY_____ VALUE_____

发布于 2024-10-07 20:42:36 字数 459 浏览 0 评论 0原文

我确信这与编程/编码有关,在电子文本编辑器中,在“编辑>设置”下,有一个名为“环境”的选项卡,单击后您会看到两列,左侧为标题为 KEY,右侧为标题为“值”。我用 Google 搜索了一下,我认为它可能相当于 textmate 的 环境变量这是他们的维基百科页面,显示了屏幕截图。我只是不明白“项目特定环境变量”是什么,以及您将使用它们做什么,例如?我该如何使用这个?

我很确定这对于 stackoverflow 来说是一个可以接受的问题,如果不是,那么我深表歉意。

I'm sure this has to do with programming/coding, in e-text editor, under edit>settings, there's a tab called "environment", when clicked on you see 2 columns, the left if titled KEY, and the right is titled VALUE. I Googled it and I think it might be the equivalent of textmate's Environment Variables, here's their wikipedia page that shows a screenshot. I just don't understand what 'Project Specific Environment Variables' are, and what you would use them for, an example? How would I use this?

I'm pretty sure this will be an acceptable question for stackoverflow, if not, then I apologize.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

时光瘦了 2024-10-14 20:42:36

我只是不明白“项目特定环境变量”是什么,以及您将使用它们做什么

大多数命令行编译器工具使用环境变量来控制编译和构建过程。

例如INCLUDELIBLIBPATH是基于Windows的C/C++命令行编译器使用的典型环境变量。

[举个例子?

Microsoft C/C++编译器为例。要从命令行运行此编译器,您需要设置大量环境变量。

事实上,在此处输入代码进行编译需要如此多的环境变量,微软甚至提供了 vsvars32.bat 文件,该文件除了正确设置环境变量之外什么也不做。

I just don't understand what 'Project Specific Environment Variables' are, and what you would use them for

Most command line compiler tools uses environment varibales to control the compile and build process.

For example INCLUDE, LIB and LIBPATH are typical environment variables used by Windows based C/C++ command line compilers.

[give] an example?

Take for example the Microsoft C/C++ compiler. To run this compiler from the command line you need to setup a larger number of environment variables.

Infact this enter code herecompile needs so many environment variables, Microsoft even provides the vsvars32.bat file which does nothing more than correctly setup the environment variables.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文