bug
文章平均质量分 66
sweet6hero
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
protoc-jar-maven-plugin 无法找到google.timestamp
<include>/usr/local/protobuf/include</include> 指定到protobuf安装目录的include目录 <plugin> <groupId>com.github.os72</groupId> <artifactId>protoc-jar-maven-plugin</artifactId> <version>3.11.4</version> &.原创 2021-11-08 21:51:54 · 481 阅读 · 0 评论 -
Couchbase Environments 异常
More than 1 Couchbase Environments found (2), this can have severe impact on performance and stability 代码中创建多个CouchbaseEnvironment对象,改成只创建一个 private CouchbaseEnvironment environment() { synchroni...原创 2019-11-25 14:17:41 · 313 阅读 · 0 评论 -
FastJsonHttpMessageConverter 返回json字符串有转义符
@Configuration public class WebConfigurer extends WebMvcConfigurerAdapter { @Override public void addInterceptors(InterceptorRegistry interceptorRegistry) { interceptorRegistry.addIntercepto...原创 2018-08-16 15:50:09 · 6356 阅读 · 0 评论 -
阿里云解决spark连接hive异常
解决版本去掉w7上 hadoop\hadoop.dll 和C:\Windows\System32\hadoop.dll Exception in thread "main" java.lang.IllegalArgumentException: Error while instantiating 'org.apache.spark.sql.hive.HiveSessionState': ...原创 2018-09-05 17:01:39 · 820 阅读 · 0 评论 -
spark提交作业依赖包找不到解决方法
方法1:直接将依赖包拷贝到spark安装目录小jar目录 方法2:--jars依赖在命令行添加,且必须在要执行的main函数jar包前面 spark-submit --class com.test.RecommendRecordJob --master local --jars ./store-1.0-SNAPSHOT.jar ./jobs.jar...原创 2018-09-05 17:01:09 · 2231 阅读 · 0 评论 -
centos6.8安装docker-io升级内核出到4.4现异常解决方案
docker -d执行错误 WARN[0000] Running modprobe bridge nf_nat failed with message: install /sbin/modprobe --ignore-install bridge && /sbin/sysctl -q -w net.bridge.bridge-nf-call-arptables=0 net.bri...原创 2018-11-29 11:28:21 · 705 阅读 · 0 评论 -
fastjson对象转string多出来一个字段row问题
fastjson对象转string多出来一个字段row问题? 定义model时候才有了定义方法为getRow的方法返回了数据,导致fastjson序列化出现多余的字段原创 2019-02-26 19:33:40 · 892 阅读 · 0 评论
分享