Linux环境变量设置文件 Posted on May 18, 2022 Linux环境变量设置文件 /etc/profile 全局用户,应用于所有的Shell。 /$HOME/.profile 当前用户,应用于所有的Shell。 /etc/bash_bashrc 全局用户,应用于Bash Shell。 ~/.bashrc 局部当前,应用于Bash Sell。 [Read More] Tags: linux
Go 并发应用于数据管道 Go concurrency applied to data pipelines Posted on April 25, 2022 Go concurrency applied to data pipelines [Read More] Tags: golang