摘要: 1.vim配置文件 https://github.com/zyedidia/dotvim 2. vim主题 https://github.com/altercation/vim-colors-solarized https://github.com/plan9-for-vimspace/acme-c 阅读全文
posted @ 2018-10-26 14:43 Saymour2008 阅读(160) 评论(0) 推荐(0)
摘要: 实践: 1. 我写了一个模块,在单独分支上开发,上面有几个提交,最后我要合成一个提交merge到主开发分支上,再提交到远程gerrit。 一种做法是我用git rebase -i HEAD~3, 这里会弹出一个编辑界面,把几个提交的commit id都列出来,要留下来的记录就用pick. or us 阅读全文
posted @ 2018-10-26 14:43 Saymour2008 阅读(157) 评论(0) 推荐(0)
摘要: bash之read命令 http://www.cnblogs.com/xiangzi888/archive/2012/03/27/2420084.html shell使用攻略 https://www.cnblogs.com/xiangzi888/p/4025549.html How can I re 阅读全文
posted @ 2018-10-26 13:54 Saymour2008 阅读(157) 评论(0) 推荐(0)
摘要: Linux Mint工具学习 https://www.bookstack.cn/read/learning-linux-mint/daily-tool-autojump.md config autojump 安装命令: 1 sudo apt-get install autojump sudo apt 阅读全文
posted @ 2018-10-17 11:50 Saymour2008 阅读(1018) 评论(0) 推荐(0)
摘要: 想让发送数据的进程在后台运行,但是一启动该进程就出现这个问题。 一般这个问题可能和以下原因有关: "[1] + Stopped (tty input)", 是指程序试图从控制终端读, 但是由于在后台运行, 受到SIGTTIN信号而被停止: man signal有下面的输出: 21 SIGTTIN s 阅读全文
posted @ 2017-09-21 16:55 Saymour2008 阅读(2634) 评论(0) 推荐(0)