Jason Pan

黄杰 /


Programmer’s self-cultivation

https://datatracker.ietf.org/doc/html/rfc5234

https://www.google.com.hk/search?q=OKR%E5%B7%A5%E4%BD%9C%E6%B3%95&rlz=1C1GCEU_zh-CNCN829CN829&oq=OKR%E5%B7%A5%E4%BD%9C%E6%B3%95&aqs=chrome..69i57j69i61l2.599j0j7&sourceid=chrome&ie=UTF-8

self-cultivation

三段式版本号遵循的规范:

https://semver.org/lang/zh-CN/

版本格式:主版本号.次版本号.修订号,版本号递增规则如下:

  1. 主版本号:当你做了不兼容的 API 修改,
  2. 次版本号:当你做了向下兼容的功能性新增,
  3. 修订号:当你做了向下兼容的问题修正。

先行版本号及版本编译信息可以加到“主版本号.次版本号.修订号”的后面,作为延伸。

https://www.envoyproxy.io/docs/envoy/latest/api-docs/xds_protocol

https://grpc.io/docs/what-is-grpc/faq/#how-do-you-pronounce-grpc

Bazel 没有使用 LD_LIBRARY_PATH 指定的so

env LD_LIBRARY_PATH=/usr/local/lib64:/usr/local/lib:/usr/local/lib64:/usr/local/lib: bazel build –action_env=“LD_LIBRARY_PATH=${LD_LIBRARY_PATH}” –host_action_env=“LD_LIBRARY_PATH=${LD_LIBRARY_PATH}” //… –sandbox_debug

IETF Internet Engineering Task Force

Internet Engineering Steering Group (IESG).