Dean's blog
首页
关于
登录
菜单
首页
关于
归档
2026 年 05 月
git
2026-05-17
默认分类
--- title: git date: 2022-01-16 15:04:50 tags: --- \`\`\`shell git config --global user.email 'dean0731@qq.com' git config --global user.name '华为主机' g
git_19eaf5d5
2026-05-17
默认分类
# 基本配置 \`\`\`shell # 当前项目下配置 git config -l # 查看全局配置 \~/.gitconfig git config --global --list # 查看系统配置 ../git/etc/gitconfig git config --system --list
Glibc 编译安装
2026-05-17
默认分类
\`\`\`shell yum install gcc bison # 下载 wget http://ftp.gnu.org/gnu/libc/glibc-2.38.tar.gz tar -xvf glibc-2.38.tar.gz cd glibc-2.38 mkdir build cd buil
Github访问速度很慢的原因,以及解决方法
2026-05-17
默认分类
1,CDN,Content Distribute Network,可以直译成内容分发网络,CDN解决的是如何将数据快速可靠从源站传递到用户的问题。用户获取数据时,不需要直接从源站获取,通过CDN对于数据的分发,用户可以从一个较优的服务器获取数据,从而达到快速访问,并减少源站负载压力的目的。 2,为什
GO GC 三色标记
2026-05-17
默认分类
!\[2024-08-16T14:35:14.png\]\[1\] 三色标记法是传统 Mark-Sweep 的一个改进,它是一个并发的 GC 算法。 原理如下, - 首先创建三个集合:白、灰、黑。 - 将所有对象放入白色集合中。 - 然后从根节点开始遍历所有对象(注意这里并不递归遍历),把遍历到的对
go
2026-05-17
默认分类
--- title: go date: 2022-01-16 15:04:50 tags: --- \`\`\`shell 系统环境变量 gopath 存放三方go模块的位置 go get xxxxx 下载模块 go env -w GO111MODULE=on \| auto 2个有区别 go en
go 协程获取id
2026-05-17
默认分类
\`\`\`go func GetGid() (gid uint64) { b := make(\[\]byte, 64) b = b\[:runtime.Stack(b, false)\] b = bytes.TrimPrefix(b, \[\]byte("goroutine ")) b = b\
Go_6a147ce6
2026-05-17
默认分类
\[GO需要注意点\]\[1\] \[文件类型鉴别\]\[2\] \[1\]: https://mp.weixin.qq.com/s?__biz=MzI2NDU4OTExOQ==\&mid=2247634338\&idx=1\&sn=0342aaa07b92133b4d70741010ccb2b9\
grub异常
2026-05-17
默认分类
--- title: Grub date: 2022-01-16 15:04:50 updated: 2022-01-28 15:04:50 comments: true tags: - grub - linux - \[数学,微分\] lang: zh_CN --- # 开机启动 1)Bios自检
Goland 联网激活
2026-05-17
默认分类
# 1,原理 ja-netfilter # 2,工具 \`\`\`shell ckey.run \`\`\` # 3,步骤 1,联网 2,常规激活注意选择\[WindowsPowerShell\](https://zhida.zhihu.com/search?content_id=262135084
上一页
1 / 26
2 / 26
3 / 26
4 / 26
5 / 26
6 / 26
7 / 26
8 / 26
9 / 26
10 / 26
11 / 26
12 / 26
13 / 26
14 / 26
15 / 26
16 / 26
17 / 26
18 / 26
19 / 26
20 / 26
21 / 26
22 / 26
23 / 26
24 / 26
25 / 26
26 / 26
下一页