摘要: package com.lovo.frame; import java.awt.Color;import java.awt.Container;import java.awt.Font;import java.awt.Toolkit; import javax.swing.BorderFactory 阅读全文
posted @ 2017-02-23 22:45 Ghost_V 阅读(165) 评论(0) 推荐(0) 编辑
摘要: List 列表 特点是线性,即存放的元素是有顺序的(有下标)。 * 掌握:ArrayList、LinkedList * 1、在用法上两者的API完全相同; * 2、调用以后的效果也是一样的。 * 区别:两个类在底层的实现上,ArrayList采用的是数组的方式进行存储; * LinkedList采用 阅读全文
posted @ 2017-02-22 23:47 Ghost_V 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 日期相关类:Date、SimpleDateFormat、Calendar Properties类处理属性文件 Map 映射 阅读全文
posted @ 2017-02-21 23:17 Ghost_V 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-02-20 22:37 Ghost_V 阅读(48) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-02-19 23:08 Ghost_V 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 今天浅谈了一下习惯,我们应该多一点好的,少一点坏的。 总结了下第一本的大概基本知识,查漏补缺。 阅读全文
posted @ 2017-02-16 22:32 Ghost_V 阅读(64) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-02-15 22:49 Ghost_V 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-02-15 00:07 Ghost_V 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-02-13 20:50 Ghost_V 阅读(69) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-02-09 23:47 Ghost_V 阅读(81) 评论(0) 推荐(0) 编辑