摘要: 所花时间:7-8个小时; 代码量:600; 博客量:2; 阅读全文
posted @ 2019-05-12 22:11 #魂 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 第1步:输出单个文件中的前 N 个最常出现的英语单词。 功能1:输出文件中所有不重复的单词,按照出现次数由多到少排列,出现次数同样多的,以字典序排列。 功能2: 指定文件目录,对目录下每一个文件执行统计的操作。 功能3:指定文件目录,是会递归遍历目录下的所有子目录的文件进行统计单词的功能。 功能4: 阅读全文
posted @ 2019-05-12 21:53 #魂 阅读(165) 评论(0) 推荐(0) 编辑
摘要: import android.support.annotation.CallSuper; import android.support.annotation.UiThread; import android.view.View; import android.widget.ImageView; import butterknife.Unbinder; import butterknife.int... 阅读全文
posted @ 2019-05-12 20:38 #魂 阅读(162) 评论(0) 推荐(0) 编辑