摘要: import java.nio.IntBuffer; public class IntBufferDemo01 { public static void main(String[] args) { IntBuffer buf = IntBuffer.allocate(10); System.out.print("The position,l... 阅读全文
posted @ 2014-09-08 15:53 塔斯曼 阅读(158) 评论(0) 推荐(0) 编辑
摘要: import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.util.InvalidProperties... 阅读全文
posted @ 2014-09-08 14:15 塔斯曼 阅读(143) 评论(0) 推荐(0) 编辑
摘要: import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.util.Properties; public class PropertiesDemo03 { pu... 阅读全文
posted @ 2014-09-08 14:08 塔斯曼 阅读(106) 评论(0) 推荐(0) 编辑
摘要: import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.util.Properties; public class PropertiesDemo02 { p... 阅读全文
posted @ 2014-09-08 13:54 塔斯曼 阅读(178) 评论(0) 推荐(0) 编辑