feat(*): 代码仓库初始化
This commit is contained in:
27
README.md
Normal file
27
README.md
Normal file
@@ -0,0 +1,27 @@
|
||||
<!--
|
||||
Copyright (c) 2025 zhilv
|
||||
|
||||
This software is released under the MIT License.
|
||||
https://opensource.org/licenses/MIT
|
||||
-->
|
||||
|
||||
## 在 `cqucc` 的一些代码
|
||||
|
||||
1. 目录结构
|
||||
```sh
|
||||
.
|
||||
├── DataStructure # 数据结构
|
||||
├── Server # Node.js 从基础到项目实践
|
||||
├── Spider # Python 网络爬虫基础教程
|
||||
└── Web # Web 前端开发技术
|
||||
```
|
||||
|
||||
2. 目录
|
||||
- [数据结构](Web/README.md)
|
||||
- [`Node.js` 从基础到项目实践](Web/README.md)
|
||||
- [`Python` 网络爬虫基础教程](Spider/README.md)
|
||||
- [`Web` 前端开发技术](Web/README.md)
|
||||
|
||||
## 📜 License
|
||||
|
||||
This project is licensed under the [MIT License](LICENSE).
|
||||
Reference in New Issue
Block a user