Articles
7
Tags
0
Categories
0
首页
时间轴
标签
分类
娱乐
Music
Movie
友链
关于
LST's blog
测试文章
首页
时间轴
标签
分类
娱乐
Music
Movie
友链
关于
测试文章
Created
2025-03-09
|
Updated
2025-03-09
|
Post Views:
这是一个测试
Hello Hexo!
Author:
LST
Link:
https://cuso41108.github.io/2025/03/09/test/
Copyright Notice:
All articles on this blog are licensed under
CC BY-NC-SA 4.0
unless otherwise stated.
Next
CS61Bnote
CS61B NOTE2.Lists2.1引入1234567b的变化会影响a吗? Walrus a = new Walrus(1000, 8.3);Walrus b;b = a;b.weight = 5;System.out.println(a);System.out.println(b); 会。它是一个指向 引用类型123456789public static class Walrus { public int weight; public double tuskSize; public Walrus(int w, double ts) { weight = w; tuskSize = ts; }} 参数传递函数传递参数时,实际上只是在复制位。 数组实例化1x = new int[]{0, 1, 2, 95, 4}; 2.2...
LST
Articles
7
Tags
0
Categories
0
Follow Me
Announcement
This is my Blog
Contents
1.
这是一个测试
Recent Posts
限流算法笔记
2025-09-21
Untitled
2025-09-10
20250908debug
2025-09-08
待办事项工具
2025-03-31
Hello World
2025-03-09