随笔分类 - 基本功
摘要:import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Target(ElementType.METHOD)//标签贴在何处 @...
阅读全文
摘要:private Boolean hasLength(String str){ return str != null && !"".equals(str.trim());}
阅读全文

浙公网安备 33010602011771号