2020年9~10月阅读文章

2020年9~10月阅读文章

 

一、golang学习

 

golang官方文档

Go 语言设计与实现

GOPL solutions

Profiling Go Programs

Liskov substitution principle

Working with multiple Golang version in Ubuntu

VSCode搭建Go开发环境

如何使用VSCode中的Code Runner插件执行golang代码

go env 命令介绍

用gvm管理Go项目的workspace

go get fatal: could not read Username for 'https://code.xxx.org': terminal prompts disabled

go get results in 'terminal prompts disabled' error for github private repo

如何使用go get下载gitlab私有项目

记一次 go mod 使用私有库的问题解决过程

Go 1.13设置代理

go mod tidy 报错:verifying ...: checksum mismatch

Go Modules 和 Go Proxy

Go Modules 详解使用

go module 使用

Go 包依赖管理工具 —— govendor

vendor directory in Go

Package Management With Go Modules: The Pragmatic Guide

Go语言圣经(中文版)

A handbook for making programming languages.

What is a gRPC API and How Does it Work?

 

二、mac系统/linux

 

如何选择开源许可证?

Mac keyboard shortcuts

The Secret Histories of Those @#$%ing Computer Symbols

Mac 键盘图标与对应快捷键按键标志

MacBook Keyboard Guide

编译器的工作过程

在bash和zsh配置环境变量path的几种方法

How to use SSH to run a local shell script on a remote machine?

macOS Catalina 10.15.1安装homebrew报错

mac下镜像飞速安装Homebrew教程

Install tmux on macOS without Homebrew

mac下tmux的配置和常用用法

Install tmux on OSX and Basics Commands for Beginners

10 basic examples of Linux Netstat command

netstat 的10个基本用法

How do I find all files containing specific text on Linux?

第一次使用VS Code时你应该知道的一切配置

 

三、git/vim/vscode

 

VS Code中的文件夹(Folder)与工作区(Workspace)

关于VSCode中工作区的讲解与使用工作区还你一个轻量 的VSCode

How to save username and password in Git?

git命令出现fatal: unable to access SSL certificate problem: self signed certificate

Vim 快捷键速查表

fatal: could not read Username for 'https://gitlab.com': terminal prompts disabled

 

四、elasticsearch

 

百度改进的Elasticsearch

从Elasticsearch来看分布式系统架构设计

Elasticsearch Cluster Lifecycle at eBay

在 Open Distro for Elasticsearch 中设置多租户 Kibana 访问权限

ElasticSearch在数十亿级别数据下,如何提高查询效率?

使用索引生命周期管理实现热温冷架构

How to “Translate” Grafana Dashboards from Prometheus to Elasticsearch

prometheus官网

Prometheus 实战

prometheus查询语法

Prometheus + Grafana监控(Mac OS)

Elasticsearch as a Time Series Data Store

新一代搜索引擎项目 ZeroSearch 设计探索

设计数据密集型应用

时序数据库有什么不一样?

InfluxDB vs. Elasticsearch for Time Series Data & Metrics Benchmark

 

五、其他

 

书栈网

美团技术团队

中文技术文档写作风格指南

css中国色

上一篇:How to Timeout JDBC Queries


下一篇:Core Python | 2 - Core Python: Getting Started | 2.2 - Installing and Starting Python | 2.2.7 - Summ