先看代码 org.springframework.web.client.RestTemplate 构造函数中会根据各种boolean标志添加很多MessageConverter,而这些boolean标志来自 在发请求时 会创建一个ResponseExtractor 可见是根据responseType ...
分类:
编程语言 时间:
2019-07-06 00:12:06
阅读次数:
150
NTP时间服务器 作用:ntp主要是用于 对计算机的时间同步管理 操作。 时间是对服务器来说是很重要的,一般很多网站都需要读取服务器时间来记录相关信息,如果时间不准,则可能造成很大的影响。 部署安装NTP服务器 第一步:安装服务(服务器端下载) [root@ken ~] yum install nt ...
分类:
其他好文 时间:
2019-07-03 15:15:16
阅读次数:
133
解决方案: @SpringBootApplication(exclude = DataSourceAutoConfiguration.class) 但是 ...
分类:
Web程序 时间:
2019-06-25 13:33:47
阅读次数:
214
解决SparkSQL部分报错
一、Caused by: org.datanucleus.store.rdbms.connectionpool.DatastoreDriverNotFoundException:
The specified datastore driver ("com.mysql.jdbc.Driver") was not found in the
CLASSPATH. Please check your CLASSPATH specification,
and the name of the driver.
二、Caused by: java.sql.SQLException: No suitable driver found for
jdbc:mysql://192.168.1.201:3306/hiveDB?createDatabaseIfNotExist=true
分类:
数据库 时间:
2019-05-21 22:40:25
阅读次数:
1664
简介 Android 4.3发布的时候包含了一种新的测试工具–uiautomator,uiautomator是用来做UI测试的。也就是普通的手工测试,点击每个控件元素 看看输出的结果是否符合预期。比如 登陆界面 分别输入正确和错误的用户名密码然后点击登陆按钮看看是否能否登陆以及是否有错误提示等。 官 ...
分类:
移动开发 时间:
2019-01-25 15:04:45
阅读次数:
231
package com.kirin.voltage.activity; import java.io.File;import java.io.IOException;import java.util.ArrayList;import java.util.Arrays;import java.util ...
分类:
移动开发 时间:
2019-01-17 14:02:59
阅读次数:
291
#screen使用SSH登录后screen -r #返回session There are several suitable screens on: #提示可用session列表 29793.demo (12/07/2018 12:18:04 PM) (Detached) 25851.demo (1 ...
分类:
其他好文 时间:
2018-12-22 16:50:56
阅读次数:
520
实操重写IK分词器源码,基于mysql热更新词库参考网址:https://blog.csdn.net/wuzhiwei549/article/details/80451302 问题一:按照这篇文章的介绍,遇到一个问题:No suitable driver found for jdbc:mysql,搞 ...
分类:
数据库 时间:
2018-12-12 20:32:02
阅读次数:
228
1.完整的错误信息如下: E: Release file for http://security.ubuntu.com/ubuntu/dists/bionic-security/InRelease is not valid yet (invalid for another 11d 10min 50s ...
分类:
Web程序 时间:
2018-12-10 17:57:39
阅读次数:
916