随笔分类 -  Coding Notes

Little thoughts over coding..
Java NIO Related
摘要:A file's status is 3-valued: So !Files.exists(path) != Files.notExists(path). If both exists and notExists return false, the existence of the file can 阅读全文

posted @ 2016-04-14 10:55 三叁 阅读(248) 评论(0) 推荐(0)

Java BigDecimal Class
摘要:Using BigDecimal to perform precise calculations with floats. BigDecimal is a class type. So declare/construct one BigDecimal is in the form like: Do 阅读全文

posted @ 2016-04-12 16:24 三叁 阅读(290) 评论(0) 推荐(0)

Learning Java IO indexes
摘要:I/O Streams, it simplifies I/O operations, write a whole object out to stream & read back. File I/O and file system operations, including random acces 阅读全文

posted @ 2016-04-11 16:55 三叁 阅读(150) 评论(0) 推荐(0)

Learning Java 8 Syntax (Java in a Nutshell 6th)
摘要:Java learning scripts 阅读全文

posted @ 2016-04-05 16:32 三叁 阅读(262) 评论(0) 推荐(0)

Note over Chinese Encodings
摘要:I been confused years ago. Till recently I collected my thoughts together, and now I am clear about UNICODE. My company is using WinXP Simplified Chin 阅读全文

posted @ 2016-03-17 16:11 三叁 阅读(795) 评论(0) 推荐(0)

导航