消除vim中的^M的几种方法
1)dos2uninx filename
2)sed -e 's/^M//' filename
3)vim中 :s/^M//gc
4)col -bx < dosfile > newfile
5)tr -s "\r\n" "\n" < file > newfile
terminal & console
HTML5 Custom Data Attributes (data-*)
awk详解
表情符号
优化Linux的内核参数来提高服务器并发处理能力
Reverse Engineering Tools in Linux – strings, nm, ltrace, strace, LD_PRELOAD
Serif和Sans Serif的区别
XP下Qemu模拟器上OpenSolaris的安装
GCC and Make Compiling, Linking and Building C/C++ Applications
推荐19个很有用的 JavaScript 库