摘要:
while :; do echo "" | tee $(find $(pwd) -name "*.log") > /dev/null echo "" | tee $(find $(pwd) -name "*.out") > /dev/null echo $(date +%F%n%T) echo "l 阅读全文
摘要:
Map<String, Object> userMap = BeanUtil.beanToMap(userDTO); 阅读全文
