摘要:
直接看代码 #include <gtest/gtest.h> #include <gmock/gmock.h> using ::testing::Return; using ::testing::_; template<typename T> class mockFoo{ public: stati 阅读全文
摘要:
set RUSTUP_DIST_SERVER=https://mirrors.tuna.tsinghua.edu.cn/rustup
set RUSTUP_UPDATE_ROOT=https://mirrors.tuna.tsinghua.edu.cn/rustup/rustup
rustup update 阅读全文