摘要: Java 8 – Date Time APIJava 8 comes with a much improved and much required change in the way date and time is handled.The classes that represent the da 阅读全文
posted @ 2018-02-12 17:11 星瑞 阅读(1741) 评论(0) 推荐(0) 编辑
摘要: 使用gson包操作JSON数据。 依赖包:gson-2.8.2.jar 代码如下: 测试代码: 运行结果: {"name":"tom","age":25,"address":"NO.1 street"}User[name='tom', age=25, address='NO.1 street'] 阅读全文
posted @ 2018-02-12 11:46 星瑞 阅读(657) 评论(0) 推荐(0) 编辑
摘要: 执行结果: 详细:http://uule.iteye.com/blog/1558891 阅读全文
posted @ 2018-02-12 11:28 星瑞 阅读(254) 评论(0) 推荐(0) 编辑