摘要: ActionListener KeyListener ItemListener FocusListener 阅读全文
posted @ 2019-06-08 21:30 君一 阅读(211) 评论(0) 推荐(0)
摘要: package string; public class StringMethodDemo { public static void method_others() //转换大小写,去除空格,顺位比较 { String s=" hello java "; sop(s.toUpperCase()); sop(s.toLowerCase()); so... 阅读全文
posted @ 2019-04-14 20:31 君一 阅读(132) 评论(0) 推荐(0)
摘要: 编写equals方法的建议(《java核心技术卷1》第10版 P169) 显示参数命名为otherObject,稍后需要将它转换成另一个叫做other的变量。 检测this与otherObject是否引用同一个对象; 检测otherObject是否为null,如果为null,返回false。 比较t 阅读全文
posted @ 2018-12-01 20:18 君一 阅读(208) 评论(0) 推荐(0)
摘要: 选择排序,冒泡排序,折半查找 阅读全文
posted @ 2018-11-13 19:25 君一 阅读(140) 评论(0) 推荐(0)
摘要: 10.1 10.2 10.3 阅读全文
posted @ 2018-10-21 17:00 君一 阅读(108) 评论(0) 推荐(0)
摘要: 9.1 9.2 阅读全文
posted @ 2018-10-14 18:59 君一 阅读(90) 评论(0) 推荐(0)
摘要: 8.1 8.2 阅读全文
posted @ 2018-08-30 22:04 君一 阅读(123) 评论(0) 推荐(0)
摘要: 7.1 7.2 7.3 阅读全文
posted @ 2018-08-24 22:01 君一 阅读(91) 评论(0) 推荐(0)
摘要: 6.1 6.2 6.3 6.4 阅读全文
posted @ 2018-08-21 18:41 君一 阅读(139) 评论(0) 推荐(0)
摘要: 5.1 5.2 5.3 5.4 阅读全文
posted @ 2018-08-19 20:23 君一 阅读(114) 评论(0) 推荐(0)