下载eclipse 安装的时候如果报错:Version 1.6.0_65 of the JVM is not suitable for this product. 去下载一个:jdk-8u131-macosx-x64-2.dmg 如果安装了JDK以后还是报这个错,查看一下JDK版本。 打开终端,键入 ...
分类:
系统相关 时间:
2017-05-20 10:03:29
阅读次数:
196
mac上装好了jdk1.80最新版后,下载eclipse安装,结果报jvm1.605isnotsuitalbeforthisproduct打开终端,java-version结果显示是1.605的我的最终解决方法:下载了javase1.80版的安装后,再安装eclipse就不抱错了java-version显示1.80
分类:
系统相关 时间:
2017-04-08 23:02:45
阅读次数:
265
(1)<? super String> is any class which is a superclass of String (including String itself). (In this case, the only other suitable class is Object.) 即 ...
分类:
编程语言 时间:
2017-04-04 23:09:59
阅读次数:
189
NSFW:Not Suitable for Work; SFW:Suitable for Work
github:https://github.com/yahoo/open_nsfw
....
分类:
Web程序 时间:
2017-03-15 19:09:45
阅读次数:
1282
一台centos最小化安装的机器,yum-yinstallntpdate安装ntpdate同步时间。执行ntpdatetime.nist.gov,无法与服务器同步时间,并出现以下错误:ntpdate[1897]:noserversuitableforsynchronizationfound执行:ntpdate-dtime.nist.gov命令调试的时候,打印结果如下:ntpdate[1976]:..
分类:
系统相关 时间:
2017-02-27 14:14:23
阅读次数:
256
原文连接 : http://blog.csdn.net/stewen_001/article/details/19553173/ 前面是 基本操作步骤,按照原博主的方式进行操作即可...() 这里是需要注意的问题,也是其它博文未提到的,我按照博主的方法修改之后,果然就不报错了,所以,这里记录一下 ( ...
分类:
数据库 时间:
2017-02-23 11:14:22
阅读次数:
257
error: resolve: url->change hive to hive2 before: after: ...
分类:
数据库 时间:
2017-01-24 19:03:25
阅读次数:
1006
Serverdropped:nodatanoserversuitableforsynchronizationfound
分类:
其他好文 时间:
2017-01-24 16:29:36
阅读次数:
122
我使用64位的debian 8.6在安装英伟达显卡驱动时遇到了一个waring导致我的显卡驱动始终无法安装成功 在网上搜索了一番后,我解决了这个问题,现在记录下来为遇到同样问题的人提供下资料 警告原话如下: WARNING: Unable to find a suitable destination ...
分类:
系统相关 时间:
2017-01-20 10:00:40
阅读次数:
486
最近使用RestTemplate发送post请求,遇到了很多问题,如转换httpMessage失败、中文乱码等,调了好久才找到下面较为简便的方法: 如果直接使用在postForObject中把对象传入很容易出现no suitable HttpMessageConverter found for re ...
分类:
其他好文 时间:
2017-01-06 15:28:28
阅读次数:
314