摘要:
if(item == null || "".equals(item.trim())) 阅读全文
摘要:
public static void main(String[] args) { Pattern pattern =null; String content = "30.年前"; if(content.contains(".")){ pattern = Pattern.compile("^(\\d+ 阅读全文
摘要:
if(list!=null&&!list.isEmpty()){ hql.append(" and (status = ? or status=? or status=? or status=?)"); params.add(queryModel.getStatuses().get(0)); par 阅读全文
摘要:
在jsp页面去Id时候要照上面的方式取,不能照下面的方式取: 阅读全文