Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
YiRanCN committed Nov 15, 2023
1 parent 58cc2d4 commit c9c4a0a
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/study/program/Golang/Golang依赖库代理.md
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 及以上版本。
4 changes: 4 additions & 0 deletions docs/study/program/Golang/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@
- 教程:http://www.w3cschool.cn/go/go-tutorial.html
- 下载:https://golang.google.cn/dl/
- 标准库:https://pkg.go.dev/std

### GC

- [知乎-Golang 内存管理之 GC](https://zhuanlan.zhihu.com/p/593008674?utm_id=0)
3 changes: 3 additions & 0 deletions docs/study/system/CPU-线程-并发.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### 参考

- [知乎-简单理解:CPU 物理数,核心数,线程数,进程,线程,协程,并发,并行的概念](https://zhuanlan.zhihu.com/p/490318618?utm_id=0)
5 changes: 5 additions & 0 deletions docs/study/system/内存管理.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 内存管理

### 参考

- [知乎-从内存管理原理,窥探 OS 内存管理机制](https://zhuanlan.zhihu.com/p/455772416)

0 comments on commit c9c4a0a

Please sign in to comment.