
idea
a大数据yyds
大数据初学者
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
There is no configured/running web-servers found! Please, run any web-configuration and hit the Refr
IDEA 提示“There is no configured/running web-servers found! Please, run any web-configuration and hit the Refresh button! ”错误。 原来IDEA要这么做,需要先把服务容器启动起来,工具栏中选中Run,然后选择Run…,会跳出配置页面 选择Edit Configurations,...原创 2020-02-21 19:09:01 · 7547 阅读 · 0 评论 -
Please, configure Web Facet first!
idea中页面右键Open in Browser时报错,Please, configure Web Facet first! 点击Facets项->点击+号->添加Web模块: 选择你的项目->OK 点击Web Resource Directory下的路径对Web Resource进行修改。idea默认的目录是web(如:E:\2019IDEA\scala\dat0002...原创 2020-02-21 18:58:41 · 28652 阅读 · 0 评论 -
idea操作MapReduce Java.lang.UnsatisfiedLinKErro:org.apache.hadoop.io.nativeio.NativeIo$Windows.access
1、初次运行WordCount代码出现如下报错 解决方法: 配置本地hadoop环境变量,重启电脑再运行原创 2019-11-15 20:41:18 · 4362 阅读 · 0 评论