添加下面依赖就可以了 参考 原文:https://blog.csdn.net/panyuxin_/article/details/81568961 ...
分类:
编程语言 时间:
2020-01-30 19:17:09
阅读次数:
103
这个问题卡了我两天,两天啊!两天啊!!!!!!! 一直报这个错. exec user process caused "no such file or directory " 我想了想,可能是挂载卷的时候出的问题? 那么,我就尝试一下不使用挂载卷,我直接把文件copy过来 启动的时候也不用-v命令了 ...
分类:
其他好文 时间:
2020-01-29 12:28:15
阅读次数:
60
1、在运行java -jar *.war init -d ~/review fatal: DbInjector failedfatal: Unable to determine SqlDialectfatal: caused by java.sql.SQLException: Access deni ...
分类:
其他好文 时间:
2020-01-27 17:26:14
阅读次数:
93
爬虫时报错如下: requests.exceptions.SSLError: HTTPSConnectionPool(host='某某某网站', port=443): Max retries exceeded with url: /login/ (Caused by SSLError(SSLErro ...
分类:
编程语言 时间:
2020-01-27 13:43:26
阅读次数:
549
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'methodValidationPostProcessor' defined in class path ...
分类:
移动开发 时间:
2020-01-23 22:55:46
阅读次数:
198
使用Spring JDBC时遇到的Software caused connection abort: recv failed问题 org.springframework.dao.DataAccessResourceFailureException: PreparedStatementCallback ...
分类:
编程语言 时间:
2020-01-22 10:38:58
阅读次数:
78
最近遇到了两个序列化相关的问题,比较典型,备忘特此留笔。 1.rpc调用时未进行序列化而导致的rpc调用失败 使用dubbo框架在进行rpc调用的时候,出现了下面的问题,原因是因为接口参数中的NoSerialReqDto类没有实现Serializable接口,没有进行序列化导致的。 Caused b ...
分类:
其他好文 时间:
2020-01-18 21:30:03
阅读次数:
127
今天在翻看netty的源码的时候发现netty对EventLoopGroup的实现有不止常用的NIOEventLoopGroup ,一共有以下几种。 EpollEventLoopGroup NioEventLoopGroup KQueueEventLoopGroup 其中NioEventLoopGr ...
分类:
编程语言 时间:
2020-01-13 12:30:27
阅读次数:
78
今天给游戏管理端添加新功能,启动时报错 Caused by: java.io.FileNotFoundException: class path resource [applicationContext.xml] cannot be opened because it does not exist ...
分类:
移动开发 时间:
2020-01-07 18:30:38
阅读次数:
111
Caused by: org.hibernate.MappingException: Repeated column in mapping for entity: com.boot.entity.RepEntity column: rep_batch (should be mapped with i ...
分类:
移动开发 时间:
2020-01-02 20:53:09
阅读次数:
127