Could not fetch URL https://pypi.python.org/simple/xlrd/: There was a problem confirming the ssl certificate: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv ...
分类:
其他好文 时间:
2018-09-26 17:12:23
阅读次数:
278
不知道怎么个情况,bootRun突然给报了个错,提示: bootRun FAILED FAILURE: Build failed with an exception. 懵逼,前一秒还好好的,咋后一秒就不行了呢,由于没有详细日志,遂使用命令行执行 gradle build --debug看了下详细的出 ...
分类:
编程语言 时间:
2018-09-26 16:03:29
阅读次数:
187
excel文件的导入导出是很常见的功能,这次做了个下载的功能,踩了一些坑,记下来避免以后重复踩…… 1、inputstream序列化问题 Could not write JSON document: No serializer found for class java.io.FileDescript ...
分类:
编程语言 时间:
2018-09-26 00:14:45
阅读次数:
178
In social network like Facebook or Twitter, people send friend requests and accept others’ requests as well. Now given two tables as below: Table: fri ...
分类:
其他好文 时间:
2018-09-25 13:21:49
阅读次数:
253
问题:Could not locate device support files. This iPhone 6s is running iOS 12.1 (16B5059d), which may not be supported by this version of Xcode. 目的:为了低版本 ...
分类:
其他好文 时间:
2018-09-25 12:48:24
阅读次数:
956
问题: 我们在配置hibernate的时候,默认是会配置下面的两个属性的 但是问题来了,在使用hibernate处理继承关系的时候,出现 WARN: SQL Error: 1064, SQLState: 42000: Could not instantiate persister org.hiber ...
分类:
Web程序 时间:
2018-09-23 18:18:12
阅读次数:
157
输出:Ba CC DD aa ba dd ee List<String>排序 输出:[Aa, Bal, Bli, Ccn, Dn, aaa, cm, dm, lm] 输出:[A , Aa , Admin, aete, bada, Beta, bood, cc, Could, dad, Good, K ...
分类:
编程语言 时间:
2018-09-23 13:30:29
阅读次数:
190
Given a string containing digits from 2-9 inclusive, return all possible letter combinations that the number could represent. A mapping of digit to le ...
分类:
其他好文 时间:
2018-09-22 15:13:26
阅读次数:
132
ERROR: Can't get master address from ZooKeeper; znode data == null 一定注意这只是问题的第一层表象,真的问题是: File /hbase/.tmp/hbase.version could only be replicated to 0 ...
分类:
编程语言 时间:
2018-09-22 14:34:03
阅读次数:
835
原因:JetEntityFrameworkProvider引用的EntityFramework与你使用的版本不一致,造成程序加载这个DLL失败。 解决办法: 使用Reflect软件JetEntityFrameworkProvider查看引用的EntityFramework.dll版本是6.0,而项目 ...
分类:
其他好文 时间:
2018-09-22 10:39:38
阅读次数:
226