摘要: 单开一个帖子 确定一下自己缺什么东西 jvm-springboot -mysql-redis ai方向 langchain4j 阅读全文
posted @ 2026-06-26 13:56 为什么---why 阅读(1) 评论(0) 推荐(0)
摘要: ![image](https://img2024.cnblogs.com/blog/3208285/202606/3208285-20260626002008408-131158625.png) ![image](https://img2024.cnblogs.com/blog/3208285/202606/3208285-20260626002046863-1015320496.png) 阅读全文
posted @ 2026-06-26 00:20 为什么---why 阅读(3) 评论(0) 推荐(0)
摘要: 欢迎来到《JavaScript 基础篇》的学习! 在这一课程中,我们将一起走进 JavaScript 的世界,了解它的来历、用途,以及为什么它是前端开发中不可或缺的编程语言。 为什么要学习 JavaScript? JavaScript 是一门运行在浏览器上的编程语言,它能让网页动起来、活起来。 打开 阅读全文
posted @ 2026-06-26 00:07 为什么---why 阅读(1) 评论(0) 推荐(0)
摘要: 注意:在 Java 中,只有嵌套类允许是静态的。 static class Animal { public static void displayInfo() { System.out.println("I am an animal"); } } class Main { public static 阅读全文
posted @ 2026-06-25 16:02 为什么---why 阅读(1) 评论(0) 推荐(0)
摘要: java 三大特性/: 封装 继承 多态 java 中的嵌套类和 非静态嵌套类 在静态内部访问外层类的成员 这样是不可行的 class Animal { // inner class class Reptile { public void displayInfo() { System.out.pri 阅读全文
posted @ 2026-06-25 00:30 为什么---why 阅读(1) 评论(1) 推荐(0)