遇到的问题 1.All com.android.support libraries must use the exact same version specification (mixing versions can lead to runtime crashes). Found versions ...
分类:
移动开发 时间:
2019-04-08 10:42:32
阅读次数:
331
Q0:需要安装git 解决方案: Q1:CMAKE_CXX_COMPILER could be found 具体报错信息如下: 解决方式: 如果是centos,可以使用yum来安装cmake、gcc、g++ Q2:Could NOT find Curses (missing: CURSES_LIBR ...
分类:
数据库 时间:
2019-04-07 23:40:33
阅读次数:
399
解决vue中的Invalid prop: custom validator check failed for prop "index".错误。 ...
分类:
其他好文 时间:
2019-04-07 16:54:53
阅读次数:
2900
报错信息如下:Gradle DSL method not found: 'google()'Possible causes:<ul><li>The project 'JustTest' may be using a version of the Android Gradle plug-in that ...
分类:
其他好文 时间:
2019-04-06 18:55:47
阅读次数:
245
在CentOS7.0中输入ifconfig命令会遇到-bash: ifconfig: command not found。 在CentOS最小安装时是没有附带ifconfig,我们进入sbin目录下可以查看到ifconfig命令是没有安装的 因此这个时候我们只要安装net-tool插件,此插件中带有 ...
分类:
其他好文 时间:
2019-04-05 20:20:09
阅读次数:
172
(1)Error (209015): Can't configure device. Expected JTAG ID code 0x02D120DD for device 2, but found JTAG ID code 0x00000000. 今天下载代码到板子中遇到的一个比较迷的问题,一开始 ...
分类:
其他好文 时间:
2019-04-04 21:47:57
阅读次数:
183
我们在Linux 安装包的时候,使用make 命令出现:"make:*** No targets specified and no makefile found.Stop."这样的错误提示。 1.update最新版本系统软件 这个必须要执行后才可以安装我们的系统软件或者一键包。 2.编译缺失关联软件 ...
分类:
其他好文 时间:
2019-04-04 12:49:34
阅读次数:
422
https://www.ted.com/talks/kate_adams_4_larger_than_life_lessons_from_soap_operas/transcript 00:12In 1987, Tina Lord found herself in quite the pickle[ ...
分类:
其他好文 时间:
2019-04-04 00:02:33
阅读次数:
211
ansible 批量装机-Zabbix篇 、、、 小错误区:特此警示,问题要全面化,不要单纯想着你这边的问题,有可能也是对面的问题,学会深度用百度。google [root@zabbix alertscripts]# scp tcp_connect.sh websocket.sh root@10.0 ...
分类:
其他好文 时间:
2019-04-03 20:32:22
阅读次数:
184
时间过得真是快!二月份入职,现在已经四月份了! 1.tar命令的小坑:当使用通配符*的时候,tar命令报错: Not found in archive Root Cause: tar 命令的执行会先把 *.tar 翻译成 a.tar; b.tar; c.tar.... 然后再添加进整个命令,形成 t ...
分类:
系统相关 时间:
2019-04-01 17:23:33
阅读次数:
199