2018年4月28日
摘要: Ubuntu 下 vi 输入方向键会变成 ABCD ,这个很烦人,这里给出解决办法,亲测可行 阅读全文
posted @ 2018-04-28 18:49 Arthurian 阅读(963) 评论(20) 推荐(0)
摘要: 今天在安装 vim 的时候出现了 Package 'vim' has no installation candidate的问题 解决方法如下:# apt-get update# apt-get upgrade# apt-get install <packagename> 这样就可以正常使用 apt- 阅读全文
posted @ 2018-04-28 18:44 Arthurian 阅读(703) 评论(0) 推荐(0)