随笔分类 -  Java

摘要:1 public class VerifyCodeController { 2 3 private int width = 90;//定义图片的width 4 private int height = 20;//定义图片的height 5 private ... 阅读全文
posted @ 2015-10-30 14:23 病了?来串代码吧! 阅读(174) 评论(0) 推荐(0)
摘要:1 public class EncryptUtil { 2 public static String getEncrypt(String value , String encrypt_type){ 3 String md5_str = null ; 4 try { 5 //获取一个MD5... 阅读全文
posted @ 2015-08-31 18:42 病了?来串代码吧! 阅读(128) 评论(0) 推荐(0)