摘要:
今天看了关于java web的介绍,然后安装了vs code和他的一些使用技巧。 随机生成一张验证码图片 public class CheckCodeUtil { public static final String VERIFY_CODES = "123456789ABCDEFGHIJKLMNOP 阅读全文
摘要:
public class MethodOverload { public static void main(String[] args) { System.out.println("The square of integer 7 is " + square(7)); System.out.print 阅读全文