摘要: package link; import java.sql.*; import java.util.*; import org.apache.jasper.tagplugins.jstl.core.Out; public class MyConnection { final String URL=" 阅读全文
posted @ 2020-12-14 22:58 derek&cosmo 阅读(120) 评论(0) 推荐(0)
摘要: /** * */package 测试;import java.io.*;import java.util.Scanner;/*刘阳 20194080 软工1905-1班*//** * @author DELL * */public class Account { private String acc 阅读全文
posted @ 2020-12-08 14:57 derek&cosmo 阅读(76) 评论(0) 推荐(0)
摘要: import java.util.*;import java.util.regex.Matcher;import java.util.regex.Pattern; public class Calculate2 { public static int bottom; public static in 阅读全文
posted @ 2020-12-08 14:50 derek&cosmo 阅读(118) 评论(0) 推荐(0)
摘要: public class Text { { field=200; } public int field; public static void main(String[] args) { Text obj=new Text(); System.out.println(obj.field); obj= 阅读全文
posted @ 2020-10-07 23:07 derek&cosmo 阅读(102) 评论(0) 推荐(0)
摘要: 1. public class Test { private static int value=1; public static void main(String[] args) { // TODO 自动生成的方法存根 int value=2; System.out.print(value); }} 阅读全文
posted @ 2020-10-02 21:55 derek&cosmo 阅读(119) 评论(0) 推荐(0)
摘要: 1. public class EnumTest { enum Size{SMALL,MIDDLE,LARGE}; public static void main(String[] args) { // TODO 自动生成的方法存根 Size s=Size.SMALL; Size t=Size.va 阅读全文
posted @ 2020-09-29 22:02 derek&cosmo 阅读(130) 评论(0) 推荐(0)
摘要: 明天开学今天又复习了复习 阅读全文
posted @ 2020-08-30 19:58 derek&cosmo 阅读(27) 评论(0) 推荐(0)
摘要: 今天复习了一下类有关的知识。 阅读全文
posted @ 2020-08-28 16:59 derek&cosmo 阅读(30) 评论(0) 推荐(0)
摘要: 今天看了看开学要考的例题。 阅读全文
posted @ 2020-08-27 18:33 derek&cosmo 阅读(23) 评论(0) 推荐(0)
摘要: 快要开学了今天没有学习在准备开学用的东西。 阅读全文
posted @ 2020-08-26 15:15 derek&cosmo 阅读(41) 评论(0) 推荐(0)