张育新
f40efea159
docs(note): 补充 go 命令/excelize/MySQL 字符集笔记
2026-08-08 18:20:19 +08:00
张育新
722a5b13e0
test(go): 添加 errors.AsType、net 及手机号正则匹配测试
2026-08-08 18:20:19 +08:00
张育新
a2dbd51f35
Merge branch 'main' of https://github.com/OSHMKUFA5100/lab
...
# Conflicts:
# note/随手记/go.md
2026-08-06 09:15:15 +08:00
张育新
241a7c43da
docs(note): 新增 excel/正则/Nginx 笔记并整理目录
...
- 新增 AGENTS.md 仓库说明与 excelize 依赖
- 新增正则表达式、go操作excel、Nginx常见错误、Golang底层架构笔记
- 布尔变量命名迁移至资源/编程/规范,删除随手记旧笔记
2026-08-05 18:32:17 +08:00
张育新
735a339deb
test(regularMatch): 添加中文正则匹配测试
2026-08-05 18:31:59 +08:00
b6063cb9f9
docs(go): 添加内存逃逸学习笔记与示例代码
...
- 新增 go/basics/MemoryEscape/main.go,演示返回局部变量指针和闭包引用两种典型逃逸场景
- 在 note/随手记/go.md 中补充内存逃逸的概念、影响、常见原因及逃逸分析命令
- 清理 note/随手记/网址.md 中的多余空行
2026-07-23 00:07:16 +08:00
张育新
ef18635509
docs(note): 补充技术笔记和主题配置
...
- Go map Swiss Table 实现说明
- MarkText 仿 onelight 暗色主题
- 布尔变量命名规范
- 更新网址收藏及跟踪 assets 资源
2026-07-21 17:53:15 +08:00
张育新
3819ae9d94
Merge branch 'main' of https://github.com/OSHMKUFA5100/lab
2026-07-15 19:14:20 +08:00
张育新
e486d47e2a
docs(note): reorganize notes structure and migrate content
...
- Move Windows and 算法 notes from 随手记 to 资源 directory
- Migrate Golang map pitfalls and dot import notes to Golang/使用注意
- Delete omos配置 note
- Add Typora custom theme reference link
2026-07-15 19:12:07 +08:00
e6fe90a7c0
Merge branch 'main' of https://github.com/OSHMKUFA5100/lab
2026-07-13 23:12:38 +08:00
f870a1b224
test(slice): 添加 slice append 行为测试
...
新增 go/testing/slice/slice_test.go,验证将 slice 作为参数传入函数并在函数内 append 时不会影响原 slice 的 len/cap,借此说明 slice 值传递时的扩容行为。
2026-07-13 23:12:02 +08:00
张育新
e00245ea66
docs(note): 补充 git merge --abort 取消合并命令
2026-07-13 22:46:30 +08:00
张育新
f7f5d379a9
test(testing): 添加中位数计算和通道通信测试用例
...
- 新增 TestNormal: 测试 GetMiddNumber 中位数计算逻辑
- 新增 TestChannel: 模拟通道传球 goroutine 交互
2026-07-13 22:46:07 +08:00
张育新
be711334fb
docs(note): 添加笔记目录及 gitignore 规则
...
- 新增 note 目录包含 AI、SQL、Golang、网络等多领域学习笔记
- 更新 .gitignore 添加 note/assets/ 和 note/项目/ 忽略规则
2026-07-10 09:24:40 +08:00
b218c52d6e
init repo:lab
2026-07-06 23:33:39 +08:00