org.springframework.dao.InvalidDataAccessResourceUsageException: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.S ...
分类:
数据库 时间:
2019-12-05 09:12:01
阅读次数:
104
像素积分图计算: 1 #include <opencv2/opencv.hpp> 2 #include <iostream> 3 4 using namespace cv; 5 6 int main(int argc, char** argv) { 7 Mat src = imread("L:/5. ...
分类:
其他好文 时间:
2019-12-04 16:08:40
阅读次数:
165
错误信息 java 2019 12 03 22:18:37.239 WARN 19120 [nio 8100 exec 4] o.s.s.o.p.c.JdbcClientDetailsService : Could not decode JSON for additional information ...
分类:
编程语言 时间:
2019-12-03 23:13:06
阅读次数:
307
1. nrpe 连接问题: 报错:/usr/local/nagios/libexec/check_nrpe -H destip ; CHECK_NRPE: Error - Could not complete SSL handshake 以 /etc/xinetd.d/nrpe 守护进程配置为例,配 ...
分类:
其他好文 时间:
2019-12-02 17:25:46
阅读次数:
123
org.apache.ibatis.builder.IncompleteElementException: Could not find result map java.lang.Integer遇到这种问题,一般都是因为在xml中基本类型返回属性的属性名写成了resultMap。由于Mybatis的 ...
分类:
Web程序 时间:
2019-12-01 00:37:31
阅读次数:
123
模板应用,深入其它 main.go base.html add.html index.html edit.html ...
分类:
Web程序 时间:
2019-12-01 00:23:01
阅读次数:
106
Given an n-ary tree, return the postorder traversal of its nodes' values. Nary-Tree input serialization is represented in their level order traversal, ...
分类:
其他好文 时间:
2019-12-01 00:01:19
阅读次数:
122
最近,配置项目,使用SpringBoot2.2.1,配置mybatis访问db,配好后,使用自定义的数据源。启动发生: 虽然,我知道,是因为我没有在application.yml文件中配置:spring.datasource。但是因为我是自定义的数据源,配置项不在spring.datasource, ...
分类:
编程语言 时间:
2019-11-30 22:48:06
阅读次数:
260
1:我遇到的问题: 在开机运行apt install vim 命令的时候,如下报错: 2:参考博客: 在Ubuntu中,有时候运用sudo apt-get install 安装软件时,会出现一下的情况 E: Could not get lock /var/lib/dpkg/lock - open ( ...
分类:
系统相关 时间:
2019-11-30 20:48:30
阅读次数:
149