04 2016 档案
摘要:Chapter 15 API java.util.logging package The constructor of Logger class is protected. If Logger instance is needed, must use static function getLogge
阅读全文
摘要:
阅读全文
摘要: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
阅读全文
摘要:实验二 Java面向对象程序设计 实验内容 1. 初步掌握单元测试和TDD 2. 理解并掌握面向对象三要素:封装、继承、多态 3. 初步掌握UML建模 4. 熟悉S.O.L.I.D原则 5. 了解设计模式 S.O.L.I.D原则: SRP(Single Responsibility Principl
阅读全文
摘要:Chapter 10 I/O 10.1 InputStream & OutputStream a new 'try' edition: try (InputStream input = src; OutputStream output = dest) { byte[] data = new byte
阅读全文
摘要:Experiment Ⅰ ——getting familiar with JDK (Linux + Eclipse) Content 1.Compile and run easy Java programs using JDK; 2.Edit, compile, run and debug in E
阅读全文
摘要:20145109 《Java程序设计》第五周学习总结 教材学习内容总结 Chapter 8 Exception Handling try, catch All Exceptions are packed. If willing, 'try' to 'catch' instances, which a
阅读全文