The Limit of Memory Usage in WSL2
WSL2 has a default memory usage limit that is set to half of the host memory.
WSL2 has a default memory usage limit that is set to half of the host memory.
Narrowing conversion is a type of type conversion in C++ where a value of a larger data type is converted to a value of a smaller data type, resulting in loss of information.
这涉及到编译、链接、声明和定义之间的关系
Verifying git commits by signing each commit with a SSH key is important.
When printing a string in Go you can use the verb %q in the format parameters of fmt functions, when available, to safely escape a string and add quotes to it.
This post explains what little-endian and big-endian is. It also explains the binary.PutUvarint function in the standard go package.
将前端项目 build 后产生的静态文件放置在 caddy 的 file_server 目录下,浏览器访问不是网站根目录是 caddy 会返回 404。
Merkle Patricia Tree (MPT) 是以太坊的一种存储结构。它不仅可以支持增删查改的操作,而且它还能对查询的结果提供可验证的功能。
虽然不是经常配置,但每次都手动搜索。
非常想念 Arch Linux 的 pacman。