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