当前位置:网站首页>IDLE development wordCount program (5)
IDLE development wordCount program (5)
2022-08-10 07:19:00 【Insufficient hair volume】
目录
一.In local mode is carried outspark程序
步骤4 Fill in the project name and select place
步骤5 在main目录下创建scala文件,右击ànewàdirectory,命名为Scala
步骤7 同样在test目录下创建scala文件,右击ànewàdirectory,命名为Scala
一.C
创建Maven项目,新建资源文件夹
步骤1 打开右上角的Fileànewàproject
步骤2 选择maven——>next
步骤3 填写groupld、artifctld——>next
步骤4 Fill in the project name and select place
#最好默认路径
结果如图所示:
步骤5 在main目录下创建scala文件,右击——>new——>directory,命名为Scala
步骤6 右击Scala文件,选择【Mark Directory as】——>【sources root】Said it will folder marker for the resource folder type(存放项目源码文件)
步骤7 同样在test目录下创建scala文件,右击——>new——>directory,命名为Scala
步骤8 右击Scala文件,选择【Mark Directory as】——>【test sources root】Said the folder marked as test resources folder type(Development of test source file)
边栏推荐
- 时序动作定位 | ASM-Loc:弱监督时序动作定位的动作感知片段建模(CVPR 2022)
- MySQL索引事务
- 2022 Henan Mengxin League Game (5): University of Information Engineering K - Matrix Generation
- foreach遍历删除元素问题总结
- 第2章 变量和基本类型读书笔记
- 结构体初阶
- 【无标题】
- ES13 - ES2022 - The 123rd ECMA Congress approves the ECMAScript 2022 language specification
- What is an MQTT gateway?What is the difference with traditional DTU?
- Grammar Basics (Judgment Statements)
猜你喜欢
随机推荐
Complex AB experiment
CuteOneP is a PHP-based OneDrive multi-network disk mount program with member synchronization and other functions
自动化测试框架Pytest(一)——入门
Why do games need hot updates
【8月9日活动预告】Prometheus峰会
Ladies and gentlemen, oracle11g, cdc2.2, flink1.13.6, single-table incremental synchronization.Without adding data
阿里巴巴(中国)网络技术有限公司、测试开发笔试二面试题(附答案)
进程管理(动态的)
Reproduce dns out-band data combined with sqlmap
MySQL索引事务
神经网络的三种训练方法,神经网络训练全过程
关于数据库中的中文模糊检索探讨
【转】探秘钉钉的即时消息服务DTIM
.NET-8. My Thought Notes
幂函数 指数函数 对数函数
Elementary Structure
【电商业务】外行为何难区别 商品属性与商品规格
【Rust指南】使用Cargo工具高效创建Rust项目 | 理解Rust特别的输入输出语句
PLSQL学习第四天
[Reinforcement Learning] "Easy RL" - Q-learning - CliffWalking (cliff walking) code interpretation