上一页 1 ··· 61 62 63 64 65 66 67 68 69 ··· 79 下一页
摘要: dpkg -i ./packagename.deb 阅读全文
posted @ 2012-07-11 23:59 Dsp Tian 阅读(405) 评论(0) 推荐(0)
摘要: alt+F10 最大化alt+F5 复原alt+F9 最小化 阅读全文
posted @ 2012-07-11 18:04 Dsp Tian 阅读(346) 评论(0) 推荐(0)
摘要: ctrl+w+w的确是按两次w 阅读全文
posted @ 2012-07-11 13:17 Dsp Tian 阅读(1543) 评论(0) 推荐(0)
摘要: 用的是omni-competiongvim再插入状态下:ctrl+n 打开下拉窗口ctrl+p 向上切换成员ctrl+n 向下切换成员ctrl+e 关闭下拉窗口ctrl+y 关闭下拉窗口,并使用当前选项 阅读全文
posted @ 2012-07-11 12:37 Dsp Tian 阅读(2467) 评论(1) 推荐(0)
摘要: df -lh 阅读全文
posted @ 2012-07-10 13:10 Dsp Tian 阅读(449) 评论(0) 推荐(0)
摘要: 如果不知道配置文件及脚本的位置,可以在vim中使用命令:scriptnames,将显示如下路径/etc/vimrc/usr/share/vim/vim72/syntax/syntax.vim/usr/share/vim/vim72/syntax/synload.vim/usr/share/vim/vim72/syntax/syncolor.vim/usr/share/vim/vim72/filetype.vim/usr/share/vim/vim72/ftplugin.vim/home/kdj/.vimrc~$ cat .vimrc"""""& 阅读全文
posted @ 2012-07-10 12:56 Dsp Tian 阅读(1979) 评论(0) 推荐(0)
摘要: rm -rf 目录 阅读全文
posted @ 2012-07-09 18:13 Dsp Tian 阅读(441) 评论(0) 推荐(0)
摘要: ctrl+alt+t 阅读全文
posted @ 2012-07-09 11:54 Dsp Tian 阅读(526) 评论(0) 推荐(0)
摘要: #include <iostream>#include <string>#include <boost/program_options.hpp>int main(int argc,char **argv){ namespace po = boost::program_options; po::option_description desc("allowed options"); desc.add_options() ("help,h", "help message") ("version, 阅读全文
posted @ 2012-07-09 09:40 Dsp Tian 阅读(695) 评论(0) 推荐(0)
摘要: #!/bin/bash s=0 for ((i=1;i<=100;i=i+1)) do ((s=$s+$i)) done echo $s if [ $s -eq 5050 ] then echo "right" else echo "wrong" fi i=0 s=0 while [ $i -le 阅读全文
posted @ 2012-07-08 20:26 Dsp Tian 阅读(607) 评论(0) 推荐(0)
上一页 1 ··· 61 62 63 64 65 66 67 68 69 ··· 79 下一页