上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 73 下一页
摘要: -- 阅读全文
posted @ 2013-12-08 13:45 小尼人00 阅读(111) 评论(0) 推荐(0) 编辑
摘要: eclipse调整格式快捷键 与 搜狗输入法里的切换简繁快捷键是ctrl+shift+F跟eclipse冲突了。关闭搜狗输入法快捷键即可。public class TestThread1 { public static void main(String args[]) { Run... 阅读全文
posted @ 2013-12-08 09:29 小尼人00 阅读(163) 评论(0) 推荐(0) 编辑
摘要: import java.io.*;public class TestObjectIO { public static void main(String args[]) throws Exception { T t = new T(); t.k = 8; ... 阅读全文
posted @ 2013-12-07 14:37 小尼人00 阅读(160) 评论(0) 推荐(0) 编辑
摘要: import java.io.*;// 语言促进人的思维public class TestPrintStream1 { public static void main(String[] args) { PrintStream ps = null; try { ... 阅读全文
posted @ 2013-12-07 13:23 小尼人00 阅读(195) 评论(0) 推荐(0) 编辑
摘要: import java.io.*;public class TestTransForm1 { public static void main(String[] args) { try { OutputStreamWriter osw = new Output... 阅读全文
posted @ 2013-12-07 10:15 小尼人00 阅读(146) 评论(0) 推荐(0) 编辑
摘要: import java.io.*;public class TestBufferStream1 { public static void main(String[] args) { try { FileInputStream fis = new FileIn... 阅读全文
posted @ 2013-12-07 10:08 小尼人00 阅读(137) 评论(0) 推荐(0) 编辑
摘要: package com.bjsxt.chap8.IO;import java.io.*;public class TestFileInputStream { public static void main(String[] args) { int b = 0; Fi... 阅读全文
posted @ 2013-12-06 20:42 小尼人00 阅读(161) 评论(0) 推荐(0) 编辑
摘要: import java.util.*;public class TestArgsWords { private static final int ONE = 1; public static void main(String args[]) { Map m = new Ha... 阅读全文
posted @ 2013-12-03 18:35 小尼人00 阅读(127) 评论(0) 推荐(0) 编辑
摘要: TestMappackage com.bjsxt.p7;import java.util.HashMap;import java.util.Map;import java.util.TreeMap;public class TestMap { public static void main(S... 阅读全文
posted @ 2013-12-03 15:55 小尼人00 阅读(142) 评论(0) 推荐(0) 编辑
摘要: package com.bjsxt.chap7;import java.util.*;public class TestList { public static void main(String[] args) { List l1 = new LinkedList(); ... 阅读全文
posted @ 2013-12-03 12:15 小尼人00 阅读(127) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 73 下一页