翻译

翻译 标签下共有 14 篇文章

Review 《Don’t use Go’s default HTTP client (in production)》

• bwangel 翻译 Go HTTP blog

Review 《How eBPF will solve Service Mesh - Goodbye Sidecars》

• bwangel 翻译 blog

翻译《Chapter 1. Introduction to Apache Thrift》

• bwangel 翻译 thrift

Review 《File Descriptor Transfer over Unix Domain Sockets》

• bwangel 翻译 linux blog

Review 《Memory Consistency Models: A Tutorial》

• bwangel 翻译 Go

Review 《Using pipelining to speedup Redis queries》

• bwangel 翻译 Redis blog

Review 《github.com/stretchr/testify》

• bwangel 翻译 Go blog

Review 《JSON and Go》

• bwangel 翻译 Go JSON blog

Review 《Golang Trick: Export unexport method for test》

• bwangel 翻译 Go ARTS blog

More advanced if usage

翻译 Bash

摘要:

  1. 本文是对More advanced if usage的翻译
  2. 主要讲述了 Bash 中 if 的一些高级用法

Python concurrent.futures 文档翻译

Python 翻译 blog

摘要:

本文主要是对 Python3 标准库 concurrent.futures 文档的翻译

Gevent 的 KeyError

Python Gevent stackoverflow 翻译 blog

摘要:

  1. 本文翻译自 StackOverFlow 上的一篇答案
  2. 本文主要解释了gevent的猴子补丁和一个KeyError之间的关系

Python字符串Format方法示例

Python 翻译 blog

摘要:

本文翻译自Python3文档6.1.3.2. Format examples 主要讲述了Pythonstr.format()的一些使用方法

PEP 343: Python的with语句

• bwangel Python 翻译 blog

摘要:

  1. Python的with语句用法以及相关的上下文管理协议
  2. 如何自己写一个上下文管理器对象,如何利用contextlib来写一个上下文管理器对象
  3. 原文地址: PEP 343: The ‘with’ statement