wonder
|
7f981a2b41
|
docs: 添加 SSO 单点登录 — SAML 与 OAuth2.0
Deploy Docs / deploy (push) Successful in 36s
|
2026-09-14 21:34:52 +08:00 |
|
wonder
|
f4e4ceb070
|
fix: 修复链表文章 mermaid 语法错误
Deploy Docs / deploy (push) Successful in 23s
|
2026-09-14 14:43:58 +08:00 |
|
wonder
|
087b4c58ad
|
docs: 添加十大经典链表题
Deploy Docs / deploy (push) Successful in 24s
|
2026-09-14 14:40:36 +08:00 |
|
wonder
|
40f8dac26e
|
fix: 修复布隆过滤器 mermaid 图表语法错误(括号转义)
Deploy Docs / deploy (push) Successful in 13s
|
2026-09-13 10:00:36 +08:00 |
|
wonder
|
09fa0f45b0
|
docs: 添加奇安信 AI 全栈开发一面面经
Deploy Docs / deploy (push) Successful in 15s
|
2026-09-13 09:43:14 +08:00 |
|
wonder
|
61bc1045a6
|
docs: 添加 ThumbUP 技术调研文档
Deploy Docs / deploy (push) Successful in 43s
|
2026-09-09 21:35:58 +08:00 |
|
wonder
|
31d84012a0
|
docs: 修复数据库章节 mermaid 图表语法错误
Deploy Docs / deploy (push) Successful in 25s
- MySQL ACID: sequenceDiagram 中分号被 Mermaid v10+ 解析为语句分隔符,改为引号包裹
- Redis 哨兵: 节点 I 的关闭括号写成了 }(diamond)应为 ](rectangle),同时 >= 改为 ≥ 避免 > 歧义
|
2026-09-08 00:08:07 +08:00 |
|
wonder
|
622046c52d
|
docs: 新增「数据库」章节(MySQL ×4 + Redis ×3,共 7 篇)
Deploy Docs / deploy (push) Successful in 29s
MySQL:
- acid-logs.md ACID 与三大日志:undo/redo/binlog 分工、WAL、崩溃恢复三阶段、两阶段提交
- transaction-isolation.md 事务隔离级别:三大异常、四级别取舍、RR 幻读破功场景、RC vs RR 选型
- mvcc.md MVCC 机制:隐藏列与 undo 版本链、Read View 五条可见性规则、快照读 vs 当前读
- btree-index.md B+ 树索引:为何选 B+ 树、聚簇/二级索引与回表、最左前缀、覆盖索引、ICP、索引失效
Redis:
- persistence.md RDB / AOF / 混合持久化、AOF 重写本质、与 MySQL binlog/redo log 对比
- sentinel.md 哨兵:主观/客观下线、Leader 选举、故障转移选主、脑裂防护
- cluster.md 集群:16384 哈希槽、MOVED vs ASK、hash tag、去中心化故障转移
- 新增 database/index.md 章节首页与阅读路径
- mkdocs.yml nav 增加「数据库」顶级章节
- cluster.md 中槽位数字经 CRC16-CCITT 实际计算校验
|
2026-09-07 19:57:11 +08:00 |
|
wonder
|
90bab8b786
|
docs: 新增十大动态规划题(Go ACM 模式)详解
Deploy Docs / deploy (push) Successful in 11s
|
2026-09-05 16:35:30 +08:00 |
|
wonder
|
3fbc811e0a
|
docs: 添加多级缓存与读写策略
Deploy Docs / deploy (push) Successful in 11s
|
2026-09-05 11:49:49 +08:00 |
|
wonder
|
5db33b3243
|
docs: 添加高并发秒杀系统设计(Go)
Deploy Docs / deploy (push) Successful in 12s
|
2026-09-04 11:53:58 +08:00 |
|
wonder
|
329166fdf7
|
docs: 添加 JVM 章节 - 垃圾回收系列(5篇)
Deploy Docs / deploy (push) Successful in 11s
|
2026-09-03 12:00:06 +08:00 |
|
wonder
|
32cdd435b3
|
docs: 添加计算机网络章节(9篇文章)
Deploy Docs / deploy (push) Successful in 11s
|
2026-09-02 11:54:48 +08:00 |
|
wonder
|
a2d5c39c27
|
docs: 添加 MySQL MCP 原理与链路文档,修复 AI 章节目录结构
Deploy Docs / deploy (push) Successful in 47s
|
2026-09-01 21:31:33 +08:00 |
|
wonder
|
1f895d60f7
|
docs: 添加 AI 章节 - Skill 编写最佳实践
Deploy Docs / deploy (push) Successful in 42s
|
2026-09-01 21:06:06 +08:00 |
|
wonder
|
1fbeae7c44
|
docs: 添加 ThumbUP 高并发点赞项目文档
Deploy Docs / deploy (push) Successful in 10s
- 添加项目概览页(index.md),包含技术栈全景和报告索引
- 添加整体架构设计文档(architecture.md),涵盖分层架构、数据库设计、REST API、两套点赞方案对比
- 添加缓存系统设计文档(cache-system.md),详解二级缓存架构、HeavyKeeper 算法、缓存防护策略
- 添加并发控制与数据一致性文档(data-consistency.md),涵盖 Lua 脚本原子性、时间片分桶、定时任务、补偿任务
- 添加简历技术要点文档(resume.md),提炼 5 个核心技术要点
- 更新 mkdocs.yml 导航配置
|
2026-09-01 10:41:33 +08:00 |
|
wonder
|
308692a7a4
|
docs: 深入完善去哪儿 AI 面面经技术要点
Deploy Docs / deploy (push) Successful in 8s
- 补充 GC 分代模型、对象晋升路径、经典收集器对比
- 详解三色标记 STW 阶段、写屏障机制、CMS 与 G1 差异
- 添加 Structured Output 实现原理(受限解码)和架构图
- 扩展 Agent 架构模式(ReAct/Plan-and-Execute/Critic)
- 深入记忆管理:分层架构、LRU/LFU 混合淘汰策略、存储结构
- 完善冲突处理:知识图谱辅助判断、风险等级分类、配置化优先级
- 详细 Critic 架构:多层评估体系、打分量化实现
- 分类幻觉类型:Context 工程、Adversarial Verify、Hook 机制、RAG
- 添加大量 mermaid 架构图和代码示例
|
2026-08-31 10:50:22 +08:00 |
|
wonder
|
75a40cfb50
|
docs: 添加去哪儿 AI 面面经
Deploy Docs / deploy (push) Successful in 10s
- 整理去哪儿 AI 全栈方向面试的 15 道问答
- 涵盖 GC、三色标记、项目经验、AI 工程实践等考察维度
- 新建「面经」章节,后续面经统一归档
|
2026-08-31 10:45:26 +08:00 |
|
wonder
|
0e0f69850a
|
add: qData 数据中台技术报告(架构/ETL/部署/简历要点)
Deploy Docs / deploy (push) Successful in 42s
|
2026-08-27 13:24:03 +00:00 |
|
wonder
|
4e5985876f
|
add: OpenAPI 计费平台架构报告 + 简历技术要点
Deploy Docs / deploy (push) Successful in 48s
|
2026-08-27 13:02:28 +00:00 |
|
wonder
|
f670939b1a
|
fix: 修复七牛云全部页面的 Markdown 渲染问题(bold→list 缺空行)
Deploy Docs / deploy (push) Successful in 25s
|
2026-08-27 11:41:04 +00:00 |
|
wonder
|
63e8356658
|
fix: 所有 heading->list 之间补空行,修复渲染问题
Deploy Docs / deploy (push) Successful in 19s
|
2026-08-27 11:26:10 +00:00 |
|
wonder
|
5fb5831065
|
fix: 修复七牛云 Ansible 页面表格和列表渲染问题(note 打断表格、bold 后缺空行)
Deploy Docs / deploy (push) Successful in 15s
|
2026-08-27 11:22:16 +00:00 |
|
wonder
|
1ad33f2ec5
|
fix: 修复七牛云文档中 mermaid 图的节点ID格式问题
Deploy Docs / deploy (push) Successful in 15s
|
2026-08-27 07:11:26 +00:00 |
|
wonder
|
c6d83858e9
|
optimize: 七牛云文档排版优化 - 添加mermaid图表和note提示框
Deploy Docs / deploy (push) Successful in 9s
|
2026-08-27 07:06:43 +00:00 |
|
wonder
|
4dc3c45e89
|
add: 七牛云分类 - XINFRA项目报告(架构/Ansible/部署CICD/安全认证/简历要点)
Deploy Docs / deploy (push) Successful in 11s
|
2026-08-27 06:47:18 +00:00 |
|
wonder
|
b1a29548d2
|
add: 队列算法笔记(Go 语言实现)
Deploy Docs / deploy (push) Successful in 10s
|
2026-08-26 06:21:01 +00:00 |
|
wonder
|
126a26c063
|
add: 二叉树的遍历 笔记
Deploy Docs / deploy (push) Successful in 9s
|
2026-08-25 07:17:47 +00:00 |
|
wonder
|
29fe647290
|
remove: 删除 cache/index.md,缓存分组不再设首页
Deploy Docs / deploy (push) Successful in 6s
|
2026-08-25 04:20:46 +00:00 |
|
wonder
|
0f0ba2f87b
|
refactor: 缓存击穿/雪崩/穿透拆为独立文章,优化层级结构
Deploy Docs / deploy (push) Successful in 7s
|
2026-08-25 04:20:07 +00:00 |
|
wonder
|
c13551d307
|
fix: 布隆过滤器文章归为子层级
Deploy Docs / deploy (push) Successful in 6s
|
2026-08-25 04:15:38 +00:00 |
|
wonder
|
10a5903524
|
add: 布隆过滤器删除问题 + 计数布隆过滤器 + 布谷鸟过滤器
Deploy Docs / deploy (push) Successful in 7s
|
2026-08-25 04:14:22 +00:00 |
|
wonder
|
cda20c1a84
|
add: MathJax support for LaTeX formula rendering
Deploy Docs / deploy (push) Successful in 9s
|
2026-08-25 04:04:53 +00:00 |
|
wonder
|
410e46e2a6
|
feat: 三篇文章均加入 Mermaid 图表
Deploy Docs / deploy (push) Successful in 10s
|
2026-08-24 03:06:05 +00:00 |
|
wonder
|
1e733e13f0
|
add: 布隆过滤器 & HeavyKeeper 笔记
Deploy Docs / deploy (push) Successful in 8s
|
2026-08-24 03:01:51 +00:00 |
|
wonder
|
a6d950a4c8
|
refactor: 缓存改为架构子分类,调整层级结构
Deploy Docs / deploy (push) Successful in 17s
|
2026-08-24 02:56:40 +00:00 |
|
wonder
|
369e6a24f0
|
add: 缓存击穿雪崩穿透笔记(Go 示例)
Deploy Docs / deploy (push) Successful in 7s
|
2026-08-24 02:54:06 +00:00 |
|
wonder
|
028e6571a5
|
add: 架构分类下新增缓存小节(占位)
Deploy Docs / deploy (push) Successful in 7s
|
2026-08-24 02:49:46 +00:00 |
|
wonder
|
c2f6a6f14a
|
clean: 移除三个分类下预置的占位文档
Deploy Docs / deploy (push) Successful in 10s
|
2026-08-24 02:48:07 +00:00 |
|
wonder
|
40f76e6c4e
|
refactor: 重新整理文档分类为项目、架构、算法
Deploy Docs / deploy (push) Successful in 9s
|
2026-08-24 02:44:48 +00:00 |
|
wonder
|
83b90ad2d4
|
fix: remove DOCKER_BUILDKIT env (buildx not available on runner)
Deploy Docs / deploy (push) Successful in 9s
|
2026-08-24 02:33:59 +00:00 |
|
wonder
|
5a0aa9ffbb
|
add CI/CD: MkDocs build + Docker deploy on port 20000
Deploy Docs / deploy (push) Failing after 47s
- .gitea/workflows/deploy.yaml: Actions pipeline
- Dockerfile: nginx:alpine serving site/
- nginx.conf: SPA routing + gzip + cache
- .dockerignore: exclude source files
- .gitignore: exclude site/ (built in CI)
|
2026-08-24 02:31:40 +00:00 |
|
wonder
|
5718b98ffc
|
init: MkDocs Material 文档站
|
2026-08-24 02:30:35 +00:00 |
|