char* 和 char[]区别 cpp / 作者: sidney / 2023年4月24日 1.char* 和 char[]分配空间位置的区别 在不new的情况下,使用char* 和 char[]=一个 […] char* 和 char[]区别 Read More » 4 月 24 2023
linux很有用的分析工具 系统运维 / 作者: sidney / 2023年4月14日 https://linuxtools-rst.readthedocs.io/zh_CN/latest/tool linux很有用的分析工具 Read More » 4 月 14 2023
redis分布式锁 分布式, 数据库 / 作者: sidney / 2023年3月23日 redis分布式锁(包括单机分布式锁的实现,多机分布式锁的思考):https://www.zhihu.com/ redis分布式锁 Read More » 3 月 23 2023
linux的内存分类 操作系统 / 作者: sidney / 2023年3月22日 1.free 命令下free/available区别 例子 [root@VM_16_17_centos bin linux的内存分类 Read More » 3 月 22 2023
centos edac检测内存故障 系统运维 / 作者: sidney / 2023年3月15日 随着虚拟化,Redis,BDB内存数据库等应用的普及,现在越来越多的服务器配置了大容量内存,拿DELL的R62 centos edac检测内存故障 Read More » 3 月 15 2023
proto的arena分配 proto / 作者: sidney / 2023年3月13日 https://www.cnblogs.com/lianshuiwuyi/p/12291213.html ht proto的arena分配 Read More » 3 月 13 2023
vector bool的特殊性 cpp / 作者: sidney / 2023年3月12日 vector<bool>并不是一个STL容器,不是一个STL容器,不是一个STL容器! 首先vector vector bool的特殊性 Read More » 3 月 12 2023