Xmchx's Blog

## Res - https://github.com/liuyubobobo/Play-with-Algorithm-Visualization - 思想是奇数宽高,最外围为墙,起始点要是奇数点,

# Linux proxy url fromat ``` http://username:password@ip:port/ http://ip:port/ ``` ```sh sudo vim

# K8s - [Ubuntu Server 20.04 搭建安装 Kubernetes_Kubernetes\_玏佾\_InfoQ 写作社区](https://xie.infoq.cn/artic

# Keyboard Monitor 工具使用 [Code](https://github.com/GreptimeTeam/demo-scene/tree/main/keyboard-monito

# Tree [FULL](https://github.com/Ysoding/gtree) ![image](https://cdn.jsdelivr.net/gh/XmchxUp/picx-

# 用 Go 实现阻塞读且并发安全的 map ```go package main import ( "fmt" "sync" "time" ) type sp interface {

# PostgreSQL ## Install [PostgreSQL: Downloads](https://www.postgresql.org/download/) ### 手动编译 [