2022年2月25日星期五
2022年2月19日星期六
2022年2月10日星期四
numpy argsort( ) insert( )
numpy.where()
numpy.insert(arr, obj, values, axis=None)
numpy.argsort(a, axis=- 1, kind=None, order=None)
2022年2月9日星期三
Uninstall Homebrew on macOS
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"