摘要: http://vim.wikia.com/wiki/VimTip432 command! Copyfile let @*=substitute(expand("%:p"), '/', '\', 'g')command! Copyfile let @+=substitute(expand("%:p") 阅读全文
posted @ 2016-11-29 17:54 cnblogist 阅读(90) 评论(0) 推荐(0) 编辑
摘要: http://vim.wikia.com/wiki/File_format 阅读全文
posted @ 2016-11-29 17:53 cnblogist 阅读(129) 评论(0) 推荐(0) 编辑
摘要: https://www.cs.oberlin.edu/~kuperman/help/vim/windows.html 阅读全文
posted @ 2016-11-29 17:52 cnblogist 阅读(85) 评论(0) 推荐(0) 编辑
摘要: http://vim.wikia.com/wiki/VimTip396 precondition: set hlsearch" Show all tabs:/\t" Show trailing whitespace:/\s\+$" Show trailing whitespace only afte 阅读全文
posted @ 2016-11-29 15:43 cnblogist 阅读(95) 评论(0) 推荐(0) 编辑
摘要: http://vim.wikia.com/wiki/Remove_unwanted_spaces 1. manual commandremove trailing whitespace::%s/\s\+$//eremove heading whitespace::%s/^\s\+//e:%le2. 阅读全文
posted @ 2016-11-29 15:14 cnblogist 阅读(224) 评论(0) 推荐(0) 编辑
摘要: config file location 1. MinGW: C:\MinGW\msys\1.0\share\vim\vimrc 2. Linux: home config file content comment mark: one double quotation mark (") set au 阅读全文
posted @ 2016-11-29 15:13 cnblogist 阅读(131) 评论(0) 推荐(0) 编辑
摘要: source: http://sh.sina.com.cn/20041207/231443445.shtml 逐行扫描每一帧图像均是由电子束顺序地一行接着一行连续扫描而成。要得到稳定的逐行扫描图像,每帧图像必须扫描整数行。举例来说,一帧图像是连续扫描625行组成的,每秒钟共扫描50帧图像,即帧扫描频 阅读全文
posted @ 2016-11-04 15:05 cnblogist 阅读(830) 评论(0) 推荐(0) 编辑
摘要: Dia Tutorial: http://www.seanet.com/~hgg9140/comp/diatut/all/all.html Dia Tutorial 阅读全文
posted @ 2016-11-03 11:20 cnblogist 阅读(99) 评论(0) 推荐(0) 编辑
摘要: source: https://sourceforge.net/p/dban/discussion/208932/thread/cb591b59/ Question:Trouble in running DBAN on Dell notebook (Vista Home Premium, 64-bi 阅读全文
posted @ 2016-11-02 16:51 cnblogist 阅读(301) 评论(0) 推荐(0) 编辑
摘要: source: http://linoxide.com/linux-shell-script/shell-script-check-linux-system-health/ This article introduces a shell script to perform linux system 阅读全文
posted @ 2016-11-02 16:27 cnblogist 阅读(282) 评论(0) 推荐(0) 编辑