github项目地址:https://github.com/BiuBiuBangBoom/wc PSP2.1 Personal Software P ...
githup 链接:https: gitee.com iy WordCount.git PSP表格 psp . psp阶段 估计耗时 分钟 实际耗时 分钟 Planning 计划 Estimate 估计这个任务需要多少时间 Development 开发 Analysis 需求分析 包括学习新技术 Design Spec 生成设计文档 Design Review 设计复审 和同事审核设计文档 Cod ...
2018-09-23 14:39 0 1669 推荐指数:
github项目地址:https://github.com/BiuBiuBangBoom/wc PSP2.1 Personal Software P ...
GitHub项目地址:https://github.com/happyOwen/SoftwareEngineering wordcount项目要求: 程序处理用户需求的模式为:wc.exe [parameter] [file_name] 基本功能列表: -c ...
这里是该项目作业的要求: https://edu.cnblogs.com/campus/xnsy/2018Systemanalysisanddesign/homework/2152 ---陈汶滨 ...
为了在IDEA中编写scala,今天安装配置学习了IDEA集成开发环境。IDEA确实很优秀,学会之后,用起来很顺手。关于如何搭建scala和IDEA开发环境,请看文末的参考资料。 用Scala和Java实现WordCount,其中Java实现的JavaWordCount是spark自带的例子 ...
package com.zx.text1; import java.util.Scanner;//获取输入窗口函数 import java.util.Calendar; import java.util.Date;//获取 ...
Scala import org.apache.spark.{SparkConf, SparkContext} object wordcount { def main(args: Array[String]): Unit = { val conf = new ...
话不多说 上代码 maven依赖 测试类 ...
,刚好正在做的微信小程序这边有积分抽奖这个功能,就先写一个玩一玩,下面贴代码,因为很简单,所以后面我就不多逼 ...