Andy Note
anything interesting
Friday, March 9, 2012
bash shell shortcut 快捷键
引用 DBA notes
这篇
Bash Shell Shortcuts
的快捷键总结的非常好。值得学习。下面内容大多数是拷贝粘贴与总结.
CTRL
键相关的快捷键:
Ctrl + a - Jump to the start of the line
Ctrl + b - Move back a char
Read more »
Sunday, March 4, 2012
java crypto 使用
在测试的benchmark中加入了加密操作以便调高cpu的利用率
简单对一个string进行AES加密
import javax.crypto.*;
import java.security.*;
Read more »
Friday, March 2, 2012
vim 列编辑
1.光标定位到要操作的地方。
2.CTRL+v 进入“可视 块”模式,选取这一列操作多少行。
3.SHIFT+i(I) 输入要插入的内容。
4.ESC 按两次,会在每行的选定的区域出现插入的内容。
Thursday, March 1, 2012
shell if 判断参数
shell 编程中使用到得if语句内判断参数
–b 当file存在并且是块文件时返回真
-c 当file存在并且是字符文件时返回真
-d 当pathname存在并且是一个目录时返回真
Read more »
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)