1、实现方式一:Spring中的@PropertySource @Component @PropertySource("classpath:user.properties") public class UserInfo { @Value("${user.username}") private Str ...
分类:
编程语言 时间:
2020-06-12 12:30:31
阅读次数:
67
idea 选中Edit Congigurations 添加remote如下图 图中debug方式为listen (本地不通线上,线上通本地) 远程 hive 客户端修改{HIVE_HOME}/bin/ext/debug.sh 将HIVE_MAIN_CLIENT_DEBUG_OPTS、 HIVE_CH ...
分类:
其他好文 时间:
2020-06-10 13:20:11
阅读次数:
121
https://rules.sonarsource.com/csharp/RSPEC-3925 The ISerializable interface is the mechanism to control the type serialization process. If not impleme ...
分类:
其他好文 时间:
2020-06-10 11:26:30
阅读次数:
60
https://dba.stackexchange.com/questions/84370/why-mysqldump-is-returning-with-error-1143-couldnt-execute-show-table-status ...
分类:
数据库 时间:
2020-06-10 09:35:52
阅读次数:
89
现在处于项目的收尾阶段,主要写一些测试用例。但是测试用例一直不通过,报错为 could not find class, No class definition found 这个class是ItTokenMagnager,该工程使用Springboot框架,Apollo配置中心。我一直认为可能是跑测试 ...
分类:
其他好文 时间:
2020-06-09 22:04:17
阅读次数:
61
异常信息:javax.validation.UnexpectedTypeException: HV000030: No validator could be found for constraint 'javax.validation.constraints.NotBlank' validating ...
分类:
编程语言 时间:
2020-06-09 16:32:01
阅读次数:
89
以前对事务其实也有一定了解,事务最重要的应该就是。1.事务特性,2.事务的传播行为,3.事务的隔离级别。 但是仅仅是皮毛。。。那些定义而已。从别人的博客直接复制一下吧。哈哈哈,一搜都能搜到的。定义放在后面,前面主要说一下遇到的问题与解决。 问题: 以前在使用事务的时候,一般都是直接在方法上加@Tra ...
分类:
其他好文 时间:
2020-06-08 19:25:26
阅读次数:
67
从FFmpeg 3.0 开始 , 使用了很多新接口, 在一些基本用法上,编译会看见很多的warning,类似 “ warning: ‘AVStream::codec’ is deprecated (declared at /usr/local/ffmpeg/include/libavformat/a ...
Given two sequences pushed and popped with distinct values, return true if and only if this could have been the result of a sequence of push and pop o ...
分类:
其他好文 时间:
2020-06-08 00:29:09
阅读次数:
53
在postgres中,当max_connect设置过大,启动的时候会报错: FATAL: could not create semaphores: No space left on device 创建semaphores时空间参数不够,查询官网,有这么一段解释: HINT: This error d ...
分类:
数据库 时间:
2020-06-07 13:07:43
阅读次数:
98