摘要: Chapter 15 API java.util.logging package The constructor of Logger class is protected. If Logger instance is needed, must use static function getLogge 阅读全文
posted @ 2016-04-24 22:40 Christen 阅读(165) 评论(1) 推荐(0)
摘要: 阅读全文
posted @ 2016-04-24 22:36 Christen 阅读(160) 评论(0) 推荐(0)
摘要: 20145109 《Java程序设计》第七周学习总结 Chapter 13 Time & Date Date System.currentTimeMillis() return LONG. It's the number of ms from 1970.1.1 0:0:0. getDateInsta 阅读全文
posted @ 2016-04-17 22:54 Christen 阅读(167) 评论(1) 推荐(0)
摘要: 实验二 Java面向对象程序设计 实验内容 1. 初步掌握单元测试和TDD 2. 理解并掌握面向对象三要素:封装、继承、多态 3. 初步掌握UML建模 4. 熟悉S.O.L.I.D原则 5. 了解设计模式 S.O.L.I.D原则: SRP(Single Responsibility Principl 阅读全文
posted @ 2016-04-14 16:14 Christen 阅读(150) 评论(1) 推荐(0)
摘要: Chapter 10 I/O 10.1 InputStream & OutputStream a new 'try' edition: try (InputStream input = src; OutputStream output = dest) { byte[] data = new byte 阅读全文
posted @ 2016-04-10 22:02 Christen 阅读(204) 评论(0) 推荐(0)