随笔分类 -  Java工具类

摘要:本文档不讲解签名/加密相关的理论知识, 仅列出通过Java实现的方式. 待处理: Hutool含有很多工具的封装, 有时间需要好好研究一下(https://blog.csdn.net/moshowgame/article/details/80087954) 对称加密 非对称加密 使用场景 疑问: 既 阅读全文
posted @ 2019-11-19 17:00 HelloWorld102 阅读(3020) 评论(0) 推荐(0)
摘要:js校验身份证号【15位和18位】[javascript] view plaincopyprint?function scCard(){ var scType=document.getElementById("sc_card_type").value; if(scType=="1... 阅读全文
posted @ 2015-07-13 14:30 HelloWorld102 阅读(7523) 评论(0) 推荐(2)
摘要:package util;import java.util.Random;/** * * @author jkfeng * 获得随机字母和数字的组合(字母+数字组合,字母组合,数字组合) * */public class RandomCharOrNumUtil { public static vo... 阅读全文
posted @ 2015-06-13 19:50 HelloWorld102 阅读(1521) 评论(0) 推荐(0)