Fork me on GitHub
摘要: java中substring和indexof()和lastindexof()str=str.substring(int beginIndex);截取掉str从首字母起长度为beginIndex的字符串,将剩余字符串赋值给str;str=str.substring(int beginIndex,int... 阅读全文
posted @ 2015-12-09 12:07 ZZZZW 阅读(791) 评论(0) 推荐(0) 编辑
摘要: 1 import java.io.FileInputStream; 2 import java.io.FileOutputStream; 3 import java.io.IOException; 4 import java.io.InputStreamReader; 5 import java.... 阅读全文
posted @ 2015-12-09 01:50 ZZZZW 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 1 package net.nie.test; 2 3 import java.util.HashMap; 4 import java.util.Iterator; 5 import java.util.Map; 6 7 public class HashMapTest { 8 priv... 阅读全文
posted @ 2015-12-09 01:07 ZZZZW 阅读(287) 评论(0) 推荐(0) 编辑
AmazingCounters.com