摘要: 正常上课 阅读全文
posted @ 2025-10-29 19:19 李亚宁1 阅读(8) 评论(0) 推荐(0)
摘要: ![20ac8b26780949329e596251f24cfb43](https://img2024.cnblogs.com/blog/3664561/202510/3664561-20251028204412178-422843320.jpg) 阅读全文
posted @ 2025-10-28 20:44 李亚宁1 阅读(4) 评论(0) 推荐(0)
摘要: include define MAXSIZE 100 using namespace std; typedef struct { int* base; int front; int rear; }SqQueue; bool initSqQueue(SqQueue& Q) { Q.base = new 阅读全文
posted @ 2025-10-27 18:34 李亚宁1 阅读(0) 评论(0) 推荐(0)
摘要: 背英语单词 阅读全文
posted @ 2025-10-24 17:05 李亚宁1 阅读(2) 评论(0) 推荐(0)
摘要: 跑1000米 阅读全文
posted @ 2025-10-23 19:09 李亚宁1 阅读(5) 评论(0) 推荐(0)
摘要: ![e308666393d4ba47c4219dd52f353139](https://img2024.cnblogs.com/blog/3664561/202510/3664561-20251021123820039-91412373.jpg) 阅读全文
posted @ 2025-10-21 12:38 李亚宁1 阅读(3) 评论(0) 推荐(0)
摘要: 正常上课 阅读全文
posted @ 2025-10-20 20:39 李亚宁1 阅读(3) 评论(0) 推荐(0)
摘要: 一、变量类型比较 原始类型直接存储值,引用类型存储对象地址。两种变量在内存分配和使用上完全不同。 二、对象判等 == 比较引用地址,equals() 比较对象内容。比较对象内容需要重写equals方法。 三、构造方法 类提供自定义构造方法后,系统不再提供默认无参构造方法。 四、字段初始化顺序 字段默 阅读全文
posted @ 2025-10-17 17:55 李亚宁1 阅读(3) 评论(0) 推荐(0)
摘要: 背英语单词 阅读全文
posted @ 2025-10-17 17:38 李亚宁1 阅读(4) 评论(0) 推荐(0)
摘要: 体检 阅读全文
posted @ 2025-10-16 18:10 李亚宁1 阅读(5) 评论(0) 推荐(0)