摘要: https://www.ithome.com/html/zhuti/26449.htm 阅读全文
posted @ 2018-10-27 23:45 anobscureretreat 阅读(540) 评论(0) 推荐(0)
摘要: sudo apt-get install ros-kinetic-ecl-geometry 阅读全文
posted @ 2018-10-27 17:06 anobscureretreat 阅读(975) 评论(0) 推荐(0)
摘要: sudo apt-get install ros-kinetic-ecl-threads 阅读全文
posted @ 2018-10-27 17:01 anobscureretreat 阅读(888) 评论(0) 推荐(0)
摘要: sudo apt-get install ros-kinetic-ecl-build 阅读全文
posted @ 2018-10-27 16:56 anobscureretreat 阅读(710) 评论(0) 推荐(0)
摘要: 命令:sudo vim /etc/systemd/system/network-online.target.wants/networking.service将里面的TimeoutStartSec=5min 修改为TimeoutStartSec=2sec 然后重启系统,就可以生效了,开机速度很快 阅读全文
posted @ 2018-10-27 16:05 anobscureretreat 阅读(2609) 评论(0) 推荐(0)
摘要: http://www.downza.cn/soft/182837.html或http://www.imsdn.cn/operating-systems/windows-server-2003/ 阅读全文
posted @ 2018-10-27 13:43 anobscureretreat 阅读(368) 评论(0) 推荐(0)
摘要: sudo apt-get remove mysql-* dpkg -l |grep ^rc|awk '{print $2}' |sudo xargs dpkg -P 之后会跳出一个弹框点击“是”就行了 阅读全文
posted @ 2018-10-27 13:43 anobscureretreat 阅读(286) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-10-27 11:15 anobscureretreat 阅读(146) 评论(0) 推荐(0)
摘要: 关闭防火墙:service iptables stop 阅读全文
posted @ 2018-10-27 02:29 anobscureretreat 阅读(208) 评论(0) 推荐(0)
摘要: # vi /etc/mysql/my.cnf修改 bind-address = 127.0.0.1 为 bind-address = 0.0.0.0 修改完成后重启mysql服务 # sudo /etc/init.d/mysql restart 这样改完3306端口就开始监听了,但是MYSQL的权限 阅读全文
posted @ 2018-10-27 02:25 anobscureretreat 阅读(180) 评论(0) 推荐(0)
摘要: 1.下载mysql deb https://dev.mysql.com/downloads/mysql/ #移动到/usr/local/src/目录,解压 sudo mv mysql-server_5.7.24-1ubuntu16.04_amd64.deb-bundle.tar /usr/local 阅读全文
posted @ 2018-10-27 02:18 anobscureretreat 阅读(382) 评论(0) 推荐(0)
摘要: 把数据库服务器 localhost 改成127.0.0.1 sudo vi /etc/hosts 增加: 127.0.0.1 localhost 127.0.0.1 你的hostname(命令行输入hostname获取该值) 阅读全文
posted @ 2018-10-27 02:03 anobscureretreat 阅读(591) 评论(0) 推荐(0)