2015年6月12日
摘要: First : 安装:ubuntu 下,终端输入命令:sudo apt-get install git-core git-gui git-docNext : 设置SSH Key检查是否已经有SSH Key。$cd ~/.ssh如果说没有这个目录,就直接看第三步备份生成一个新的SSH。$ssh-key... 阅读全文
posted @ 2015-06-12 20:49 莫水千流 阅读(216) 评论(1) 推荐(0)
摘要: #include #include #include #include struct foo_t{int size;};class cmp_t{public:bool operator()(foo_t *a, foo_t *b){return a->size >= b->size;}};int ma... 阅读全文
posted @ 2015-06-12 16:45 莫水千流 阅读(743) 评论(0) 推荐(0)