早上来发现 redis 不能用,报 MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapsh…
E325: ATTENTION Found a swap file by the name ".weather.py.swp" owned by: pi dated: Mon Nov 19 14:09:33 2018 file name: ~pi/robot/robot/views/weather.py modified: YES user name: pi host name: Yan_7152 process ID: 1338 While opening file "we…
VIM (Unix及类Unix系统文本编辑器) Vim是一个类似于Vi的著名的功能强大.高度可定制的文本编辑器,在Vi的基础上改进和增加了很多特性.VIM是纯粹的自由软件. http://jingyan.baidu.com/article/48206aeaf07f37216ad6b3a6.html 在Mac终端中使用vim编辑文件步骤 1. cd 文件所在的文件夹路径 <回車> 2. 輸入 vim 文件名 <回車> 3. 按下 i 鍵來编辑文本文字 4. 退出vim編輯器…
方法一(最尴尬的方法): 1.显示当前行行号,在VI的命令模式下输入 :nu 2.显示所有行号,在VI的命令模式下输入 :set nu #这是:set number 的简写 方法二(最好的方法): 使用vi编辑~/.vimrc文件,该文件不存在时会自动生成一个新文件,所以不用担心该文件是否存在,在该文件中加入一行"set nu",添加内容不含引号, 命令如下: [root@localhost ~]# vi ~/.vimrc #生成.vimrc文件,在第一行输入如下内容: set num…
参考Dockerfile构建容器---语法高亮 三个文件扔进相关的目录即可 1. /usr/share/vim/vimfiles/doc/dockerfile.txt *dockerfile.txt* Syntax highlighting for Dockerfiles Author: Honza Pokorny <https://honza.ca> License: BSD INSTALLATION *installation* Drop it on your Pathogen path…
当我在linux下用vi打开p1.c文件时 root@iZ2zeeailqvwws5dcuivdbZ:~/1/01/指针# vi p1.c 会出现如下信息: E325: ATTENTION Found a swap file by the name ".p1.c.swp" owned by: root dated: Fri Jan :: file name: ~root///指针/p1.c modified: YES user name: root host name: iZ2zeea…