2020-03-31 11:29:00 想看ros源码,从头看起,发现最好先看看 catkin,想看到 catkin_pkg 之类的宏的定义,搞清构建过程等。 Catkin is a collection of cmake macros and associated python code used ...
分类:
其他好文 时间:
2020-04-01 13:11:10
阅读次数:
71
一、环境: CentOS 7.7.1908 PHP 7.4.2 Oniguruma 6.9.4二、问题: 安装PHP 7.4.x过程中出现如下错误信息: …………………… checking whether to enable multibyte string support... yes check ...
分类:
Web程序 时间:
2020-04-01 12:36:11
阅读次数:
857
Eclipse版本4.15.0,从https://github.com/spring-projects/toolsuite-distribution/wiki/Spring-Tool-Suite-3下载的压缩包按网上的方法安装都不行(包括直接引入压缩包和解压后引入),然后又直接复制下载链接进行添加也 ...
分类:
编程语言 时间:
2020-03-31 23:15:19
阅读次数:
243
运行效果图: 结构目录: 注意事项: 如果logcat有错误提示:No Channel found for pkg, 可参考链接:https://blog.csdn.net/u010356768/article/details/83546008 activity_main.xml: 1 <?xml ...
分类:
其他好文 时间:
2020-03-31 22:47:38
阅读次数:
131
How do I get notifications for commits to a repository? I just found out by accident that you can easily manage to achieve this: fork the project (if ...
分类:
其他好文 时间:
2020-03-31 18:46:41
阅读次数:
64
执行个别shell测试脚本运行报错$'\r': command not found 考虑到可能是windows与Linux的换行符不同的原因(windows是\r\n,Linux是\n)造成的,但是又不想一个个替换。 可以使用如下命令来解决: # vi 脚本名 命令行模式下输入: :set ff=u ...
分类:
系统相关 时间:
2020-03-31 14:10:39
阅读次数:
101
Err:1 https://mirrors.tuna.tsinghua.edu.cn/ubuntu bionic-updates/main amd64 libjpeg-turbo8 amd64 1.5.2-0ubuntu5.18.04.1 404 Not Found [IP: 101.6.8.193 ...
分类:
Web程序 时间:
2020-03-31 10:30:57
阅读次数:
94
-bash: nginx: command not found 解决banf : 1、vim /etc/profile 添加 内容 PATH=$PATH:/usr/local/nginx/sbinexport PATH 如下 2,source /etc/profile 让配置文件重新生效一下 执行成 ...
分类:
其他好文 时间:
2020-03-31 10:25:41
阅读次数:
58
关于spring boot 集成 jsp 出现的如下问题: There was an unexpected error (type=Not Found, status=404). /WEB-INF/jsp/index.jsp 解决的方法总结如下: 聚合模块(POM)下,如果出现如上故障 : 1.先检 ...
分类:
编程语言 时间:
2020-03-30 21:14:55
阅读次数:
476
https://www.jianshu.com/p/faf0127f1cb2 安装一个一样版本一样配置的mysql(我是源码安装,用一样的cmake配置),在另一个服务器上 1 开启master bin-log,设定server-id。这个功能要重启mysql才能生效。slave上server-id ...
分类:
数据库 时间:
2020-03-30 16:16:46
阅读次数:
78