2014年7月24日
摘要: java 顺序 读写 Properties 配置文件 ,java默认提供的Properties API 继承hashmap ,不是顺序读写的。特从网上查资料,顺序读写的代码,如下,import java.util.Collections;import java.util.Enumeration;im... 阅读全文
posted @ 2014-07-24 10:39 xiong2012 阅读(9367) 评论(0) 推荐(1)
摘要: type parameters of T cannot be determined; no unique maximal instance exists for type variable T with upper bounds int,java.lang.Object错误解决方法,经过查询... 阅读全文
posted @ 2014-07-24 09:55 xiong2012 阅读(588) 评论(0) 推荐(0)