http://blog.chinaunix.net/uid-7213338-id-2658068.html gcc的-D和-U参数:宏的设置与取消 2006-10-08 22:59:06 分类: LINUX 这两天做LFS注意到了gcc的-D参数:在gcc命令中定义宏,比如我有如下的代码:/* hello.c */#include <stdio.h> #ifdef YESchar* str = "Yes, this is a macro.";#elsechar* str
设置代理npm config set proxy=http://127.0.0.1:8087npm config set registry=http://registry.npmjs.org12关于https经过上面设置使用了http开头的源,因此不需要设https_proxy了,否则还要增加一句: npm config set https-proxy http://server:port1代理用户名和密码npm config set proxy http://username:password
管理员权限下的控制台输入: 设置代理 npm config set proxy=http://127.0.0.1:8080 npm config set registry=http://registry.npmjs.org12 //httpsnpm config set https-proxy http://server:8080 代理用户名和密码 npm config set proxy http://username:password@server:port npm config set h