摘要: import java.util.ArrayList; import java.util.List; /** * 排序算法主类 * * @author eric */ class SortArray { /* * 【插入排序】 * 基本思想: 在要排序的一组数中,假设前面(n-1) [n>=2] 个数已经是排好顺序的, * 现在要把第n个数插... 阅读全文
posted @ 2017-12-27 11:28 mabiao008 阅读(344) 评论(0) 推荐(0) 编辑
摘要: package com.lyqc.utils; import org.apache.commons.lang.StringUtils; public class ValidUtils { private static final String mobile = "^(13|15|18|17|16)[0-9]{9}$"; private static final String cod... 阅读全文
posted @ 2017-12-27 11:26 mabiao008 阅读(536) 评论(0) 推荐(0) 编辑