Z.ZHANG 7 月 25, 2022 2 min read C++开发笔记 #ifndef 与 #define 的作用 在 C++ 开发过程中,我们经常在头文件(.h)中见到如下的代码:… Read more...
Z.ZHANG 5 月 22, 2021 2 min read Python Shallow and Deep Copy 一言以蔽之,Shallow Copy 不会递归地拷贝复合数据类型中的嵌套元素(如列表中的列表),因为其使用的是… Read more...
Z.ZHANG 10 月 22, 2020 12 min read WordPress 搭建与迁移教程 – 薅羊毛必备 博主因为常年薅各种云服务商的羊毛(AWS,GCP,Aliyun),所以需要经常迁移 WordPress,但是在… Read more...
Z.ZHANG 8 月 28, 2020 3 min read Move Your Cursor Faster in Terminal It could be quite annoying to change argument values wh… Read more...
Z.ZHANG 11 月 11, 2019 2 min read SSH – Pipe Broken Error Error: packet_write_wait: Connection to xxx.xx.xx.xxx p… Read more...
Z.ZHANG 9 月 26, 2019 1 min read Shell Script Understanding Shell Script’s idiom: 2>&1 http… Read more...
Z.ZHANG 7 月 31, 2019 15 min read Memory Model This article will describe what’s a memory model … Read more...
Z.ZHANG 7 月 23, 2019 1 min read One Night In Smart Pointers https://en.cppreference.com/w/cpp/memory https://www.co… Read more...