摘要: 今天用git pull来更新代码,遇到了下面的问题: error: Your local changes to the following files would be overwritten by merge: xxx/xxx/xxx.javaPlease, commit your changes 阅读全文
posted @ 2019-12-25 21:11 寄生的鱼 阅读(1311) 评论(0) 推荐(0)
摘要: 注意:安装UHD驱动后,会出现非root用户权限的问题,使用sudo也能识别USRP,但后面执行程序的时候会出问题。 解决方法如下: cd /usr/lib/uhd/utils 或者:cd /usr/local/lib/uhd/utils 看你默认安装在哪里 sudo cp uhd-usrp.rul 阅读全文
posted @ 2019-12-25 20:38 寄生的鱼 阅读(486) 评论(0) 推荐(0)
摘要: if you are upset with sudo password, add this line in /etc/sudoers xxxxxx ALL=(ALL) NOPASSWD: ALL (xxxxxx is your login name) sudo will not ask anymor 阅读全文
posted @ 2019-12-25 19:26 寄生的鱼 阅读(428) 评论(0) 推荐(0)
摘要: Ctrl+Alt+T 启动终端 Ctrl+Shift+C 复制 Ctrl+Shift+V 粘贴 Ctrl+Shift+T 新建标签页 Ctrl+Shift+W 关闭标签页 Ctrl+Shift+N 新建终端窗口 Ctrl+Shift+Q 关闭终端窗口 参考https://www.cnblogs.co 阅读全文
posted @ 2019-12-25 11:50 寄生的鱼 阅读(719) 评论(0) 推荐(0)