-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
### 脚本 | ||
|
||
```shell | ||
go env -w GOPROXY=https://goproxy.cn | ||
``` | ||
|
||
### 常用代理地址 | ||
|
||
https://goproxy.cn:由 Go 社区提供的中国境内的代理服务器,支持 Go 1.13 及以上版本。 | ||
|
||
https://mirrors.aliyun.com/goproxy/:阿里云提供的代理服务器,速度较快,支持 Go 1.13 及以上版本。 | ||
|
||
https://goproxy.io:由 GOPROXY.IO 提供的全球加速的代理服务器,支持 Go 1.13 及以上版本。 | ||
|
||
https://proxy.golang.org:由 Google 提供的官方代理服务器,支持 Go 1.11 及以上版本。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
### 参考 | ||
|
||
- [知乎-简单理解:CPU 物理数,核心数,线程数,进程,线程,协程,并发,并行的概念](https://zhuanlan.zhihu.com/p/490318618?utm_id=0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# 内存管理 | ||
|
||
### 参考 | ||
|
||
- [知乎-从内存管理原理,窥探 OS 内存管理机制](https://zhuanlan.zhihu.com/p/455772416) |