首页 / 词典 / good

getenv

  • 网络获取环境变量值
getenvgetenv
  1. In Linux , getenv () and setenv () system calls provide the equivalent functionality .

    在Linux中,getenv()和setenv()系统调用提供了相应的功能。

  2. The getenv () function searches the environment list for a string that matches the string pointed to by name .

    getenv()函数会在环境列表中搜索与名称字符串相匹配的字符串。

  3. A thread can get a JNIEnv by calling GetEnv () using the JNI invocation interface through a JavaVM object .

    线程可以调用通过JavaVM对象使用JNI调用接口的GetEnv()来获取JNIEnv。