读后笔记 -- Java核心技术(第11版 卷I )Chapter1-2 Java 程序设计
摘要:本书源码(下载对应版本的代码):https://horstmann.com/corejava/index.html Java 17 API 文档:https://docs.oracle.com/javase/17/docs/api 配套视频讲解(卷一):https://space.bilibili.
阅读全文
posted @
2023-03-21 13:19
bruce_he
阅读(139)
推荐(0) 编辑
读后笔记 -- Java核心技术(第11版 卷 II) Chapter6 日期和时间 API
摘要:6.1 TimeLine 1. A duration is the difference between two instants. 2. Measuring the running time of an algorithm: Instant start = Instant.now(); runAl
阅读全文
posted @
2023-03-03 14:56
bruce_he
阅读(25)
推荐(0) 编辑