
BUG学习
所遇见的BUG学习
SmallScorpion
Look at the world with reptiles and write code for the rest of your life;
Illuminate the stars with data and conquer the sea with technology
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【巨坑系】springmvc之json交互
希望以后看到这两张图我能想到我今天一天的“努力” not to live : 现实中男人最廉价的三样东西原创 2019-08-17 23:39:15 · 134 阅读 · 0 评论 -
Linux中用yum安装软件出现14: PYCURL ERROR 6 - “Couldn‘t resolve host ‘mirrorlist.centos.org‘“错误解决方法
错误 [atguigu@hadoop102 ~]$ sudo yum install -y nc [sudo] password for atguigu: 已加载插件:fastestmirror, refresh-packagekit, security 设置安装进程 Determining fastest mirrors Could not retrieve mirrorlist http:/...原创 2020-04-27 20:37:53 · 1390 阅读 · 0 评论 -
Caused by: org.apache.hadoop.hbase.TableNotFoundException: SYSTEM.CATALOG
不多少下面连接无敌 https://blog.youkuaiyun.com/madongyu1259892936/article/details/88599308转载 2020-09-21 20:34:32 · 2322 阅读 · 0 评论 -
Error:scalac: Error: Error compiling the sbt component compiler-interface-2.11.8-55.0
错误 ```java Error:scalac: Error: Error compiling the sbt component ‘compiler-interface-2.11.8-55.0’ sbt.internal.inc.CompileFailed: Error compiling the sbt component ‘compiler-interface-2.11.8-55.0’ at sbt.internal.inc.AnalyzingCompiler$.handleCompilationEr原创 2020-06-22 18:00:30 · 6793 阅读 · 5 评论 -
Linux用pip install myclient出现Caused by SSLError(SSLError解决办法
错误 Could not fetch URL https://pypi.tuna.tsinghua.edu.cn/simple/mysqlclient/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.tuna.tsinghua.edu.cn', port=443): Max retries exceeded with url: /simple/mysqlclient/ (Caused b原创 2020-05-14 17:14:03 · 1698 阅读 · 0 评论 -
Spark实时项目所遇错误,启动SpringBoot收集数据发现数据能读取但全是清一色的404的数据
错误 在进行数据收集并发送到kafka时,出现了Status:404 Not Fount 错误 解决 项目结构问题,SpringBoot启动类需要拿到类外原创 2020-05-08 22:56:30 · 230 阅读 · 0 评论