上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页
摘要: 所花时间:7-8个小时; 代码量:600; 博客量:2; 阅读全文
posted @ 2019-05-26 22:12 #魂 阅读(44) 评论(0) 推荐(0) 编辑
摘要: import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.LinearLayout; import android.widget.TextView; import java.util.A... 阅读全文
posted @ 2019-05-26 20:45 #魂 阅读(126) 评论(0) 推荐(0) 编辑
摘要: package com.example.myapplication; import android.app.Application; /** * @author:created By ZhangHao * 时间:2019/6/9 18 * 邮箱:188660586@qq.com */ public class isFuKuan extends Application { p... 阅读全文
posted @ 2019-05-25 20:44 #魂 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 所花时间:7-8个小时; 代码量:600; 博客量:2; 阅读全文
posted @ 2019-05-19 22:12 #魂 阅读(85) 评论(0) 推荐(0) 编辑
摘要: package com.example.myapplication.myCenter; import android.content.Context; import android.content.res.TypedArray; import android.util.AttributeSet; import android.view.LayoutInflater; import androi... 阅读全文
posted @ 2019-05-15 20:42 #魂 阅读(90) 评论(0) 推荐(0) 编辑
摘要: import android.os.Bundle; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import and... 阅读全文
posted @ 2019-05-14 20:41 #魂 阅读(138) 评论(0) 推荐(0) 编辑
摘要: import android.support.annotation.CallSuper; import android.support.annotation.UiThread; import android.support.design.widget.TabLayout; import android.support.v4.view.ViewPager; import android.view.... 阅读全文
posted @ 2019-05-13 20:40 #魂 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 所花时间: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) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页