随笔分类 -  java 笔记

摘要:一、类型 1 public class Main { 2 public static void main(String[] args) { 3 int[] int01 = new int[]{1,2,3}; 4 System.out.println(int01[0]); 5 int01[2] = 4 阅读全文
posted @ 2025-06-14 10:00 东方不败--Never 阅读(9) 评论(0) 推荐(0)
摘要:一、一对多 server,curd、条件分页 1 package com.zd01.servers; 2 3 import com.github.pagehelper.Page; 4 import com.github.pagehelper.PageHelper; 5 import com.gith 阅读全文
posted @ 2025-06-10 18:45 东方不败--Never 阅读(26) 评论(0) 推荐(0)
摘要:两个文件调用模式 one.java 1 package demo; 2 2 import java.util.Random; 3 3 import java.util.Scanner; 4 4 import java.util.Arrays; 5 5 6 6 7 7 import com.sun.o 阅读全文
posted @ 2021-04-04 22:47 东方不败--Never 阅读(70) 评论(0) 推荐(0)