# MyLearn **Repository Path**: tsNnnnut/my-learn ## Basic Information - **Project Name**: MyLearn - **Description**: 某个靓仔的学习云笔记 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-28 - **Last Updated**: 2026-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: myCode ## README # 某靓仔的云笔记 > 如题,某靓仔的云笔记,内容会随着时间逐渐丰富、繁杂 也代表着这个靓仔的学习路程 没事干建议不要看这个 # 路径结构 ### 路径 ``` . |-- C++Primerlearn | `-- STL |-- CodingTraining | |-- cpp | | |-- boolArray | | |-- getFileNames | | |-- getNowTime | | |-- ifstreamDemo | | |-- leetcode | | |-- log | | |-- nowcoder | | |-- opencv | | `-- regexDemo | `-- python | `-- fileName |-- Vim |-- git | |-- git常用操作详解 | |-- log操作详解 | |-- 多用户与密钥管理 | `-- 修改代码提交人 |-- markdown | `-- mermaind |-- pdf `-- tar ``` ### 生成命令 `tree -d -N` - `-d` 仅输出目录。 - `-N` 按原样打印不可打印的字符。说人话就是打印中文。(不可打印的字符包含中文) ### tree命令学习 1. [Tree for Windows](https://gnuwin32.sourceforge.net/packages/tree.htm)下载地址 2. [Git Bash中使用tree](https://blog.csdn.net/qq_42605300/article/details/106245583) 3. [tree参数详解](https://www.runoob.com/linux/linux-comm-tree.html)