搭建bazel windows环境
一、依赖 安装msys2。由于构建bazel本身,以及大量bazel构建脚本包含genrule需要bash,因此目前windows环境下使用bazel,强依赖bash https://github.com/msys2/msys2-installer/releases/download/2024-11
一、依赖 安装msys2。由于构建bazel本身,以及大量bazel构建脚本包含genrule需要bash,因此目前windows环境下使用bazel,强依赖bash https://github.com/msys2/msys2-installer/releases/download/2024-11
知识点扫盲: 对于x86_64-unknown-linux-gnu这样一个target triple(三元组)<架构>-<供应商>-<操作系统>-,unknown就是表示generic,常用的vendor有 pc, apple, or w64, 需要注意的地方 crosstool-ng构建的tool
记一次死锁 void UpdateIPAddrs() { proto::ServerReq req; proto::ServerRes res; while (!stop_) { grpc::ClientContext context; Fill
Intermediate CA configuration file <span class="pre">View</span><span> </span><span class="pre">this</span><span> </span><span class="pre">file</span>
Root CA configuration file <span class="pre">View</span><span> </span><span class="pre">this</span><span> </span><span class="pre">file</span><span> <
Online Certificate Status Protocol The Online Certificate Status Protocol (OCSP) was created as an alternative to certificate revocation lists (CRLs).
Certificate revocation lists A certificate revocation list (CRL) provides a list of certificates that have been revoked. A client application, such as
Sign server and client certificates We will be signing certificates using our intermediate CA. You can use these signed certificates in a variety of s
OpenSSL Certificate Authority Introduction Create the root pair Create the intermediate pair<
OpenSSL Certificate Authority Introduction Create the root pair Prepare the dir