摘要:
go version go1.22.1 windows/amd64 Windows 11 + amd64 x86_64 x86_64 GNU/Linux vs code 1.89.1 序章 在 vs code 开发 go程序,之前总是在 终端(terminal)输入命令(go run .)来执行。 阅读全文
摘要:
go version go1.22.1 windows/amd64 Windows 11 + amd64 x86_64 x86_64 GNU/Linux 序章 在 测试 标准库 sort 包的 Example (SortWrapper) 时,遇到了看不懂的代码,查询 Specification 才知 阅读全文
摘要:
四大范式 文章: 科学研究范式与科学研究方法 - 是实的文章 - 知乎https://zhuanlan.zhihu.com/p/636048410 发布于 2023-06-10 09:41 科学研究范式:The scientific research paradigm。 本文列举了 四种范式: 第一 阅读全文
摘要:
Windows 11 git version 2.32.0.windows.2 GitHub 20240520 -- 今天找回了自己的 GitHub 账号密码,继续玩吧,再次加入 蓝星的开源软件基地。 使用邮箱注册的,找回密码也很方便。 本文简要展示 按照官方文档的介绍 使用 SSH 连接 GitH 阅读全文
摘要:
go version go1.22.1 windows/amd64 Windows 11 + amd64 x86_64 x86_64 GNU/Linux 序章 本文介绍 golang 程序 占用内存的监控: 使用 std runtime 的 ReadMemStats 函数。 ReadMemStats 阅读全文
摘要:
序章 对比IT世界的各种第一。 从电脑,到数据中心,到云计算,到智算中心,到…… 从巨大到微小…… 1946年,第一台电脑 世界上第一台 通用计算机 “ ENIAC ”于1946年2月14日在美国 宾夕法尼亚大学 诞生。 发明人是美国人莫克利(JohnW.Mauchly)和艾克特(J.Presper 阅读全文
摘要:
go version go1.22.1 windows/amd64 Windows 11 + amd64 x86_64 x86_64 GNU/Linux 序章 读取文件内容,写入新文件(可能存在、也可能不存在)。 相关标准库 io fs os path filepath Show Code func 阅读全文
摘要:
go version go1.22.1 windows/amd64 Windows 11 + amd64 x86_64 x86_64 GNU/Linux 序章 多个 给 map 写入数据。 1、基本的map:make(map[any]any) 失败。 2、sync.Map 成功。 测试场景: 1K 阅读全文
摘要:
go version go1.22.1 windows/amd64 Windows 11 + amd64 x86_64 x86_64 GNU/Linux 序章 package time https://pkg.go.dev/time Package time provides functionali 阅读全文
摘要:
go version go1.22.1 windows/amd64 VS code 1.89.0 序章 建立一个 web项目,使用 gin web 框架。 Tutorial: Developing a RESTful API with Go and Ginhttps://go.dev/doc/tut 阅读全文