发布时间:2014-10-19 02:01:00
点击(此处)折叠或打开class BeanUtils { public static Map<String, Object> backupProp(Object bean){ Map<String, Object> result = new HashMap<String, Object>();&nbs.........【阅读全文】
发布时间:2014-10-14 12:54:54
点击(此处)折叠或打开//add by wyh 2014.10.14ConfigurableListableBeanFactory factory = context.getBeanFactory(); factory.destroySingletons(); BeanDefinition rmi = factory.getBeanDefinition("rmiServiceProxy" );TypedString.........【阅读全文】
发布时间:2014-09-14 23:25:13
点击(此处)折叠或打开protected void removeRange(int fromIndex, int toIndex) { ListIterator<E> it = listIterator(fromIndex); for (int i=0, n=toIndex-f.........【阅读全文】
发布时间:2014-09-14 22:48:49
使用方法: OSinfo.isWindows() OSinfo.isLinux()添加相应jar包到Java项目即可, jar包:(保留作者信息) jar下载位置:http://pan.baidu.com/s/1sjuKGLR点击(此处)折叠或.........【阅读全文】
发布时间:2014-09-14 22:17:37
点击(此处)折叠或打开public boolean equals(Object o) { if (o == this) return true; if (!(o instanceof List)) return false;.........【阅读全文】