12 2021 档案

摘要:信2005-3班 20203910 陈振辉 和王建民老师度过了一个愉快的学期,期末希望成绩能加分,申请理由如下: 1.在第一次课上动手又动脑中,第一阶段班级达到前15名提交要求。 2.在文件流动手又动脑中,第一和第二两个阶段都做到了班级前10名完成的要求。 3.在老师搬家时帮助建民老师,王丹老师和刘 阅读全文
posted @ 2021-12-09 19:37 HelloHui 阅读(135) 评论(0) 推荐(0)
摘要:异常处理 public class SystemExitAndFinally { public static void main(String[] args) { try { System.out.println("in main"); throw new Exception("Exception 阅读全文
posted @ 2021-12-09 13:30 HelloHui 阅读(17) 评论(0) 推荐(0)
摘要:import java.util.Scanner; public class main { public static void show() { System.out.println("1.参数设置"); System.out.println("2.小学二年级口算题"); System.out.p 阅读全文
posted @ 2021-12-09 13:28 HelloHui 阅读(22) 评论(0) 推荐(0)
摘要:public void println() { newLine(); } /** * Prints a boolean and then terminate the line. This method behaves as * though it invokes {@link #print(bool 阅读全文
posted @ 2021-12-09 13:26 HelloHui 阅读(32) 评论(0) 推荐(0)
摘要:public static void main(String[] args) { int x = 100; int y = 200; System.out.println("x+y=" + x + y); System.out.println(x + y + "=x+y"); } java中的“+” 阅读全文
posted @ 2021-12-09 13:25 HelloHui 阅读(24) 评论(0) 推荐(0)