autosar
- AUTOSAR service model: a big picture
- ara::com API解析[Part 3]
- ara::com API解析[Part 2]
- ara::com API解析[Part 1]
- SOME/IP标准解析
- SOME/IP服务发现标准解析
c++
- Variable-length shared memory ring buffer
- Symbols, libraries and One Definition Rule
- Life of an object
- CMake: Best Practice(bp)
- C++ container cheet sheets
- pimpl vs virtual class: binary difference
- std::condition_variable: a deeper look
- 智能指针构造与析构
- 智能指针内存模型
- C++ 实参与形参绑定规则
- C++ 可调用实体
- unique_ptr不完整类型案例分析
- C++ 类成员方法重载优先级
- C++: crtp与mixin设计模式
- C++ template name lookup rules
design_philosophy
linux-programming
- Arguments of clone() system call
- Reference count in computer systems
- futex: foundation of linux synchronization
- I/O缓存:内核与用户空间
- Life of a TCP segment
- Docker CLI原理