[杂项] CEF3 -- IME Behavior 预备知识 Communications : between host and web Preloading: supported by Electron only Preload scripts are injected BEFORE a web page loads in the renderer, similar to a Chrome extension’s content scripts. 2023-03-08 Cef
[杂项] rlottie 前言开源的 rlottie SDk。 预备知识 Concurrency In Action: single-producer, single-consumer Lock-free concurrent data structure: lock-free data structures rely on the use of atomic operations and the associate 2023-02-18 CPP
[杂项] Enum to String 背景来自开源库 magic_enum 的思考。 预备知识 Standard predefined identifier: 预定义标识符 __func__: 返回所在函数闭包对应的函数名. 本质上是常量字符数组, 由编译器提供(ISO C99 & ISO C++11), 格式: const char __func__[] Standard predefined macro: 预定义 2023-01-23 CPP