摘要: 1 package cn.com.qmhd.oto.common; 2 3 4 import java.io.Serializable; 5 import java.util.List; 6 7 import org.springframework.data.domain.PageImpl; 8 9 /** 10 * 转换为json时需要的bean... 阅读全文
posted @ 2016-12-27 17:58 咸蛋超人、 阅读(817) 评论(0) 推荐(0)
摘要: package cn.com.qmhd.oto.common; import java.security.Key; import java.security.NoSuchAlgorithmException; import javax.crypto.Cipher; import javax.crypto.KeyGenerator; import javax.crypto.SecretKey;... 阅读全文
posted @ 2016-12-27 17:52 咸蛋超人、 阅读(295) 评论(0) 推荐(0)
摘要: 1、 2、在页面调用validate.js 3、validate.isNumber(需要验证的参数); 阅读全文
posted @ 2016-12-27 16:40 咸蛋超人、 阅读(206) 评论(0) 推荐(0)