non-blocking IO + IO multiplexing + one loop per thread
在“non-blocking IO + IO multiplexing”这种模型中,程序的基本结构是 […]
在“non-blocking IO + IO multiplexing”这种模型中,程序的基本结构是 […]
环境说明 本文基于 CentOS Linux release 7.5.1804 (Core) 虚拟机 […]
From The Pragmatic Programmer: From Journeyman to […]
Issue Solution:
ERROR: could not connect to 127.0.0.1:27017
HINT: Mongo driver connection error:
error: Libtool library used but ‘LIBTOOLR […]
它使用静态数据维护缓冲区中的当前位置。该静态数据没有受到针对并发访问的保护,所以它不是线程安全的。 […]
环境说明 本文基于 CentOS Linux release 7.5.1804 (Core) 虚拟机 […]
我始终认为作为开发者 MOP(Market/Money Oriented Programming)才 […]
通过介绍《Linux二进制分析》中的 trace 示例程序,说明利用 ptrace 追踪调试程序的方式方法,了解 gdb 调试器的工作原理。
要当心虽然append 和sort 修改原位置相关的列表对象,但是两者的结果并没 […]