发布时间:2015-01-30 15:25:14
# some more ls aliasesalias ll='ls -l'#alias rm='rm -i'alias vi='vim'alias la='ls -A'alias l='ls -CF'# Alias definitions.# You may want to put all your additions into a separate file like# ~/.bash_aliases, instead of adding them here directly.# See /usr/share/doc/bash-doc/examples in the .........【阅读全文】
发布时间:2015-01-30 15:21:59
如下设置就好了export LANG=zh_CN.UTF-8export LC_ALL=zh_CN.UTF-8......【阅读全文】
发布时间: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.........【阅读全文】