Articles
4
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.
Previous
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...
Next
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment
LST
Articles
4
Tags
0
Categories
0
Follow Me
Announcement
This is my Blog
Contents
1.
这是一个测试
Recent Posts
待办事项工具
2025-03-31
Hello World
2025-03-09
CS61Bnote
2025-03-09
测试文章
2025-03-09