摘要: linux平台下环境变量的使用 // 增for temporary(just effect current bash)example: export NUM="One" // 删example: unset NUM // 改example:export NUM=$NUM:Two or export 阅读全文
posted @ 2020-04-23 17:40 黑马网仔 阅读(159) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/youxin/p/5357614.html 阅读全文
posted @ 2020-04-23 16:51 黑马网仔 阅读(278) 评论(0) 推荐(0)