Chinaunix首页 | 论坛 | 博客
  • 博客访问: 563223
  • 博文数量: 50
  • 博客积分: 571
  • 博客等级: 中士
  • 技术积分: 1162
  • 用 户 组: 普通用户
  • 注册时间: 2012-01-20 14:01
个人简介

希望成为一个有思想,有信仰的程序设计师。

文章分类

全部博文(50)

文章存档

2016年(2)

2015年(2)

2014年(13)

2013年(10)

2012年(23)

发布时间:2014-05-23 13:54:32

本篇主要是对上篇介绍的VIm一些基本的函数的使用实例。点击(此处)折叠或打开function! InitCstyleCodeFile()call setline((line('$')),"/**********************************************************************")call append (line("$"), " * File Name:".exp.........【阅读全文】

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

发布时间:2013-07-04 18:52:59

配VIM,使其能一键编译单文件源码程序.在.vimrc文件添加如下函数:点击(此处)折叠或打开nmap <F4> :call DoOneFileMake()<CR>function DoOneFileMake()    if(expand("%:p:h")!=getcwd())      &.........【阅读全文】

阅读(11271) | 评论(12) | 转发(6)

发布时间:2012-12-21 16:29:22

1.line ("expr") The result is a Number , which is the line number of the file position given with expr . The accepted positions are: . the cursor position $ the last line in the current buffer x position of mark “x ” (if the mark is not set, 0 is returned) 返回值......【阅读全文】

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

发布时间:2012-11-26 21:10:34

Smokeping主要是监控网络性能,包括常规的ping,用echoping 监控www 服务器性能,监控dns 查询性能,监控ssh 性能等。......【阅读全文】

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

发布时间:2012-11-23 22:16:20

......【阅读全文】

阅读(873) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册