摘要: public static void ImageCodeMaker(){ // 定义图片的宽度和高度 int width = 90, height = 40; // 创建一个图像对象 BufferedImage image = new BufferedImage(width, hei... 阅读全文
posted @ 2015-08-06 15:28 凉城 阅读(335) 评论(0) 推荐(0) 编辑
摘要: package com.study;import java.security.MessageDigest;import java.security.NoSuchAlgorithmException;public class Md5Test { public static String encode... 阅读全文
posted @ 2015-08-06 10:25 凉城 阅读(1193) 评论(0) 推荐(0) 编辑