摘要: package com.zuoye.test; import java.util.Scanner; public class 加密解密 { public static void main(String[] args) { Scanner a=new Scanner(System.in); System.out.println("请输入内容:")... 阅读全文
posted @ 2016-09-14 15:14 丶疏影横斜 阅读(386) 评论(0) 推荐(0) 编辑
摘要: package com.zuoye.test; import java.util.Random; import java.util.Scanner; public class 验证码 { public static void main(String[] args) { String a="1234567890qwertyuioplkjhgfdsazxcvbnm... 阅读全文
posted @ 2016-09-14 13:02 丶疏影横斜 阅读(3336) 评论(0) 推荐(0) 编辑
摘要: package com.zuoye.test; import java.lang.reflect.Array; import java.util.Random; public class Choujiang { public static void main(String[] args) { int[] array=new int[8]; Ra... 阅读全文
posted @ 2016-09-14 08:36 丶疏影横斜 阅读(134) 评论(0) 推荐(0) 编辑