Thinking in Java
文章平均质量分 74
bh1990
这个作者很懒,什么都没留下…
展开
-
Matcher匹配器中的方法!
package Chapter13_String; import java.util.regex.Matcher; import java.util.regex.Pattern; public class StartEnd { public static String str= "As long as there is injustice,whenever a\n"+ "Targ原创 2014-06-09 17:58:31 · 1220 阅读 · 0 评论 -
static 静态成员是不能进行序列化的,要自定义方法对其进行序列化,放入统一容器中!
package Chapter18_IOSystem; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.ObjectInputStream; import原创 2014-06-29 18:44:58 · 1781 阅读 · 0 评论