# LanguageNotes **Repository Path**: kaiqiangdream/language-notes ## Basic Information - **Project Name**: LanguageNotes - **Description**: 记录不同语言的基础点、关键点! 例如makefile、markdown、shell、C/C++、python、正则、html/cs/js - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-03 - **Last Updated**: 2021-10-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LanguageNotes #### 介绍 记录不同语言的基础点、关键点! #### 更新记录 时间|作者|内容 ---|:--:|--: 2020.12.3-11:41|kaiqiang|增加markdown基本语法 2020.12.3-14:20|kaiqiang|增加gcc\Makefile基本语法 2020.12.3-21:57|kaiqiang|增加RegularExpressionl基本语法 2020.12.11-11:27|kaiqiang|增加C++目录 2020.12.11-11:27|kaiqiang|增加C#目录 2020.12.11-11:27|kaiqiang|增加python目录 2020.12.11-11:27|kaiqiang|增加QT目录 2020.12.11-11:27|kaiqiang|增加LinuxShell目录 #### 对于一门新的语言至少应该掌握哪些语法? 一、基本 1. 注释 2. 输入、输出(格式化输出)、重定向 3. 变量(shell中的使用),类型 4. for 5. if else 6. 执行新进程、线程 7. 字符串处理(格式化)、正则 8. cd dir/mkdir touch pwd 等指令 9. 如何在bat/shell中获取命令输出内容