摘要:
package com.lyqc.utils; import org.apache.commons.lang.StringUtils; public class ValidUtils { private static final String mobile = "^(13|15|18|17|16)[ 阅读全文
摘要:
添加,方便判断是否包含 <input type="checkbox" name="producacategoryParentIds" value="${productCategory.id}" [#if storeShopCategory.producacategoryParentIds.conta 阅读全文
摘要:
需要配置两个网络 并且安装系统要选择网络 阅读全文
摘要:
import javax.persistence.Column;import javax.persistence.Entity;import javax.persistence.Table; @Entity@Table(name="store_shop_category") //数据库表名publi 阅读全文
摘要:
public static String trimFirstAndLastChar(String str, String element){ boolean beginIndexFlag = true; boolean endIndexFlag = true; do{ int beginIndex 阅读全文