ssh连接其他*unx 不要密码
把自己的公钥放在对方的.ssh/authorized_keys/下.然后在对方终端执行. eval `ssh-agent -s` ssh-add
- 178
- 0
- 阅读全文
run npm command gives error “/usr/bin/env: node: No such file or directory
I've found this is often a misnaming error, if you install from a package manager you bin may be called nodejs so you just need to symlink it like so …
- 439
- 0
- 阅读全文
Glide 圆角 & 圆形
和centerCrop() 冲突``` public class GlideRoundTransform extends BitmapTransformation { private static float radius = 0f; public GlideRoundTransform(Conte…
- 139
- 0
- 阅读全文
2016个人年终总结.
年初的时候: 15年11月12号在朋友的公司帮忙,那时候正快乐的用markup脚本语言写着网页,有一小伙伴说他们公司招安卓,让我把简历给她,给她之后叫我说过来面试吧 .我和在职公司朋友说,我下午去面试,然后吃完饭就去.在西直门,下车.先去打印简历,然后找了好大一圈,最后我到的时候去和要面试公司的人说…
- 333
- 0
- 阅读全文
Mac IDEA 快捷键
扩选: * Mac: alt + up; 取消扩选: alt + down; win: ctrl+w; 取消扩选: ctrl+ shift + w; Ubuntu 同 win;
- 259
- 0
- 阅读全文
ffmpeg 合成mp3
ffmpeg -i 1.mp3 -i 2.mp3 -filter_complex amix=inputs=2:duration=first:dropout_transition=2 -f mp3 out.mp3 * -i代表输入参数 -filter_complex ffmpeg滤镜功能,非常强大,详…
- 148
- 0
- 阅读全文