摘要:
目标 环境解释: 开发使用的机器无法连接外网,导致直接使用go安装modules失败 个人机器可以在内网中连接开发机器,并连接外网 如果可以使用内网的go源,那就不用往下看了 在一个无法连接外网的Linux工作机器上部署VSCode-golang开发环境 实现步骤 安装Golang 在官网下载go安 阅读全文
摘要:
## 背景 目前在工作中遇到需要将原先在x86平台上运行的系统搬到arm平台上,因此需要对软件做arm适配,在做适配的过程中,遇到一些问题,也才了一些坑,因此在此记录一下。 本文描述的问题是,某些软件在x86上会用到emmintrin.h文件,但是移植到arm平台后,编译过程中提示emmintrin 阅读全文
摘要:
BRPC使用示例 BRPC: https://github.com/apache/incubator-brpc proto文件 syntax = "proto2"; package dfs; option cc_generic_services = true; service NameNodeSer 阅读全文
摘要:
Coding for SSDs – Part 6: A Summary – What every programmer should know about solid-state drives This is Part 6 over 6 of “Coding for SSDs”. For other 阅读全文
摘要:
Coding for SSDs – Part 5: Access Patterns and System Optimizations This is Part 5 over 6 of “Coding for SSDs”, covering Sections 7 and 8. For other pa 阅读全文
摘要:
Coding for SSDs – Part 4: Advanced Functionalities and Internal Parallelism This is Part 4 over 6 of “Coding for SSDs”, covering Sections 5 and 6. For 阅读全文
摘要:
Coding for SSDs – Part 3: Pages, Blocks, and the Flash Translation Layer This is Part 3 over 6 of “Coding for SSDs”, covering Sections 3 and 4. For ot 阅读全文
摘要:
https://github.com/spdk/spdk What is SPDK SPDK: What is SPDK The Storage Performance Development Kit (SPDK) provides a set of tools and libraries for 阅读全文
摘要:
Coding for SSDs – Part 2: Architecture of an SSD and Benchmarking This is Part 2 over 6 of “Coding for SSDs”, covering Sections 1 and 2. For other par 阅读全文
摘要:
Coding for SSDs – Part 1: Introduction and Table of Contents Introduction I want to make solid-state drives (SSDs) the optimal storage solution for my 阅读全文