全部博文(2759)
发布时间:2013-03-25 03:09:03
命令按键、文件的操作、缓冲区、光标的移动、文件的编辑、文本的搜索、多窗口、重复命令、help......【阅读全文】
发布时间:2013-03-25 03:08:53
安装cscope:(1)通过官网下载源码$tar zxfv cscope-15.5.tar.gz$cd cscope-15.5$./configure && make && make install然后把contrib/xcscope/目录下的cscope-indexer复制到PATH目录比如/usr/local/bin,再把xcscope.el复制到/usr/share/emacs/site-lisp,修改/usr/share/emacs/site-lisp/site.........【阅读全文】
发布时间:2013-03-25 03:07:59
1.显卡信息 dmesg | grep -i vga lspci | grep -i vga //查看显卡信息2.dmidecode | grep -i 'serrial number' //查看主板信息,查看主板的序列号3.CPU信息 #通过/proc文件系统 cat /proc/cpuinfo dmesg | grep -i cpu #通过查看开机信息 dmidecode -t processor.........【阅读全文】