This repository has been archived on 2026-05-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
obsidian/config/agent/learning-index.md
T

34 lines
896 B
Markdown
Raw Normal View History

2026-04-20 22:47:51 +08:00
---
tags: [index, learning, cs]
create time: 2026-04-17
---
# 计算机科学学习索引
## 学习领域导航
### 计算机技术基础
- [[CS/README|CS]] - 计算机科学总览
- [[CS/OS/README|OS]] - 操作系统
- [[CS/NET/README|NET]] - 计算机网络
- [[CS/NET/Authorization]] - Authorization 授权机制
- [[CS/DB/README|DB]] - 数据库
- [[CS/TOOLS/README|TOOLS]] - 工具使用
### 开发实践
- [[DEV/GO/README|GO]] - Go语言服务端开发
- [[DEV/REACT/README|REACT]] - React前端开发
## 目录缩写说明
| 缩写 | 全称 | 描述 |
|------|------|------|
| CS | Computer Science | 计算机科学 |
| OS | Operating Systems | 操作系统 |
| NET | Network | 计算机网络 |
| DB | Database | 数据库 |
| TOOLS | Tools | 工具使用 |
| DEV | Development | 开发实践 |
| GO | Go Language | Go语言 |
| REACT | React Framework | React框架 |