摘要:
Related issues high correlation C++ 左/右值及其引用 论述 C++ 类成员函数全家桶 low correlation C++ 对象初始化方式对比 C++ 智能指针 std::move()本身的效果仅仅是类型上的转换(这里涉及到的就是左右值的问题), 但是和类的成员 阅读全文
摘要:
Clipboard 'pbpaste' output the content of clipboard 'pbcopy' copy the content to clipboard. For example, echo "hello" | pbcopy A ingenious usage, coll 阅读全文
摘要:
# Data Model The following pseudo code can explain the git data model clearly. Firstly, we will talk about the three models in git. ``` // a file is a 阅读全文