摘要:
BeanUtils.populate的作用 BeanUtils.populate的作用 首先,它是在org.apache.commons.beanutils.BeanUtils包中的一个方法。 方法的作用:用来将一些 key-value 的值(例如 hashmap)映射到 bean 中的属性。 se 阅读全文
摘要:
package com.vince.list; import java.util.ArrayList; public class ListDemo { public static void arraylist(){//动态数组 ArrayList list=new ArrayList(); list 阅读全文