上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 79 下一页
摘要: package sdfg; import java.math.BigInteger; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; public class sdfg { public static String createMD5(String pw) ... 阅读全文
posted @ 2017-09-02 21:05 Dsp Tian 阅读(571) 评论(0) 推荐(0)
摘要: package aaa; public class aaa { public static int add(int a,int b) { return a+b; } public static void main(String args[]) { System.out.println(add(1,2)); ... 阅读全文
posted @ 2017-09-02 21:04 Dsp Tian 阅读(405) 评论(0) 推荐(0)
摘要: package sdfg; import java.net.InetAddress; //import java.net.UnknownHostException; import java.io.*; public class sdfg { public static void main(String[] args) throws IOException { ... 阅读全文
posted @ 2017-09-02 21:04 Dsp Tian 阅读(522) 评论(0) 推荐(0)
摘要: package aaa; public class aaa { public static void main(String args[]){ System.out.println("hello world"); } } 阅读全文
posted @ 2017-09-02 21:03 Dsp Tian 阅读(384) 评论(0) 推荐(0)
摘要: package aaa; public class aaa { public static void main(String args[]) { int a[]={1,2,3,4}; for(int i=0;i<4;i++) System.out.print(a[i]); ... 阅读全文
posted @ 2017-09-02 21:03 Dsp Tian 阅读(363) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-09-02 21:02 Dsp Tian 阅读(791) 评论(0) 推荐(0)
摘要: 点击消失 阅读全文
posted @ 2017-09-02 21:02 Dsp Tian 阅读(515) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-09-02 21:01 Dsp Tian 阅读(439) 评论(0) 推荐(0)
摘要: style="cursor:hand" 手形 style="cursor:crosshair" 十字形 style="cursor:text" 文本形 style="cursor:wait" 沙漏形 style="cursor:move" 十字箭头形 style="cursor:help" 问号形 阅读全文
posted @ 2017-09-02 21:01 Dsp Tian 阅读(568) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-09-02 21:01 Dsp Tian 阅读(427) 评论(0) 推荐(0)
上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 79 下一页