发布时间:2016-06-02 08:34:50
一、time命令原文链接:http://blog.chinaunix.net/uid-26557245-id-3782974.html二、测读写速度可以用的有:hdparm --offset N -t /path/to/device (这只能测读)$ time { dd if=/dev/zero of=/file/on/device bs=1M count=100; sync; }$ time { cp /tmp/100m.urandom /file/on/device; sync; }上面的可以测写,b.........【阅读全文】
发布时间:2016-05-31 16:55:13
原文链接:http://www.cnblogs.com/eddy-he/archive/2012/05/15/2501767.html......【阅读全文】
发布时间:2016-05-31 14:29:25
原文连接:http://www.360doc.com/content/12/0419/11/9012802_204859870.shtml......【阅读全文】
发布时间:2016-05-29 14:01:29
1. 查找关键字: Ctrl + /1)Simple String,可查找任意字符;2)Regular Expression,按正则表达式查找;3)Keyword Expression和Look Up Reference查找结果基本相同,显示略有差异,都是基于事先建立的数据库查找,速度相当快,但通常只对查找标识符有效果。2. 替换单个文本:Ctrl + H 3. .........【阅读全文】
发布时间:2016-05-29 11:52:46
1. 显示行数 1) View ->Line Numbers 勾上 2. 设置背景颜色为视力保护色 1) Options-> Preference -> Color -> Windows background -> Color 2)在弹出的的对话框中输入保护色,204(红)232(绿)207(蓝),添加到自定义颜色,点击确定 &.........【阅读全文】