Chinaunix首页 | 论坛 | 博客
  • 博客访问: 297721
  • 博文数量: 240
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 50
  • 用 户 组: 普通用户
  • 注册时间: 2016-08-04 18:14
文章分类

全部博文(240)

文章存档

2017年(8)

2014年(4)

2013年(15)

2012年(4)

2011年(14)

2010年(55)

2009年(140)

我的朋友

发布时间:2013-08-12 17:34:49

Vim 有四个跟字符编码方式有关的选项,encoding、fileencoding、fileencodings、termencoding(这些选项可能的取值请参考 Vim 在线帮助 :help encoding-names),它们的意义如下:(1)encoding: Vim 内部使用的字符编码方式,包括 Vim 的 buffer (缓冲区)、菜单文本、消息文本等。用户手册上建议只在 .vimr.........【阅读全文】

阅读(697) | 评论(0) | 转发(0)

发布时间:2013-08-08 01:36:54

一、正则表达式:.任意字符^行首匹配$行尾匹配^$表示空行,不含字符的行^ $匹配只有单个空格的行[0-9][a-zA-Z]^[A- Z]搜索以大写字母开头的行[^A-Z]匹配大写字母意外的任意字符*表示匹配0个或若干个字符,如:a*,表示.........【阅读全文】

阅读(863) | 评论(0) | 转发(0)

发布时间:2013-08-02 10:44:01

今天在用yum升级一台新机器时,顾客用ssh远程把server重新启动了。之后,在使用yum 时总是有提示信息:There are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them.The program yum-complete-transaction is found in the yum-utils package.意思.........【阅读全文】

阅读(791) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

chinaunix网友2010-05-10 14:49

赵航,你被我抓到咯.

回复 |  删除 |  举报

chinaunix网友2009-05-16 22:25

好东西!

回复 |  删除 |  举报

chinaunix网友2009-05-16 11:05

挺实用的,就是有点少...

回复 |  删除 |  举报

chinaunix网友2009-05-15 14:55

顶!!

回复 |  删除 |  举报
留言热议
请登录后留言。

登录 注册