- 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.
- SPSS數據挖掘與案例分析應用實踐
- jQuery Mobile Web Development Essentials(Third Edition)
- Java EE 6 企業級應用開發教程
- vSphere High Performance Cookbook
- 名師講壇:Spring實戰開發(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- jQuery開發基礎教程
- 自制編程語言
- Keras深度學習實戰
- Hands-On Neural Network Programming with C#
- Python一行流:像專家一樣寫代碼
- Java程序設計教程
- Three.js權威指南:在網頁上創建3D圖形和動畫的方法與實踐(原書第4版)
- 自己動手構建編程語言:如何設計編譯器、解釋器和DSL
- Learning IBM Bluemix
- 三步學Python