C++开发笔记

#ifndef 与 #define 的作用 在 C++ 开发过程中,我们经常在头文件(.h)中见到如下的代码:…

Read more...

Python Shallow and Deep Copy

一言以蔽之,Shallow Copy 不会递归地拷贝复合数据类型中的嵌套元素(如列表中的列表),因为其使用的是…

Read more...

WordPress 搭建与迁移教程 – 薅羊毛必备

博主因为常年薅各种云服务商的羊毛(AWS,GCP,Aliyun),所以需要经常迁移 WordPress,但是在…

Read more...

Move Your Cursor Faster in Terminal

It could be quite annoying to change argument values wh…

Read more...

SSH – Pipe Broken Error

Error: packet_write_wait: Connection to xxx.xx.xx.xxx p…

Read more...

Shell Script

Understanding Shell Script’s idiom: 2>&1 http…

Read more...

Memory Model

This article will describe what’s a memory model …

Read more...

One Night In Smart Pointers

https://en.cppreference.com/w/cpp/memory https://www.co…

Read more...