- Java 9 Programming Blueprints
- Jason Lee
- 137字
- 2021-07-02 18:56:26
The new java.time package
While lambdas and streams are extremely important game-changing updates, with Java 8, we were given another long-awaited change that was, at least in some circles, just as exciting: a new date/time API. Anyone who has worked with dates and times in Java knows the pain of java.util.Calendar and company. Clearly, you can get your work done, but it's not always pretty. Many developers found the API too painful to use, so they integrated the extremely popular Joda Time library into their projects. The Java architects agreed, and engaged Joda Time's author, Stephen Colebourne, to lead JSR 310, which brought a version of Joda Time (fixing various design flaws) to the platform. We'll take a detailed look at how to use some of these new APIs in our date/time calculator later in the book.
- C++面向對象程序設計(第三版)
- Mastering ServiceStack
- Python數據分析基礎
- Java編程指南:基礎知識、類庫應用及案例設計
- Vue.js 3.0源碼解析(微課視頻版)
- Julia機器學習核心編程:人人可用的高性能科學計算
- 3D少兒游戲編程(原書第2版)
- 精通MATLAB(第3版)
- Oracle 18c 必須掌握的新特性:管理與實戰
- SQL經典實例(第2版)
- Visual Basic程序設計實驗指導(第二版)
- Procedural Content Generation for C++ Game Development
- Python圖形化編程(微課版)
- 區塊鏈技術進階與實戰(第2版)
- Kivy Cookbook