Author: jpuyy
-
windows 11 VSCode Golang
https://go.dev/dl/ download msi install package install path C:\Program Files\Go GOROOT GOPATH=C:\Users\username\go
-
ubuntu wsl2
# install zsh $ sudo apt install zsh https://ohmyz.sh/#install snap not working $ uname -a Linux jpuyy-PC 5.10.16.3-microsoft-standard-WSL2 #1 SMP Fri Apr 2 22:23:49 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.4 LTS Release: 20.04 Codename: focal $ sudo snap install go –classic…
-
golang interface
learn by doing Interface is a protocol – a contract – an abstract type It only describe the expected behavior naming convention: abstract description don’t use empty interface unless it’s necessary. type foo interface{} learn type switch: func format(v interface{}) string { switch v := v.(type) { case int: case string: default: } } When…
-
吃掉那只青蛙
– 您在第 44 页(位置 #469-470)的标注 | 添加于 2022年4月1日星期五 下午1:21:09 但对某项重要的活动却一再拖延。 ========== – 您在第 44 页(位置 #474-475)的标注 | 添加于 2022年4月1日星期五 下午1:22:09 抵制诱惑,不被小事所引诱。 ========== – 您在第 44 页(位置 #477-478)的标注 | 添加于 2022年4月1日星期五 下午1:23:23 你才会很自然地有兴趣继续往下做。 ========== – 您在第 46 页(位置 #484-485)的标注 | 添加于 2022年4月1日星期五 下午1:24:08 事实上时间管理是在控制事件发生的顺序(sequence of events)。 ========== – 您在第 46 页(位置 #487-489)的标注 | 添加于 2022年4月1日星期五 下午1:26:02…
-
Local K8s cluster: minikube
Learn minikube Intel Chips: Mac mini 2018 Apple Chips: 13-inch, M2, 2022 MacBook Pro know drivers: https://minikube.sigs.k8s.io/docs/drivers/ — I use docker desktop, but not enable kubernetes https://minikube.sigs.k8s.io/docs/start/ Drivers: Docker – VM + Container (preferred) https://minikube.sigs.k8s.io/docs/drivers/docker/ turn off the docker => kubernetes feature. “` # remove minikube $ minikube delete 💀 Removed all traces of the…
-
Time Machine 配置
Exclude these items from backups: /opt/homebrew /private/tmp ~/.gradle ~/.minikube ~/go ~/git ~/Music ~/Library https://support.apple.com/zh-cn/guide/mac-help/mh15622/mac