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 阅读全文
posted @ 2016-04-24 22:40 Christen 阅读(160) 评论(1) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-04-24 22:36 Christen 阅读(147) 评论(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 阅读(159) 评论(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 阅读(141) 评论(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 阅读(198) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2016-04-10 09:22 Christen 阅读(166) 评论(2) 推荐(0) 编辑
摘要:20145109 《Java程序设计》第五周学习总结 教材学习内容总结 Chapter 8 Exception Handling try, catch All Exceptions are packed. If willing, 'try' to 'catch' instances, which a 阅读全文
posted @ 2016-04-03 22:13 Christen 阅读(178) 评论(2) 推荐(0) 编辑

点击右上角即可分享
微信分享提示