只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2016-07-04 17:42 Earic 阅读(5119) 评论(0) 推荐(0)
摘要: import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target... 阅读全文
posted @ 2016-07-04 17:18 Earic 阅读(252) 评论(0) 推荐(0)
摘要: public static String[] chars = new String[] { "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", 阅读全文
posted @ 2016-07-04 13:30 Earic 阅读(1372) 评论(0) 推荐(0)