Wang shaodong's Blog

Wang shaodong's Blog

About Emacs
Created2020-01-19
About Editors
Created2020-01-19
sed stream editor for filtering and transforming text,直译流编辑器它和awk,grep好像被称做linux下文本处理的三剑客.主要来非交互式的处理文本,用于改配置文件等操作 vim vim 有编辑器之神之称 vim 的学习曲线很陡峭,刚开是使用的时候甚至无法输入字符,也找不到怎么退出. 只有alt + F4 关闭终端  vim 编辑器有不同的模式,插入模式,浏览模式,行编辑模式,命令模式等,需要使用按键组合(ESS)进行模式切换 vim 刚开是不习惯使用ijkl进行上下左右的光标移动操作,逐渐熟悉之后会很习惯,反而不喜欢上下左右的箭头 emacs emacs被称为神之编辑器(伪装成编辑器的操作系统,因为他的shell扩展支持,在emacs的命令行中可以执行很多操作)emacs刚开始学习的时候不至于无法输入字符,但是退出和保存并不是那么显而易见,(渐渐的ctrl + x, ctrl + c就熟练了) vscode 微软公司开发的编辑器,有很多插件,跨平台的普通编辑器 notepad++ 好像是一个韩国人开发...
About Git
Created2020-01-18
git - the stupid content tracker Git is a fast, scalable, distributed revision control systemwith an unusually rich command set that providesboth high-level operations and full access to internals. git的基本配置 设置用户名 1$ git config --global user.name "Your Name" 设置邮箱 1$ git config --global user.email "your_email@whatever.com" 设置换行符 linux/unix/Mac 用户 1$ git config --global core.autocrlf input; git config --global core.safecrlf true * windows 用户 1$ git config --g...
1…89
avatar
wang shaodong
Articles
83
Tags
15
Categories
0
Follow Me
Announcement
This is my Blog
Recent Posts
Contact ways2026-06-13
Hexo Quick Manual2023-01-24
kernel structs pos2022-03-23
busybox SUID support2022-03-23
kernel image formats2022-03-23
Tags
Tool Others sql shell Tools git terms Tools algorithm C/C++ other alogrithm Linux/C C/C++ Linux tools others
Archives
  • June 2026 1
  • January 2023 1
  • March 2022 19
  • September 2021 6
  • August 2021 11
  • August 2020 1
  • June 2020 1
  • May 2020 3
Website Info
Article Count :
83
Unique Visitors :
Page Views :
Last Update :
© 2025 - 2026 By wang shaodongFramework Hexo 8.1.2|Theme Butterfly 5.5.5