SpringMVC学习
睢弁
Java编程
展开
-
数组复制 向数组添加字符串
System.arraycopy()参数使用 * @param src the source array. * @param srcPos starting position in the source array. * @param dest the destination array. *原创 2016-06-01 10:52:50 · 658 阅读 · 0 评论 -
通过spring反射工具类ReflectionUtils 得到所有定义的变量
final List list = new ArrayList(); ReflectionUtils.doWithFields(ConfigConstants.class, new FieldCallback() { public void doWith(Field field) throws IllegalArgumentException,原创 2016-06-01 15:33:36 · 5235 阅读 · 0 评论