随笔

90 阅读1分钟

linux 常用操作

  • vim 相关操作
    * 查找:/foo (n查找下一个,N查找上一个)
    * 替换:%s/foo/bar/g (全局替换)
    

Maven 相关知识

SpringBoot