摘要: package com.hanqi;import java.util.ArrayList;import java.util.HashSet;public class list { public static void main(String[] args) { ArrayList lis... 阅读全文
posted @ 2016-01-22 16:25 小美好。 阅读(196) 评论(0) 推荐(0)
摘要: package mytext;import java.util.ArrayList;public class list { public static void main(String[] args) { ArrayList s = new ArrayList()... 阅读全文
posted @ 2016-01-22 14:42 小美好。 阅读(101) 评论(0) 推荐(0)
摘要: package com.hanqi;import java.util.ArrayList;public class TestList { public static void main(String[] args) { int[] a; ... 阅读全文
posted @ 2016-01-22 08:45 小美好。 阅读(186) 评论(0) 推荐(0)
摘要: package mytext;public interface cpu { //开机 public boolean kaiji(); //屏幕亮度 public void liangdu(); //电量 public void dianliang(... 阅读全文
posted @ 2016-01-22 08:40 小美好。 阅读(191) 评论(0) 推荐(0)