摘要:
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and effici 阅读全文
摘要:
vim 是 Linux 系统上一款常用的文本编辑器 编辑文件: vim filename 或 vi filename 只读模式查看文件: view filename 常用命令 # 1.进入输入状态的命令 a #从光标所在位置后追加文字 A #从光标所在行最后追加文字 i #从光标所在位置前面插入文字 阅读全文
摘要:
HTML 指的是超文本标记语言 (Hyper Text Markup Language) ``` html Hello World hello html ``` 参考教程: 1. 2. ## HTML 标签 - 标题 `This is a heading` - 段落 `This is a parag 阅读全文