Python2 的正则在 Mac 和 Linux 上的不同表现 Docs Python Python2 的正则在 Mac 和 Linux 上的不同表现 Tags: Python Unicode Re Blog
细说:Unicode, UTF-8, UTF-16, UTF-32, UCS-2, UCS-4 Docs 编码 细说:Unicode, UTF-8, UTF-16, UTF-32, UCS-2, UCS-4 Tags: Unicode Utf-16 Ucs Blog
Thrift Python Client 解析负数 field id 失败 Docs Thrift Thrift Python Client 解析负数 field id 失败 Tags: Python Thrift Blog
Python2 使用 Thrift 为什么会出现 EINTR 错误 Docs Python Python2 使用 Thrift 为什么会出现 EINTR 错误 Tags: Python Thrift Blog
利用 VirtualBox 和 Ubuntu 22 重现抓包实验 Docs WireShark 利用 VirtualBox 和 Ubuntu 22 重现抓包实验 Tags: Wireshark Blog
修复 Ubuntu 中 chrome vimium-c 插件失效的问题 Docs Ubuntu 修复 Ubuntu 中 chrome vimium-c 插件失效的问题 Tags: Ubuntu Vimium-C Blog
Review 《Don’t use Go’s default HTTP client (in production)》 Docs Golang Review 《Don’t use Go’s default HTTP client (in production)》 Tags: 翻译 Go Http Blog
Review 《How eBPF will solve Service Mesh - Goodbye Sidecars》 Docs K8S Review 《How eBPF will solve Service Mesh - Goodbye Sidecars》 Tags: 翻译 Blog
Review 《File Descriptor Transfer over Unix Domain Sockets》 Docs Linux Review 《File Descriptor Transfer over Unix Domain Sockets》 Tags: 翻译 Linux Blog
Review 《Using pipelining to speedup Redis queries》 Docs Redis Review 《Using pipelining to speedup Redis queries》 Tags: 翻译 Redis Blog
Review 《github.com/stretchr/testify》 Docs Golang Review 《github.com/stretchr/testify》 Tags: 翻译 Go Blog
strings.Builder 转换字符串的时候为什么比 bytes.Buffer 要快 Docs Golang strings.Builder 转换字符串的时候为什么比 bytes.Buffer 要快 Tags: Go Blog
Review 《Golang Trick: Export unexport method for test》 Docs Golang Review 《Golang Trick: Export unexport method for test》 Tags: 翻译 Go ARTS Blog
Review 《Go Concurrency Patterns: Pipelines and cancellation》 Docs Golang Review 《Go Concurrency Patterns: Pipelines and cancellation》 Tags: Go Concurrency Blog
Python unittesting: run tests in another module Docs Python Python unittesting: run tests in another module Tags: Python Unittest Blog