- 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.
- Web應用系統開發實踐(C#)
- Vue.js設計與實現
- Visual FoxPro程序設計教程
- Visual Basic編程:從基礎到實踐(第2版)
- 單片機C語言程序設計實訓100例:基于STC8051+Proteus仿真與實戰
- Getting Started with PowerShell
- HTML5游戲開發案例教程
- Hands-On Natural Language Processing with Python
- Linux C編程:一站式學習
- 微服務架構深度解析:原理、實踐與進階
- Spring MVC+MyBatis開發從入門到項目實踐(超值版)
- Vue.js應用測試
- 3ds Max印象 電視欄目包裝動畫與特效制作
- C語言程序設計教程
- Android項目實戰:博學谷