
java 系列
time在左在右
裁诗为骨记昔年,我本云端一散仙。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
java常用
一、Java 常用包 java.lang–语言包:Java语言的基础类,包括Object类、Thread类、String、Math、System、Runtime、Class、Exception、Process等,是Java的核心类库 java.util–实用工具包:Scanner、Date、Calendar、LinkedList、Hashtable、Stack、TreeSet等; java....转载 2018-09-12 08:22:09 · 111 阅读 · 0 评论 -
时间类
概述 Date类是表示特定时间点的对象,精确到毫秒。 As of JDK 1.1, the Calendar class should be used to convert between dates and time fields and the DateFormat class should be used to format and parse date strings. The c...转载 2018-09-07 07:57:09 · 222 阅读 · 0 评论