会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
懿懿
2016年1月26日
UUIDUtils
摘要: package com.cc.hkjc.util;import java.util.UUID;/*** 字符串工具类* * @author:匿名* */public class UUIDUtils { /** * 获得32字符长度的UUID值 * * @return */ public s...
阅读全文
posted @ 2016-01-26 22:09 懿懿
阅读(276)
评论(0)
推荐(0)
MD5Util1
摘要: package com.cc.hkjc.util;import java.math.BigInteger;import java.security.MessageDigest;import java.security.NoSuchAlgorithmException;public class MD5...
阅读全文
posted @ 2016-01-26 22:08 懿懿
阅读(198)
评论(0)
推荐(0)
RandomUtils
摘要: package com.cc.hkjc.util;import java.util.Random;public class RandomUtils { /** * 获取count个随机数 * @param count 随机数个数 * @return */ public static String g...
阅读全文
posted @ 2016-01-26 22:08 懿懿
阅读(658)
评论(0)
推荐(0)
IPUtils
摘要: package com.cc.hkjc.util;import java.net.InetAddress;import java.net.UnknownHostException;import javax.servlet.http.HttpServletRequest;import javax.se...
阅读全文
posted @ 2016-01-26 22:07 懿懿
阅读(267)
评论(1)
推荐(0)
MD5Util
摘要: package com.cc.hkjc.util;import java.security.MessageDigest;import java.security.NoSuchAlgorithmException;public class MD5Util { private final static ...
阅读全文
posted @ 2016-01-26 22:07 懿懿
阅读(216)
评论(0)
推荐(0)
DataUtils
摘要: package com.cc.hkjc.util;import java.text.ParseException;import java.text.SimpleDateFormat;import java.util.Calendar;import java.util.Date;import java...
阅读全文
posted @ 2016-01-26 22:06 懿懿
阅读(735)
评论(0)
推荐(0)
uuid.js
摘要: // On creation of a UUID object, set it's initial valuefunction UUID(){ this.id = this.createUUID();}// When asked what this Object is, lie and return...
阅读全文
posted @ 2016-01-26 22:05 懿懿
阅读(1036)
评论(0)
推荐(0)
导航
博客园
首页
新随笔
联系
订阅
管理
公告