摘要:
使用su -会执行etc/profile,而不会执行~/.bashrc. 直接终端登录,会执行~/.bashrc。 如何解决conda安装了,却找不到的现象 For bash use: $ cd YOUR_PATH_ANACONDA/bin $ ./conda init bash That will 阅读全文
摘要:
test.cpp: In function ‘int main()’: test.cpp:22:8: error: ‘fk’ does not name a type auto fk = stdbind(func, stdplaceholders::_1, 90); ^ test.cpp:23:20 阅读全文