This blog is meant to give a very high level and generalized introduction into the workflow behind creating games. It is not meant to be a strict guid ...
分类:
其他好文 时间:
2020-06-13 21:29:05
阅读次数:
79
1、说说我的问题的详情: ? 我的ssh公钥已经加入到公司的代码仓库中,使用git命令和sourceTree是可以进行拉去和推送的,但是在idea中进行拉去会显示”Could not read from remote repository“,好像是idea无法读取到我的本地的ssh私钥。 2、问题的 ...
分类:
系统相关 时间:
2020-06-13 19:44:16
阅读次数:
97
1.报错信息: org.apache.ibatis.exceptions.PersistenceException: ### Error querying database. Cause: org.apache.ibatis.builder.IncompleteElementException: C ...
分类:
移动开发 时间:
2020-06-12 20:38:20
阅读次数:
80
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
从FFmpeg 3.0 开始 , 使用了很多新接口, 在一些基本用法上,编译会看见很多的warning,类似 “ warning: ‘AVStream::codec’ is deprecated (declared at /usr/local/ffmpeg/include/libavformat/a ...