shell脚本能帮我们简化linux下的一些工作,现在有个需求,把TMPA文件夹下大于2000B的文件都移动到TMPB下 #! /bin/bash function movefiles() { ` do ] then mv $"/"$file fi done } movefiles "/home/jimmyxu/TMPA" "/home/jimmyxu/TMPB" 脚本很简单,使用for循环遍历第一个输入路径下的文件,使用stat获取文件的属性值
1. 出现的问题 Fragment "/common/jsp/resource.jsp" was not found at expected path /src/main/webapp/ common/jsp/resource.jsp 翻译之后: 片段“/共同/ jsp /资源.在预期路径/src/main/webapp/中没有找到jsp. 常见/ jsp / resource.jsp 2. 解决办法 我这个原因是:父工程中没有加载子工程中的静态资源.